- get() - Method in class org.apache.jdo.util.Pool
-
Gets an object from the pool, if one is available.
- get(Object) - Method in class org.apache.jdo.util.WeakValueHashMap
-
Gets the value for the given key.
- getArrayComponentType() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- getArrayComponentType() - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
-
Returns the JavaType representing the component type of an array.
- getArrayComponentType() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns the JavaType representing the component type of an array.
- getAssociatedJDOField() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOPropertyImplCaching
-
Return the JDOField instance associated with this property, if
available.
- getAssociatedJDOField() - Method in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
-
Return the JDOField instance associated with this property, if
available.
- getAssociatedJDOField() - Method in class org.apache.jdo.impl.model.jdo.JDOPropertyImplDynamic
-
Return the JDOField instance associated with this property, if
available.
- getAssociatedJDOField() - Method in interface org.apache.jdo.model.jdo.JDOProperty
-
Return the JDOField instance associated with this property, if
available.
- getAssociatedProperty(String) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns JDOProperty metadata for a property with the specified name
having an associated JDOField.
- getAssociatedProperty(JDOField) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns JDOProperty metadata for a property having the specified
JDOField as associated JDOField.
- getAssociatedProperty(String) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns JDOProperty metadata for a property with the specified name
having an associated JDOField.
- getAssociatedProperty(JDOField) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns JDOProperty metadata for a property having the specified
JDOField as associated JDOField.
- getCause() - Method in exception org.apache.jdo.model.ModelException
-
Returns the cause of this throwable or null if the cause is
nonexistent or unknown.
- getCause() - Method in exception org.apache.jdo.model.ModelFatalException
-
Returns the cause of this throwable or null if the cause is
nonexistent or unknown.
- getChildren() - Method in class org.apache.jdo.impl.model.java.AbstractJavaModel
-
Returns a collection of child JavaModel instances in the form
of an array.
- getChildren() - Method in interface org.apache.jdo.model.java.JavaModel
-
Returns a collection of child JavaModel instances in the form
of an array.
- getClassLoader() - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaModel
-
Returns the ClassLoader wrapped by this ReflectionJavaModel instance.
- getClassLoaderPrivileged(Class) - Static method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaModelFactory
-
Calls getClassLoader on the specified Class instance in a
doPrivileged block.
- getComponentType() - Method in class org.apache.jdo.impl.model.java.AbstractJavaMember
-
Returns the JavaType representation of the component type of the type
of the property, if the property type is an array or collection.
- getComponentType() - Method in interface org.apache.jdo.model.java.JavaMember
-
Returns the JavaType representation of the component type of the type
of the member, if the field type is an array or collection.
- getDeclaredClasses() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the collection of JDOClass instances declared by this JDOClass.
- getDeclaredClasses() - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
-
Returns the collection of JDOClass instances declared by this JDOModel
in the format of an array.
- getDeclaredClasses() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the collection of JDOClass instances declared by this JDOClass.
- getDeclaredClasses() - Method in interface org.apache.jdo.model.jdo.JDOModel
-
Returns the collection of JDOClass instances declared by this JDOModel
in the format of an array.
- getDeclaredField(String) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns JDOField metadata for a particular declared field for the
specified name.
- getDeclaredField(String) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns JDOField metadata for a particular declared field specified by
field name.
- getDeclaredFieldPrivileged(Class, String) - Static method in class org.apache.jdo.impl.model.java.BaseReflectionJavaField
-
Helper method to retrieve the java.lang.reflect.Field for the specified
field name.
- getDeclaredFields() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the collection of JDOField instances declared by this JDOClass
in the form of an array.
- getDeclaredFields() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the collection of JDOField instances declared by this JDOClass
in the form of an array.
- getDeclaredFieldsPrivileged(Class) - Static method in class org.apache.jdo.impl.model.java.BaseReflectionJavaField
-
Helper method to retrieve the declared java.lang.reflect.Field
instances for the specified class.
- getDeclaredJavaField(String) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
-
Returns a JavaField instance that reflects the declared field with
the specified name of the class or interface represented by this
JavaType instance.
- getDeclaredJavaFields() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- getDeclaredJavaFields() - Method in class org.apache.jdo.impl.model.java.BaseReflectionJavaType
-
- getDeclaredJavaFields() - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
-
Returns an array of JavaField instances representing the declared
fields of the class represented by this JavaType instance.
- getDeclaredJavaFields() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns an array of JavaField instances representing the declared
fields of the class represented by this JavaType instance.
- getDeclaredJavaProperties() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- getDeclaredJavaProperties() - Method in class org.apache.jdo.impl.model.java.BaseReflectionJavaType
-
- getDeclaredJavaProperties() - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
-
Returns an array of JavaProperty instances representing the declared
properties of the class represented by this JavaType instance.
- getDeclaredJavaProperties() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns an array of JavaProperty instances representing the declared
properties of the class represented by this JavaType instance.
- getDeclaredJavaProperty(String) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
-
Returns a JavaProperty instance that reflects the declared property
with the specified name of the class or interface represented by this
JavaType instance.
- getDeclaredManagedFieldCount() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the number of managed fields declared in the class represented
by this JDOClass.
- getDeclaredManagedFieldCount() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the number of managed fields declared in the class represented
by this JDOClass.
- getDeclaredManagedFields() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Returns the collection of managed JDOField instances declared by this
JDOClass in the form of an array.
- getDeclaredManagedFields() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the collection of managed JDOField instances declared by this
JDOClass in the form of an array.
- getDeclaredManagedFields() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the collection of managed JDOField instances declared by this
JDOClass in the form of an array.
- getDeclaredMembers() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the collection of JDOMember instances declared by this
JDOClass in form of an array.
- getDeclaredMembers() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the collection of JDOMember instances declared by this JDOClass
in form of an array.
- getDeclaredObjectIdClassName() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Get the fully qualified name of the object identity class
(primary key class) for this JDOClass.
- getDeclaredObjectIdClassName() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Get the fully qualified name of the object identity class
(primary key class) declared for this JDOClass.
- getDeclaredPackages() - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
-
Returns the collection of JDOPackage instances declared by this JDOModel
in the format of an array.
- getDeclaredPackages() - Method in interface org.apache.jdo.model.jdo.JDOModel
-
Returns the collection of JDOPackage instances declared by this JDOModel
in the format of an array.
- getDeclaredPrimaryKeyFields() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the collection of identifying declared fields of this JDOClass
in the form of an array.
- getDeclaringClass() - Method in class org.apache.jdo.impl.model.java.AbstractJavaMember
-
Returns the JavaType instance representing the class or interface
that declares the field represented by this JavaMember instance.
- getDeclaringClass() - Method in class org.apache.jdo.impl.model.jdo.JDOMemberImpl
-
Get the declaring class of this JDOMember.
- getDeclaringClass() - Method in interface org.apache.jdo.model.java.JavaMember
-
Returns the JavaType instance representing the class or interface
that declares the member represented by this JavaMember instance.
- getDeclaringClass() - Method in interface org.apache.jdo.model.jdo.JDOMember
-
Get the declaring class of this JDOMember.
- getDeclaringField() - Method in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
-
Get the declaring field of this JDORelationship.
- getDeclaringField() - Method in interface org.apache.jdo.model.jdo.JDORelationship
-
Get the declaring field of this JDORelationship.
- getDeclaringJavaModelFactory() - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaModel
-
Returns the declaring ReflectionJavaModelFactory of this
ReflectionJavaModel.
- getDeclaringModel() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the declaring JDOModel of this JDOClass.
- getDeclaringModel() - Method in class org.apache.jdo.impl.model.jdo.JDOPackageImpl
-
Returns the declaring JDOModel of this JDOPackage.
- getDeclaringModel() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the declaring JDOModel of this JDOClass.
- getDeclaringModel() - Method in interface org.apache.jdo.model.jdo.JDOPackage
-
Returns the declaring JDOModel of this JDOPackage.
- getDefaultFetchGroupFields() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Returns the collection of default fetch group fields of this JDOClass
in the form of an array.
- getDefaultFetchGroupFields() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the collection of default fetch group fields of this JDOClass
in the form of an array.
- getDefaultFetchGroupFields() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the collection of default fetch group fields of this JDOClass
in the form of an array.
- getElementType() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOArrayImplCaching
-
Get the type representation of the array component type.
- getElementType() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOCollectionImplCaching
-
Get the type representation of the collection elements.
- getElementType() - Method in class org.apache.jdo.impl.model.jdo.JDOArrayImplDynamic
-
Get the type representation of the array component type.
- getElementType() - Method in class org.apache.jdo.impl.model.jdo.JDOCollectionImplDynamic
-
Get the type representation of the collection elements.
- getElementType() - Method in interface org.apache.jdo.model.jdo.JDOArray
-
Get the type representation of the array component type.
- getElementType() - Method in interface org.apache.jdo.model.jdo.JDOCollection
-
Get the type representation of the collection elements.
- getElementTypeName() - Method in class org.apache.jdo.impl.model.jdo.JDOCollectionImplDynamic
-
Get the type of collection elements as string.
- getElementTypeName() - Method in interface org.apache.jdo.model.jdo.JDOCollection
-
Get the type of collection elements as string.
- getField() - Method in class org.apache.jdo.impl.model.java.BaseReflectionJavaField
-
Returns the java.lang.reflect.Field that is wrapped by this
JavaField.
- getField(String) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns JDOField metadata for a particular field specified by field name.
- getField(int) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Provides metadata for a particular field specified by the absolute field
number.
- getField(String) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns JDOField metadata for a particular field specified by field name.
- getField(int) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Provides metadata for a particular field specified by the absolute field
number.
- getFieldInternal(String) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the JDOField definition for the specified field.
- getFieldNumber() - Method in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
-
Deletegate to associatedJDOField.
- getFieldNumber() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Returns the absolute field number of this JDOField.
- getFieldNumber() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Returns the absolute field number of this JDOField.
- getGetterMethod() - Method in class org.apache.jdo.impl.model.java.JavaPropertyImpl
-
Returns the JavaMethod representation of the getter method for this
JavaProperty.
- getGetterMethod() - Method in interface org.apache.jdo.model.java.JavaProperty
-
Returns the JavaMethod representation of the getter method for this
JavaProperty.
- getIdentityType() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Get the JDO identity type of this JDOClass.
- getIdentityType() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Get the JDO identity type of this JDOClass.
- getIdentityType() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Get the JDO identity type of this JDOClass.
- getInheritedManagedFieldCount() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Returns the number of inherited managed fields for this class.
- getInheritedManagedFieldCount() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the number of inherited managed fields for the class
represented by this JDOClass.
- getInheritedManagedFieldCount() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the number of inherited managed fields for the class
represented by this JDOClass.
- getInputStreamForResource(String) - Method in class org.apache.jdo.impl.model.java.AbstractJavaModel
-
Finds a resource with a given name.
- getInputStreamForResource(String) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaModel
-
Finds a resource with a given name.
- getInputStreamForResource(String) - Method in interface org.apache.jdo.model.java.JavaModel
-
Finds a resource with a given name.
- getInstance() - Static method in class org.apache.jdo.impl.model.jdo.caching.JDOModelFactoryImplCaching
-
Get an instance of JDOModelFactoryImpl.
- getInstance() - Static method in class org.apache.jdo.impl.model.jdo.JDOModelFactoryImplDynamic
-
Get an instance of JDOModelFactory.
- getInstance(String) - Static method in class org.apache.jdo.util.I18NHelper
-
An instance bound to a bundle.
- getInstance(Class) - Static method in class org.apache.jdo.util.I18NHelper
-
An instance bound to a bundle.
- getInstance(String, ClassLoader) - Static method in class org.apache.jdo.util.I18NHelper
-
An instance bound to a bundle.
- getInverseRelationship() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOArrayImplCaching
-
Get the inverse JDORelationship in the case of a two-way relationship.
- getInverseRelationship() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOCollectionImplCaching
-
Get the inverse JDORelationship in the case of a two-way relationship.
- getInverseRelationship() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOMapImplCaching
-
Get the inverse JDORelationship in the case of a two-way relationship.
- getInverseRelationship() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOReferenceImplCaching
-
Get the inverse JDORelationship in the case of a two-way relationship.
- getInverseRelationship() - Method in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
-
Get the inverse JDORelationship in the case of a two-way relationship.
- getInverseRelationship() - Method in interface org.apache.jdo.model.jdo.JDORelationship
-
Get the inverse JDORelationship in the case of a two-way relationship.
- getInverseRelationshipName() - Method in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
-
Get the relative name of the inverse relationship field for this
relationship.
- getInverseRelationshipName() - Method in interface org.apache.jdo.model.jdo.JDORelationship
-
Get the relative name of the inverse relationship field for this
relationship.
- getJavaClass() - Method in class org.apache.jdo.impl.model.java.BaseReflectionJavaType
-
Returns the java.lang.Class instance wrapped by this JavaType.
- getJavaClass(JavaType) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaModelFactory
-
Returns the java.lang.Class
wrapped in the specified
JavaType.
- getJavaField(String) - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- getJavaField(String) - Method in class org.apache.jdo.impl.model.java.BaseReflectionJavaType
-
Returns a JavaField instance that reflects the field with the
specified name of the class or interface represented by this
JavaType instance.
- getJavaField(String) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
-
Returns a JavaField instance that reflects the field with the
specified name of the class or interface represented by this
JavaType instance.
- getJavaField() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOAssociatedPropertyImplCaching
-
Get the corresponding JavaProperty representation for this JDOProperty.
- getJavaField() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
-
Get the corresponding JavaField representation for this JDOField.
- getJavaField() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOPropertyImplCaching
-
Get the corresponding JavaField representation for this JDOProperty.
- getJavaField() - Method in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
-
Get the corresponding JavaProperty representation for this JDOProperty.
- getJavaField() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Get the corresponding JavaField representation for this JDOField.
- getJavaField() - Method in class org.apache.jdo.impl.model.jdo.JDOPropertyImplDynamic
-
Get the corresponding JavaField representation for this JDOProperty.
- getJavaField(String) - Method in interface org.apache.jdo.model.java.JavaType
-
Returns a JavaField instance that reflects the field with the
specified name of the class or interface represented by this
JavaType instance.
- getJavaField() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Get the corresponding Java field representation for this JDOField.
- getJavaModel(Object) - Method in class org.apache.jdo.impl.model.java.AbstractJavaModelFactory
-
Returns the JavaModel instance for the specified key.
- getJavaModel() - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
-
Returns the JavaModel bound to this JDOModel instance.
- getJavaModel(Object) - Method in interface org.apache.jdo.model.java.JavaModelFactory
-
Returns the JavaModel instance for the specified key.
- getJavaModel() - Method in interface org.apache.jdo.model.jdo.JDOModel
-
Returns the JavaModel bound to this JDOModel instance.
- getJavaProperty(String) - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- getJavaProperty(String) - Method in class org.apache.jdo.impl.model.java.BaseReflectionJavaType
-
- getJavaProperty(String) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
-
Returns a JavaProperty instance that reflects the property with the
specified name of the class or interface represented by this
JavaType instance.
- getJavaProperty(String) - Method in interface org.apache.jdo.model.java.JavaType
-
Returns a JavaProperty instance that reflects the property with the
specified name of the class or interface represented by this
JavaType instance.
- getJavaType(String) - Method in class org.apache.jdo.impl.model.java.AbstractJavaModel
-
The method returns the JavaType instance for the specified type
name.
- getJavaType(Class) - Method in class org.apache.jdo.impl.model.java.AbstractJavaModel
-
The method returns the JavaType instance for the type name of the
specified class object.
- getJavaType(Object) - Method in class org.apache.jdo.impl.model.java.AbstractJavaModelFactory
-
Returns a JavaType instance for the specified type description
(optional operation).
- getJavaType(String) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaModel
-
The method returns the JavaType instance for the specified type
name.
- getJavaType(Class) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaModel
-
The method returns the JavaType instance for the type name of the
specified class object.
- getJavaType(Object) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaModelFactory
-
Returns a JavaType instance for the specified type description
(optional operation).
- getJavaType() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Provides the JavaType representaion corresponding to this JDOClass.
- getJavaType() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Provides the JavaType representaion corresponding to this JDOClass.
- getJavaType(String) - Method in interface org.apache.jdo.model.java.JavaModel
-
The method returns the JavaType instance for the specified type
name.
- getJavaType(Class) - Method in interface org.apache.jdo.model.java.JavaModel
-
The method returns the JavaType instance for the type name of the
specified class object.
- getJavaType(Object) - Method in interface org.apache.jdo.model.java.JavaModelFactory
-
Returns a JavaType instance for the specified type description
(optional operation).
- getJavaType() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Provides the JavaType representaion corresponding to this JDOClass.
- getJavaTypeForClass(Class) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaField
-
Returns a JavaType instance for the specified Class object.
- getJavaTypeForClass(Class) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaMethod
-
Returns a JavaType instance for the specified Class object.
- getJavaTypeForClass(Class) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
-
Returns a JavaType instance for the specified Class object.
- getJavaTypeInternal(Class) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaModel
-
The method returns the JavaType instance for the type name of the
specified class object.
- getJDOClass() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- getJDOClass() - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
-
Returns the JDOClass instance if this JavaType represents a
persistence capable class.
- getJDOClass(String) - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
-
The method returns the JDOClass instance for the specified fully
qualified class name if present.
- getJDOClass(String, boolean) - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
-
The method returns the JDOClass instance for the specified fully
qualified class name if present.
- getJDOClass() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns the JDOClass instance if this JavaType represents a
persistence capable class.
- getJDOClass(String) - Method in interface org.apache.jdo.model.jdo.JDOModel
-
The method returns the JDOClass instance for the specified fully
qualified class name if present.
- getJDOClass(String, boolean) - Method in interface org.apache.jdo.model.jdo.JDOModel
-
The method returns the JDOClass instance for the specified fully
qualified class name if present.
- getJDOClassForObjectIdClass(JavaType) - Method in class org.apache.jdo.impl.model.jdo.caching.JDOModelImplCaching
-
This method returns the JDOClass instance that defines the specified type
as its objectId class.
- getJDOClassForObjectIdClass(JavaType) - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
-
This method returns the JDOClass instance that defines the specified type
as its objectId class.
- getJDOClassForObjectIdClass(JavaType) - Method in interface org.apache.jdo.model.jdo.JDOModel
-
This method returns the JDOClass instance that defines the specified type
as its objectId class.
- getJDOClassForShortName(String) - Method in class org.apache.jdo.impl.model.jdo.caching.JDOModelImplCaching
-
The method returns the JDOClass instance for the specified short name
(see
JDOClass.getShortName()
) or
null
if it cannot
find a JDOClass instance with the specified short name.
- getJDOClassForShortName(String) - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
-
The method returns the JDOClass instance for the specified short name
(see
JDOClass.getShortName()
) or
null
if it cannot
find a JDOClass instance with the specified short name.
- getJDOClassForShortName(String) - Method in interface org.apache.jdo.model.jdo.JDOModel
-
The method returns the JDOClass instance for the specified short name
(see
JDOClass.getShortName()
) or
null
if it cannot
find a JDOClass instance with the specified short name.
- getJDOExtensions() - Method in class org.apache.jdo.impl.model.jdo.JDOElementImpl
-
Returns the collection of vendor extensions for this JDOElement
in the form of an array.
- getJDOExtensions() - Method in interface org.apache.jdo.model.jdo.JDOElement
-
Returns the collection of vendor extensions for this JDOElement
in the form of an array.
- getJDOModel() - Method in class org.apache.jdo.impl.model.java.AbstractJavaModel
-
Returns the corresponding JDOModel instance.
- getJDOModel() - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaModel
-
Returns the corresponding JDOModel instance.
- getJDOModel(JavaModel) - Method in class org.apache.jdo.impl.model.jdo.JDOModelFactoryImplDynamic
-
Returns the JDOModel instance for the specified javaModel.
- getJDOModel(JavaModel, boolean) - Method in class org.apache.jdo.impl.model.jdo.JDOModelFactoryImplDynamic
-
Returns the JDOModel instance for the specified javaModel.
- getJDOModel() - Method in interface org.apache.jdo.model.java.JavaModel
-
Returns the corresponding JDOModel instance.
- getJDOModel(JavaModel) - Method in interface org.apache.jdo.model.jdo.JDOModelFactory
-
Returns the JDOModel instance for the specified javaModel.
- getJDOModel(JavaModel, boolean) - Method in interface org.apache.jdo.model.jdo.JDOModelFactory
-
Returns the JDOModel instance for the specified javaModel.
- getJDOPackage() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the JDOPackage instance corresponding to the package name
of this JDOClass.
- getJDOPackage(String) - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
-
The method returns the JDOPackage instance for the specified package
name, if present.
- getJDOPackage() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the JDOPackage instance corresponding to the package name
of this JDOClass.
- getJDOPackage(String) - Method in interface org.apache.jdo.model.jdo.JDOModel
-
The method returns the JDOPackage instance for the specified package
name, if present.
- getKey() - Method in class org.apache.jdo.impl.model.jdo.JDOExtensionImpl
-
Returns the key of this vendor extension.
- getKey() - Method in interface org.apache.jdo.model.jdo.JDOExtension
-
Returns the key of this vendor extension.
- getKeyType() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOMapImplCaching
-
Get the type representation of the keys for this JDOMap.
- getKeyType() - Method in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
-
Get the type representation of the keys for this JDOMap.
- getKeyType() - Method in interface org.apache.jdo.model.jdo.JDOMap
-
Get the type representation of the keys for this JDOMap.
- getKeyTypeName() - Method in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
-
Get the string representation of the type of the keys for this JDOMap.
- getKeyTypeName() - Method in interface org.apache.jdo.model.jdo.JDOMap
-
Get the string representation of the type of the keys for this JDOMap.
- getLowerBound() - Method in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
-
Get the lower cardinality bound for this relationship element.
- getLowerBound() - Method in interface org.apache.jdo.model.jdo.JDORelationship
-
Get the lower cardinality bound for this relationship element.
- getManagedField(String) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns JDOField metadata for a particular managed field specified by
field name.
- getManagedField(String) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns JDOField metadata for a particular managed field specified by
field name.
- getManagedFieldCount() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the number of managed fields for the class represented by this
JDOClass.
- getManagedFieldCount() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the number of managed fields for the class represented by this
JDOClass.
- getManagedFieldNumbers() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Returns an array of absolute field numbers of the managed fields of this
JDOClass.
- getManagedFieldNumbers() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns an array of absolute field numbers of the managed fields of this
JDOClass.
- getManagedFieldNumbers() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns an array of absolute field numbers of the managed fields of this
JDOClass.
- getManagedFields() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Returns the collection of managed JDOField instances of this JDOClass
in the form of an array.
- getManagedFields() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the collection of managed JDOField instances of this JDOClass
in the form of an array.
- getManagedFields() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the collection of managed JDOField instances of this JDOClass
in the form of an array.
- getMappedBy() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOArrayImplCaching
-
Get the mappedBy relationship.
- getMappedBy() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOCollectionImplCaching
-
Get the mappedBy relationship.
- getMappedBy() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOMapImplCaching
-
Get the mappedBy relationship.
- getMappedBy() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOReferenceImplCaching
-
Get the mappedBy relationship.
- getMappedBy() - Method in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
-
Get the mappedBy relationship.
- getMappedBy() - Method in interface org.apache.jdo.model.jdo.JDORelationship
-
Get the mappedBy relationship.
- getMappedByName() - Method in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
-
Deletegate to associatedJDOField.
- getMappedByName() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Get the name of the field specified in a mappedBy attribute in the
metadata.
- getMappedByName() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Get the name of the field specified in a mappedBy attribute in the
metadata.
- getMessage() - Method in exception org.apache.jdo.model.ModelException
-
Returns the error message string of this throwable object.
- getMessage() - Method in exception org.apache.jdo.model.ModelFatalException
-
Returns the error message string of this throwable object.
- getMessage() - Method in exception org.apache.jdo.model.ModelValidationException
-
Returns the error message string of this throwable object.
- getModifiers() - Method in class org.apache.jdo.impl.model.java.AbstractJavaMember
-
Returns the Java language modifiers for the member represented by
this JavaMember, as an integer.
- getModifiers() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- getModifiers() - Method in class org.apache.jdo.impl.model.java.BaseReflectionJavaField
-
Returns the Java language modifiers for the field represented by
this JavaField, as an integer.
- getModifiers() - Method in class org.apache.jdo.impl.model.java.BaseReflectionJavaType
-
Returns the Java language modifiers for the field represented by
this JavaType, as an integer.
- getModifiers() - Method in class org.apache.jdo.impl.model.java.JavaPropertyImpl
-
Returns the Java language modifiers for the field represented by
this JavaMember, as an integer.
- getModifiers() - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaMethod
-
Returns the Java language modifiers for the field represented by
this JavaMember, as an integer.
- getModifiers() - Method in interface org.apache.jdo.model.java.JavaMember
-
Returns the Java language modifiers for the field represented by
this JavaMember, as an integer.
- getModifiers() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns the Java language modifiers for the field represented by
this JavaType, as an integer.
- getName() - Method in class org.apache.jdo.impl.model.java.AbstractJavaMember
-
Returns the name of the field.
- getName() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- getName() - Method in class org.apache.jdo.impl.model.java.BaseReflectionJavaType
-
Returns the name of the type.
- getName() - Method in class org.apache.jdo.impl.model.java.ErrorType
-
Returns the name of the type.
- getName() - Method in class org.apache.jdo.impl.model.java.NullType
-
Returns the name of the type.
- getName() - Method in class org.apache.jdo.impl.model.jdo.JDOMemberImpl
-
Returns the name of this JDOMember.
- getName() - Method in class org.apache.jdo.impl.model.jdo.JDOPackageImpl
-
Returns the name of this JDOPackage.
- getName() - Method in interface org.apache.jdo.model.java.JavaMember
-
Returns the name of the member.
- getName() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns the name of the type.
- getName() - Method in interface org.apache.jdo.model.jdo.JDOMember
-
Returns the name of this JDOMember.
- getName() - Method in interface org.apache.jdo.model.jdo.JDOPackage
-
Returns the name of this JDOPackage.
- getNullValueTreatment() - Method in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
-
Deletegate to associatedJDOField.
- getNullValueTreatment() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Gets the null value treatment indicator of this JDOField.
- getNullValueTreatment() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Gets the null value treatment indicator of this JDOField.
- getObjectIdClass() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Get the JavaType representation of the object identity class
(primary key class) for this JDOClass.
- getObjectIdClass() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Get the JavaType representation of the object identity class
(primary key class) for this JDOClass.
- getObjectIdClass() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Get the JavaType representation of the object identity class
(primary key class) for this JDOClass.
- getOffendingObject() - Method in exception org.apache.jdo.model.ModelValidationException
-
Get the offending object -- the one being validated when the problem
occurred.
- getPackageName(String) - Static method in class org.apache.jdo.util.StringHelper
-
Returns the package portion of the specified class
- getPackagePrefix() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the package name including a terminating dot if this class has a
package.
- getPackagePrefix() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the package name including a terminating dot if this class has a
package.
- getParameterTypes() - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaMethod
-
Returns an array of JavaType instances that represent the formal
parameter types, in declaration order, of the method represented by
this JavaMethod instance.
- getParameterTypes() - Method in interface org.apache.jdo.model.java.JavaMethod
-
Returns an array of JavaType instances that represent the formal
parameter types, in declaration order, of the method represented by
this JavaMethod instance.
- getParent() - Method in class org.apache.jdo.impl.model.java.AbstractJavaModel
-
Returns the parent JavaModel instance of this JavaModel.
- getParent() - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
-
Returns the parent JDOModel instance of this JDOModel.
- getParent() - Method in interface org.apache.jdo.model.java.JavaModel
-
Returns the parent JavaModel instance of this JavaModel.
- getParent() - Method in interface org.apache.jdo.model.jdo.JDOModel
-
Returns the parent JDOModel instance of this JDOModel.
- getPersistenceCapableRootClass() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the least-derived (topmost) persistence-capable class in the
hierarchy of this JDOClass.
- getPersistenceCapableRootClass() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the least-derived (topmost) persistence-capable class in the
hierarchy of this JDOClass.
- getPersistenceCapableSuperclass() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Returns the JDOClass instance for the persistence-capable superclass
of this JDOClass.
- getPersistenceCapableSuperclass() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the JDOClass instance for the persistence-capable superclass
of this JDOClass.
- getPersistenceCapableSuperclass() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the JDOClass instance for the persistence-capable superclass
of this JDOClass.
- getPersistenceCapableSuperclassName() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Get the fully qualified class name of the persistence-capable superclass
of the persistence-capable class described by this JDOClass.
- getPersistenceCapableSuperclassName() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Get the fully qualified class name of the persistence-capable superclass
of the persistence-capable class described by this JDOClass.
- getPersistenceModifier() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
-
Get the persistence modifier of this JDOField.
- getPersistenceModifier() - Method in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
-
Deletegate to associatedJDOField.
- getPersistenceModifier() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Get the persistence modifier of this JDOField.
- getPersistenceModifier() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Get the persistence modifier of this JDOField.
- getPersistentFieldNumbers() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Returns an array of absolute field numbers of the persistent fields of
this JDOClass.
- getPersistentFieldNumbers() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns an array of absolute field numbers of the persistent fields of
this JDOClass.
- getPersistentFieldNumbers() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns an array of absolute field numbers of the persistent fields of
this JDOClass.
- getPersistentFields() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Returns the collection of persistent JDOField instances of this JDOClass
in the form of an array.
- getPersistentFields() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the collection of persistent JDOField instances of this JDOClass
in the form of an array.
- getPersistentFields() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the collection of persistent JDOField instances of this JDOClass
in the form of an array.
- getPersistentNonPrimaryKeyFieldNumbers() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Returns an array of absolute field numbers of the non identifying,
persistent fields of this JDOClass.
- getPersistentNonPrimaryKeyFieldNumbers() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns an array of absolute field numbers of the non identifying,
persistent fields of this JDOClass.
- getPersistentNonPrimaryKeyFieldNumbers() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns an array of absolute field numbers of the non identifying,
persistent fields of this JDOClass.
- getPersistentRelationshipFieldNumbers() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Returns an array of absolute field numbers of persistent relationship
fields of this JDOClass.
- getPersistentRelationshipFieldNumbers() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns an array of absolute field numbers of persistent relationship
fields of this JDOClass.
- getPersistentRelationshipFieldNumbers() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns an array of absolute field numbers of persistent relationship
fields of this JDOClass.
- getPersistentRelationshipFields() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Returns the collection of persistent relationship fields of this JDOClass
in the form of an array.
- getPersistentRelationshipFields() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the collection of persistent relationship fields of this JDOClass
in the form of an array.
- getPersistentRelationshipFields() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the collection of persistent relationship fields of this JDOClass
in the form of an array.
- getPersistentSerializableFieldNumbers() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Returns an array of absolute field numbers of persistent, serializable
fields of this JDOClass.
- getPersistentSerializableFieldNumbers() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns an array of absolute field numbers of persistent, serializable
fields of this JDOClass.
- getPersistentSerializableFieldNumbers() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns an array of absolute field numbers of persistent, serializable
fields of this JDOClass.
- getPredefinedType(String) - Static method in class org.apache.jdo.impl.model.java.PredefinedType
-
Returns the JavaType instance for a predefined type with the
specified name.
- getPredefinedTypes() - Static method in class org.apache.jdo.impl.model.java.PredefinedType
-
Returns an unmodifiable view of the predefined types map.
- getPrimaryKeyFieldNumbers() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Returns an array of absolute field numbers of the identifying fields
of this JDOClass.
- getPrimaryKeyFieldNumbers() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns an array of absolute field numbers of the identifying fields
of this JDOClass.
- getPrimaryKeyFieldNumbers() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns an array of absolute field numbers of the identifying fields
of this JDOClass.
- getPrimaryKeyFields() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Returns the collection of identifying fields of this JDOClass in the form
of an array.
- getPrimaryKeyFields() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Returns the collection of identifying fields of this JDOClass in the form
of an array.
- getPrimaryKeyFields() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Returns the collection of identifying fields of this JDOClass in the form
of an array.
- getRelatedJavaType() - Method in class org.apache.jdo.impl.model.jdo.JDOArrayImplDynamic
-
Get the type representation of the relationship.
- getRelatedJavaType() - Method in class org.apache.jdo.impl.model.jdo.JDOCollectionImplDynamic
-
Get the type representation of the relationship.
- getRelatedJavaType() - Method in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
-
Get the type representation of the relationship.
- getRelatedJavaType() - Method in class org.apache.jdo.impl.model.jdo.JDOReferenceImplDynamic
-
Get the type representation of the relationship.
- getRelatedJavaType() - Method in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
-
Get the type representation of the relationship.
- getRelatedJDOClass() - Method in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
-
Get the JDOClass corresponding to the type or element of this
relationship.
- getRelatedJDOClass() - Method in interface org.apache.jdo.model.jdo.JDORelationship
-
Get the JDOClass corresponding to the type or element of this
relationship.
- getRelationship() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
-
Get the relationship information for this JDOField.
- getRelationship() - Method in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
-
Deletegate to associatedJDOField.
- getRelationship() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Get the relationship information for this JDOField.
- getRelationship() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Get the relationship information for this JDOField.
- getRelativeFieldNumber() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
-
Returns the relative field number of this JDOField.
- getRelativeFieldNumber() - Method in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
-
Deletegate to associatedJDOField.
- getRelativeFieldNumber() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Returns the relative field number of this JDOField.
- getRelativeFieldNumber() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Returns the relative field number of this JDOField.
- getResourceBundle() - Method in class org.apache.jdo.util.I18NHelper
-
Returns the resource bundle used by this I18NHelper.
- getReturnType() - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaMethod
-
Returns the JavaType representation of the method return type.
- getReturnType() - Method in interface org.apache.jdo.model.java.JavaMethod
-
Returns the JavaType representation of the method return type.
- getSetterMethod() - Method in class org.apache.jdo.impl.model.java.JavaPropertyImpl
-
Returns the JavaMethod representation of the setter method for this
JavaProperty.
- getSetterMethod() - Method in interface org.apache.jdo.model.java.JavaProperty
-
Returns the JavaMethod representation of the setter method for this
JavaProperty.
- getShortClassName(String) - Static method in class org.apache.jdo.util.StringHelper
-
Returns the name of a class without the package name.
- getShortName() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Get the short name of this JDOClass.
- getShortName() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Get the short name of this JDOClass.
- getShortName() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Get the short name of this JDOClass.
- getSingleFieldObjectIdClassName(String) - Static method in class org.apache.jdo.impl.model.jdo.util.TypeSupport
-
Returns the name of a single field ObjectId class, if the specified
type name denotes a type that is suitable for single field identity.
- getSuperclass() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- getSuperclass() - Method in class org.apache.jdo.impl.model.java.BaseReflectionJavaType
-
Returns the JavaType representing the superclass of the entity
represented by this JavaType.
- getSuperclass() - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
-
Returns the JavaType representing the superclass of the entity
represented by this JavaType.
- getSuperclass() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns the JavaType representing the superclass of the entity
represented by this JavaType.
- getType() - Method in class org.apache.jdo.impl.model.java.AbstractJavaMember
-
Returns the JavaType representation of the type of the memeber.
- getType() - Method in class org.apache.jdo.impl.model.java.BaseReflectionJavaField
-
Returns the JavaType representation of the field type.
- getType() - Method in class org.apache.jdo.impl.model.java.JavaPropertyImpl
-
Returns the JavaType representation of the property type.
- getType() - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaField
-
Returns the JavaType representation of the field type.
- getType() - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaMethod
-
- getType() - Method in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
-
Deletegate to associatedJDOField.
- getType() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Get the JavaType representation of the type of the field.
- getType() - Method in interface org.apache.jdo.model.java.JavaMember
-
Returns the JavaType representation of the type of the member.
- getType() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Get the JavaType representation of the type of the field.
- getType() - Method in exception org.apache.jdo.model.ModelValidationException
-
- getUnderlyingObject() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- getUnderlyingObject() - Method in class org.apache.jdo.impl.model.java.BaseReflectionJavaField
-
Returns the environment specific instance wrapped by this JavaModel
element.
- getUnderlyingObject() - Method in class org.apache.jdo.impl.model.java.BaseReflectionJavaType
-
Returns the environment specific instance wrapped by this JavaModel
element.
- getUnderlyingObject() - Method in class org.apache.jdo.impl.model.java.JavaPropertyImpl
-
Returns the environment specific instance wrapped by this JavaModel
element.
- getUnderlyingObject() - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaMethod
-
Returns the environment specific instance wrapped by this JavaModel
element.
- getUnderlyingObject() - Method in interface org.apache.jdo.model.java.JavaElement
-
Returns the environment specific instance wrapped by this JavaModel
element.
- getUpperBound() - Method in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
-
Get the upper cardinality bound for this relationship element.
- getUpperBound() - Method in interface org.apache.jdo.model.jdo.JDORelationship
-
Get the upper cardinality bound for this relationship element.
- getValue() - Method in class org.apache.jdo.impl.model.jdo.JDOExtensionImpl
-
Returns the value of this vendor extension.
- getValue() - Method in interface org.apache.jdo.model.jdo.JDOExtension
-
Returns the value of this vendor extension.
- getValueType() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOMapImplCaching
-
Get the type representation of the values for this JDOMap.
- getValueType() - Method in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
-
Get the type representation of the values for this JDOMap.
- getValueType() - Method in interface org.apache.jdo.model.jdo.JDOMap
-
Get the type representation of the values for this JDOMap.
- getValueTypeName() - Method in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
-
Get the string representation of the type of the values for this JDOMap.
- getValueTypeName() - Method in interface org.apache.jdo.model.jdo.JDOMap
-
Get the string representation of the type of the values for this JDOMap.
- getVendorName() - Method in class org.apache.jdo.impl.model.jdo.JDOExtensionImpl
-
Returns the vendor name of this vendor extension.
- getVendorName() - Method in interface org.apache.jdo.model.jdo.JDOExtension
-
Returns the vendor name of this vendor extension.
- getVendorProperties(String) - Static method in class org.apache.jdo.util.JDORIVersion
-
Return Vendor properties for a given file name
- getVendorProperties() - Static method in class org.apache.jdo.util.JDORIVersion
-
Return Vendor properties
- getWrappedPrimitiveType() - Method in class org.apache.jdo.impl.model.java.WrapperClassType
-
- getWrapperClassType() - Method in class org.apache.jdo.impl.model.java.PrimitiveType
-
Returns the JavaType instance of the Java wrapper class that
corresponds to this primitive type.
- I18NHelper - Class in org.apache.jdo.util
-
Helper class for constructing messages from bundles.
- identityType - Variable in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Property identityType.
- ignorableWhitespace(char[], int, int) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOParser
-
- initCause(Throwable) - Method in exception org.apache.jdo.model.ModelException
-
Initializes the cause of this throwable to the specified value.
- initCause(Throwable) - Method in exception org.apache.jdo.model.ModelFatalException
-
Initializes the cause of this throwable to the specified value.
- integerClassType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the class java.lang.Integer.
- IntegralType - Class in org.apache.jdo.impl.model.java
-
A IntegralType instance represents an integral type as defined in the
Java language.
- IntegralType(Class) - Constructor for class org.apache.jdo.impl.model.java.IntegralType
-
Constructor.
- introspectClass() - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
-
Helper method to introspect the class and set the declared fields and
properties.
- intType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the integral type int.
- inverse - Variable in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
-
Relationship JDORelationship<->JDORelationship.
- isArray() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- isArray() - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
-
Determines if this JavaType object represents an array type.
- isArray() - Method in interface org.apache.jdo.model.java.JavaType
-
Determines if this JavaType object represents an array type.
- isCompatibleWith(JavaType) - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- isCompatibleWith(JavaType) - Method in class org.apache.jdo.impl.model.java.BaseReflectionJavaType
-
Returns true if this JavaType is compatible with the specified
JavaType.
- isCompatibleWith(JavaType) - Method in class org.apache.jdo.impl.model.java.ErrorType
-
Returns true if this JavaType is compatible with the specified
JavaType.
- isCompatibleWith(JavaType) - Method in class org.apache.jdo.impl.model.java.NullType
-
Returns true if this JavaType is compatible with the specified
JavaType.
- isCompatibleWith(JavaType) - Method in interface org.apache.jdo.model.java.JavaType
-
Returns true if this JavaType is compatible with the specified
JavaType.
- isDefaultFetchGroup() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
-
Determines whether this JDOField is part of the default fetch group or
not.
- isDefaultFetchGroup() - Method in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
-
Deletegate to associatedJDOField.
- isDefaultFetchGroup() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Determines whether this JDOField is part of the default fetch group or
not.
- isDefaultFetchGroup() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Determines whether this JDOField is part of the default fetch group or
not.
- isEmbedded() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
-
Determines whether the field should be stored if possible as part of
the instance instead of as its own instance in the datastore.
- isEmbedded() - Method in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
-
Deletegate to associatedJDOField.
- isEmbedded() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Determines whether the field should be stored if possible as part of
the instance instead of as its own instance in the datastore.
- isEmbedded() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Determines whether the field should be stored if possible as part of
the instance instead of as its own instance in the datastore.
- isEmbeddedElement() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOArrayImplCaching
-
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.
- isEmbeddedElement() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOCollectionImplCaching
-
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.
- isEmbeddedElement() - Method in class org.apache.jdo.impl.model.jdo.JDOArrayImplDynamic
-
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.
- isEmbeddedElement() - Method in class org.apache.jdo.impl.model.jdo.JDOCollectionImplDynamic
-
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.
- isEmbeddedElement() - Method in interface org.apache.jdo.model.jdo.JDOArray
-
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.
- isEmbeddedElement() - Method in interface org.apache.jdo.model.jdo.JDOCollection
-
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.
- isEmbeddedElementType(JavaType) - Static method in class org.apache.jdo.impl.model.jdo.util.TypeSupport
-
Returns true
if the embedded-element property of a field
having the specified type defaults to true
.
- isEmbeddedFieldType(JavaType) - Static method in class org.apache.jdo.impl.model.jdo.util.TypeSupport
-
Returns true
if the embedded property of a field having
the specified type defaults to true
.
- isEmbeddedKey() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOMapImplCaching
-
Determines whether the keys of the map should be stored if possible as
part of the instance instead of as their own instances in the datastore.
- isEmbeddedKey() - Method in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
-
Determines whether the keys of the map should be stored if possible as
part of the instance instead of as their own instances in the datastore.
- isEmbeddedKey() - Method in interface org.apache.jdo.model.jdo.JDOMap
-
Determines whether the keys of the map should be stored if possible as
part of the instance instead of as their own instances in the datastore.
- isEmbeddedValue() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOMapImplCaching
-
Determines whether the values of the map should be stored if possible as
part of the instance instead of as their own instances in the datastore.
- isEmbeddedValue() - Method in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
-
Determines whether the values of the map should be stored if possible as
part of the instance instead of as their own instances in the datastore.
- isEmbeddedValue() - Method in interface org.apache.jdo.model.jdo.JDOMap
-
Determines whether the values of the map should be stored if possible as
part of the instance instead of as their own instances in the datastore.
- isEmpty(String) - Static method in class org.apache.jdo.util.StringHelper
-
Checks if a string is null or empty.
- isEmpty() - Method in class org.apache.jdo.util.WeakValueHashMap
-
Returns true if this map contains no key-value mappings.
- isFloatingPoint() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- isFloatingPoint() - Method in class org.apache.jdo.impl.model.java.FloatingPointType
-
Returns true
if this JavaType represents a floating
point type.
- isFloatingPoint() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns true
if this JavaType represents a floating
point type.
- isIntegral() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- isIntegral() - Method in class org.apache.jdo.impl.model.java.IntegralType
-
Returns true
if this JavaType represents an integral
type.
- isIntegral() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns true
if this JavaType represents an integral
type.
- isInterface() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- isInterface() - Method in class org.apache.jdo.impl.model.java.BaseReflectionJavaType
-
Determines if this JavaType object represents an interface type.
- isInterface() - Method in interface org.apache.jdo.model.java.JavaType
-
Determines if this JavaType object represents an interface type.
- isJDOArray() - Method in class org.apache.jdo.impl.model.jdo.JDOArrayImplDynamic
-
Determines whether this JDORelationship represents an array
relationship or not.
- isJDOArray() - Method in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
-
Determines whether this JDORelationship represents an array
relationship or not.
- isJDOArray() - Method in interface org.apache.jdo.model.jdo.JDORelationship
-
Determines whether this JDORelationship represents an array
relationship or not.
- isJDOCollection() - Method in class org.apache.jdo.impl.model.jdo.JDOCollectionImplDynamic
-
Determines whether this JDORelationship represents a collection
relationship or not.
- isJDOCollection() - Method in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
-
Determines whether this JDORelationship represents a collection
relationship or not.
- isJDOCollection() - Method in interface org.apache.jdo.model.jdo.JDORelationship
-
Determines whether this JDORelationship represents a collection
relationship or not.
- isJDOMap() - Method in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
-
Determines whether this JDORelationship represents a map
relationship or not.
- isJDOMap() - Method in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
-
Determines whether this JDORelationship represents a map
relationship or not.
- isJDOMap() - Method in interface org.apache.jdo.model.jdo.JDORelationship
-
Determines whether this JDORelationship represents a map
relationship or not.
- isJDOReference() - Method in class org.apache.jdo.impl.model.jdo.JDOReferenceImplDynamic
-
Determines whether this JDORelationship represents a reference
relationship or not.
- isJDOReference() - Method in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
-
Determines whether this JDORelationship represents a reference
relationship or not.
- isJDOReference() - Method in interface org.apache.jdo.model.jdo.JDORelationship
-
Determines whether this JDORelationship represents a reference
relationship or not.
- isJDOSupportedCollection() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- isJDOSupportedCollection() - Method in class org.apache.jdo.impl.model.java.JDOSupportedCollectionType
-
Returns true
if this JavaType represents a JDO
supported collection type.
- isJDOSupportedCollection() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns true
if this JavaType represents a JDO
supported collection type.
- isJDOSupportedMap() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- isJDOSupportedMap() - Method in class org.apache.jdo.impl.model.java.JDOSupportedMapType
-
Returns true
if this JavaType represents a JDO
supported map type.
- isJDOSupportedMap() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns true
if this JavaType represents a JDO
supported map type.
- isKnownNonPC(String) - Method in class org.apache.jdo.impl.model.jdo.caching.JDOModelImplCaching
-
Checks whether the type with the specified name does NOT denote a
persistence-capable class.
- isKnownNonPC(String) - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
-
Checks whether the type with the specified name does NOT denote a
persistence-capable class.
- isManaged() - Method in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
-
Deletegate to associatedJDOField.
- isManaged() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Convenience method to check the persistence modifier from this JDOField.
- isManaged() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Convenience method to check the persistence modifier from this JDOField.
- isOrderable() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- isOrderable() - Method in class org.apache.jdo.impl.model.java.FloatingPointType
-
Returns true
if this JavaType represents an orderable
type as specified by JDO.
- isOrderable() - Method in class org.apache.jdo.impl.model.java.IntegralType
-
Returns true
if this JavaType represents an orderable
type as specified by JDO.
- isOrderable() - Method in class org.apache.jdo.impl.model.java.ValueClassType
-
Returns true
if this JavaType represents an orderable
type as specified by JDO.
- isOrderable() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns true
if this JavaType represents an orderable
type as specified in JDO.
- isOwner() - Method in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
-
Determines whether this side of a two-way relationship is the
owning side.
- isOwner() - Method in interface org.apache.jdo.model.jdo.JDORelationship
-
Determines whether this side of a two-way relationship is the
owning side.
- isPersistenceCapable() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- isPersistenceCapable() - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
-
Returns true
if this JavaType represents a persistence
capable class.
- isPersistenceCapable() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns true
if this JavaType represents a persistence
capable class.
- isPersistenceFieldType(JavaType) - Static method in class org.apache.jdo.impl.model.jdo.util.TypeSupport
-
Returns true
if the persistence-modifier of a field
having the specified type defaults to true
.
- isPersistent() - Method in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
-
Deletegate to associatedJDOField.
- isPersistent() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Convenience method to check the persistence modifier from this JDOField.
- isPersistent() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Convenience method to check the persistence modifier from this JDOField.
- isPrimaryKey() - Method in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
-
Deletegate to associatedJDOField.
- isPrimaryKey() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Determines whether this JDOField is a key field or not.
- isPrimaryKey() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Determines whether this JDOField is a key field or not.
- isPrimitive() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- isPrimitive() - Method in class org.apache.jdo.impl.model.java.PrimitiveType
-
Returns true
if this JavaType represents a primitive
type.
- isPrimitive() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns true
if this JavaType represents a primitive
type.
- isProperty() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOPropertyImplCaching
-
Convenience method to check whether this field represents a property.
- isProperty() - Method in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
-
Convenience method to check whether this field represents a property.
- isProperty() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Convenience method to check whether this field represents a property.
- isProperty() - Method in class org.apache.jdo.impl.model.jdo.JDOPropertyImplDynamic
-
Convenience method to check whether this field represents a property.
- isProperty() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Convenience method to check whether this field represents a property.
- isRelationship() - Method in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
-
Deletegate to associatedJDOField.
- isRelationship() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Convenience method to check whether this field is a relationship field.
- isRelationship() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Convenience method to check whether this field is a relationship field.
- isSerializable() - Method in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
-
Deletegate to associatedJDOField.
- isSerializable() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Determines whether this JDOField is serializable or not.
- isSerializable() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Determines whether this JDOField is serializable or not.
- isTrackable() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- isTrackable() - Method in class org.apache.jdo.impl.model.java.JDOSupportedCollectionType
-
Returns true
if this JavaType represents a trackable
Java class.
- isTrackable() - Method in class org.apache.jdo.impl.model.java.JDOSupportedMapType
-
Returns true
if this JavaType represents a trackable
Java class.
- isTrackable() - Method in class org.apache.jdo.impl.model.java.MutableValueClassType
-
Returns true
if this JavaType represents a trackable
Java class.
- isTrackable() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns true
if this JavaType represents a trackable
Java class.
- isTransactional() - Method in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
-
Deletegate to associatedJDOField.
- isTransactional() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Convenience method to check the persistence modifier from this JDOField.
- isTransactional() - Method in interface org.apache.jdo.model.jdo.JDOField
-
Convenience method to check the persistence modifier from this JDOField.
- isValue() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- isValue() - Method in class org.apache.jdo.impl.model.java.PrimitiveType
-
Returns true
if this JavaType represents a type whoses
values may be treated as values rather than refernces during
storing.
- isValue() - Method in class org.apache.jdo.impl.model.java.ValueClassType
-
Returns true
if this JavaType represents a type whoses
values may be treated as values rather than refernces during
storing.
- isValue() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns true
if this JavaType represents a type whose
values may be treated as values rather than references during
storing.
- isValueArrayType(JavaType) - Static method in class org.apache.jdo.impl.model.jdo.util.TypeSupport
-
Returns true
if the specified type represents an array
and its element type is a value type.
- isWrapperClass() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
-
- isWrapperClass() - Method in class org.apache.jdo.impl.model.java.WrapperClassType
-
- isWrapperClass() - Method in interface org.apache.jdo.model.java.JavaType
-
Returns true
if this JavaType represents a Java wrapper
class type.
- isXMLMetadataLoaded() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Determines whether the XML metadata for the class represented by this
JDOClass has been loaded.
- isXMLMetadataLoaded() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Determines whether the XML metadata for the class represented by this
JDOClass has been loaded.
- iterator() - Method in class org.apache.jdo.util.WeakHashSet
-
Returns an iterator over the elements in this set.
- JavaElement - Interface in org.apache.jdo.model.java
-
This is the super interface for all the JavaModel elements, such as
JavaField, JavaType, etc.
- javaField - Variable in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Property javaField.
- JavaField - Interface in org.apache.jdo.model.java
-
A JavaField instance represents a field declared by a class.
- JavaMember - Interface in org.apache.jdo.model.java
-
This is the super interface for named JavaModel elements having a declaring
class such as JavaField, JavaMethod, etc.
- JavaMethod - Interface in org.apache.jdo.model.java
-
A JavaMethod instance represents a method declared by a class.
- JavaModel - Interface in org.apache.jdo.model.java
-
A JavaModel instance bundles a number of JavaType instances and provides
methods to retrieve JavaType instance by their name.
- JavaModelFactory - Interface in org.apache.jdo.model.java
-
The JavaModelFactory is the interface to use to obtain JavaModel
instances.
- javaProperty - Variable in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
-
The corresponding JavaProperty instance.
- JavaProperty - Interface in org.apache.jdo.model.java
-
A JavaProperty instance represents a JavaBeans property.
- JavaPropertyImpl - Class in org.apache.jdo.impl.model.java
-
Default Implementation of the JavaProperty interface.
- JavaPropertyImpl(String, JavaMethod, JavaMethod, JavaType, JavaType) - Constructor for class org.apache.jdo.impl.model.java.JavaPropertyImpl
-
Constructor setting name, getter, setter, type and declaringClass.
- javaType - Variable in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Property javaType.
- JavaType - Interface in org.apache.jdo.model.java
-
A JavaType instance represents a type as defined in the Java
language.
- JDOArray - Interface in org.apache.jdo.model.jdo
-
A JDOArray instance represents the JDO relationship metadata
of a array relationship field.
- JDOArrayImplCaching - Class in org.apache.jdo.impl.model.jdo.caching
-
An instance of this class represents the JDO relationship metadata
of a array relationship field.
- JDOArrayImplCaching() - Constructor for class org.apache.jdo.impl.model.jdo.caching.JDOArrayImplCaching
-
- JDOArrayImplDynamic - Class in org.apache.jdo.impl.model.jdo
-
An instance of this class represents the JDO relationship metadata
of a array relationship field.
- JDOArrayImplDynamic() - Constructor for class org.apache.jdo.impl.model.jdo.JDOArrayImplDynamic
-
- JDOAssociatedPropertyImplCaching - Class in org.apache.jdo.impl.model.jdo.caching
-
An instance of this class represents the JDO metadata of a managed property
of a persistence capable class.
- JDOAssociatedPropertyImplCaching(String, JDOClass, JDOField) - Constructor for class org.apache.jdo.impl.model.jdo.caching.JDOAssociatedPropertyImplCaching
-
Constructor.
- JDOAssociatedPropertyImplDynamic - Class in org.apache.jdo.impl.model.jdo
-
An instance of this class represents the JDO metadata of a managed property
of a persistence capable class.
- JDOAssociatedPropertyImplDynamic(String, JDOClass, JDOField) - Constructor for class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
-
Constrcutor.
- JDOClass - Interface in org.apache.jdo.model.jdo
-
A JDOClass instance represents the JDO metadata of a persistence-capable
class.
- JDOClassImplCaching - Class in org.apache.jdo.impl.model.jdo.caching
-
An instance of this class represents the JDO metadata of a persistence
capable class.
- JDOClassImplCaching(String) - Constructor for class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Constructor.
- JDOClassImplCaching(String, JDOClass) - Constructor for class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
-
Constructor for inner classes.
- JDOClassImplDynamic - Class in org.apache.jdo.impl.model.jdo
-
An instance of this class represents the JDO metadata of a persistence
capable class.
- JDOClassImplDynamic(String) - Constructor for class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Constructor.
- JDOClassImplDynamic(String, JDOClass) - Constructor for class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Constructor for inner classes.
- JDOCollection - Interface in org.apache.jdo.model.jdo
-
A JDOCollection instance represents the JDO relationship metadata
of a collection relationship field.
- JDOCollectionImplCaching - Class in org.apache.jdo.impl.model.jdo.caching
-
An instance of this class represents the JDO relationship metadata
of a collection relationship field.
- JDOCollectionImplCaching() - Constructor for class org.apache.jdo.impl.model.jdo.caching.JDOCollectionImplCaching
-
- JDOCollectionImplDynamic - Class in org.apache.jdo.impl.model.jdo
-
An instance of this class represents the JDO relationship metadata
of a collection relationship field.
- JDOCollectionImplDynamic() - Constructor for class org.apache.jdo.impl.model.jdo.JDOCollectionImplDynamic
-
- JDOElement - Interface in org.apache.jdo.model.jdo
-
This is the super interface for JDO metadata elements,
such as JDOClass, JDOField and JDORelationship.
- JDOElementImpl - Class in org.apache.jdo.impl.model.jdo
-
This is the super interface for JDO metadata elements,
such as JDOClass, JDOField and JDORelationship.
- JDOElementImpl() - Constructor for class org.apache.jdo.impl.model.jdo.JDOElementImpl
-
- JDOExtension - Interface in org.apache.jdo.model.jdo
-
A JDOExtension instance represents a JDO vendor specific extension.
- JDOExtensionImpl - Class in org.apache.jdo.impl.model.jdo
-
An instance of this class represents a JDO vendor specific extension.
- JDOExtensionImpl() - Constructor for class org.apache.jdo.impl.model.jdo.JDOExtensionImpl
-
- JDOField - Interface in org.apache.jdo.model.jdo
-
A JDOField instance represents the JDO metadata of a managed field
of a persistence-capable class.
- JDOFieldImplCaching - Class in org.apache.jdo.impl.model.jdo.caching
-
An instance of this class represents the JDO metadata of a managed
field of a persistence capable class.
- JDOFieldImplCaching(String, JDOClass) - Constructor for class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
-
Constructor.
- JDOFieldImplDynamic - Class in org.apache.jdo.impl.model.jdo
-
An instance of this class represents the JDO metadata of a managed field
of a persistence capable class.
- JDOFieldImplDynamic(String, JDOClass) - Constructor for class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Constructor.
- JDOHandler - Interface in org.apache.jdo.impl.model.jdo.xml
-
- JDOHandlerImpl - Class in org.apache.jdo.impl.model.jdo.xml
-
TBD:
Reading persistence capable superclass entry: check already existing
superclass entry for consistency
Only populate requested class info, not the entire .jdo file
- JDOHandlerImpl(JDOModel) - Constructor for class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
-
- JDOIdentityType - Class in org.apache.jdo.model.jdo
-
This interface provides constants denoting the identity type
of a persistence-capable class.
- JDOIdentityType() - Constructor for class org.apache.jdo.model.jdo.JDOIdentityType
-
- JDOJdk14Logger - Class in org.apache.jdo.util
-
JDO-specific subclass of the apache commons logging Log
implementation that wraps the standard JDK 1.4 logging.
- JDOJdk14Logger(String) - Constructor for class org.apache.jdo.util.JDOJdk14Logger
-
Constructor checking whether JDK 1.4 logging should be
configuared after calling super constructor.
- JDOMap - Interface in org.apache.jdo.model.jdo
-
A JDOMap instance represents the JDO relationship metadata
(the treatment of keys and values) of a map relationship field.
- JDOMapImplCaching - Class in org.apache.jdo.impl.model.jdo.caching
-
An instance of this class represents the JDO relationship metadata
(the treatment of keys and values) of a map relationship field.
- JDOMapImplCaching() - Constructor for class org.apache.jdo.impl.model.jdo.caching.JDOMapImplCaching
-
- JDOMapImplDynamic - Class in org.apache.jdo.impl.model.jdo
-
An instance of this class represents the JDO relationship metadata
(the treatment of keys and values) of a map relationship field.
- JDOMapImplDynamic() - Constructor for class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
-
- JDOMember - Interface in org.apache.jdo.model.jdo
-
This is the super interface for named JDO metadata elements,
such as JDOClass and JDOField.
- JDOMemberImpl - Class in org.apache.jdo.impl.model.jdo
-
This is the super interface for named JDO metadata elements,
such as JDOClass and JDOField.
- JDOMemberImpl(String, JDOClass) - Constructor for class org.apache.jdo.impl.model.jdo.JDOMemberImpl
-
Constructor.
- jdoModel - Variable in class org.apache.jdo.impl.model.java.AbstractJavaModel
-
The corresponding JDOModel instance.
- JDOModel - Interface in org.apache.jdo.model.jdo
-
A JDOModel instance bundles a number of JDOClass instances used by an
application.
- JDOModelFactory - Interface in org.apache.jdo.model.jdo
-
Factory for JDOModel instances.
- JDOModelFactoryImplCaching - Class in org.apache.jdo.impl.model.jdo.caching
-
Factory for caching JDOModel instances.
- JDOModelFactoryImplCaching() - Constructor for class org.apache.jdo.impl.model.jdo.caching.JDOModelFactoryImplCaching
-
Creates new JDOModelFactoryImplCaching.
- JDOModelFactoryImplDynamic - Class in org.apache.jdo.impl.model.jdo
-
Factory for dynamic JDOModel instances.
- JDOModelFactoryImplDynamic() - Constructor for class org.apache.jdo.impl.model.jdo.JDOModelFactoryImplDynamic
-
Creates new JDOModelFactory.
- JDOModelImplCaching - Class in org.apache.jdo.impl.model.jdo.caching
-
A JDOModel instance bundles a number of JDOClass instances used by an
application.
- JDOModelImplCaching(JavaModel, boolean) - Constructor for class org.apache.jdo.impl.model.jdo.caching.JDOModelImplCaching
-
Constructor.
- JDOModelImplDynamic - Class in org.apache.jdo.impl.model.jdo
-
A JDOModel instance bundles a number of JDOClass instances used by an
application.
- JDOModelImplDynamic(JavaModel, boolean) - Constructor for class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
-
Constructor.
- JDOPackage - Interface in org.apache.jdo.model.jdo
-
A JDOPackage instance represents the JDO package metadata.
- JDOPackageImpl - Class in org.apache.jdo.impl.model.jdo
-
A JDOPackage instance represents the JDO package metadata.
- JDOPackageImpl() - Constructor for class org.apache.jdo.impl.model.jdo.JDOPackageImpl
-
- JDOParser - Class in org.apache.jdo.impl.model.jdo.xml
-
The class reads XML documents according to specified DTD and
translates all related events into JDOHandler events.
- JDOParser(JDOHandler) - Constructor for class org.apache.jdo.impl.model.jdo.xml.JDOParser
-
- JDOProperty - Interface in org.apache.jdo.model.jdo
-
A JDOProperty instance represents the JDO metadata of a property of a
persistence-capable class.
- JDOPropertyImplCaching - Class in org.apache.jdo.impl.model.jdo.caching
-
An instance of this class represents the JDO metadata of a managed field
of a persistence capable class.
- JDOPropertyImplCaching(String, JDOClass) - Constructor for class org.apache.jdo.impl.model.jdo.caching.JDOPropertyImplCaching
-
- JDOPropertyImplDynamic - Class in org.apache.jdo.impl.model.jdo
-
An instance of this class represents the JDO metadata of a managed property
of a persistence capable class.
- JDOPropertyImplDynamic(String, JDOClass) - Constructor for class org.apache.jdo.impl.model.jdo.JDOPropertyImplDynamic
-
Constructor.
- JDOReference - Interface in org.apache.jdo.model.jdo
-
A JDOReference instance represents the JDO relationship metadata
of a reference relationship field.
- JDOReferenceImplCaching - Class in org.apache.jdo.impl.model.jdo.caching
-
An instance of this class represents the JDO relationship metadata
of a reference relationship field.
- JDOReferenceImplCaching() - Constructor for class org.apache.jdo.impl.model.jdo.caching.JDOReferenceImplCaching
-
- JDOReferenceImplDynamic - Class in org.apache.jdo.impl.model.jdo
-
An instance of this class represents the JDO relationship metadata
of a reference relationship field.
- JDOReferenceImplDynamic() - Constructor for class org.apache.jdo.impl.model.jdo.JDOReferenceImplDynamic
-
- JDORelationship - Interface in org.apache.jdo.model.jdo
-
JDORelationship is the super interface for all interfaces representing
JDO relationship metadata of a managed field of a persistence-capable class.
- JDORelationshipImpl - Class in org.apache.jdo.impl.model.jdo
-
JDORelationship is the super interface for all interfaces representing
JDO relationship metadata of a managed field of a persistence capable class.
- JDORelationshipImpl() - Constructor for class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
-
- JDORIVersion - Class in org.apache.jdo.util
-
Helper class to handle properties object with version number and vendor name.
- JDORIVersion() - Constructor for class org.apache.jdo.util.JDORIVersion
-
Constructor without parameters
- JDORIVersion(String) - Constructor for class org.apache.jdo.util.JDORIVersion
-
Constructor without parameters
- JDOSupportedCollectionType - Class in org.apache.jdo.impl.model.java
-
A JDOSupportedCollectionType instance represents a JDO supported
collection type.
- JDOSupportedCollectionType(Class) - Constructor for class org.apache.jdo.impl.model.java.JDOSupportedCollectionType
-
Constructor for JDOSupportedCollection types having no superclass.
- JDOSupportedCollectionType(Class, JavaType) - Constructor for class org.apache.jdo.impl.model.java.JDOSupportedCollectionType
-
Constructor for JDOSupportedCollection types having a superclass.
- JDOSupportedMapType - Class in org.apache.jdo.impl.model.java
-
A JDOSupportedMapType instance represents a JDO supported map type.
- JDOSupportedMapType(Class) - Constructor for class org.apache.jdo.impl.model.java.JDOSupportedMapType
-
Constructor for JDOSupportedMap types having no superclass.
- JDOSupportedMapType(Class, JavaType) - Constructor for class org.apache.jdo.impl.model.java.JDOSupportedMapType
-
Constructor for JDOSupportedMap types having a superclass.
- setDeclaredObjectIdClassName(String) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Set the fully qualified name of the object identity class
(primary key class) for this JDOClass.
- setDeclaredObjectIdClassName(String) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Set the fully qualified name of the object identity class
(primary key class) declared for this JDOClass.
- setDeclaringField(JDOField) - Method in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
-
Set the declaring field of this JDORelationship.
- setDeclaringField(JDOField) - Method in interface org.apache.jdo.model.jdo.JDORelationship
-
Set the declaring field of this JDORelationship.
- setDeclaringModel(JDOModel) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Set the declaring JDOModel for this JDOClass.
- setDeclaringModel(JDOModel) - Method in class org.apache.jdo.impl.model.jdo.JDOPackageImpl
-
Set the declaring JDOModel for this JDOPackage.
- setDeclaringModel(JDOModel) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Set the declaring JDOModel for this JDOClass.
- setDeclaringModel(JDOModel) - Method in interface org.apache.jdo.model.jdo.JDOPackage
-
Set the declaring JDOModel for this JDOPackage.
- setDefaultFetchGroup(boolean) - Method in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
-
Throws ModelException.
- setDefaultFetchGroup(boolean) - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Set whether this JDOField is part of the default fetch group or not.
- setDefaultFetchGroup(boolean) - Method in interface org.apache.jdo.model.jdo.JDOField
-
Set whether this JDOField is part of the default fetch group or not.
- setDocumentLocator(Locator) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOParser
-
- setElementType(JavaType) - Method in class org.apache.jdo.impl.model.jdo.JDOCollectionImplDynamic
-
Set the type representation of the collection elements.
- setElementType(JavaType) - Method in interface org.apache.jdo.model.jdo.JDOCollection
-
Set the type representation of the collection elements.
- setElementTypeName(String) - Method in class org.apache.jdo.impl.model.jdo.JDOCollectionImplDynamic
-
Set string representation of the type of collection elements.
- setElementTypeName(String) - Method in interface org.apache.jdo.model.jdo.JDOCollection
-
Set string representation of the type of collection elements.
- setEmbedded(boolean) - Method in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
-
Throws ModelException.
- setEmbedded(boolean) - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Set whether the field should be stored if possible as part of
the instance instead of as its own instance in the datastore.
- setEmbedded(boolean) - Method in interface org.apache.jdo.model.jdo.JDOField
-
Set whether the field should be stored if possible as part of
the instance instead of as its own instance in the datastore.
- setEmbeddedElement(boolean) - Method in class org.apache.jdo.impl.model.jdo.JDOArrayImplDynamic
-
Set 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(boolean) - Method in class org.apache.jdo.impl.model.jdo.JDOCollectionImplDynamic
-
Set 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(boolean) - Method in interface org.apache.jdo.model.jdo.JDOArray
-
Set 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(boolean) - Method in interface org.apache.jdo.model.jdo.JDOCollection
-
Set 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.
- setEmbeddedKey(boolean) - Method in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
-
Set whether the keys of the map should be stored if possible as part
of the instance instead of as their own instances in the datastore.
- setEmbeddedKey(boolean) - Method in interface org.apache.jdo.model.jdo.JDOMap
-
Set whether the keys of the map should be stored if possible as part
of the instance instead of as their own instances in the datastore.
- setEmbeddedValue(boolean) - Method in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
-
Set whether the values of the map should be stored if possible as part
of the instance instead of as their own instances in the datastore.
- setEmbeddedValue(boolean) - Method in interface org.apache.jdo.model.jdo.JDOMap
-
Set whether the values of the map should be stored if possible as part
of the instance instead of as their own instances in the datastore.
- setIdentityType(int) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Set the object identity type of this JDOClass.
- setIdentityType(int) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Set the object identity type of this JDOClass.
- setInverseRelationship(JDORelationship) - Method in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
-
Set the inverse JDORelationship in the case of a two-way relationship.
- setInverseRelationship(JDORelationship) - Method in interface org.apache.jdo.model.jdo.JDORelationship
-
Deprecated.
- call setMappedBy instead
- setJavaField(JavaField) - Method in class org.apache.jdo.impl.model.jdo.caching.JDOPropertyImplCaching
-
Sets the corresponding JavaProperty representation for this JDOProperty.
- setJavaField(JavaField) - Method in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
-
Sets the corresponding JavaProperty representation for this JDOProperty.
- setJavaField(JavaField) - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Sets the corresponding Java field representation for this JDOField.
- setJavaField(JavaField) - Method in class org.apache.jdo.impl.model.jdo.JDOPropertyImplDynamic
-
Sets the corresponding JavaProperty representation for this JDOProperty.
- setJavaField(JavaField) - Method in interface org.apache.jdo.model.jdo.JDOField
-
Sets the corresponding Java field representation for this JDOField.
- setJavaModel(JavaModel) - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
-
Sets the JavaModel for this JDOModel instance.
- setJavaModel(JavaModel) - Method in interface org.apache.jdo.model.jdo.JDOModel
-
Sets the JavaModel for this JDOModel instance.
- setJavaType(JavaType) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Set the JavaType representation corresponding to this JDOClass.
- setJavaType(JavaType) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Set the JavaType representation corresponding to this JDOClass.
- setJDOModel(JDOModel) - Method in class org.apache.jdo.impl.model.java.AbstractJavaModel
-
Sets the corresponding JDOModel instance.
- setJDOModel(JDOModel) - Method in interface org.apache.jdo.model.java.JavaModel
-
Sets the corresponding JDOModel instance.
- setJDOPackage(JDOPackage) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Sets the JDOPackage instance corresponding to the package name
of this JDOClass.
- setJDOPackage(JDOPackage) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Sets the JDOPackage instance corresponding to the package name
of this JDOClass.
- setKey(String) - Method in class org.apache.jdo.impl.model.jdo.JDOExtensionImpl
-
Sets the key for this vendor extension.
- setKey(String) - Method in interface org.apache.jdo.model.jdo.JDOExtension
-
Sets the key for this vendor extension.
- setKeyType(JavaType) - Method in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
-
Set the type representation of the keys for this JDOMap.
- setKeyType(JavaType) - Method in interface org.apache.jdo.model.jdo.JDOMap
-
Set the type representation of the keys for this JDOMap.
- setKeyTypeName(String) - Method in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
-
Set string representation of the type of the keys for this JDOMap.
- setKeyTypeName(String) - Method in interface org.apache.jdo.model.jdo.JDOMap
-
Set string representation of the type of the keys for this JDOMap.
- setLowerBound(int) - Method in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
-
Set the lower cardinality bound for this relationship element.
- setLowerBound(int) - Method in interface org.apache.jdo.model.jdo.JDORelationship
-
Set the lower cardinality bound for this relationship element.
- setMappedBy(JDORelationship) - Method in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
-
Set the mappedBy relationship for this relationship.
- setMappedBy(JDORelationship) - Method in interface org.apache.jdo.model.jdo.JDORelationship
-
Set the mappedBy relationship for this relationship.
- setMappedByName(String) - Method in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
-
Throws ModelException.
- setMappedByName(String) - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Set the name of the field specified in a mappedBy attribute in the
metadata.
- setMappedByName(String) - Method in interface org.apache.jdo.model.jdo.JDOField
-
Set the name of the field specified in a mappedBy attribute in the
metadata.
- setName(String) - Method in class org.apache.jdo.impl.model.jdo.JDOPackageImpl
-
Sets the name of this JDOPackage.
- setName(String) - Method in interface org.apache.jdo.model.jdo.JDOPackage
-
Sets the name of this JDOPackage.
- setNullValueTreatment(int) - Method in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
-
Throws ModelException.
- setNullValueTreatment(int) - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Sets the null value treatment indicator for this JDOField.
- setNullValueTreatment(int) - Method in interface org.apache.jdo.model.jdo.JDOField
-
Sets the null value treatment indicator for this JDOField.
- setObjectIdClass(JavaType) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Set the JavaType representation of the object identity class
(primary key class) for this JDOClass.
- setObjectIdClass(JavaType) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Set the JavaType representation of the object identity class
(primary key class) for this JDOClass.
- setParent(JavaModel) - Method in class org.apache.jdo.impl.model.java.AbstractJavaModel
-
Set the parent JavaModel for this JavaModel.
- setParent(JavaModel) - Method in interface org.apache.jdo.model.java.JavaModel
-
Set the parent JavaModel for this JavaModel.
- setPersistenceCapableSuperclass(JDOClass) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Set the JDOClass for the persistence-capable superclass
of this JDOClass.
- setPersistenceCapableSuperclass(JDOClass) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Set the JDOClass for the persistence-capable superclass
of this JDOClass.
- setPersistenceCapableSuperclassName(String) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Set the fully qualified class name of the persistence-capable superclass
of the persistence-capable class described by this JDOClass.
- setPersistenceCapableSuperclassName(String) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Set the fully qualified class name of the persistence-capable superclass
of the persistence-capable class described by this JDOClass.
- setPersistenceModifier(int) - Method in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
-
Throws ModelException.
- setPersistenceModifier(int) - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Set the persistence modifier for this JDOField.
- setPersistenceModifier(int) - Method in interface org.apache.jdo.model.jdo.JDOField
-
Set the persistence modifier for this JDOField.
- setPrimaryKey(boolean) - Method in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
-
Throws ModelException.
- setPrimaryKey(boolean) - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Set whether this JDOField is a key field or not.
- setPrimaryKey(boolean) - Method in interface org.apache.jdo.model.jdo.JDOField
-
Set whether this JDOField is a key field or not.
- setRelationship(JDORelationship) - Method in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
-
Throws ModelException.
- setRelationship(JDORelationship) - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Set the relationship information for this JDOField.
- setRelationship(JDORelationship) - Method in interface org.apache.jdo.model.jdo.JDOField
-
Set the relationship information for this JDOField.
- setRequiresExtent(boolean) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Set whether an extent must be managed for the
persistence-capable class described by this JDOClass.
- setRequiresExtent(boolean) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Set whether an extent must be managed for the
persistence-capable class described by this JDOClass.
- setSerializable(boolean) - Method in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
-
Throws ModelException.
- setSerializable(boolean) - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
-
Set whether this JDOField is serializable or not.
- setSerializable(boolean) - Method in interface org.apache.jdo.model.jdo.JDOField
-
Set whether this JDOField is serializable or not.
- setShortName(String) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Set the short name of this JDOClass.
- setShortName(String) - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Set the short name of this JDOClass.
- setType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the interface java.util.Set.
- setUpperBound(int) - Method in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
-
Set the upper cardinality bound for this relationship element.
- setUpperBound(int) - Method in interface org.apache.jdo.model.jdo.JDORelationship
-
Set the upper cardinality bound for this relationship element.
- setValue(Object) - Method in class org.apache.jdo.impl.model.jdo.JDOExtensionImpl
-
Sets the value for this vendor extension.
- setValue(Object) - Method in interface org.apache.jdo.model.jdo.JDOExtension
-
Sets the value for this vendor extension.
- setValueType(JavaType) - Method in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
-
Set the type representation of the values for this JDOMap.
- setValueType(JavaType) - Method in interface org.apache.jdo.model.jdo.JDOMap
-
Set the type representation of the values for this JDOMap.
- setValueTypeName(String) - Method in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
-
Set string representation of the type of the values for this JDOMap.
- setValueTypeName(String) - Method in interface org.apache.jdo.model.jdo.JDOMap
-
Set string representation of the type of the values for this JDOMap.
- setVendorName(String) - Method in class org.apache.jdo.impl.model.jdo.JDOExtensionImpl
-
Sets the vendor name for this vendor extension.
- setVendorName(String) - Method in interface org.apache.jdo.model.jdo.JDOExtension
-
Sets the vendor name for this vendor extension.
- setXMLMetadataLoaded() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Sets the flag indicating that the class XML metadata for this
JDOClass is loaded to true
.
- setXMLMetadataLoaded() - Method in interface org.apache.jdo.model.jdo.JDOClass
-
Sets the flag indicating that the class XML metadata for this
JDOClass is loaded to true
.
- shortClassType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the class java.lang.Short.
- shortName - Variable in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
-
Property shortName.
- shortType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the integral type short.
- size() - Method in class org.apache.jdo.util.WeakValueHashMap
-
Returns the number of key-value mappings in this map.
- skippedEntity(String) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOParser
-
- sqlDateType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the class java.sql.Date.
- sqlTimestampType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the class java.sql.Timestamp.
- sqlTimeType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the class java.sql.Time.
- stackType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the class java.util.Stack.
- start_array(Attributes) - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
-
A container element start event handling method.
- start_array(Attributes) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
-
- start_class(Attributes) - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
-
A container element start event handling method.
- start_class(Attributes) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
-
- start_collection(Attributes) - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
-
A container element start event handling method.
- start_collection(Attributes) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
-
- start_extension(Attributes) - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
-
A container element start event handling method.
- start_extension(Attributes) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
-
- start_field(Attributes) - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
-
A container element start event handling method.
- start_field(Attributes) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
-
- start_jdo(Attributes) - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
-
A container element start event handling method.
- start_jdo(Attributes) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
-
- start_map(Attributes) - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
-
A container element start event handling method.
- start_map(Attributes) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
-
- start_package(Attributes) - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
-
A container element start event handling method.
- start_package(Attributes) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
-
- startDocument() - Method in class org.apache.jdo.impl.model.jdo.xml.JDOParser
-
- startElement(String, String, String, Attributes) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOParser
-
- startPrefixMapping(String, String) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOParser
-
- StringHelper - Class in org.apache.jdo.util
-
Helper class providing string utility methods.
- StringHelper() - Constructor for class org.apache.jdo.util.StringHelper
-
- stringType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
-
The JavaType instance for the class java.lang.String.
- superclass - Variable in class org.apache.jdo.impl.model.java.BaseReflectionJavaType
-
The superclass JavaType.