|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jdo.impl.model.jdo.JDOElementImpl
org.apache.jdo.impl.model.jdo.JDORelationshipImpl
org.apache.jdo.impl.model.jdo.JDOReferenceImplDynamic
public class JDOReferenceImplDynamic
An instance of this class represents the JDO relationship metadata of a reference relationship field.
Field Summary |
---|
Fields inherited from class org.apache.jdo.impl.model.jdo.JDORelationshipImpl |
---|
inverse, mappedBy |
Fields inherited from interface org.apache.jdo.model.jdo.JDORelationship |
---|
CARDINALITY_N, CARDINALITY_ONE, CARDINALITY_ZERO |
Constructor Summary | |
---|---|
JDOReferenceImplDynamic()
|
Method Summary | |
---|---|
JavaType |
getRelatedJavaType()
Get the type representation of the relationship. |
boolean |
isJDOReference()
Determines whether this JDORelationship represents a reference relationship or not. |
Methods inherited from class org.apache.jdo.impl.model.jdo.JDORelationshipImpl |
---|
getDeclaringField, getInverseRelationship, getInverseRelationshipName, getLowerBound, getMappedBy, getRelatedJDOClass, getUpperBound, isJDOArray, isJDOCollection, isJDOMap, isOwner, setDeclaringField, setInverseRelationship, setLowerBound, setMappedBy, setUpperBound |
Methods inherited from class org.apache.jdo.impl.model.jdo.JDOElementImpl |
---|
addPropertyChangeListener, addVetoableChangeListener, createJDOExtension, firePropertyChange, fireVetoableChange, getJDOExtensions, removeJDOExtension, removePropertyChangeListener, removeVetoableChangeListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.jdo.model.jdo.JDORelationship |
---|
getDeclaringField, getInverseRelationship, getInverseRelationshipName, getLowerBound, getMappedBy, getRelatedJDOClass, getUpperBound, isJDOArray, isJDOCollection, isJDOMap, isOwner, setDeclaringField, setInverseRelationship, setLowerBound, setMappedBy, setUpperBound |
Methods inherited from interface org.apache.jdo.model.jdo.JDOElement |
---|
addPropertyChangeListener, addVetoableChangeListener, createJDOExtension, getJDOExtensions, removeJDOExtension, removePropertyChangeListener, removeVetoableChangeListener |
Constructor Detail |
---|
public JDOReferenceImplDynamic()
Method Detail |
---|
public boolean isJDOReference()
true
means this
JDORelationship is a JDOReference instance.
isJDOReference
in interface JDORelationship
isJDOReference
in class JDORelationshipImpl
true
if this JDORelationship represents a
reference relationship; false
otherwise.public JavaType getRelatedJavaType()
getRelatedJavaType
in class JDORelationshipImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |