public class JDOMapImplCaching extends JDOMapImplDynamic
embeddedKey, embeddedValue, keyType, valueTypeCARDINALITY_N, CARDINALITY_ONE, CARDINALITY_ZERO| Constructor and Description |
|---|
JDOMapImplCaching() |
| Modifier and Type | Method and Description |
|---|---|
JavaType |
getKeyType()
Get the type representation of the keys for this JDOMap.
|
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, getValueTypeName, setEmbeddedKey, setEmbeddedValue, setKeyType, setKeyTypeName, setValueType, setValueTypeNamegetDeclaringField, getInverseRelationship, getLowerBound, getUpperBound, setDeclaringField, setInverseRelationship, setLowerBound, setUpperBoundaddPropertyChangeListener, addVetoableChangeListener, createJDOExtension, firePropertyChange, fireVetoableChange, getJDOExtensions, removeJDOExtension, removePropertyChangeListener, removeVetoableChangeListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDeclaringField, getInverseRelationship, getLowerBound, getUpperBound, setDeclaringField, setInverseRelationship, setLowerBound, setUpperBoundaddPropertyChangeListener, addVetoableChangeListener, createJDOExtension, getJDOExtensions, removeJDOExtension, removePropertyChangeListener, removeVetoableChangeListenerpublic 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.