public class H2EmbeddedDB extends InternalDB
_connectionManager, CONNECTION_MAX_IDLE_MINUTES, CONNECTION_MAX_WAIT_MILLIS
__log, __logSql, __msgs, _datasource, _odeConfig, _started, _txm, _workRoot
Constructor and Description |
---|
H2EmbeddedDB(OdeConfigProperties props) |
Modifier and Type | Method and Description |
---|---|
protected void |
initDataSource()
Initialize embedded (DERBY) database.
|
void |
shutdownDB() |
initInternalDb, shutdown, start
create, createDaoCF, getDataSource, setTransactionManager, setWorkRoot
public H2EmbeddedDB(OdeConfigProperties props)
protected void initDataSource() throws DatabaseConfigException
initDataSource
in class InternalDB
DatabaseConfigException
public void shutdownDB()
shutdownDB
in class InternalDB