String url = "hibernate:spring:com.example.ejb3.auction?dialect=" + HSQLDialect.class.getName();
Database database = CommandLineUtils.createDatabaseObject(this.getClass().getClassLoader(), url, null, null, null, null, null, false, false, null, null, null, null, null);
assertNotNull(database);
DatabaseSnapshot snapshot = SnapshotGeneratorFactory.getInstance().createSnapshot(CatalogAndSchema.DEFAULT, database, new SnapshotControl(database));
HibernateEjb3DatabaseTest.assertEjb3HibernateMapped(snapshot);
}