A B C D E F G H I J K L M N O P R S T U V W X

A

abstractCollectionType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.util.AbstractCollection.
AbstractJavaMember - Class in org.apache.jdo.impl.model.java
Abstract super class for JavaMember implementations.
AbstractJavaMember(String, JavaType) - Constructor for class org.apache.jdo.impl.model.java.AbstractJavaMember
Constructor setting the name and declaringClass property.
AbstractJavaModel - Class in org.apache.jdo.impl.model.java
Abstract super class for JavaModel implementations.
AbstractJavaModel() - Constructor for class org.apache.jdo.impl.model.java.AbstractJavaModel
Constructor.
AbstractJavaModelFactory - Class in org.apache.jdo.impl.model.java
Abstract super class for JavaModelFactory implementations.
AbstractJavaModelFactory() - Constructor for class org.apache.jdo.impl.model.java.AbstractJavaModelFactory
 
AbstractJavaType - Class in org.apache.jdo.impl.model.java
Abstract super class for JavaType implementations.
AbstractJavaType() - Constructor for class org.apache.jdo.impl.model.java.AbstractJavaType
 
abstractListType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.util.AbstractList.
abstractMapType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.util.AbstractMap.
abstractSetType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.util.AbstractSet.
add(Object) - Method in class org.apache.jdo.util.WeakHashSet
Adds the specified element to this set if it is not already present.
addDeclaredJavaProperties(ReflectionJavaType) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaTypeIntrospector
Adds declared properties to the specified ReflectionJavaType instance.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.jdo.impl.model.jdo.JDOElementImpl
Add a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.jdo.model.jdo.JDOElement
Add a property change listener.
addVetoableChangeListener(VetoableChangeListener) - Method in class org.apache.jdo.impl.model.jdo.JDOElementImpl
Add a vetoable change listener.
addVetoableChangeListener(VetoableChangeListener) - Method in interface org.apache.jdo.model.jdo.JDOElement
Add a vetoable change listener.
APPLICATION - Static variable in class org.apache.jdo.model.jdo.JDOIdentityType
Constant representing jdo identity managed by the application.
arrayListType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.util.ArrayList.
asList(int[]) - Static method in class org.apache.jdo.impl.model.jdo.util.PrintSupport
 

B

BaseReflectionJavaField - Class in org.apache.jdo.impl.model.java
This class provides a basic JavaField implementation using a reflection Field instance.
BaseReflectionJavaField(Field, JavaType) - Constructor for class org.apache.jdo.impl.model.java.BaseReflectionJavaField
Constructor taking a reflection field representation.
BaseReflectionJavaField(String, JavaType) - Constructor for class org.apache.jdo.impl.model.java.BaseReflectionJavaField
Constructor taking the field name.
BaseReflectionJavaType - Class in org.apache.jdo.impl.model.java
This class provides a basic JavaType implementation using a reflection Class instance.
BaseReflectionJavaType(Class, JavaType) - Constructor for class org.apache.jdo.impl.model.java.BaseReflectionJavaType
Constructor.
bigDecimalType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.math.BigDecimal.
bigIntegerType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.math.BigInteger.
bitsetType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.util.BitSet.
booleanClassType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.lang.Boolean.
booleanType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the primitive type boolean.
byteClassType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.lang.Byte.
byteType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the integral type byte.

C

calculateFieldNumbers() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
This method calculates the relative field number of the declared managed fields of this JDOClass and uddates the relativeFieldNumber property of the JDOField instance.
CARDINALITY_N - Static variable in interface org.apache.jdo.model.jdo.JDORelationship
Constant representing the cardinality n used for lower and upper bounds.
CARDINALITY_ONE - Static variable in interface org.apache.jdo.model.jdo.JDORelationship
Constant representing the cardinality one used for lower and upper bounds.
CARDINALITY_ZERO - Static variable in interface org.apache.jdo.model.jdo.JDORelationship
Constant representing the cardinality zero used for lower and upper bounds.
characterClassType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.lang.Character.
characters(char[], int, int) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOParser
 
