public interface IDBServer
| Modifier and Type | Method and Description |
|---|---|
void |
createSchema()
create all schema within this server.
|
void |
initRuntime()
initialize the runtime.
|
void |
registerPersistenceRegistryModule(IPersistenceUnitRegistryModule... lModules)
register the given module within this server instance.
|
void |
registerPersistenceRegistryModule(List<IPersistenceUnitRegistryModule> lModules) |
void |
registerPersistenceUnit(IPersistenceUnit... lPUs)
register the given set of persistence units within this server instance.
|
void |
registerPersistenceUnit(List<IPersistenceUnit> lPUs) |
void |
setServerConnection(IPersistenceUnit iData) |
void setServerConnection(IPersistenceUnit iData) throws Exception
Exceptionvoid registerPersistenceUnit(IPersistenceUnit... lPUs) throws Exception
lPUs - [IN]
the list of persistence units for registration.Exceptionvoid registerPersistenceUnit(List<IPersistenceUnit> lPUs) throws Exception
Exceptionvoid registerPersistenceRegistryModule(IPersistenceUnitRegistryModule... lModules) throws Exception
lModules - [IN]
the set of modules to be registered.Exceptionvoid registerPersistenceRegistryModule(List<IPersistenceUnitRegistryModule> lModules) throws Exception
Exceptionvoid initRuntime()
throws Exception
Exception - if initialization failed by any reason.void createSchema()
throws Exception
Exception - if (at least one) schema could not be created successfully.Copyright © 2016 as-development.net. All rights reserved.