|
|||||||||
| Home >> All >> com >> jcorporate >> expresso >> core >> dataobjects >> [ jdbc overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package com.jcorporate.expresso.core.dataobjects.jdbc
The DataObjects package contains a set of interfaces and base classes that give the ability to provide a unified object approach to various data sources.
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 classes. |
Package com.jcorporate.expresso.core.dataobjects.jdbc Description
The DataObjects package contains a set of interfaces and base classes that give the ability to provide a unified object approach to various data sources. It is roughly based off of the older DBObject which was less flexible, only allowed one dbobject per table, and was only JDBC capable.
|
|||||||||
| Home >> All >> com >> jcorporate >> expresso >> core >> dataobjects >> [ jdbc overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||