|
Class Summary |
| BindAttribute |
|
| ClassDataSourceInfo |
Collects the info required to instantiate a DataSource from a JDBC Driver
Provides the DataSourceInfo factory method getDataSource which instantiates the DataSource |
| DriverDataSourceInfo |
Collects the info required to instantiate a DataSource from a JDBC Driver
Provides the DataSourceInfo factory method getDataSource which instantiates the DataSource |
| JavaSqlMethod<T> |
JdbcType is a class that maps datasource datatypes to java.sql.types and java classes |
| JavaSqlMethods |
JdbcTypeClasses is a class that maps datasource datatypes to java.sql.types and java classes |
| JavaSqlType<T> |
JdbcType is a class that maps datasource datatypes to java.sql.types and java classes |
| JavaSqlTypes |
JdbcTypeClasses is a class that maps datasource datatypes to java.sql.types and java classes |
| JdbcAttribute |
JdbcAttribute is a class that maps traditional java classes to tables in a
jdbc database. |
| JdbcCallableStatementFactory |
JdbcCallableStatementFactory is the object that encapsulates the creation of the actual
CallableStatement for the JDBC driver. |
| JdbcCpoAdapter |
JdbcCpoAdapter is an interface for a set of routines that are responsible for managing value
objects from a datasource. |
| JdbcCpoFactory |
JdbcCpoFactory implements the JdbcCpoAdapter as a singleton. |
| JdbcCpoOrderBy |
JdbcCpoOrderBy is an interface for specifying the sort order in which
objects are returned from the Datasource. |
| JdbcCpoTrxAdapter |
|
| JdbcCpoWhere |
JdbcCpoWhere is an interface for specifying the sort order in which
objects are returned from the Datasource. |
| JdbcMetaClass<T> |
JdbcMetaClass is a class that maps traditional java classes to tables in a
jdbc database. |
| JdbcParameter |
JdbcParameter is a class that maps traditional java classes to tables in a
jdbc database. |
| JdbcPreparedStatementFactory |
JdbcPreparedStatementFactory is the object that encapsulates the creation of the actual
PreparedStatement for the JDBC driver. |
| JdbcQuery |
JdbcQuery is a class that maps traditional java classes to tables in a
jdbc database. |
| JdbcWhereBuilder<T> |
JdbcWhereBuilder is an interface for specifying the sort order in which
objects are returned from the Datasource. |
| JndiDataSourceInfo |
Collects the info required to instantiate a DataSource stored as a JNDI Resource. |