Package org.jpox.store.mapped

Interface Summary
DatastoreAdapter Definition of a datastore adapter.
DatastoreArray Class representing a array mapped in a datastore.
DatastoreClass Representation of a Java class in a datastore.
DatastoreCollection Class representing a collection mapped in a datastore.
DatastoreContainer Class representing a container (map/collection/array) mapped in a datastore.
DatastoreContainerObject This represents a container of fields.
DatastoreElementContainer Class representing a container of elements (collection/array) mapped in a datastore.
DatastoreField Representation of a Java field in a datastore.
DatastoreIdentifier Representation of an datastore identifier in any datastore.
DatastoreMap Class representing a map mapped in a datastore.
DatastoreObject Representation of an datastore object in a (mapped) datastore.
FetchStatement Representation of a statement to fetch a particular object.
IdentifierFactory Factory that creates immutable instances of DatastoreIdentifier.
SecondaryDatastoreClass Secondary datastore class, managing the mapping of some of the fields of the class and dependent on a DatastoreClass.
 

Class Summary
AbstractDatastoreAdapter Generalised datastore representation.
AbstractIdentifierFactory Abstract representation of an identifier factory.
MappedStoreData Representation of a class/field managed by the StoreManager where the datastore persists objects into a "DatastoreClass" (table).
MappedStoreManager Manager for a datastore that has a schema and maps classes to associated objects in the datastore.
StatementExpressionIndex Maintain an index for the mapping field vs columns in a JDBC statement.
 

Exception Summary
DatastoreFieldDefinitionException A ColumnDefinitionException is thrown if the settings of a database column are incompatible with the data type of the object field to which it is mapped.
 



Copyright © -2008 . All Rights Reserved.