Public Member Functions | Static Package Attributes

com.cosylab.cdb.jdal.hibernate.HibernateDBUtil Class Reference

List of all members.

Public Member Functions

 HibernateDBUtil (Logger logger, HibernateWDALPlugin plugin)
boolean setUp (boolean forceInMemory, boolean createTables)
boolean setUp (boolean forceInMemory, boolean createTables, boolean closeConnection, String[] scripts)

Static Package Attributes

static final String HSQLDB_MEM_URL = "jdbc:hsqldb:mem:tmcdb"
static final String HSQLDB_MEM_USER = "sa"
static final String HSQLDB_MEM_PASSWORD = ""

Constructor & Destructor Documentation

com.cosylab.cdb.jdal.hibernate.HibernateDBUtil.HibernateDBUtil ( Logger  logger,
HibernateWDALPlugin  plugin 
)

Member Function Documentation

boolean com.cosylab.cdb.jdal.hibernate.HibernateDBUtil.setUp ( boolean  forceInMemory,
boolean  createTables 
)
boolean com.cosylab.cdb.jdal.hibernate.HibernateDBUtil.setUp ( boolean  forceInMemory,
boolean  createTables,
boolean  closeConnection,
String[]  scripts 
)

Member Data Documentation

final String com.cosylab.cdb.jdal.hibernate.HibernateDBUtil.HSQLDB_MEM_URL = "jdbc:hsqldb:mem:tmcdb" [static, package]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties