Package org.pidome.server.system.database
package org.pidome.server.system.database
Database interface providers.
Package holding all the needed classes and methods to support database actions in the system.
- Since:
- 1.0
-
Class SummaryClassDescriptionBaseDao<T extends BaseEntity>The base DAO class supplying an auto closable manager.ORM handler for the database connection.A wrapper around the entity manager.The database configuration class.The database service class.Some usefull tools for database actions.Helper to upgrade databases.Gathers and supplies a data source configuration.Custom scanner for pidome entities.
-
Enum Class Summary
-
Exception SummaryExceptionDescriptionException used when database configuration errors are found.When the pool can not be created.Exception used when the database service is preparing access to the DAO's.Exception thrown from versioning.