Package | Description |
---|---|
org.waarp.openr66.dao | |
org.waarp.openr66.dao.database | |
org.waarp.openr66.dao.database.h2 | |
org.waarp.openr66.dao.database.mariadb | |
org.waarp.openr66.dao.database.oracle | |
org.waarp.openr66.dao.database.postgres | |
org.waarp.openr66.dao.xml | |
org.waarp.openr66.database.data |
Classes implementing Database Data model
|
Modifier and Type | Interface and Description |
---|---|
interface |
BusinessDAO
Interface to interact with Business objects in the persistance layer
|
interface |
HostDAO
Interface to interact with Host objects in the persistance layer
|
interface |
LimitDAO
Interface to interact with Limit objects in the persistance layer
|
interface |
MultipleMonitorDAO
Interface to interact with MultipleMonitor objects in the persistance layer
|
interface |
RuleDAO
Interface to interact with Rule objects in the persistance layer
|
interface |
TransferDAO
Interface to interact with Transfer objects in the persistance layer
|
Modifier and Type | Method and Description |
---|---|
static void |
DAOFactory.closeDAO(AbstractDAO<?> dao)
Close the DAO
|
Modifier and Type | Class and Description |
---|---|
class |
DBBusinessDAO
Implementation of BusinessDAO for standard SQL databases
|
class |
DBHostDAO
Implementation of HostDAO for standard SQL databases
|
class |
DBLimitDAO
Implementation of LimitDAO for standard SQL databases
|
class |
DBMultipleMonitorDAO
Implementation of MultipleMonitorDAO for standard SQL databases
|
class |
DBRuleDAO
Implementation of RuleDAO for standard SQL databases
|
class |
DBTransferDAO
Implementation of TransferDAO for a standard SQL database
|
class |
StatementExecutor<E> |
Modifier and Type | Class and Description |
---|---|
class |
H2TransferDAO |
Modifier and Type | Class and Description |
---|---|
class |
MariaDBTransferDAO |
Modifier and Type | Class and Description |
---|---|
class |
OracleTransferDAO |
Modifier and Type | Class and Description |
---|---|
class |
PostgreSQLTransferDAO |
Modifier and Type | Class and Description |
---|---|
class |
XMLBusinessDAO |
class |
XMLHostDAO |
class |
XMLLimitDAO |
class |
XMLRuleDAO |
class |
XMLTransferDAO |
Modifier and Type | Method and Description |
---|---|
protected AbstractDAO<Host> |
DbHostAuth.getDao() |
protected AbstractDAO<Limit> |
DbConfiguration.getDao() |
protected AbstractDAO<MultipleMonitor> |
DbMultipleMonitor.getDao() |
protected abstract AbstractDAO<E> |
AbstractDbDataDao.getDao() |
protected AbstractDAO<Rule> |
DbRule.getDao() |
protected AbstractDAO<Business> |
DbHostConfiguration.getDao() |
protected AbstractDAO<Transfer> |
DbTaskRunner.getDao() |
Copyright © 2009–2020 Waarp. All rights reserved.