Package org.apache.jdo.model.jdo

This package defines the JDOModel API.

See:
          Description

Interface Summary
JDOArray A JDOArray instance represents the JDO relationship metadata of a array relationship field.
JDOClass A JDOClass instance represents the JDO metadata of a persistence-capable class.
JDOCollection A JDOCollection instance represents the JDO relationship metadata of a collection relationship field.
JDOElement This is the super interface for JDO metadata elements, such as JDOClass, JDOField and JDORelationship.
JDOExtension A JDOExtension instance represents a JDO vendor specific extension.
JDOField A JDOField instance represents the JDO metadata of a managed field of a persistence-capable class.
JDOMap A JDOMap instance represents the JDO relationship metadata (the treatment of keys and values) of a map relationship field.
JDOMember This is the super interface for named JDO metadata elements, such as JDOClass and JDOField.
JDOModel A JDOModel instance bundles a number of JDOClass instances used by an application.
JDOModelFactory Factory for JDOModel instances.
JDOPackage A JDOPackage instance represents the JDO package metadata.
JDOProperty A JDOProperty instance represents the JDO metadata of a property of a persistence-capable class.
JDOReference A JDOReference instance represents the JDO relationship metadata of a reference relationship field.
JDORelationship JDORelationship is the super interface for all interfaces representing JDO relationship metadata of a managed field of a persistence-capable class.
 

Class Summary
JDOIdentityType This interface provides constants denoting the identity type of a persistence-capable class.
NullValueTreatment This interface provides constants denoting the treatment of null values for persistent fields during storage in the data store.
PersistenceModifier This interface provides constants denoting JDO specific modifiers for fields of a persistence-capable class.
 

Package org.apache.jdo.model.jdo Description

This package defines the JDOModel API. It provides interfaces to access JDO metadata.