| Package | Description |
|---|---|
| org.delia.api | |
| org.delia.core | |
| org.delia.dao | |
| org.delia.db | |
| org.delia.db.h2 | |
| org.delia.db.h2.test | |
| org.delia.db.memdb | |
| org.delia.db.postgres | |
| org.delia.db.schema | |
| org.delia.runner |
| Modifier and Type | Method and Description |
|---|---|
DBInterface |
Delia.getDBInterface() |
DBInterface |
DeliaImpl.getDBInterface() |
| Modifier and Type | Method and Description |
|---|---|
static Delia |
DeliaFactory.create(DBInterface dbInterface,
Log log,
FactoryService factorySvc) |
| Constructor and Description |
|---|
DeliaImpl(DBInterface dbInterface,
Log log,
FactoryService factorySvc) |
| Modifier and Type | Method and Description |
|---|---|
SchemaMigrator |
FactoryService.createSchemaMigrator(DBInterface dbInterface,
DTypeRegistry registry,
VarEvaluator varEvaluator) |
SchemaMigrator |
FactoryServiceImpl.createSchemaMigrator(DBInterface dbInterface,
DTypeRegistry registry,
VarEvaluator varEvaluator) |
| Modifier and Type | Method and Description |
|---|---|
DBInterface |
DeliaDao.getDbInterface() |
| Modifier and Type | Class and Description |
|---|---|
class |
DBInterfaceBase
Represents db access to a single db (conn)
|
class |
InstrumentedDBInterface |
| Modifier and Type | Field and Description |
|---|---|
DBInterface |
InstrumentedDBInterface.actualInterface |
| Constructor and Description |
|---|
InstrumentedDBInterface(DBInterface actual) |
| Modifier and Type | Class and Description |
|---|---|
class |
H2DBInterface
Represents db access to a single H2 database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
H2TestCleaner.deleteKnownTables(FactoryService factorySvc,
DBInterface innerInterface) |
void |
H2TestCleaner.deleteTables(FactoryService factorySvc,
DBInterface innerInterface,
String tables) |
| Modifier and Type | Class and Description |
|---|---|
class |
MemDBInterface
Represents db access to a single memory db.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MemDBExecutor.forceDBInterface(DBInterface newOne) |
| Modifier and Type | Class and Description |
|---|---|
class |
PostgresDBInterface
Represents db access to a single Postgres database
|
| Constructor and Description |
|---|
MigrationOptimizer(FactoryService factorySvc,
DBInterface dbInterface,
DTypeRegistry registry,
VarEvaluator varEvaluator) |
MigrationRunner(FactoryService factorySvc,
DBInterface dbInterface,
DTypeRegistry registry,
DBExecutor dbexecutor) |
MigrationService(DBInterface dbInterface,
FactoryService factorySvc) |
SchemaMigrator(FactoryService factorySvc,
DBInterface dbInterface,
DTypeRegistry registry,
VarEvaluator varEvaluator) |
| Constructor and Description |
|---|
RunnerImpl(FactoryService factorySvc,
DBInterface dbInterface) |
Copyright © 2020. All rights reserved.