1. In-MemoryDB: create schema in 'setUp()' of Unit Testing: Netbeans (6.5.1) Hibernate (3) Junit(3), HSQL (1.8) stackoverflow.comWhat are the steps needed to setup an in-memory DB, build the schema automatically with Hibernate's 'hbm2ddl' tool within a Junit (3) 'setUp()' using Netbeans 6.5.1 ? I'm not using Hibernate ... |
2. is there any liquibase issue with hibernate hbm2ddl create? stackoverflow.comi'm having a light problem with liquibase and hibernate.I expect hibernate to create the schema when the hbm2ddl is set to create and then have liquibase polulate the database with an ... |
3. Does iBatis have any analog of Hibernate's `hbm2ddl` for integration testing with in-memory database? stackoverflow.comI'm considering adding integration tests to a Java-Struts-Spring-iBatis-Oracle legacy application. In the past I've used HSQL as an in-memory database for integration tests for applications that used Hibernate as an ORM. With ... |
4. problems with hbm2ddl using hsqldb forum.hibernate.orgPage 1 of 1 [ 1 post ] Previous topic | Next topic Author Message luc_yuan Post subject: problems with hbm2ddl using hsqldb Posted: Wed Jan 23, 2008 2:06 am Newbie Joined: Wed Jan 23, 2008 1:36 am Posts: 1 hi,everyone. i meet some problems when i try to run my ... |