charType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the integral type char.
children - Variable in class org.apache.jdo.impl.model.java.AbstractJavaModel
The child JavaModels.
clazz - Variable in class org.apache.jdo.impl.model.java.BaseReflectionJavaType
The java.lang.Class instance for this BaseReflectionJavaType.
collectionType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the interface java.util.Collection.
compareTo(Object) - Method in class org.apache.jdo.impl.model.jdo.JDOMemberImpl
Compares this object with the specified object for order.
contains(Object) - Method in class org.apache.jdo.util.WeakHashSet
Returns true if this set contains the specified element.
containsKey(Object) - Method in class org.apache.jdo.util.WeakValueHashMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class org.apache.jdo.util.WeakValueHashMap
Returns true if this map maps one or more keys to the specified value.
createJavaMethod(Method) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
Creates a new JavaMethod instance.
createJavaModel(Object) - Method in class org.apache.jdo.impl.model.java.AbstractJavaModelFactory
Creates a new empty JavaModel instance.
createJavaModel(Object) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaModelFactory
Creates a new empty JavaModel instance.
createJavaModel(Object) - Method in interface org.apache.jdo.model.java.JavaModelFactory
Creates a new empty JavaModel instance.
createJavaProperty(String, JavaMethod, JavaMethod, JavaType) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
Creates a new JavaProperty instance and adds it to the list of declared properties of this class.
createJDOArray() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
Creates and returns a new JDOArray instance.
createJDOArray() - Method in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
Throws ModelException.
createJDOArray() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
Creates and returns a new JDOArray instance.
createJDOArray() - Method in interface org.apache.jdo.model.jdo.JDOField
Creates and returns a new JDOArray instance.
createJDOArrayInternal() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
Creates and returns a new JDOArray instance.
createJDOArrayInternal() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
Creates and returns a new JDOArray instance.
createJDOClass(String) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
This method returns a JDOClass instance representing an inner class of this JDOClass If this JDOClass already declares such an inner class, the existing JDOClass instance is returned.
createJDOClass(String) - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
The method returns a JDOClass instance for the specified fully qualified class name.
createJDOClass(String, boolean) - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
The method returns a JDOClass instance for the specified fully qualified class name.
createJDOClass(String) - Method in interface org.apache.jdo.model.jdo.JDOClass
This method returns a JDOClass instance representing an inner class of this JDOClass If this JDOClass already declares such an inner class, the existing JDOClass instance is returned.
createJDOClass(String) - Method in interface org.apache.jdo.model.jdo.JDOModel
The method returns a JDOClass instance for the specified fully qualified class name.
createJDOClass(String, boolean) - Method in interface org.apache.jdo.model.jdo.JDOModel
The method returns a JDOClass instance for the specified fully qualified class name.
createJDOCollection() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
Creates and returns a new JDOCollection instance.
createJDOCollection() - Method in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
Throws ModelException.
createJDOCollection() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
Creates and returns a new JDOCollection instance.
createJDOCollection() - Method in interface org.apache.jdo.model.jdo.JDOField
Creates and returns a new JDOCollection instance.
createJDOCollectionInternal() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
Creates and returns a new JDOCollection instance.
createJDOCollectionInternal() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
Creates and returns a new JDOCollection instance.
createJDOExtension() - Method in class org.apache.jdo.impl.model.jdo.JDOElementImpl
Creates a new JDOExtension instance and attaches it to the specified JDOElement object.
createJDOExtension() - Method in interface org.apache.jdo.model.jdo.JDOElement
Creates a new JDOExtension instance and attaches it to the specified JDOElement object.
createJDOField(String) - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
This method returns a JDOField instance for the field with the specified name.
createJDOField(String) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
This method returns a JDOField instance for the field with the specified name.
createJDOField(String) - Method in interface org.apache.jdo.model.jdo.JDOClass
This method returns a JDOField instance for the field with the specified name.
createJDOMap() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
Creates and returns a new JDOMap instance.
createJDOMap() - Method in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
Throws ModelException.
createJDOMap() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
Creates and returns a new JDOMap instance.
createJDOMap() - Method in interface org.apache.jdo.model.jdo.JDOField
Creates and returns a new JDOMap instance.
createJDOMapInternal() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
Creates and returns a new JDOMap instance.
createJDOMapInternal() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
Creates and returns a new JDOMap instance.
createJDOModel(JavaModel, boolean) - Method in class org.apache.jdo.impl.model.jdo.caching.JDOModelFactoryImplCaching
Creates a new empty JDOModel instance.
createJDOModel(JavaModel, boolean) - Method in class org.apache.jdo.impl.model.jdo.JDOModelFactoryImplDynamic
Creates a new empty JDOModel instance.
createJDOModel(JavaModel, boolean) - Method in interface org.apache.jdo.model.jdo.JDOModelFactory
Creates a new empty JDOModel instance.
createJDOPackage(String) - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
The method returns a JDOClass instance for the specified package name.
createJDOPackage(String) - Method in interface org.apache.jdo.model.jdo.JDOModel
The method returns a JDOClass instance for the specified package name.
createJDOProperty(String) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
This method returns a JDOProperty instance for the property with the specified name.
createJDOProperty(String, JDOField) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
This method returns a JDOProperty instance for the property with the specified name and associated field.
createJDOProperty(String) - Method in interface org.apache.jdo.model.jdo.JDOClass
This method returns a JDOProperty instance for the property with the specified name.
createJDOProperty(String, JDOField) - Method in interface org.apache.jdo.model.jdo.JDOClass
This method returns a JDOProperty instance for the property with the specified name and associated field.
createJDOReference() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
Creates and returns a new JDOReference instance.
createJDOReference() - Method in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
Throws ModelException.
createJDOReference() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
Creates and returns a new JDOReference instance.
createJDOReference() - Method in interface org.apache.jdo.model.jdo.JDOField
Creates and returns a new JDOReference instance.
createJDOReferenceInternal() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
Creates and returns a new JDOReference instance.
createJDOReferenceInternal() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
Creates and returns a new JDOReference instance.

