Package | Description |
---|---|
org.apache.jdo.impl.model.jdo |
This package contains classes that implement the JDO model interfaces
and provide access to JDO metadata.
|
org.apache.jdo.impl.model.jdo.caching | |
org.apache.jdo.impl.model.jdo.util | |
org.apache.jdo.model.jdo |
This package defines the JDOModel API.
|
Modifier and Type | Class and Description |
---|---|
class |
JDOArrayImplDynamic
An instance of this class represents the JDO relationship metadata
of a array relationship field.
|
class |
JDOCollectionImplDynamic
An instance of this class represents the JDO relationship metadata
of a collection relationship field.
|
class |
JDOMapImplDynamic
An instance of this class represents the JDO relationship metadata
(the treatment of keys and values) of a map relationship field.
|
class |
JDOReferenceImpl
An instance of this class represents the JDO relationship metadata
of a reference relationship field.
|
class |
JDORelationshipImpl
JDORelationship is the super interface for all interfaces representing
JDO relationship metadata of a managed field of a persistence capable class.
|
Modifier and Type | Field and Description |
---|---|
protected JDORelationship |
JDOFieldImplDynamic.relationship
Relationship JDOField<->JDORelationship.
|
Modifier and Type | Method and Description |
---|---|
JDORelationship |
JDORelationshipImpl.getInverseRelationship()
Get the inverse JDORelationship in the case of a managed relationship.
|
JDORelationship |
JDOFieldImplDynamic.getRelationship()
Get the relationship information for this JDOField.
|
Modifier and Type | Method and Description |
---|---|
void |
JDORelationshipImpl.setInverseRelationship(JDORelationship inverseRelationship)
Set the inverse JDORelationship in the case of a managed relationship.
|
void |
JDOFieldImplDynamic.setRelationship(JDORelationship relationship)
Set the relationship information for this JDOField.
|
Modifier and Type | Class and Description |
---|---|
class |
JDOArrayImplCaching
An instance of this class represents the JDO relationship metadata
of a array relationship field.
|
class |
JDOCollectionImplCaching
An instance of this class represents the JDO relationship metadata
of a collection relationship field.
|
class |
JDOMapImplCaching
An instance of this class represents the JDO relationship metadata
(the treatment of keys and values) of a map relationship field.
|
Modifier and Type | Method and Description |
---|---|
JDORelationship |
JDOFieldImplCaching.getRelationship()
Get the relationship information for this JDOField.
|
Modifier and Type | Method and Description |
---|---|
static void |
PrintSupport.printJDORelationship(JDORelationship jdoRelationship) |
Modifier and Type | Interface and Description |
---|---|
interface |
JDOArray
A JDOArray instance represents the JDO relationship metadata
of a array relationship field.
|
interface |
JDOCollection
A JDOCollection instance represents the JDO relationship metadata
of a collection relationship field.
|
interface |
JDOMap
A JDOMap instance represents the JDO relationship metadata
(the treatment of keys and values) of a map relationship field.
|
interface |
JDOReference
A JDOReference instance represents the JDO relationship metadata
of a reference relationship field.
|
Modifier and Type | Method and Description |
---|---|
JDORelationship |
JDORelationship.getInverseRelationship()
Get the inverse JDORelationship in the case of a managed relationship.
|
JDORelationship |
JDOField.getRelationship()
Get the relationship information for this JDOField.
|
Modifier and Type | Method and Description |
---|---|
void |
JDORelationship.setInverseRelationship(JDORelationship inverseRelationship)
Set the inverse JDORelationship in the case of a managed relationship.
|
void |
JDOField.setRelationship(JDORelationship relationship)
Set the relationship information for this JDOField.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.