Uses of Package
org.jpox.metadata

Packages that use org.jpox.metadata
org.jpox This package provides classes that are typically client-facing. 
org.jpox.api Provides adapters for different client APIs, like JDO, JPA and so on. 
org.jpox.jdo Package providing components specific to JDO persistence. 
org.jpox.jdo.metadata Package providing classes specific to processing of JDO XML MetaData and annotations, building on the generic code under the package org.jpox.metadata 
org.jpox.metadata Provides classes representing the MetaData for files, packages, classes, fields, containers, etc. 
org.jpox.metadata.annotations Provides classes for parsing annotations input data and converting into org.jpox.metadata input data for the JPOX persistence process. 
org.jpox.metadata.xml Provides classes for parsing XML input data and converting into org.jpox.metadata input data for the JPOX persistence process. 
org.jpox.query.compiler   
org.jpox.sco Provides implementations of the wrappers for the mutable Second Class Objects (SCO's) supported by JPOX. 
org.jpox.state Provides classes relating to the life cycle state of a persistable object. 
org.jpox.store Package handling the storage of classes to the datastore, and the management of the datastore. 
org.jpox.store.fieldmanager Package providing managers for fields which give a mechanism for navigating through fields of a class and performing operations based on the type of the field. 
org.jpox.store.mapped   
org.jpox.store.mapped.mapping Package providing mappings for all supported Java types in JPOX. 
org.jpox.store.query Package providing generic methods for use by queries. 
 

Classes in org.jpox.metadata used by org.jpox
AbstractClassMetaData
          Abstract representation of the MetaData of a class/interface.
FieldPersistenceModifier
          Class defining the possibilities for persistence, in terms of the type of persistence, and the types that are capable to be supported.
FileMetaData
          Representation of a Meta-Data file.
MetaDataManager
          Manager of MetaData information in JPOX having scope of an ObjectManagerFactory.
 

Classes in org.jpox.metadata used by org.jpox.api
AbstractClassMetaData
          Abstract representation of the MetaData of a class/interface.
 

Classes in org.jpox.metadata used by org.jpox.jdo
AbstractClassMetaData
          Abstract representation of the MetaData of a class/interface.
ClassMetaData
          Representation of the MetaData of a class.
SequenceMetaData
          Representation of the MetaData of a named Sequence (JDO, or JPA).
 

Classes in org.jpox.metadata used by org.jpox.jdo.metadata
AbstractClassMetaData
          Abstract representation of the MetaData of a class/interface.
ClassMetaData
          Representation of the MetaData of a class.
FieldMetaData
          Representation of the Meta-Data for a field of a class.
FileMetaData
          Representation of a Meta-Data file.
InterfaceMetaData
          Representation of the MetaData of a "persistent-interface".
MetaData
          Base class for all MetaData.
MetaDataManager
          Manager of MetaData information in JPOX having scope of an ObjectManagerFactory.
PackageMetaData
          Representation of the Meta-Data for a package.
PropertyMetaData
          The property element declares mapping between a virtual field of an implemented interface and the corresponding persistent field of a persistence-capable class.
QueryMetaData
          Representation of the MetaData of a named Query.
SequenceMetaData
          Representation of the MetaData of a named Sequence (JDO, or JPA).
 

Classes in org.jpox.metadata used by org.jpox.metadata
AbstractClassMetaData
          Abstract representation of the MetaData of a class/interface.
AbstractConstraintMetaData
          Abstract representation of an ORM constraint.
AbstractElementMetaData
          This element specifies the mapping for the element component of arrays and collections.
AbstractMemberMetaData
          Abstract representation of MetaData for a field/property of a class/interface.
ArrayMetaData
          Representation of the Meta-Data for an Array.
ClassMetaData
          Representation of the MetaData of a class.
ClassPersistenceModifier
          Definition of the options for persistence-modifier of a class.
CollectionMetaData
          Representation of the MetaData of a collection.
ColumnMetaData
          Representation of the Meta-Data for a column mapping of a field.
ColumnMetaDataContainer
          Interface defining an object that contains Columns.
ContainerMetaData
          Representation of the Meta-Data for a container.
DiscriminatorMetaData
          Representation of a discriminator in an inheritance strategy.
DiscriminatorStrategy
          Representation of the values for discriminator "strategy".
ElementMetaData
          This element specifies the mapping for the element component of arrays and collections.
EmbeddedMetaData
          This element specifies the mapping for an embedded type.
EventListenerMetaData
          Listener for events, following the JPA1 model.
ExtensionMetaData
          Representation of the Meta-Data for an extension.
FetchGroupMetaData
          A fetch group defines a particular loaded state for an object graph.
FetchPlanMetaData
          FetchPlan defined in MetaData.
FieldMetaData
          Representation of the Meta-Data for a field of a class.
FieldPersistenceModifier
          Class defining the possibilities for persistence, in terms of the type of persistence, and the types that are capable to be supported.
FileMetaData
          Representation of a Meta-Data file.
ForeignKeyAction
          Foreign keys represent a consistency constraint in the database that must be maintained.
ForeignKeyMetaData
          Foreign keys in metadata serve two quite different purposes.
IdentityMetaData
          Meta-Data for the datastore-identity of a class.
IdentityStrategy
          Representation of the values for identity "strategy".
IdentityType
          Representation of the values for identity-type.
ImplementsMetaData
          The implements element declares a persistence-capable interface implemented by the persistence-capable class that contains this element.
IndexedValue
          Representation of whether an item is indexed or not.
IndexMetaData
          For schema generation, it might be useful to specify that a column or columns be indexed, and to provide the name of the index.
InheritanceMetaData
          Representation of the Meta-Data defining inherited classes.
InheritanceStrategy
          Representation of the values for inheritance "strategy".
InterfaceMetaData
          Representation of the MetaData of a "persistent-interface".
InvalidMetaDataException
          Representation of an exception thrown when an error occurs in Meta-Data definition.
JoinMetaData
          Secondary tables and join tables are mapped using a join condition that associates a column or columns in the secondary or join table with a column or columns in the primary table, typically the primary tables primary key columns.
KeyMetaData
          This element specifies the mapping for the key component of maps.
MapMetaData
          Representation of the Meta-Data for a Map.
MetaData
          Base class for all MetaData.
MetaDataFactory
          Factory for ClassMetaData, InterfaceMetaData, FieldMetaData and PropertyMetaData objects.
MetaDataManager
          Manager of MetaData information in JPOX having scope of an ObjectManagerFactory.
MetaDataUtils
          Utilities needed for the processing of MetaData.
NullValue
          jdo config null-value class.
OrderMetaData
          Representation of Order MetaData - the ordering of the elements of a List.
OrderMetaData.FieldOrder
          Definition of ordering using a field.
PackageMetaData
          Representation of the Meta-Data for a package.
PersistenceFileMetaData
          Representation of a Meta-Data "persistence.xml" file.
PersistenceUnitMetaData
          MetaData representation of a "persistence.xml" persistence unit.
PrimaryKeyMetaData
          Representation of a primary key constraint.
PropertyMetaData
          The property element declares mapping between a virtual field of an implemented interface and the corresponding persistent field of a persistence-capable class.
QueryLanguage
          Representation of the query languages.
QueryMetaData
          Representation of the MetaData of a named Query.
QueryResultMetaData
          Representation of the mapping of (SQL) Query results into a desired output form.
QueryResultMetaData.PersistentTypeMapping
          Class to wrap the mapping for a persistent type.
SequenceMetaData
          Representation of the MetaData of a named Sequence (JDO, or JPA).
SequenceStrategy
          Representation of strategy of a Sequence.
TableGeneratorMetaData
          Representation of the MetaData of a TableGenerator (JPA).
TransactionType
          Representation of a transaction type.
UniqueMetaData
          MetaData representing a unique constraint.
ValueMetaData
          This element specifies the mapping for the value component of maps.
VersionMetaData
          Three common strategies for versioning instances are supported by standard metadata.
VersionStrategy
          Three common strategies for versioning instances are supported by standard metadata.
 

Classes in org.jpox.metadata used by org.jpox.metadata.annotations
AbstractClassMetaData
          Abstract representation of the MetaData of a class/interface.
PackageMetaData
          Representation of the Meta-Data for a package.
 

Classes in org.jpox.metadata used by org.jpox.metadata.xml
MetaData
          Base class for all MetaData.
MetaDataManager
          Manager of MetaData information in JPOX having scope of an ObjectManagerFactory.
 

Classes in org.jpox.metadata used by org.jpox.query.compiler
MetaDataManager
          Manager of MetaData information in JPOX having scope of an ObjectManagerFactory.
 

Classes in org.jpox.metadata used by org.jpox.sco
AbstractMemberMetaData
          Abstract representation of MetaData for a field/property of a class/interface.
 

Classes in org.jpox.metadata used by org.jpox.state
AbstractClassMetaData
          Abstract representation of the MetaData of a class/interface.
AbstractMemberMetaData
          Abstract representation of MetaData for a field/property of a class/interface.
MetaDataManager
          Manager of MetaData information in JPOX having scope of an ObjectManagerFactory.
 

Classes in org.jpox.metadata used by org.jpox.store
AbstractClassMetaData
          Abstract representation of the MetaData of a class/interface.
AbstractMemberMetaData
          Abstract representation of MetaData for a field/property of a class/interface.
IdentityStrategy
          Representation of the values for identity "strategy".
MetaData
          Base class for all MetaData.
MetaDataManager
          Manager of MetaData information in JPOX having scope of an ObjectManagerFactory.
SequenceMetaData
          Representation of the MetaData of a named Sequence (JDO, or JPA).
TableGeneratorMetaData
          Representation of the MetaData of a TableGenerator (JPA).
VersionMetaData
          Three common strategies for versioning instances are supported by standard metadata.
 

Classes in org.jpox.metadata used by org.jpox.store.fieldmanager
AbstractMemberMetaData
          Abstract representation of MetaData for a field/property of a class/interface.
 

Classes in org.jpox.metadata used by org.jpox.store.mapped
AbstractClassMetaData
          Abstract representation of the MetaData of a class/interface.
AbstractMemberMetaData
          Abstract representation of MetaData for a field/property of a class/interface.
ClassMetaData
          Representation of the MetaData of a class.
DiscriminatorMetaData
          Representation of a discriminator in an inheritance strategy.
IdentityType
          Representation of the values for identity-type.
JoinMetaData
          Secondary tables and join tables are mapped using a join condition that associates a column or columns in the secondary or join table with a column or columns in the primary table, typically the primary tables primary key columns.
MetaData
          Base class for all MetaData.
VersionMetaData
          Three common strategies for versioning instances are supported by standard metadata.
 

Classes in org.jpox.metadata used by org.jpox.store.mapped.mapping
AbstractClassMetaData
          Abstract representation of the MetaData of a class/interface.
AbstractMemberMetaData
          Abstract representation of MetaData for a field/property of a class/interface.
ColumnMetaData
          Representation of the Meta-Data for a column mapping of a field.
ColumnMetaDataContainer
          Interface defining an object that contains Columns.
EmbeddedMetaData
          This element specifies the mapping for an embedded type.
VersionMetaData
          Three common strategies for versioning instances are supported by standard metadata.
 

Classes in org.jpox.metadata used by org.jpox.store.query
QueryResultMetaData
          Representation of the mapping of (SQL) Query results into a desired output form.
 



Copyright © -2008 . All Rights Reserved.