public class JDOCollectionImplCaching extends JDOCollectionImplDynamic
elementType, embeddedElementCARDINALITY_N, CARDINALITY_ONE, CARDINALITY_ZERO| Constructor and Description |
|---|
JDOCollectionImplCaching() |
| Modifier and Type | Method and Description |
|---|---|
JavaType |
getElementType()
Get the type representation of the collection elements.
|
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.
|
getElementTypeName, setElementType, setElementTypeName, setEmbeddedElementgetDeclaringField, 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 isEmbeddedElement()
isEmbeddedElement in interface JDOCollectionisEmbeddedElement in class JDOCollectionImplDynamictrue if the elements should be stored as part of
the instance; false otherwisepublic JavaType getElementType()
getElementType in interface JDOCollectiongetElementType in class JDOCollectionImplDynamicCopyright © 2005-2012 Apache Software Foundation. All Rights Reserved.