public class JDOMapImplCaching extends JDOMapImplDynamic
embeddedKey, embeddedValue, keyType, valueType
CARDINALITY_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, setValueTypeName
getDeclaringField, getInverseRelationship, getLowerBound, getUpperBound, setDeclaringField, setInverseRelationship, setLowerBound, setUpperBound
addPropertyChangeListener, addVetoableChangeListener, createJDOExtension, firePropertyChange, fireVetoableChange, getJDOExtensions, removeJDOExtension, removePropertyChangeListener, removeVetoableChangeListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDeclaringField, getInverseRelationship, getLowerBound, getUpperBound, setDeclaringField, setInverseRelationship, setLowerBound, setUpperBound
addPropertyChangeListener, addVetoableChangeListener, createJDOExtension, getJDOExtensions, removeJDOExtension, removePropertyChangeListener, removeVetoableChangeListener
public boolean isEmbeddedKey()
isEmbeddedKey
in interface JDOMap
isEmbeddedKey
in class JDOMapImplDynamic
true
if the keys are stored as part of this instance;
false
otherwisepublic JavaType getKeyType()
getKeyType
in interface JDOMap
getKeyType
in class JDOMapImplDynamic
public boolean isEmbeddedValue()
isEmbeddedValue
in interface JDOMap
isEmbeddedValue
in class JDOMapImplDynamic
true
if the values are stored as part of this
instance; false
otherwisepublic JavaType getValueType()
getValueType
in interface JDOMap
getValueType
in class JDOMapImplDynamic
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.