Interface Summary | |
DAOProvider | DAO provider interface Service providing DAOs for bean instance, bean class or table name |
DatabaseSession | |
ListQuery |
Class Summary | |
DAOProviderImpl | DAO provider implementation |
DAORegistries | Set of DAO registries (one registry for each database) |
DAORegistry | DAO registry, used to provide DAO by bean class or by table name If the application uses multiple databases, there's a DAO registry for each database. |
DummyDatabaseSession | |
DynamicDAORegistry | Dynamic DAO Registry. |
QueryContext | |
SequenceDAO | |
SqlRequests | |
StandardDAO | Standard DAO ancestor |
StandardDAOAdapter | Adapter to use a specific DAO as a generic DAO Provides the same methods as a specific DAO, but with generic parameters. |
StandardDatabaseSession | |
StandardQuery |