bug « Column « JPA Q&A





1. objects in natural-id compared based on column value- bug?    forum.hibernate.org

I am using hibernate 3.2 I recently added a class which has an id with generator class="native" and also a native-id which is composed of a String, an Integer and a class "Encounter" (which is also, obviously persisted with Hibernate). The id of "Encounter" (the one that is in the natural-id of the first class) has String id which is generated ...

3. Is this a bug? Unknown column error for base class property    forum.hibernate.org

I have a query that works fine if query.factory_class is defined as ClassicQueryTranslatorFactory however doesn't work when query.factory_class defined as ASTQueryTranslatorFactory The error says : With JDBC exception on Hibernate data access: could not execute query; nested exception is java.sql.SQLException: Unknown column 'classb2_1_.ISVALID' in 'where clause' The Hibernate query that gets generated looks something like this: select distinct employer0_.ID as ID1_59_ ...

4. Possible bug: Invalid column index    forum.hibernate.org

Newbie Joined: Mon Aug 03, 2009 9:18 am Posts: 5 I think I have hit a hibernate bug. I am running with hibernate debugging, so I can see this fine error in the logs: Code: 2009-08-03 14:49:25,871 INFO [STDOUT] (http-127.0.0.1-8080-6) Hibernate: insert into AdtSessionModule (editDate, hwTypeId, manufacturerId, moduleId, adtSessionId, parentAdtSessionModuleId, serial, fwTypeId, fwVerId, hwVerId, oldFwTypeId, oldFwVerId, AdtSessionModuleTypeID, adtSessionModuleId) values (?, ...