Re: [Hibernate] sql-query many aliases for a same class

2004-09-01 Thread Gavin King
Thanks, please submit this to JIRA. Laporte Yan wrote: This is my first contribution to this list, so please forgive me for my newbie manners Apparently doing a named sql query using two or more aliases referring to the same class doesn't work as expected. In other words, doing something like

[Hibernate] sql-query many aliases for a same class

2004-09-01 Thread Laporte Yan
Title: Message This is my first contribution to this list, so please forgive me for my newbie manners   Apparently doing a named sql query using two or more aliases referring to the same class doesn't work as expected.  In other words, doing something like this: gives an error like t

RE: [Hibernate] Sql Query

2003-08-23 Thread Eric Pugh
PROTECTED]Subject: [Hibernate] Sql Query Hi, This is out of line but Please help me.   I have to select all the records that lie between two values. The column is of type String. Would the between clause give me the expected result? I were between clause with column of

[Hibernate] Sql Query

2003-08-21 Thread Prasad Iyer
Hi, This is out of line but Please help me.   I have to select all the records that lie between two values. The column is of type String. Would the between clause give me the expected result? I were between clause with column of type integer and date but never have tried with String datat