Interface | Description |
---|---|
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.
|
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 | Description |
---|---|
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.
|
This package defines the JDOModel API. It provides interfaces to access JDO metadata.
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.