[hibernate-dev] Could be a bug in aliastobean

2007-02-16 Thread Horan, Jeff
I'm using oracle 9i and H3 and when I send a select statement and return an object using a transform like: SQLQuery q = ses.createSQLQuery( select lata from call_record where npa=:npa and nxx=:nxx ); q.setParameter( npa, 800 ); q.setParameter( nxx,

Re: [hibernate-dev] Could be a bug in aliastobean

2007-02-16 Thread Christian Bauer
On Feb 16, 2007, at 6:29 PM, Horan, Jeff wrote: Then it works. So it is not following Java accessor standards of mixed case method names. FAQ. Go to the forum next time. ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org