1. how to enable referential integrity in HSQL Db in-memory unit tests stackoverflow.comI have over 200 unit tests for my entire JPA backend and they all work great on hsql db 2.2. I have the tests running in a continuous build environment to ... |
2. @Generated in HSQL DB stackoverflow.comAssume that in a database table there is a non-key column called RECORD_ID which is auto-generated/sequenced in database. Now in my entity for the table above, just above the field for RECORD_ID, ... |
3. Error when runing tests with HSQL-DB ? forum.hibernate.orgAuthor Message umanga Post subject: Error when runing tests with HSQL-DB ? Posted: Thu Oct 22, 2009 10:53 pm Newbie Joined: Thu Oct 22, 2009 9:39 pm Posts: 1 Greetings all, I use Spring +Hibernate to develop my project.My DAO/Service tests ran well until I switched my database from MySQL to HSQL . I get the following error with ... |