Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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(JDOField field)
Returns JDOProperty metadata for a property having the specified
JDOField as associated JDOField.
|
JDOProperty |
JDOClassImplDynamic.getAssociatedProperty(java.lang.String name)
Returns JDOProperty metadata for a property with the specified name
having an 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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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(JDOField field)
Returns JDOProperty metadata for a property having the specified
JDOField as associated JDOField.
|
JDOProperty |
JDOClass.getAssociatedProperty(java.lang.String name)
Returns JDOProperty metadata for a property with the specified name
having an associated JDOField.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.