error « Table « JPA Q&A





1. Table not found error in Hypersonic with hibernate 2.1.7c    forum.hibernate.org

I have work with Mysql 4 and have no problem with my mapping when I try on HSQL 1.7.1, Ihave a problem with the increment generator it seems that hibernate quote the table name and taht hypersonic doesn't like that. I test with hibernate 2.1.6 and I do not have the problem so I gave you all info I have Hibernate ...

2. object not found error even though it exists in table    forum.hibernate.org

Hi all, I am using Hibernate 3.2.5.ga and MySql 5.0 for building a web application. In my web application I create an object of type 'User'.Each 'User' has around 4000 child objects of type 'WordInfo' associated with it.So a 'User' has a set of 'WordInfo'(s). I create a User in one session and retrieve its children WordInfo(s) back in another session ...