D

DATASTORE - Static variable in class org.apache.jdo.model.jdo.JDOIdentityType
Constant representing jdo identity managed by the database.
dateType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.util.Date.
declaredJavaFields - Variable in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
Map of JavaField instances, key is the field name.
declaredJavaProperties - Variable in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
Map of JavaProperty instances, key is the property name.
declaringJavaModel - Variable in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
The declaring JavaModel instance.
declaringJavaModelFactory - Variable in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaModel
The declaring JavaModelFactory.
DEFAULT - Static variable in class org.apache.jdo.model.jdo.NullValueTreatment
Constant representing converting a null value of a field of nullable type to the default value for the type in the datastore.
defaultFetchGroup - Variable in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
Property defaultFetchGroup.
dictionaryType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.util.Dictionary.
doubleClassType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.lang.Double.
doubleType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the floating point type double.

E

elementType - Variable in class org.apache.jdo.impl.model.jdo.JDOCollectionImplDynamic
Property elementType.
embedded - Variable in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
Property embedded.
embeddedElement - Variable in class org.apache.jdo.impl.model.jdo.JDOArrayImplDynamic
Property embeddedElement.
embeddedElement - Variable in class org.apache.jdo.impl.model.jdo.JDOCollectionImplDynamic
Property embeddedElement.
embeddedKey - Variable in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
Property embeddedKey.
embeddedValue - Variable in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
Property embeddedValue.
end_array() - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
A container element end event handling method.
end_array() - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
 
end_class() - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
A container element end event handling method.
end_class() - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
 
end_collection() - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
A container element end event handling method.
end_collection() - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
 
end_extension() - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
A container element end event handling method.
end_extension() - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
 
end_field() - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
A container element end event handling method.
end_field() - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
 
end_jdo() - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
A container element end event handling method.
end_jdo() - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
 
end_map() - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
A container element end event handling method.
end_map() - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
 
end_package() - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
A container element end event handling method.
end_package() - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
 
endDocument() - Method in class org.apache.jdo.impl.model.jdo.xml.JDOParser
 
endElement(String, String, String) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOParser
 
endPrefixMapping(String) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOParser
 
ensureInitializedField() - Method in class org.apache.jdo.impl.model.java.BaseReflectionJavaField
This method makes sure the reflection field is set.
entrySet() - Method in class org.apache.jdo.util.WeakValueHashMap
Returns a Set view of the mappings in this map.
equals(Object) - Method in class org.apache.jdo.impl.model.java.AbstractJavaMember
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.jdo.impl.model.jdo.JDOMemberImpl
Overrides Object's equals method by comparing the name of this member with the name of the argument obj.
ERROR - Static variable in exception org.apache.jdo.model.ModelValidationException
Constant representing an error.
ErrorType - Class in org.apache.jdo.impl.model.java
An instance of class ErrorType represents an erroneous type.
ErrorType() - Constructor for class org.apache.jdo.impl.model.java.ErrorType
Creates new a ErrorType instance.
errorType - Static variable in class org.apache.jdo.impl.model.java.ErrorType
The singleton ErrorType instance.
EXCEPTION - Static variable in class org.apache.jdo.model.jdo.NullValueTreatment
Constant representing throwing an exception when storing a null value of field of a nullable type that is mapped to non-nullable type in the datastore.

F

firePropertyChange(String, Object, Object) - Method in class org.apache.jdo.impl.model.jdo.JDOElementImpl
Fires property change event.
fireVetoableChange(String, Object, Object) - Method in class org.apache.jdo.impl.model.jdo.JDOElementImpl
Fires vetoable change event.
floatClassType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.lang.Float.
FloatingPointType - Class in org.apache.jdo.impl.model.java
A FloatingPointType instance represents a floating point type as defined in the Java language.
FloatingPointType(Class) - Constructor for class org.apache.jdo.impl.model.java.FloatingPointType
Constructor.
floatType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the floating point type float.
forNamePrivileged(String, boolean, ClassLoader) - Static method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaModelFactory
Calls Class.forName in a doPrivileged block.

G

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
Get the type -- one of ModelValidationException.ERROR or ModelValidationException.WARNING.
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.

H

handledJDOClasses() - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
 
handledJDOClasses() - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
 
hashCode() - Method in class org.apache.jdo.impl.model.java.AbstractJavaMember
Returns a hash code value for the object.
hashCode() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
Returns a hash code value for the object.
hashCode() - Method in class org.apache.jdo.impl.model.jdo.JDOMemberImpl
Overrides Object's hashCode method to return the hashCode of this name.
hashMapType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.util.HashMap.
hashSetType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.util.HashSet.
hashtableType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.util.Hashtable.

I

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.

J

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.

K

keyType - Variable in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
Property keyType.
knownNonPC(String) - Method in class org.apache.jdo.impl.model.jdo.caching.JDOModelImplCaching
Hook called when a class is known to be non persistence capable.
knownNonPC(String) - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
Hook called when a class is known to be non persistence capable.

L

linkedListType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.util.LinkedList.
listType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the interface java.util.List.
localeType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.lang.Locale.
logger - Static variable in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
Logger
longClassType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.lang.Long.
longType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the integral type long.

M

main(String[]) - Static method in class org.apache.jdo.util.JDORIVersion
 
mappedBy - Variable in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
Relationship JDORelationship<->JDORelationship.
mapType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the interface java.util.Map.
ModelException - Exception in org.apache.jdo.model
This exception indicates a Model problem.
ModelException() - Constructor for exception org.apache.jdo.model.ModelException
Creates new ModelException without detail message.
ModelException(String) - Constructor for exception org.apache.jdo.model.ModelException
Constructs a ModelException with the specified detail message.
ModelException(String, Throwable) - Constructor for exception org.apache.jdo.model.ModelException
Constructs a new ModelException with the specified detail message and cause.
ModelFatalException - Exception in org.apache.jdo.model
This exception indicates a fatal Model problem.
ModelFatalException() - Constructor for exception org.apache.jdo.model.ModelFatalException
Creates new ModelFatalException without detail message.
ModelFatalException(String) - Constructor for exception org.apache.jdo.model.ModelFatalException
Constructs a ModelFatalException with the specified detail message.
ModelFatalException(String, Throwable) - Constructor for exception org.apache.jdo.model.ModelFatalException
Constructs a new ModelFatalException with the specified detail message and cause Exception.
ModelValidationException - Exception in org.apache.jdo.model
This exception indicates a problem during model validation.
ModelValidationException() - Constructor for exception org.apache.jdo.model.ModelValidationException
Creates new ModelValidationException of type ModelValidationException.ERROR with null as the offending object and no detail message.
ModelValidationException(String) - Constructor for exception org.apache.jdo.model.ModelValidationException
Constructs a ModelValidationException of type ModelValidationException.ERROR with null as the offending object and with the specified detail message.
ModelValidationException(Object) - Constructor for exception org.apache.jdo.model.ModelValidationException
Constructs a ModelValidationException of type ModelValidationException.ERROR with the specified offending object and no detail message.
ModelValidationException(Object, String) - Constructor for exception org.apache.jdo.model.ModelValidationException
Constructs a ModelValidationException of type ModelValidationException.ERROR with the specified offending object and detail message .
ModelValidationException(int, Object, String) - Constructor for exception org.apache.jdo.model.ModelValidationException
Constructs a ModelValidationException of the specified type with the specified detail message and offending object.
ModelVetoException - Exception in org.apache.jdo.model
This exception indicates a problem during model update.
ModelVetoException() - Constructor for exception org.apache.jdo.model.ModelVetoException
Creates new ModelVetoException without detail message.
ModelVetoException(String) - Constructor for exception org.apache.jdo.model.ModelVetoException
Constructs a ModelVetoException with the specified detail message.
ModelVetoException(Throwable) - Constructor for exception org.apache.jdo.model.ModelVetoException
Constructs a new ModelVetoException with the specified cause.
ModelVetoException(String, Throwable) - Constructor for exception org.apache.jdo.model.ModelVetoException
Constructs a new ModelVetoException with the specified detail message and cause.
msg - Static variable in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
I18N support.
msg - Static variable in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
I18N support
msg - Static variable in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
I18N support
msg - Static variable in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
I18N support
msg(String) - Method in class org.apache.jdo.util.I18NHelper
Message formatter
msg(String, Object) - Method in class org.apache.jdo.util.I18NHelper
Message formatter
msg(String, Object, Object) - Method in class org.apache.jdo.util.I18NHelper
Message formatter
msg(String, Object, Object, Object) - Method in class org.apache.jdo.util.I18NHelper
Message formatter
msg(String, Object[]) - Method in class org.apache.jdo.util.I18NHelper
Message formatter
msg(String, int) - Method in class org.apache.jdo.util.I18NHelper
Message formatter
msg(String, boolean) - Method in class org.apache.jdo.util.I18NHelper
Message formatter
MutableValueClassType - Class in org.apache.jdo.impl.model.java
A MutableValueClassType instance represents a mutable class whoses values may be treated as values rather than refernces during storing.
MutableValueClassType(Class, JavaType, boolean) - Constructor for class org.apache.jdo.impl.model.java.MutableValueClassType
Constructor.

