public class JDOCollectionImplCaching extends JDOCollectionImplDynamic
elementType, embeddedElement
inverse, mappedBy
CARDINALITY_N, CARDINALITY_ONE, CARDINALITY_ZERO
Constructor and Description |
---|
JDOCollectionImplCaching() |
Modifier and Type | Method and Description |
---|---|
JavaType |
getElementType()
Get the type representation of the collection elements.
|
JDORelationship |
getInverseRelationship()
Get the inverse JDORelationship in the case of a two-way relationship.
|
JDORelationship |
getMappedBy()
Get the mappedBy relationship.
|
boolean |
isEmbeddedElement()
Determines whether the values of the elements should be stored if
possible as part of the instance instead of as their own instances
in the datastore.
|
getElementTypeName, getRelatedJavaType, isJDOCollection, setElementType, setElementTypeName, setEmbeddedElement
getDeclaringField, getInverseRelationshipName, getLowerBound, getRelatedJDOClass, getUpperBound, isJDOArray, isJDOMap, isJDOReference, isOwner, setDeclaringField, setInverseRelationship, setLowerBound, setMappedBy, setUpperBound
addPropertyChangeListener, addVetoableChangeListener, createJDOExtension, firePropertyChange, fireVetoableChange, getJDOExtensions, removeJDOExtension, removePropertyChangeListener, removeVetoableChangeListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDeclaringField, getInverseRelationshipName, getLowerBound, getRelatedJDOClass, getUpperBound, isJDOArray, isJDOMap, isJDOReference, isOwner, setDeclaringField, setInverseRelationship, setLowerBound, setMappedBy, setUpperBound
addPropertyChangeListener, addVetoableChangeListener, createJDOExtension, getJDOExtensions, removeJDOExtension, removePropertyChangeListener, removeVetoableChangeListener
public JDORelationship getMappedBy()
null
if there is no mappedBy relationship set and there
is no mappedBy name specified on the declaring field.getMappedBy
in interface JDORelationship
getMappedBy
in class JDORelationshipImpl
null
otherwise.public JDORelationship getInverseRelationship()
getInverseRelationship
in interface JDORelationship
getInverseRelationship
in class JDORelationshipImpl
public boolean isEmbeddedElement()
isEmbeddedElement
in interface JDOCollection
isEmbeddedElement
in class JDOCollectionImplDynamic
true
if the elements should be stored as part of
the instance; false
otherwisepublic JavaType getElementType()
getElementType
in interface JDOCollection
getElementType
in class JDOCollectionImplDynamic
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.