public class JDOArrayImplCaching extends JDOArrayImplDynamic
embeddedElementinverse, mappedByCARDINALITY_N, CARDINALITY_ONE, CARDINALITY_ZERO| Constructor and Description |
|---|
JDOArrayImplCaching() |
| Modifier and Type | Method and Description |
|---|---|
JavaType |
getElementType()
Get the type representation of the array component type.
|
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.
|
getRelatedJavaType, isJDOArray, setEmbeddedElementgetDeclaringField, getInverseRelationshipName, getLowerBound, getRelatedJDOClass, getUpperBound, isJDOCollection, isJDOMap, isJDOReference, isOwner, setDeclaringField, setInverseRelationship, setLowerBound, setMappedBy, setUpperBoundaddPropertyChangeListener, addVetoableChangeListener, createJDOExtension, firePropertyChange, fireVetoableChange, getJDOExtensions, removeJDOExtension, removePropertyChangeListener, removeVetoableChangeListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDeclaringField, getInverseRelationshipName, getLowerBound, getRelatedJDOClass, getUpperBound, isJDOCollection, isJDOMap, isJDOReference, isOwner, setDeclaringField, setInverseRelationship, setLowerBound, setMappedBy, setUpperBoundaddPropertyChangeListener, addVetoableChangeListener, createJDOExtension, getJDOExtensions, removeJDOExtension, removePropertyChangeListener, removeVetoableChangeListenerpublic JDORelationship getMappedBy()
null if there is no mappedBy relationship set and there
is no mappedBy name specified on the declaring field.getMappedBy in interface JDORelationshipgetMappedBy in class JDORelationshipImplnull
otherwise.public JDORelationship getInverseRelationship()
getInverseRelationship in interface JDORelationshipgetInverseRelationship in class JDORelationshipImplpublic boolean isEmbeddedElement()
isEmbeddedElement in interface JDOArrayisEmbeddedElement in class JDOArrayImplDynamictrue if the elements should be stored as part of
the instance; false otherwisepublic JavaType getElementType()
getElementType in interface JDOArraygetElementType in class JDOArrayImplDynamicCopyright © 2005-2012 Apache Software Foundation. All Rights Reserved.