|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| DatastoreAdapter | Definition of a datastore adapter. |
| DatastoreClass | Representation of a Java class in a datastore. |
| DatastoreContainerObject | This represents a container of fields. |
| DatastoreElementContainer | Class representing a container of elements (collection/array) mapped in a datastore (join table). |
| DatastoreField | Representation of a Java field (component) in a datastore. |
| DatastoreIdentifier | Representation of an datastore identifier in an ORM datastore. |
| DatastoreMap | Class representing a map mapped in a datastore (join table). |
| 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 | |
|---|---|
| ColumnCreator | Helper class to create columns. |
| 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. |
| MappedTypeManager | Registry of java type mapping support. |
| StatementClassMapping | Definition of statement mapping for a particular class. |
| StatementMappingIndex | Representation of a mapping in a statement (such as JDBC), and its mapping to the associated column(s) or parameters that the mapping relates to. |
| Enum Summary | |
|---|---|
| IdentifierCase | Enum defining the types of cases that mapped component identifiers can be stored in. |
| IdentifierType | Enum defining the type of component that the identifier is for. |
This package provides classes for the management of datastores that are "mapped". This is typically just RDBMS. Currently Google BigTable uses some code from here but that will be removed in time. DO NOT USE THIS PACKAGE (AND SUBPACKAGES) ON ANY NON-RDBMS DATASTORE
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||