Uses of Package
org.jpox.store.mapping

Packages that use org.jpox.store.mapping
org.jpox.store Definition of the storage of the classes. 
org.jpox.store.expression This package provides a series of expressions and literals used in the conversion of a JDOQL query into the resultant SQL that is required to be executed in the datastore. 
org.jpox.store.mapping Package providing mappings for all supported Java types in JPOX. 
org.jpox.store.query Provides implementations of the JDO Query interface, and ways of extracting an Object from the Query result set. 
org.jpox.store.rdbms Package providing management of the persistence to RDBMS datastores. 
org.jpox.store.rdbms.adapter Provides mappings of all supported databases to aspects of the database that determines the SQL generation. 
org.jpox.store.rdbms.key This package contains wrappers to various types of keys found in RDBMS databases. 
org.jpox.store.rdbms.mapping Package containing mappings for datastore (JDBC) types. 
org.jpox.store.rdbms.mapping.oracle Package containing mappings for Oracle datastores, extending on the mappings found in packages org.jpox.store.mapping and org.jpox.store.rdbms.mapping
org.jpox.store.rdbms.scostore This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps) within JPOX. 
org.jpox.store.rdbms.table Provides a series of classes modelling tables and views, firstly in RDBMS, and then extending this to JDO representations. 
org.jpox.store.scostore Package providing backing store definitions for SCO stores. 
 

Classes in org.jpox.store.mapping used by org.jpox.store
JavaTypeMapping
          Representation of the mapping of a Java type.
MappingConsumer
          Consumer of mappings.
MappingManager
          Representation of a MappingManager, mapping a java mapping type to a datastore mapping type.
 

Classes in org.jpox.store.mapping used by org.jpox.store.expression
JavaTypeMapping
          Representation of the mapping of a Java type.
 

Classes in org.jpox.store.mapping used by org.jpox.store.mapping
AbstractContainerMapping
          Mapping for a field that represents a container of objects, such as a List, a Set, a Collection, a Map, or an array.
BaseStringMapping
          Mapping for a String type.
DatastoreMapping
          Representation of the mapping of a datastore type.
EmbeddedMapping
          Mapping for an embedded PC object.
JavaTypeMapping
          Representation of the mapping of a Java type.
MappingCallbacks
          Representation for Mapping callbacks within JDO.
MappingManager
          Representation of a MappingManager, mapping a java mapping type to a datastore mapping type.
MultiMapping
          Mapping to represent multiple mappings.
OIDMapping
          Mapping for OID type.
PersistenceCapableMapping
          Maps a java field to a PersistenceCapable class.
ReferenceMapping
          Mapping for a reference type.
SerialisedMapping
          Maps a field as serialised.
SerialisedPCMapping
          Mapping for a serialised PersistenceCapable object.
SimpleDatastoreRepresentation
          TODO rename it if necessary to provide the best meaning understanding.
SingleFieldMapping
          Simple mapping for a java field mapping to a single datastore field.
SingleFieldMultiMapping
          Mapping to represent a field that is mapped to multiple datastore columns.
SqlDateMapping
          SCO Mapping for an SQLDate type.
SqlTimestampMapping
          SCO Mapping for an SQLTimestamp type.
 

Classes in org.jpox.store.mapping used by org.jpox.store.query
JavaTypeMapping
          Representation of the mapping of a Java type.
 

Classes in org.jpox.store.mapping used by org.jpox.store.rdbms
JavaTypeMapping
          Representation of the mapping of a Java type.
 

Classes in org.jpox.store.mapping used by org.jpox.store.rdbms.adapter
MappingManager
          Representation of a MappingManager, mapping a java mapping type to a datastore mapping type.
 

Classes in org.jpox.store.mapping used by org.jpox.store.rdbms.key
JavaTypeMapping
          Representation of the mapping of a Java type.
 

Classes in org.jpox.store.mapping used by org.jpox.store.rdbms.mapping
AbstractMappingManager
          Base implementation of a MappingManager.
DatastoreMapping
          Representation of the mapping of a datastore type.
JavaTypeMapping
          Representation of the mapping of a Java type.
MappingManager
          Representation of a MappingManager, mapping a java mapping type to a datastore mapping type.
 

Classes in org.jpox.store.mapping used by org.jpox.store.rdbms.mapping.oracle
AbstractContainerMapping
          Mapping for a field that represents a container of objects, such as a List, a Set, a Collection, a Map, or an array.
ArrayMapping
          Mapping for an array.
BaseStringMapping
          Mapping for a String type.
DatastoreMapping
          Representation of the mapping of a datastore type.
JavaTypeMapping
          Representation of the mapping of a Java type.
MappingCallbacks
          Representation for Mapping callbacks within JDO.
SerialisedMapping
          Maps a field as serialised.
SimpleDatastoreRepresentation
          TODO rename it if necessary to provide the best meaning understanding.
SingleFieldMapping
          Simple mapping for a java field mapping to a single datastore field.
StringMapping
          Mapping for a String type.
 

Classes in org.jpox.store.mapping used by org.jpox.store.rdbms.scostore
JavaTypeMapping
          Representation of the mapping of a Java type.
 

Classes in org.jpox.store.mapping used by org.jpox.store.rdbms.table
JavaTypeMapping
          Representation of the mapping of a Java type.
MappingConsumer
          Consumer of mappings.
 

Classes in org.jpox.store.mapping used by org.jpox.store.scostore
JavaTypeMapping
          Representation of the mapping of a Java type.
 



Copyright © -2007 . All Rights Reserved.