N

newJavaFieldInstance(String, JavaType) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
Creates a new instance of the JavaField implementation class.
newJavaFieldInstance(Field) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
Creates a new instance of the JavaField implementation class.
newJavaMethodInstance(Method) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
Creates a new instance of the JavaMethod implementation class.
newJavaModelInstance(ClassLoader) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaModelFactory
Creates a new instance of the JavaModel implementation class.
newJavaPropertyInstance(String, JavaMethod, JavaMethod, JavaType) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
Creates a new instance of the JavaProperty implementation class.
newJavaTypeInstance(Class) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaModel
Creates a new instance of the JavaType implementation class.
newJDOClassInstance(String) - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
Returns a new instance of the JDOClass implementation class.
newJDOClassInstance(String) - Method in class org.apache.jdo.impl.model.jdo.caching.JDOModelImplCaching
Returns a new instance of the JDOClass implementation class.
newJDOClassInstance(String) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
Returns a new instance of the JDOClass implementation class.
newJDOClassInstance(String) - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
Returns a new instance of the JDOClass implementation class.
newJDOFieldInstance(String) - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
Returns a new instance of the JDOField implementation class.
newJDOFieldInstance(String) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
Returns a new instance of the JDOField implementation class.
newJDOPropertyInstance(String) - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
Returns a new instance of the JDOProperty implementation class.
newJDOPropertyInstance(String, JDOField) - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
Returns a new instance of the JDOProperty implementation class.
newJDOPropertyInstance(String) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
Returns a new instance of the JDOProperty implementation class.
newJDOPropertyInstance(String, JDOField) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
Returns a new instance of the JDOProperty implementation class.
NONDURABLE - Static variable in class org.apache.jdo.model.jdo.JDOIdentityType
Constant representing unmanaged jdo identity.
NONE - Static variable in class org.apache.jdo.model.jdo.NullValueTreatment
Constant representing converting a null value of a field of nullable type to the default value for the type in the datastore.
NONE - Static variable in class org.apache.jdo.model.jdo.PersistenceModifier
Constant representing a none field modifier.
NullType - Class in org.apache.jdo.impl.model.java
An instance of class NullType represents the type of the null expression in Java.
NullType() - Constructor for class org.apache.jdo.impl.model.java.NullType
Creates new a NullType instance.
nullType - Static variable in class org.apache.jdo.impl.model.java.NullType
The singleton NullType instance.
NullValueTreatment - Class in org.apache.jdo.model.jdo
This interface provides constants denoting the treatment of null values for persistent fields during storage in the data store.
NullValueTreatment() - Constructor for class org.apache.jdo.model.jdo.NullValueTreatment
 
numberType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.lang.Numer.

O

objectIdClass - Variable in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
Property objectIdClass.
objectType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.lang.Object.
org.apache.jdo.impl.model.java - package org.apache.jdo.impl.model.java
This package contains classes that are for use across all kinds of JavaModel implementations.
org.apache.jdo.impl.model.java.reflection - package org.apache.jdo.impl.model.java.reflection
 
org.apache.jdo.impl.model.jdo - package org.apache.jdo.impl.model.jdo
This package contains classes that implement the JDO model interfaces and provide access to JDO metadata.
org.apache.jdo.impl.model.jdo.caching - package org.apache.jdo.impl.model.jdo.caching
 
org.apache.jdo.impl.model.jdo.util - package org.apache.jdo.impl.model.jdo.util
 
org.apache.jdo.impl.model.jdo.xml - package org.apache.jdo.impl.model.jdo.xml
 
org.apache.jdo.model - package org.apache.jdo.model
This package defines the Model Exception classes.
org.apache.jdo.model.java - package org.apache.jdo.model.java
This package defines the JavaModel API.
org.apache.jdo.model.jdo - package org.apache.jdo.model.jdo
This package defines the JDOModel API.
org.apache.jdo.util - package org.apache.jdo.util
This package contains utility classes used across the JDORI including I18N support, Logger.

P

parent - Variable in class org.apache.jdo.impl.model.java.AbstractJavaModel
The parent JavaModel.
parse(InputSource) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOParser
The recognizer entry method taking an InputSource.
parse(URL) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOParser
The recognizer entry method taking a URL.
parse(InputSource, JDOHandler) - Static method in class org.apache.jdo.impl.model.jdo.xml.JDOParser
The recognizer entry method taking an Inputsource.
parse(URL, JDOHandler) - Static method in class org.apache.jdo.impl.model.jdo.xml.JDOParser
The recognizer entry method taking a URL.
pcSuperclass - Variable in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
Relationship JDOClass<->JDOClass.
persistenceModifier - Variable in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
Property persistenceModifier.
PersistenceModifier - Class in org.apache.jdo.model.jdo
This interface provides constants denoting JDO specific modifiers for fields of a persistence-capable class.
PersistenceModifier() - Constructor for class org.apache.jdo.model.jdo.PersistenceModifier
 
PERSISTENT - Static variable in class org.apache.jdo.model.jdo.PersistenceModifier
Constant representing a persistence field modifier.
Pool - Class in org.apache.jdo.util
A general purpose pooling class.
Pool(int) - Constructor for class org.apache.jdo.util.Pool
Constructs a pool that will limit the number of objects which it can contain.
POSSIBLY_PERSISTENT - Static variable in class org.apache.jdo.model.jdo.PersistenceModifier
Constant representing a possibly persistence field modifier.
PredefinedType - Class in org.apache.jdo.impl.model.java
Instances of this class represent a type that is not a persistence capable class, but is known by JDO.
PredefinedType(Class) - Constructor for class org.apache.jdo.impl.model.java.PredefinedType
Constructor taking a Class instance.
PredefinedType(Class, JavaType) - Constructor for class org.apache.jdo.impl.model.java.PredefinedType
Constructor taking a Class instance and a JavaType representing the superclass of the new JavaType instance.
PrimitiveType - Class in org.apache.jdo.impl.model.java
A PrimitiveType instance represents a primitive type as defined in the Java language.
PrimitiveType(Class) - Constructor for class org.apache.jdo.impl.model.java.PrimitiveType
Constructor.
printJDOClass(JDOClass) - Static method in class org.apache.jdo.impl.model.jdo.util.PrintSupport
 
printJDOExtension(JDOExtension) - Static method in class org.apache.jdo.impl.model.jdo.util.PrintSupport
 
printJDOExtensions(JDOExtension[]) - Static method in class org.apache.jdo.impl.model.jdo.util.PrintSupport
 
printJDOField(JDOField) - Static method in class org.apache.jdo.impl.model.jdo.util.PrintSupport
 
printJDOFields(JDOField[]) - Static method in class org.apache.jdo.impl.model.jdo.util.PrintSupport
 
printJDOModel(JDOModel) - Static method in class org.apache.jdo.impl.model.jdo.util.PrintSupport
 
printJDORelationship(JDORelationship) - Static method in class org.apache.jdo.impl.model.jdo.util.PrintSupport
 
printStackTrace() - Method in exception org.apache.jdo.model.ModelException
Prints this ModelException and its backtrace to the standard error output.
printStackTrace(PrintStream) - Method in exception org.apache.jdo.model.ModelException
Prints this ModelException and its backtrace to the specified print stream.
printStackTrace(PrintWriter) - Method in exception org.apache.jdo.model.ModelException
Prints this ModelException and its backtrace to the specified print writer.
printStackTrace() - Method in exception org.apache.jdo.model.ModelFatalException
Prints this ModelFatalException and its backtrace to the standard error output.
printStackTrace(PrintStream) - Method in exception org.apache.jdo.model.ModelFatalException
Prints this ModelFatalException and its backtrace to the specified print stream.
printStackTrace(PrintWriter) - Method in exception org.apache.jdo.model.ModelFatalException
Prints this ModelFatalException and its backtrace to the specified print writer.
PrintSupport - Class in org.apache.jdo.impl.model.jdo.util
 
PrintSupport() - Constructor for class org.apache.jdo.impl.model.jdo.util.PrintSupport
 
processingInstruction(String, String) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOParser
 
PROPERIES_FILE - Static variable in class org.apache.jdo.util.JDOJdk14Logger
Logging properties file name.
propertiesType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.util.Properties.
put(Object) - Method in class org.apache.jdo.util.Pool
Puts the given object into the pool, if there the pool has fewer than the number of elements specifed when created.
put(Object, Object) - Method in class org.apache.jdo.util.WeakValueHashMap
Puts a new (key,value) into the map.

R

ReflectionJavaField - Class in org.apache.jdo.impl.model.java.reflection
A reflection based JavaField implementation used at runtime.
ReflectionJavaField(Field, JavaType) - Constructor for class org.apache.jdo.impl.model.java.reflection.ReflectionJavaField
Constructor for fields w/o JDO metadata.
ReflectionJavaField(String, JavaType, JavaType) - Constructor for class org.apache.jdo.impl.model.java.reflection.ReflectionJavaField
Constructor for fields having JDO metadata.
ReflectionJavaMethod - Class in org.apache.jdo.impl.model.java.reflection
A reflection based JavaMethod implementation.
ReflectionJavaMethod(Method, JavaType) - Constructor for class org.apache.jdo.impl.model.java.reflection.ReflectionJavaMethod
Constructor.
ReflectionJavaModel - Class in org.apache.jdo.impl.model.java.reflection
A reflection based JavaModel implementation used at runtime.
ReflectionJavaModel(ClassLoader, ReflectionJavaModelFactory) - Constructor for class org.apache.jdo.impl.model.java.reflection.ReflectionJavaModel
Constructor.
ReflectionJavaModelFactory - Class in org.apache.jdo.impl.model.java.reflection
A reflection based JavaModelFactory implementation.
ReflectionJavaModelFactory() - Constructor for class org.apache.jdo.impl.model.java.reflection.ReflectionJavaModelFactory
 
ReflectionJavaType - Class in org.apache.jdo.impl.model.java.reflection
A reflection based JavaType implementation used at runtime.
ReflectionJavaType(Class, ReflectionJavaModel) - Constructor for class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
Constructor.
ReflectionJavaTypeIntrospector - Class in org.apache.jdo.impl.model.java.reflection
Helper class to introspect a ReflectionJavaType representing a class to find its properties.
ReflectionJavaTypeIntrospector() - Constructor for class org.apache.jdo.impl.model.java.reflection.ReflectionJavaTypeIntrospector
 
relationship - Variable in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
Relationship JDOField<->JDORelationship.
remove(Object) - Method in class org.apache.jdo.util.WeakHashSet
Removes the given element from this set if it is present.
remove(Object) - Method in class org.apache.jdo.util.WeakValueHashMap
Removes key and value for the given key.
removeDeclaredMember(JDOMember) - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
Remove the supplied member from the collection of members maintained by this JDOClass.
removeDeclaredMember(JDOMember) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
Remove the supplied member from the collection of members maintained by this JDOClass.
removeDeclaredMember(JDOMember) - Method in interface org.apache.jdo.model.jdo.JDOClass
Remove the supplied member from the collection of members maintained by this JDOClass.
removeJavaModel(JavaModel) - Method in class org.apache.jdo.impl.model.java.AbstractJavaModelFactory
Removes the specified javaModel from the JavaModel cache.
removeJavaModel(Object) - Method in class org.apache.jdo.impl.model.java.AbstractJavaModelFactory
Removes the JavaModel for the specified key from the JavaModel cache.
removeJavaModel(JavaModel) - Method in interface org.apache.jdo.model.java.JavaModelFactory
Removes the specified javaModel from the JavaModel cache.
removeJavaModel(Object) - Method in interface org.apache.jdo.model.java.JavaModelFactory
Removes the JavaModel for the specified key from the JavaModel cache.
removeJDOExtension(JDOExtension) - Method in class org.apache.jdo.impl.model.jdo.JDOElementImpl
Remove the supplied vendor extension from the collection of extensions maintained by this JDOElement.
removeJDOExtension(JDOExtension) - Method in interface org.apache.jdo.model.jdo.JDOElement
Remove the supplied vendor extension from the collection of extensions maintained by this JDOElement.
removeJDOModel(JDOModel) - Method in class org.apache.jdo.impl.model.jdo.JDOModelFactoryImplDynamic
Removes the specified jdoModel from the JDOModel cache.
removeJDOModel(JavaModel) - Method in class org.apache.jdo.impl.model.jdo.JDOModelFactoryImplDynamic
Removes the JDOModel for the specified javaModel from the JDOModel cache.
removeJDOModel(JDOModel) - Method in interface org.apache.jdo.model.jdo.JDOModelFactory
Removes the specified jdoModel from the JDOModel cache.
removeJDOModel(JavaModel) - Method in interface org.apache.jdo.model.jdo.JDOModelFactory
Removes the JDOModel for the specified javaModel from the JDOModel cache.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.jdo.impl.model.jdo.JDOElementImpl
Remove a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.jdo.model.jdo.JDOElement
Remove a property change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class org.apache.jdo.impl.model.jdo.JDOElementImpl
Remove a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in interface org.apache.jdo.model.jdo.JDOElement
Remove a vetoable change listener.
requiresExtent() - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
Determines whether an extent must be managed for the persistence-capable class described by this JDOClass.
requiresExtent() - Method in interface org.apache.jdo.model.jdo.JDOClass
Determines whether an extent must be managed for the persistence-capable class described by this JDOClass.
resolveType(JDOModel, String, String) - Static method in class org.apache.jdo.impl.model.jdo.util.TypeSupport
Returns a JavaType representation for the specified type name.

S

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.

T

toJDOIdentityType(String) - Static method in class org.apache.jdo.model.jdo.JDOIdentityType
Returns the JDOIdentityType constant, one of JDOIdentityType.APPLICATION, JDOIdentityType.DATASTORE, or JDOIdentityType.NONDURABLE for the specified string.
toNullValueTreatment(String) - Static method in class org.apache.jdo.model.jdo.NullValueTreatment
Returns the NullValueTreatment constant for the string representation.
toPersistenceModifier(String) - Static method in class org.apache.jdo.model.jdo.PersistenceModifier
Returns the PersistenceModifier constant for the specified string.
toString() - Method in class org.apache.jdo.impl.model.java.AbstractJavaMember
Returns a string representation of the object.
toString() - Method in class org.apache.jdo.impl.model.java.AbstractJavaType
Returns a string representation of the object.
toString() - Method in class org.apache.jdo.impl.model.jdo.JDOMemberImpl
Overrides Object's toString method to return the name of this persistence element.
toString(int) - Static method in class org.apache.jdo.model.jdo.JDOIdentityType
Returns a string representation of the specified identity type constant.
toString(int) - Static method in class org.apache.jdo.model.jdo.NullValueTreatment
Returns a string representation of the specified NullValueTreatment constant.
toString(int) - Static method in class org.apache.jdo.model.jdo.PersistenceModifier
Returns a string representation of the specified persistence modifer.
toString() - Method in exception org.apache.jdo.model.ModelException
The String representation includes the name of the class, the descriptive comment (if any), and the String representation of the cause (if any).
toString() - Method in exception org.apache.jdo.model.ModelFatalException
The String representation includes the name of the class, the descriptive comment (if any), and the String representation of the cause (if any).
toString() - Method in exception org.apache.jdo.model.ModelValidationException
The String representation includes the name of the class, the descriptive comment (if any), and the String representation of the cause (if any).
TRANSACTIONAL - Static variable in class org.apache.jdo.model.jdo.PersistenceModifier
Constant representing a transactional field modifier.
treeMapType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.util.TreeMap.
treeSetType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.util.TreeSet.
type - Variable in class org.apache.jdo.impl.model.java.BaseReflectionJavaField
The type of the field.
types - Variable in class org.apache.jdo.impl.model.java.AbstractJavaModel
Map of known JavaTypes.
TypeSupport - Class in org.apache.jdo.impl.model.jdo.util
 
TypeSupport() - Constructor for class org.apache.jdo.impl.model.jdo.util.TypeSupport
 

U

UNSPECIFIED - Static variable in class org.apache.jdo.model.jdo.JDOIdentityType
Constant representing an unspecified jdo identity
UNSPECIFIED - Static variable in class org.apache.jdo.model.jdo.PersistenceModifier
Constant representing an unspecified field modifier

V

ValueClassType - Class in org.apache.jdo.impl.model.java
A ValueClassType instance represents a class whoses values may be treated as values rather than refernces during storing.
ValueClassType(Class, JavaType, boolean) - Constructor for class org.apache.jdo.impl.model.java.ValueClassType
Constructor.
values() - Method in class org.apache.jdo.util.WeakValueHashMap
Returns a Collection view of the values contained in this map.
valueType - Variable in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
Property valueType.
vectorType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.util.Vector.
voidType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the type void.

W

WARNING - Static variable in exception org.apache.jdo.model.ModelValidationException
Constant representing a warning.
WeakHashSet - Class in org.apache.jdo.util
A weak HashSet.
WeakHashSet() - Constructor for class org.apache.jdo.util.WeakHashSet
 
WeakValueHashMap - Class in org.apache.jdo.util
A WeakValueHashMap is implemented as a HashMap that maps keys to WeakValues.
WeakValueHashMap() - Constructor for class org.apache.jdo.util.WeakValueHashMap
 
WrapperClassType - Class in org.apache.jdo.impl.model.java
A WrapperClassType instance represents a Java wrapper class type.
WrapperClassType(Class, JavaType, boolean) - Constructor for class org.apache.jdo.impl.model.java.WrapperClassType
 

X

xmlLogger - Static variable in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
XML Logger

A B C D E F G H I J K L M N O P R S T U V W X

Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.