|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JDOProperty | |
org.apache.jdo.impl.model.jdo | This package contains classes that implement the JDO model interfaces and provide access to JDO metadata. |
org.apache.jdo.impl.model.jdo.caching | |
org.apache.jdo.model.jdo | This package defines the JDOModel API. |
Uses of JDOProperty in org.apache.jdo.impl.model.jdo |
Classes in org.apache.jdo.impl.model.jdo that implement JDOProperty | |
class |
JDOAssociatedPropertyImplDynamic
An instance of this class represents the JDO metadata of a managed property of a persistence capable class. |
class |
JDOPropertyImplDynamic
An instance of this class represents the JDO metadata of a managed property of a persistence capable class. |
Methods in org.apache.jdo.impl.model.jdo that return JDOProperty | |
JDOProperty |
JDOClassImplDynamic.createJDOProperty(java.lang.String name)
This method returns a JDOProperty instance for the property with the specified name. |
JDOProperty |
JDOClassImplDynamic.createJDOProperty(java.lang.String name,
JDOField associatedJDOField)
This method returns a JDOProperty instance for the property with the specified name and associated field. |
JDOProperty |
JDOClassImplDynamic.getAssociatedProperty(java.lang.String name)
Returns JDOProperty metadata for a property with the specified name having an associated JDOField. |
JDOProperty |
JDOClassImplDynamic.getAssociatedProperty(JDOField field)
Returns JDOProperty metadata for a property having the specified JDOField as associated JDOField. |
protected JDOProperty |
JDOClassImplDynamic.newJDOPropertyInstance(java.lang.String name)
Returns a new instance of the JDOProperty implementation class. |
protected JDOProperty |
JDOClassImplDynamic.newJDOPropertyInstance(java.lang.String name,
JDOField associatedJDOField)
Returns a new instance of the JDOProperty implementation class. |
Uses of JDOProperty in org.apache.jdo.impl.model.jdo.caching |
Classes in org.apache.jdo.impl.model.jdo.caching that implement JDOProperty | |
class |
JDOAssociatedPropertyImplCaching
An instance of this class represents the JDO metadata of a managed property of a persistence capable class. |
class |
JDOPropertyImplCaching
An instance of this class represents the JDO metadata of a managed field of a persistence capable class. |
Methods in org.apache.jdo.impl.model.jdo.caching that return JDOProperty | |
protected JDOProperty |
JDOClassImplCaching.newJDOPropertyInstance(java.lang.String name)
Returns a new instance of the JDOProperty implementation class. |
protected JDOProperty |
JDOClassImplCaching.newJDOPropertyInstance(java.lang.String name,
JDOField associatedJDOField)
Returns a new instance of the JDOProperty implementation class. |
Uses of JDOProperty in org.apache.jdo.model.jdo |
Methods in org.apache.jdo.model.jdo that return JDOProperty | |
JDOProperty |
JDOClass.createJDOProperty(java.lang.String name)
This method returns a JDOProperty instance for the property with the specified name. |
JDOProperty |
JDOClass.createJDOProperty(java.lang.String name,
JDOField associatedField)
This method returns a JDOProperty instance for the property with the specified name and associated field. |
JDOProperty |
JDOClass.getAssociatedProperty(java.lang.String name)
Returns JDOProperty metadata for a property with the specified name having an associated JDOField. |
JDOProperty |
JDOClass.getAssociatedProperty(JDOField field)
Returns JDOProperty metadata for a property having the specified JDOField as associated JDOField. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |