public class JDOMapImplCaching extends JDOMapImplDynamic
embeddedKey, embeddedValue, keyType, valueTypeinverse, mappedByCARDINALITY_N, CARDINALITY_ONE, CARDINALITY_ZERO| Constructor and Description |
|---|
JDOMapImplCaching() |
| Modifier and Type | Method and Description |
|---|---|
JDORelationship |
getInverseRelationship()
Get the inverse JDORelationship in the case of a two-way relationship.
|
JavaType |
getKeyType()
Get the type representation of the keys for this JDOMap.
|
JDORelationship |
getMappedBy()
Get the mappedBy relationship.
|
JavaType |
getValueType()
Get the type representation of the values for this JDOMap.
|
boolean |
isEmbeddedKey()
Determines whether the keys of the map should be stored if possible as
part of the instance instead of as their own instances in the datastore.
|
boolean |
isEmbeddedValue()
Determines whether the values of the map should be stored if possible as
part of the instance instead of as their own instances in the datastore.
|
getKeyTypeName, getRelatedJavaType, getValueTypeName, isJDOMap, setEmbeddedKey, setEmbeddedValue, setKeyType, setKeyTypeName, setValueType, setValueTypeNamegetDeclaringField, getInverseRelationshipName, getLowerBound, getRelatedJDOClass, getUpperBound, isJDOArray, isJDOCollection, 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, isJDOArray, isJDOCollection, 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 isEmbeddedKey()
isEmbeddedKey in interface JDOMapisEmbeddedKey in class JDOMapImplDynamictrue if the keys are stored as part of this instance;
false otherwisepublic JavaType getKeyType()
getKeyType in interface JDOMapgetKeyType in class JDOMapImplDynamicpublic boolean isEmbeddedValue()
isEmbeddedValue in interface JDOMapisEmbeddedValue in class JDOMapImplDynamictrue if the values are stored as part of this
instance; false otherwisepublic JavaType getValueType()
getValueType in interface JDOMapgetValueType in class JDOMapImplDynamicCopyright © 2005-2012 Apache Software Foundation. All Rights Reserved.