Uses of Package
org.datanucleus.store.mapped

Packages that use org.datanucleus.store.mapped
org.datanucleus.store.mapped This package provides classes for the management of datastores that are "mapped". 
org.datanucleus.store.mapped.exceptions   
org.datanucleus.store.mapped.identifier This package contains a series of classes defining the identifier names of datastore objects, such as tables, foreign keys, indexes, primary keys etc. 
org.datanucleus.store.mapped.mapping Package providing mappings for all supported Java types in DataNucleus. 
 

Classes in org.datanucleus.store.mapped used by org.datanucleus.store.mapped
DatastoreAdapter
          Definition of a datastore adapter.
DatastoreClass
          Representation of a Java class in a datastore.
DatastoreContainerObject
          This represents a container of fields.
DatastoreField
          Representation of a Java field (component) in a datastore.
DatastoreIdentifier
          Representation of an datastore identifier in an ORM datastore.
IdentifierCase
          Enum defining the types of cases that mapped component identifiers can be stored in.
IdentifierFactory
          Factory that creates immutable instances of DatastoreIdentifier.
IdentifierType
          Enum defining the type of component that the identifier is for.
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.
SecondaryDatastoreClass
          Secondary datastore class, managing the mapping of some of the fields of the class and dependent on a DatastoreClass.
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.
 

Classes in org.datanucleus.store.mapped used by org.datanucleus.store.mapped.exceptions
DatastoreAdapter
          Definition of a datastore adapter.
DatastoreField
          Representation of a Java field (component) in a datastore.
 

Classes in org.datanucleus.store.mapped used by org.datanucleus.store.mapped.identifier
DatastoreAdapter
          Definition of a datastore adapter.
DatastoreContainerObject
          This represents a container of fields.
DatastoreIdentifier
          Representation of an datastore identifier in an ORM datastore.
IdentifierCase
          Enum defining the types of cases that mapped component identifiers can be stored in.
IdentifierFactory
          Factory that creates immutable instances of DatastoreIdentifier.
IdentifierType
          Enum defining the type of component that the identifier is for.
 

Classes in org.datanucleus.store.mapped used by org.datanucleus.store.mapped.mapping
DatastoreAdapter
          Definition of a datastore adapter.
DatastoreContainerObject
          This represents a container of fields.
DatastoreField
          Representation of a Java field (component) in a datastore.
DatastoreIdentifier
          Representation of an datastore identifier in an ORM datastore.
MappedStoreManager
          Manager for a datastore that has a schema and maps classes to associated objects in the datastore.
 



Copyright © 2012. All Rights Reserved.