Expresso 5-6

Package com.jcorporate.expresso.core.dataobjects.jdbc

This package contains implementations and helper classes of DataObjects that pertain to JDBC data sources only.

See:
          Description

Interface Summary
JDBCObjectMetaData DataObject Metadata that is specific to JDBC implementations only.
 

Class Summary
DefaultTransaction An implementation of a transaction object.
FieldRangeParser The responsibilities of this class is to verify range values for fields and throw an exception if there is any 'monkeybusiness' detected in the field.
JDBCDataObject Base class for JDBC-based data objects.
JDBCExecutor Initial separation of DBObjects from the underlying JDBC code that gets executed.
JdbcPersistenceManager  
JDBCQuery  
JoinedDataField Data Field that is aware of local/forein key relations.
JoinedDataObject DataObject for use with 1:1 joins between database objects.
JoinedDataObjectMetaData Not yet released - do not use in your own code yet.
JoinedDigesterBean Not yet released - do not use in your own code yet.
LobField This class provides a low level BLOB capability while still keeping the programmer isolated from SQL syntax details.
 

Exception Summary
JDBCUtil This class provides utility functions that are common across the jdbc.
 

Package com.jcorporate.expresso.core.dataobjects.jdbc Description

This package contains implementations and helper classes of DataObjects that pertain to JDBC data sources only.

NOTE: The interfaces in this package are of beta quality. They are still being tested and worked on, and thus may chance in the near future.


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.