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