|
Interface Summary |
| CpoAdapter |
CpoAdapter is an interface for a set of routines that are responsible for
Creating, Retrieving, Updating, and Deleting (CRUD) value objects within a
datasource. |
| CpoAdapterEJB |
|
| CpoAdapterHome |
|
| CpoAdapterRemote |
CpoAdapter is an interface for a set of routines that are responsible for
Creating, Retrieving, Updating, and Deleting (CRUD) value objects within a
datasource. |
| CpoOrderBy |
CpoOrderBy is an interface for specifying the sort order in which
objects are returned from the Datasource. |
| CpoReleasible |
CpoReleasible is a class that can be called during a CpoTransform when there are
resources that need to released after the current prepared statement is processed. |
| CpoResultSet<E> |
|
| CpoSqlAdapter |
|
| CpoTrxAdapter |
CpoTrxAdapter adds commit, rollback, and close functionality to the methods already
in CpoAdapter. |
| CpoWhere |
CpoWhere is an interface for specifying the where clause to filter
objects that are returned from the Datasource. |
| IContainer |
|
| INodeVisitor |
This is the interface for the visitors to the Node Hierarchy |