Uses of Package
org.jpox.store.mapped.mapping

Packages that use org.jpox.store.mapped.mapping
org.jpox This package provides classes that are typically client-facing. 
org.jpox.state Provides classes relating to the life cycle state of a persistable object. 
org.jpox.store.mapped   
org.jpox.store.mapped.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.mapped.mapping Package providing mappings for all supported Java types in JPOX. 
org.jpox.store.mapped.query   
org.jpox.store.mapped.scostore   
 

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

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

Classes in org.jpox.store.mapped.mapping used by org.jpox.store.mapped
DatastoreMapping
          Representation of the mapping of a datastore type.
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.mapped.mapping used by org.jpox.store.mapped.expression
JavaTypeMapping
          Representation of the mapping of a Java type.
 

Classes in org.jpox.store.mapped.mapping used by org.jpox.store.mapped.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.
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
          Interface defining a series of callbacks that are called when this mapping goes through certain lifecycle events.
MappingManager
          Representation of a MappingManager, mapping a java mapping type to a datastore mapping type.
MultiMapping
          Mapping to represent multiple mappings.
ObjectAsStringMapping
          Abstract SCO mapping for a java type that will be stored as a String type.
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.
StringMapping
          Mapping for a String type.
 

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

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



Copyright © -2008 . All Rights Reserved.