- DAO - Interface in at.chrl.database.dao
-
This class represents basic DAO.
- DAOAlreadyRegisteredException - Exception in at.chrl.database.dao
-
This exception is thrown if DAO is already registered in
DAOManager
- DAOAlreadyRegisteredException() - Constructor for exception at.chrl.database.dao.DAOAlreadyRegisteredException
-
- DAOAlreadyRegisteredException(String) - Constructor for exception at.chrl.database.dao.DAOAlreadyRegisteredException
-
- DAOAlreadyRegisteredException(String, Throwable) - Constructor for exception at.chrl.database.dao.DAOAlreadyRegisteredException
-
- DAOAlreadyRegisteredException(Throwable) - Constructor for exception at.chrl.database.dao.DAOAlreadyRegisteredException
-
- DAOException - Exception in at.chrl.database.dao
-
Generic DAO exception class
- DAOException() - Constructor for exception at.chrl.database.dao.DAOException
-
- DAOException(String) - Constructor for exception at.chrl.database.dao.DAOException
-
- DAOException(String, Throwable) - Constructor for exception at.chrl.database.dao.DAOException
-
- DAOException(Throwable) - Constructor for exception at.chrl.database.dao.DAOException
-
- DAOLoader - Class in at.chrl.database.dao
-
Utility class that loads all DAO's after script context initialization.
- DAOLoader() - Constructor for class at.chrl.database.dao.DAOLoader
-
- DAOManager - Class in at.chrl.database.dao
-
This class manages
DAO implementations, it resolves valid
implementation for current database
- DAONotFoundException - Exception in at.chrl.database.dao
-
This class represents exception that is thrown if DAO implementation was not
foud
- DAONotFoundException() - Constructor for exception at.chrl.database.dao.DAONotFoundException
-
- DAONotFoundException(String) - Constructor for exception at.chrl.database.dao.DAONotFoundException
-
- DAONotFoundException(String, Throwable) - Constructor for exception at.chrl.database.dao.DAONotFoundException
-
- DAONotFoundException(Throwable) - Constructor for exception at.chrl.database.dao.DAONotFoundException
-
- DATABASE_BONECP_PARTITION_CONNECTIONS_MAX - Static variable in class at.chrl.database.DatabaseConfig
-
Maximum amount of connections that are allowed to use in bonecp partition
- DATABASE_BONECP_PARTITION_CONNECTIONS_MIN - Static variable in class at.chrl.database.DatabaseConfig
-
Minimum amount of connections that are always active in bonecp partition
- DATABASE_BONECP_PARTITION_COUNT - Static variable in class at.chrl.database.DatabaseConfig
-
Amount of partitions used by BoneCP
- DATABASE_DRIVER - Static variable in class at.chrl.database.DatabaseConfig
-
Name of database Driver
- DATABASE_PASSWORD - Static variable in class at.chrl.database.DatabaseConfig
-
Default database password
- DATABASE_SCRIPTCONTEXT_DESCRIPTOR - Static variable in class at.chrl.database.DatabaseConfig
-
Location of database script context descriptor
- DATABASE_URL - Static variable in class at.chrl.database.DatabaseConfig
-
Default database url.
- DATABASE_USER - Static variable in class at.chrl.database.DatabaseConfig
-
Default database user
- DatabaseConfig - Class in at.chrl.database
-
This class holds all configuration of database
- DatabaseConfig() - Constructor for class at.chrl.database.DatabaseConfig
-
- DatabaseFactory - Class in at.chrl.database
-
Database Factory
This file is used for creating a pool of connections for the server.
- DB - Class in at.chrl.database
-
DB Documentation
This class is used for making SQL query's utilizing the database connection
defined in database.properties
Here are the functions that one may use to utilize this class in creating an
ease of access to database information.
- DisabledDAO - Annotation Type in at.chrl.database.dao
-
Marker annotation that is used to mark disabled DAO's so they will be ignored
by
DAOLoader