All Classes and Interfaces
Class
Description
An AbstractJDBCDatasource used for instantiating the DataSource from the database driver
A class used for collecting the properties to instantiate the datasource
Base for
CpoData implementations backed by a JDBC
Statement subtype, resolving the JdbcMethodMapEntry used to bind/read a bound
attribute's value.Moves a bound attribute's value to or from a JDBC
CallableStatement IN/OUT parameter,
applying any configured JdbcCpoTransform along the way.Collects the info required to instantiate a DataSource from a JDBC Driver Provides the
DataSourceInfo factory method getDataSource which instantiates the DataSource
Collects the info required to instantiate a DataSource from a JDBC Driver Provides the
DataSourceInfo factory method getDataSource which instantiates the DataSource
JdbcCallableStatementFactory is the object that encapsulates the creation of the actual
CallableStatement for the JDBC driver.
JdbcCpoAdapter is the JDBC implementation of
CpoAdapter, a set
of routines that are responsible for managing value beans from a jdbc datasource.JDBC implementation of
CpoAdapterFactory, vending JdbcCpoAdapter,
transaction-scoped JdbcCpoTrxAdapter, and JdbcCpoXaAdapter instances backed by a
single underlying JdbcCpoAdapter.JdbcCpoArgument is a class that defines the arguments to a JDBC expression
JdbcCpoAttribute.
Processes the cpoConfig.xml data for Jdbc
Builds and manages the Java to Datasource type mapping
Process the Jdbc specific metadata from the xml metadata
Transforms are used when standard java types to data types do not work.
A transaction adapter that allows the user to control the commits and role backs
JDBC implementation of
BindableCpoWhere, resolving a where clause attribute to its
qualified table.column (or bare column) name using the attribute's JdbcCpoAttribute metadata.A JdbcCpoXaAdapter wraps the XAResource processing around a JdbcCpoTrxAdapter.
XmlObject exporter for jdbc meta objects
MethodMapEntry is a class defines the getters and setters for JDBC specific data classes
MethodMapper is a class defines the getters and setters for all the JDBC specific data classes
The data handler for a prepared statement
JdbcPreparedStatementFactory is the object that encapsulates the creation of the actual
PreparedStatement for the JDBC driver.
Result set data getter helper
Collects the info required to instantiate a DataSource stored as a JNDI Resource.
Converts a char[] from a jdbc datasource getString() call and from a char[] to a setString() in a
datasource
Converts a java.sql.Clob from a jdbc datasource to a byte[] and from a byte[] to a java.sql.clob
Converts a compressed byte[] from a jdbc datasource to an uncompressed byte[] and from a byte[]
to a compressed byte[] in a datasource
This is an example of a transform that does nothing.
Converts a String from a jdbc datasource to a char[] and from a char[] to a String in a
datasource
Converts a
java.sql.Timestamp from a jdbc datasource to a java.util.Calendar and
from a java.util.Calendar to a java.sql.Timestamp in a datasource.