[Hibernate] Subclassing super() error

2003-08-21 Thread Les Hazlewood
I think I've discovered a fairly serious bug with the joined-subclass class generation. As an example, here is the following schema: column="db_creation_ts" type="calendar" not-null="true"> The timestamp the record was inserted into th

[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

[Hibernate] Subclassing super() error

2003-08-21 Thread Les Hazlewood
Title: [Hibernate] Subclassing super() error I think I've discovered a fairly serious bug with the joined-subclass class generation. As an example, here is the following schema:       column="db_creation_ts"   type="calendar"   not-null="true">       Th