Interface Summary | |
ConnectionProvider | Interface that must be implemented by each "connection provider" |
Class Summary | |
Cast | Utility class |
ConnectionManager | Unique (static) access point to get databases connections or databases sessions This class manages 1 to N databases connection providers |
Criteria | A Criteria object is a collection of Criterion objects to be used together to build dynamic SQL Queries |
Criterion | |
Database | Database definition loaded from the configuration file 'dbconfig.xml' |
ParamType | Set of constants for SQL request parameters types |
SqlConnection | This class extends the standard "java.sql.Connection" class ( it encapsulate a standard connection en implements all the methods of the interface "Connection" ) |
SqlConnectionFactory | Factory designed to create standalone connections ( connections that doesn't belong to a pool ) This class is a "ConnectionProvider" |
SqlConnectionPool | The standard connection pool This class is a "ConnectionProvider" |
SqlConnectionProvider | The generic ConnectionProvider |
SQLCriteria | Deprecated. |
SQLCriterias | Deprecated. |
SqlDataSource | Connection provider implementation based on a standard JDBC DataSource defined in the application server and retrieved via JNDI. |
SqlTool | Utility class |