public class JDOMapImplCaching extends JDOMapImplDynamic
embeddedKey, embeddedValue, keyType, valueType
inverse, mappedBy
CARDINALITY_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, setValueTypeName
getDeclaringField, getInverseRelationshipName, getLowerBound, getRelatedJDOClass, getUpperBound, isJDOArray, isJDOCollection, 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, isJDOCollection, 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 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.