public class JDOArrayImplCaching extends JDOArrayImplDynamic
embeddedElement
CARDINALITY_N, CARDINALITY_ONE, CARDINALITY_ZERO
Constructor and Description |
---|
JDOArrayImplCaching() |
Modifier and Type | Method and Description |
---|---|
JavaType |
getElementType()
Get the type representation of the array component type.
|
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.
|
setEmbeddedElement
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 isEmbeddedElement()
isEmbeddedElement
in interface JDOArray
isEmbeddedElement
in class JDOArrayImplDynamic
true
if the elements should be stored as part of
the instance; false
otherwisepublic JavaType getElementType()
getElementType
in interface JDOArray
getElementType
in class JDOArrayImplDynamic
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.