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

A

APPLICATION - Static variable in class org.apache.jdo.model.jdo.JDOIdentityType
Constant representing jdo identity managed by the application.
AbstractJavaMember - class org.apache.jdo.impl.model.java.AbstractJavaMember.
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 org.apache.jdo.impl.model.java.AbstractJavaModel.
Abstract super class for JavaModel implementations.
AbstractJavaModel() - Constructor for class org.apache.jdo.impl.model.java.AbstractJavaModel
Constructor.
AbstractJavaModelFactory - class org.apache.jdo.impl.model.java.AbstractJavaModelFactory.
Abstract super class for JavaModelFactory implementations.
AbstractJavaModelFactory() - Constructor for class org.apache.jdo.impl.model.java.AbstractJavaModelFactory
 
AbstractJavaType - class org.apache.jdo.impl.model.java.AbstractJavaType.
Abstract super class for JavaType implementations.
AbstractJavaType() - Constructor for class org.apache.jdo.impl.model.java.AbstractJavaType
 
abstractCollectionType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.util.AbstractCollection.
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.
addGetter(String, Method) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaTypeIntrospector.PropertyStore
Adds a getter method to the methods list for the property with the specified name.
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.
addPropertyDescriptor(String, PropertyDescriptor) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaTypeIntrospector.PropertyStore
Adds a the specified (incomplete) PropertyDescriptor to the list of PropertyDescriptor candidates managed by this PropertyStore.
addSetter(String, Method) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaTypeIntrospector.PropertyStore
Adds a setter method to the methods list for the property with the specified name.
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.
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
 
assertBundle() - Method in class org.apache.jdo.util.I18NHelper
Assert resources available
assertBundle(String) - Method in class org.apache.jdo.util.I18NHelper
Assert resources available
associatedJDOField - Variable in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
The associated JDOField instance.
associatedProperties - Variable in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
Map of properties having associated JDOField instances.

B

BaseReflectionJavaField - class org.apache.jdo.impl.model.java.BaseReflectionJavaField.
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 org.apache.jdo.impl.model.java.BaseReflectionJavaType.
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.
buffer - Variable in class org.apache.jdo.impl.model.jdo.xml.JDOParser
 
bundle - Variable in class org.apache.jdo.util.I18NHelper
The bundle used by this instance of the helper.
bundleName - Variable in class org.apache.jdo.util.I18NHelper
The name of the bundle used by this instance of the helper.
bundleSuffix - Static variable in class org.apache.jdo.util.I18NHelper
The unqualified standard name of a bundle.
bundles - Static variable in class org.apache.jdo.util.I18NHelper
Bundles that have already been loaded
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

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.
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.
cause - Variable in class org.apache.jdo.model.ModelException
The throwable that caused this model exception to be thrown.
cause - Variable in class org.apache.jdo.model.ModelFatalException
The throwable that caused this model exception to be thrown.
changeInverseRelationship(JDORelationship) - Method in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
Changes the inverse relationship element for this relationship element.
charType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the integral type char.
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
 
checkSuperclass(JDOClass) - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
Updates the pcSuperclass property of the specified JDOClass and all its superclasses.
children - Variable in class org.apache.jdo.impl.model.java.AbstractJavaModel
The child JavaModels.
classLoader - Variable in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaModel
The ClassLoader instance used as key to cache this JavaModel.
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.
configureJDK14Logger() - Method in class org.apache.jdo.util.JDOJdk14Logger
Configures JDK 1.4 LogManager.
configured - Static variable in class org.apache.jdo.util.JDOJdk14Logger
Indicates whether JDK 1.4 logging has been configured by this class.
constantResources - Static variable in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic.MetadataResourceNameIterator
List of constant package JDO metadata file names.
constantResourcesIndex - Variable in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic.MetadataResourceNameIterator
Current index in the list of constant package JDO metadata file names.
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.
context - Variable in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
 
context - Variable in class org.apache.jdo.impl.model.jdo.xml.JDOParser
 
count - Variable in class org.apache.jdo.util.Pool
 
create(Object) - Static method in class org.apache.jdo.util.WeakHashSet.WeakElement
 
create(Object, ReferenceQueue) - Static method in class org.apache.jdo.util.WeakHashSet.WeakElement
 
create(Object) - Static method in class org.apache.jdo.util.WeakValueHashMap.WeakValue
Creates a new weak reference without adding it to a ReferenceQueue.
create(Object, Object, ReferenceQueue) - Static method in class org.apache.jdo.util.WeakValueHashMap.WeakValue
Creates a new weak reference and adds it to the given queue.
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 class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
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.JDOFieldImplDynamic
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.
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.JDOAssociatedPropertyImplDynamic
Throws ModelException.
createJDOCollection() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
Creates and returns a new JDOCollection instance.
createJDOCollection() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
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.JDOFieldImplDynamic
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.
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.JDOClassImplDynamic
This method returns a JDOField instance for the field with the specified name.
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 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.JDOAssociatedPropertyImplDynamic
Throws ModelException.
createJDOMap() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
Creates and returns a new JDOMap instance.
createJDOMap() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
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.JDOFieldImplDynamic
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.
createJDOModel(JavaModel, boolean) - Method in class org.apache.jdo.impl.model.jdo.JDOModelFactoryImplDynamic
Creates a new empty JDOModel 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 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.JDOAssociatedPropertyImplDynamic
Throws ModelException.
createJDOReference() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
Creates and returns a new JDOReference instance.
createJDOReference() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
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.JDOFieldImplDynamic
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.
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.

D

DATASTORE - Static variable in class org.apache.jdo.model.jdo.JDOIdentityType
Constant representing jdo identity managed by the database.
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.
dateType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.util.Date.
declaredClasses - Variable in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
Relationship JDOClass<->JDOMember.
declaredFields - Variable in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
Relationship JDOClass<->JDOMember.
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.
declaredManagedFields - Variable in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
Array of declared managed fields, sorted by name (see JDO spec).
declaredMethods - Variable in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaTypeIntrospector.PropertyStore
The declared method instances for the specified class.
declaredObjectIdClassName - Variable in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
Property declaredObjectIdClassName.
declaringClass - Variable in class org.apache.jdo.impl.model.java.AbstractJavaMember
The declaring class.
declaringClass - Variable in class org.apache.jdo.impl.model.jdo.JDOMemberImpl
Relationship JDOClass<->JDOMember.
declaringField - Variable in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
Relationship JDOField<->JDORelationship.
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.
declaringModel - Variable in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
Relationship JDOModel<->JDOClass.
declaringModel - Variable in class org.apache.jdo.impl.model.jdo.JDOPackageImpl
Relationship JDOModel<->JDOPackage.
defaultFetchGroup - Variable in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
Property defaultFetchGroup.
defaultFetchGroupFields - Variable in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
Default fetch group fields.
default_bundle - Static variable in class org.apache.jdo.util.JDORIVersion
 
dictionaryType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.util.Dictionary.
dispatch(boolean) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOParser
 
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

ERROR - Static variable in class org.apache.jdo.model.ModelValidationException
Constant representing an error.
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.
ErrorType - class org.apache.jdo.impl.model.java.ErrorType.
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.
elementType - Variable in class org.apache.jdo.impl.model.jdo.JDOCollectionImplDynamic
Property elementType.
elementType - Variable in class org.apache.jdo.impl.model.jdo.caching.JDOArrayImplCaching
Type of the array element.
elementTypeName - Variable in class org.apache.jdo.impl.model.jdo.JDOCollectionImplDynamic
Property elementTypeName.
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.
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
 
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
 
ensureInitializedField() - Method in class org.apache.jdo.impl.model.java.BaseReflectionJavaField
This method makes sure the reflection field is set.
ent - Variable in class org.apache.jdo.util.WeakValueHashMap.Entry
 
entrySet - Variable in class org.apache.jdo.util.WeakValueHashMap
 
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.
equals(Object) - Method in class org.apache.jdo.util.WeakHashSet.WeakElement
 
equals(Object) - Method in class org.apache.jdo.util.WeakValueHashMap.Entry
 
equals(Object) - Method in class org.apache.jdo.util.WeakValueHashMap.WeakValue
A WeakValue is equal to another WeakValue iff they both refer to objects that are, in turn, equal according to their own equals methods.
errorType - Static variable in class org.apache.jdo.impl.model.java.ErrorType
The singleton ErrorType instance.

F

FloatingPointType - class org.apache.jdo.impl.model.java.FloatingPointType.
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.
failure - Variable in class org.apache.jdo.util.I18NHelper
Throwable if ResourceBundle couldn't be loaded
field - Variable in class org.apache.jdo.impl.model.java.BaseReflectionJavaField
The wrapped java.lang.reflect.Field instance.
fieldNumbersCalculated - Variable in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
Flag indicating wthere field numbers are calculated already.
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.
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.
fromIndex - Variable in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic.MetadataResourceNameIterator
Current index in the prefix.

G

GET_PREFIX - Static variable in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaTypeIntrospector.PropertyStore
 
GET_PREFIX_LENGTH - Static variable in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaTypeIntrospector.PropertyStore
 
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.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 class org.apache.jdo.impl.model.jdo.caching.JDOPropertyImplCaching
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 class org.apache.jdo.model.ModelException
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
getCause() - Method in class 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.JDOClassImplDynamic
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.caching.JDOClassImplCaching
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.
getDefaultErrorHandler() - Method in class org.apache.jdo.impl.model.jdo.xml.JDOParser
 
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 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 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.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 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 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.JDOClassImplDynamic
Get the JDO identity type of this JDOClass.
getIdentityType() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
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.JDOClassImplDynamic
Returns the number of inherited managed fields for the class represented by 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 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.JDOModelFactoryImplDynamic
Get an instance of JDOModelFactory.
getInstance() - Static method in class org.apache.jdo.impl.model.jdo.caching.JDOModelFactoryImplCaching
Get an instance of JDOModelFactoryImpl.
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.JDORelationshipImpl
Get the inverse JDORelationship in the case of a two-way relationship.
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 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.
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.JDOModelImplDynamic
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.caching.JDOModelImplCaching
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.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 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 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.
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.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() - 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(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.JDOClassImplDynamic
Provides the JavaType representaion corresponding to this JDOClass.
getJavaType() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
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.
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.
getKey() - Method in class org.apache.jdo.util.WeakValueHashMap.Entry
 
getKeyType() - Method in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
Get the type representation of the keys for this JDOMap.
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 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.JDOClassImplDynamic
Returns an array of absolute field numbers of the managed fields of 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 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.JDOClassImplDynamic
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.caching.JDOClassImplCaching
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.JDORelationshipImpl
Get the mappedBy relationship.
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 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 class org.apache.jdo.model.ModelException
Returns the error message string of this throwable object.
getMessage() - Method in class org.apache.jdo.model.ModelFatalException
Returns the error message string of this throwable object.
getMessage() - Method in class org.apache.jdo.model.ModelValidationException
Returns the error message string of this throwable object.
getMessage(ResourceBundle, String) - Static method in class org.apache.jdo.util.I18NHelper
Returns message as String
getMessage(ResourceBundle, String, Object[]) - Static method in class org.apache.jdo.util.I18NHelper
Formats message by adding array of arguments
getMessage(ResourceBundle, String, Object) - Static method in class org.apache.jdo.util.I18NHelper
Formats message by adding an Object argument.
getMessage(ResourceBundle, String, Object, Object) - Static method in class org.apache.jdo.util.I18NHelper
Formats message by adding two Object arguments.
getMessage(ResourceBundle, String, Object, Object, Object) - Static method in class org.apache.jdo.util.I18NHelper
Formats message by adding three Object arguments.
getMessage(ResourceBundle, String, int) - Static method in class org.apache.jdo.util.I18NHelper
Formats message by adding an int as an argument.
getMessage(ResourceBundle, String, boolean) - Static method in class org.apache.jdo.util.I18NHelper
Formats message by adding a boolean as an argument.
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.JDOClassImplDynamic
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.caching.JDOClassImplCaching
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 class org.apache.jdo.model.ModelValidationException
Get the offending object -- the one being validated when the problem occurred.
getPackageName(String) - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
Returns the package name of a class name
getPackageName(String) - Static method in class org.apache.jdo.util.I18NHelper
Returns the package portion of the specified class.
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.JDOClassImplDynamic
Returns the JDOClass instance for the persistence-capable superclass 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 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.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 class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
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.JDOClassImplDynamic
Returns an array of absolute field numbers of the persistent fields of this JDOClass.
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 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.JDOClassImplDynamic
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.caching.JDOClassImplCaching
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.JDOClassImplDynamic
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.caching.JDOClassImplCaching
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.JDOClassImplDynamic
Returns an array of absolute field numbers of persistent relationship 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 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.JDOClassImplDynamic
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.caching.JDOClassImplCaching
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.JDOClassImplDynamic
Returns an array of absolute field numbers of persistent, serializable fields of this JDOClass.
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 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.JDOClassImplDynamic
Returns an array of absolute field numbers of the identifying fields of this JDOClass.
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 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.JDOClassImplDynamic
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.caching.JDOClassImplCaching
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.
getPropertyDescriptors() - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaTypeIntrospector.PropertyStore
Returns an array of PropertyDescriptors.
getPublicAndProtectedPropertyDescriptors(Class) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaTypeIntrospector
Returns an array of PropertyDescriptor instances representing the declared public and protected properties of the specified class.
getPublicPropertyDescriptors(Class) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaTypeIntrospector
Returns an array of PropertyDescriptor instances representing the declared public properties of the specified class.
getReferenceObject(WeakReference) - Method in class org.apache.jdo.util.WeakHashSet
A convenience method to return the object held by the weak reference or null if it does not exist.
getReferenceObject(WeakReference) - Method in class org.apache.jdo.util.WeakValueHashMap
A convenience method to return the object held by the weak reference or null if it does not exist.
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.
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.
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 class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
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.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 class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
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.JDOClassImplDynamic
Get the short name of this JDOClass.
getShortName() - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
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 class org.apache.jdo.model.ModelValidationException
Get the type -- one of ModelValidationException.ERROR or ModelValidationException.WARNING.
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.
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.
getUnresolvedRelationshipHelper() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
Returns the UnresolvedRelationshipHelper instance from the declaring JDOModel instacne of the declaring JDOClass.
getUnresolvedRelationshipHelper() - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
Returns the UnresolvedRelationshipHelper instance for this JDOModel instance.
getUnresolvedRelationshipHelper() - Method in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
Returns the UnresolvedRelationshipHelper instance from the declaring field.
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.
getValue() - Method in class org.apache.jdo.util.WeakValueHashMap.Entry
 
getValueType() - Method in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
Get the type representation of the values for this JDOMap.
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 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.
getter - Variable in class org.apache.jdo.impl.model.java.JavaPropertyImpl
The method object of the getter method.

H

handledJDOClasses() - Method in interface org.apache.jdo.impl.model.jdo.xml.JDOHandler
 
handledJDOClasses - Variable in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
 
handledJDOClasses() - Method in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
 
handler - Variable in class org.apache.jdo.impl.model.jdo.xml.JDOParser
 
hasNext - Variable in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic.MetadataResourceNameIterator
Indicates whether this iterator has more elements.
hasNext() - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic.MetadataResourceNameIterator
Returns true if the iteration has more elements.
hash - Variable in class org.apache.jdo.util.WeakHashSet.WeakElement
 
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.
hashCode() - Method in class org.apache.jdo.util.WeakHashSet.WeakElement
 
hashCode() - Method in class org.apache.jdo.util.WeakValueHashMap.Entry
 
hashCode() - Method in class org.apache.jdo.util.WeakValueHashMap.EntrySet
 
hashCode() - Method in class org.apache.jdo.util.WeakValueHashMap.WeakValue
 
hashEntrySet - Variable in class org.apache.jdo.util.WeakValueHashMap
 
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.
helpers - Static variable in class org.apache.jdo.util.I18NHelper
Helper instances that have already been created

I

I18NHelper - class org.apache.jdo.util.I18NHelper.
Helper class for constructing messages from bundles.
I18NHelper() - Constructor for class org.apache.jdo.util.I18NHelper
Constructor
I18NHelper(String, ClassLoader) - Constructor for class org.apache.jdo.util.I18NHelper
Constructor for an instance bound to a bundle.
IS_PREFIX - Static variable in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaTypeIntrospector.PropertyStore
 
IS_PREFIX_LENGTH - Static variable in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaTypeIntrospector.PropertyStore
 
IntegralType - class org.apache.jdo.impl.model.java.IntegralType.
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.
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
 
inPrintStackTrace - Variable in class org.apache.jdo.model.ModelException
Flag indicating whether printStackTrace is being executed.
inPrintStackTrace - Variable in class org.apache.jdo.model.ModelFatalException
Flag indicating whether printStackTrace is being executed.
inheritedManagedFieldCount - Variable in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
Number of inherited fields.
initCause(Throwable) - Method in class org.apache.jdo.model.ModelException
Initializes the cause of this throwable to the specified value.
initCause(Throwable) - Method in class org.apache.jdo.model.ModelFatalException
Initializes the cause of this throwable to the specified value.
intType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the integral type int.
integerClassType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.lang.Integer.
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.
introspected - Variable in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
Flag indicating whether thsi JavaTYpe has been introspected.
inverse - Variable in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
Relationship JDORelationship<->JDORelationship.
inverseName - Variable in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
Name of the field which is the inverse relationship
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.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 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 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.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 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 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.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 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 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.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 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 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.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 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 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.EntrySet
 
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.JDOModelImplDynamic
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.caching.JDOModelImplCaching
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.
isPersistenceArrayType(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 persistence capable class.
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.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 class org.apache.jdo.impl.model.jdo.caching.JDOPropertyImplCaching
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.
iterator() - Method in class org.apache.jdo.util.WeakValueHashMap.EntrySet
 

J

JDOArray - interface org.apache.jdo.model.jdo.JDOArray.
A JDOArray instance represents the JDO relationship metadata of a array relationship field.
JDOArrayImplCaching - class org.apache.jdo.impl.model.jdo.caching.JDOArrayImplCaching.
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 org.apache.jdo.impl.model.jdo.JDOArrayImplDynamic.
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 org.apache.jdo.impl.model.jdo.caching.JDOAssociatedPropertyImplCaching.
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 org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic.
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 org.apache.jdo.model.jdo.JDOClass.
A JDOClass instance represents the JDO metadata of a persistence-capable class.
JDOClassImplCaching - class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching.
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 org.apache.jdo.impl.model.jdo.JDOClassImplDynamic.
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 org.apache.jdo.model.jdo.JDOCollection.
A JDOCollection instance represents the JDO relationship metadata of a collection relationship field.
JDOCollectionImplCaching - class org.apache.jdo.impl.model.jdo.caching.JDOCollectionImplCaching.
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 org.apache.jdo.impl.model.jdo.JDOCollectionImplDynamic.
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 org.apache.jdo.model.jdo.JDOElement.
This is the super interface for JDO metadata elements, such as JDOClass, JDOField and JDORelationship.
JDOElementImpl - class org.apache.jdo.impl.model.jdo.JDOElementImpl.
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 org.apache.jdo.model.jdo.JDOExtension.
A JDOExtension instance represents a JDO vendor specific extension.
JDOExtensionImpl - class org.apache.jdo.impl.model.jdo.JDOExtensionImpl.
An instance of this class represents a JDO vendor specific extension.
JDOExtensionImpl() - Constructor for class org.apache.jdo.impl.model.jdo.JDOExtensionImpl
 
JDOField - interface org.apache.jdo.model.jdo.JDOField.
A JDOField instance represents the JDO metadata of a managed field of a persistence-capable class.
JDOFieldImplCaching - class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching.
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 org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic.
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 org.apache.jdo.impl.model.jdo.xml.JDOHandler.
 
JDOHandlerImpl - class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl.
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 org.apache.jdo.model.jdo.JDOIdentityType.
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 org.apache.jdo.util.JDOJdk14Logger.
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 org.apache.jdo.model.jdo.JDOMap.
A JDOMap instance represents the JDO relationship metadata (the treatment of keys and values) of a map relationship field.
JDOMapImplCaching - class org.apache.jdo.impl.model.jdo.caching.JDOMapImplCaching.
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 org.apache.jdo.impl.model.jdo.JDOMapImplDynamic.
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 org.apache.jdo.model.jdo.JDOMember.
This is the super interface for named JDO metadata elements, such as JDOClass and JDOField.
JDOMemberImpl - class org.apache.jdo.impl.model.jdo.JDOMemberImpl.
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 - interface org.apache.jdo.model.jdo.JDOModel.
A JDOModel instance bundles a number of JDOClass instances used by an application.
JDOModelFactory - interface org.apache.jdo.model.jdo.JDOModelFactory.
Factory for JDOModel instances.
JDOModelFactoryImplCaching - class org.apache.jdo.impl.model.jdo.caching.JDOModelFactoryImplCaching.
Factory for caching JDOModel instances.
JDOModelFactoryImplCaching() - Constructor for class org.apache.jdo.impl.model.jdo.caching.JDOModelFactoryImplCaching
Creates new JDOModelFactoryImplCaching.
JDOModelFactoryImplDynamic - class org.apache.jdo.impl.model.jdo.JDOModelFactoryImplDynamic.
Factory for dynamic JDOModel instances.
JDOModelFactoryImplDynamic() - Constructor for class org.apache.jdo.impl.model.jdo.JDOModelFactoryImplDynamic
Creates new JDOModelFactory.
JDOModelImplCaching - class org.apache.jdo.impl.model.jdo.caching.JDOModelImplCaching.
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 org.apache.jdo.impl.model.jdo.JDOModelImplDynamic.
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.
JDOModelImplDynamic.MetadataResourceNameIterator - class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic.MetadataResourceNameIterator.
This Iterator implementation iterates resource names of possible JDO metadata files for the specified class name.
JDOModelImplDynamic.MetadataResourceNameIterator(String) - Constructor for class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic.MetadataResourceNameIterator
Constructor.
JDOPackage - interface org.apache.jdo.model.jdo.JDOPackage.
A JDOPackage instance represents the JDO package metadata.
JDOPackageImpl - class org.apache.jdo.impl.model.jdo.JDOPackageImpl.
A JDOPackage instance represents the JDO package metadata.
JDOPackageImpl() - Constructor for class org.apache.jdo.impl.model.jdo.JDOPackageImpl
 
JDOParser - class org.apache.jdo.impl.model.jdo.xml.JDOParser.
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
 
JDOParser.JDOEntityResolver - class org.apache.jdo.impl.model.jdo.xml.JDOParser.JDOEntityResolver.
Implementation of EntityResolver interface to check the jdo.dtd location
JDOParser.JDOEntityResolver() - Constructor for class org.apache.jdo.impl.model.jdo.xml.JDOParser.JDOEntityResolver
 
JDOProperty - interface org.apache.jdo.model.jdo.JDOProperty.
A JDOProperty instance represents the JDO metadata of a property of a persistence-capable class.
JDOPropertyImplCaching - class org.apache.jdo.impl.model.jdo.caching.JDOPropertyImplCaching.
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 org.apache.jdo.impl.model.jdo.JDOPropertyImplDynamic.
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.
JDORIVersion - class org.apache.jdo.util.JDORIVersion.
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
JDOReference - interface org.apache.jdo.model.jdo.JDOReference.
A JDOReference instance represents the JDO relationship metadata of a reference relationship field.
JDOReferenceImplCaching - class org.apache.jdo.impl.model.jdo.caching.JDOReferenceImplCaching.
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 org.apache.jdo.impl.model.jdo.JDOReferenceImplDynamic.
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 org.apache.jdo.model.jdo.JDORelationship.
JDORelationship is the super interface for all interfaces representing JDO relationship metadata of a managed field of a persistence-capable class.
JDORelationshipImpl - class org.apache.jdo.impl.model.jdo.JDORelationshipImpl.
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
 
JDOSupportedCollectionType - class org.apache.jdo.impl.model.java.JDOSupportedCollectionType.
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 org.apache.jdo.impl.model.java.JDOSupportedMapType.
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.
JDO_SUFFIX - Static variable in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic.MetadataResourceNameIterator
Suffix of a JDO metadata file.
JavaElement - interface org.apache.jdo.model.java.JavaElement.
This is the super interface for all the JavaModel elements, such as JavaField, JavaType, etc.
JavaField - interface org.apache.jdo.model.java.JavaField.
A JavaField instance represents a field declared by a class.
JavaMember - interface org.apache.jdo.model.java.JavaMember.
This is the super interface for named JavaModel elements having a declaring class such as JavaField, JavaMethod, etc.
JavaMethod - interface org.apache.jdo.model.java.JavaMethod.
A JavaMethod instance represents a method declared by a class.
JavaModel - interface org.apache.jdo.model.java.JavaModel.
A JavaModel instance bundles a number of JavaType instances and provides methods to retrieve JavaType instance by their name.
JavaModelFactory - interface org.apache.jdo.model.java.JavaModelFactory.
The JavaModelFactory is the interface to use to obtain JavaModel instances.
JavaProperty - interface org.apache.jdo.model.java.JavaProperty.
A JavaProperty instance represents a JavaBeans property.
JavaPropertyImpl - class org.apache.jdo.impl.model.java.JavaPropertyImpl.
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 - interface org.apache.jdo.model.java.JavaType.
A JavaType instance represents a type as defined in the Java language.
javaField - Variable in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
Property javaField.
javaModel - Variable in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
The JavaModel used to get type info.
javaProperty - Variable in class org.apache.jdo.impl.model.jdo.JDOAssociatedPropertyImplDynamic
The corresponding JavaProperty instance.
javaType - Variable in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
Property javaType.
jdoClass - Variable in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
The JDO metadata, if this type represents a pc class.
jdoClassUnchecked - Variable in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
Flag indicating whether the JDOClass info is retrieved already.
jdoClasses - Variable in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
Map of JDOClass objects managed by this JDOModel instance, key is the fully qualified class name.
jdoClassesForObjectIdClasses - Variable in class org.apache.jdo.impl.model.jdo.caching.JDOModelImplCaching
This is a mapping from ObjectId classes to its JDOClass instances.
jdoClassesForShortNames - Variable in class org.apache.jdo.impl.model.jdo.caching.JDOModelImplCaching
This is a mapping from short names to JDOClass instances.
jdoModel - Variable in class org.apache.jdo.impl.model.java.AbstractJavaModel
The corresponding JDOModel instance.
jdoModelFactory - Static variable in class org.apache.jdo.impl.model.jdo.JDOModelFactoryImplDynamic
The singleton JDOModelFactory instance.
jdoModelFactory - Static variable in class org.apache.jdo.impl.model.jdo.caching.JDOModelFactoryImplCaching
The singleton JDOModelFactory instance.
jdoPackage - Variable in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
Relationship JDOClass -> JDOPackage.
jdoPackages - Variable in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
Map of JDOPackage managed by this JDOModel instance, key is the package name.

K

key - Variable in class org.apache.jdo.impl.model.jdo.JDOExtensionImpl
Property key.
key - Variable in class org.apache.jdo.util.WeakValueHashMap.WeakValue
It's the same as the key in the map.
keyType - Variable in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
Property keyType.
keyTypeName - Variable in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
Property keyTypeName.
knownNonPC(String) - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
Hook called when a class is known to be non persistence capable.
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.

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.
loadBundle(String, ClassLoader) - Static method in class org.apache.jdo.util.I18NHelper
Load ResourceBundle by bundle name
loadProperties() - Static method in class org.apache.jdo.util.JDORIVersion
Load default properties
loadProperties(String) - Static method in class org.apache.jdo.util.JDORIVersion
Load specific properties file
loadXMLMetadataDefault - Variable in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
The default for loadXMLMetadata.
loadXMLResource(String, String) - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
Load the specified resource assuming it contains JDO metadata for one or more persistence capable classes.
locale - Static variable in class org.apache.jdo.util.I18NHelper
The default locale for this VM.
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
logger - Static variable in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
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.
lookupXMLMetadata(JDOClass) - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
The method seaches JDO metadata for the class with the specified class name.
lookupXMLMetadata(String) - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
The method seaches JDO metadata for the class with the specified class name.
lowerBound - Variable in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
Property lowerBound.

M

ModelException - exception org.apache.jdo.model.ModelException.
This exception indicates a Model problem.
ModelException() - Constructor for class org.apache.jdo.model.ModelException
Creates new ModelException without detail message.
ModelException(String) - Constructor for class org.apache.jdo.model.ModelException
Constructs a ModelException with the specified detail message.
ModelException(String, Throwable) - Constructor for class org.apache.jdo.model.ModelException
Constructs a new ModelException with the specified detail message and cause.
ModelFatalException - exception org.apache.jdo.model.ModelFatalException.
This exception indicates a fatal Model problem.
ModelFatalException() - Constructor for class org.apache.jdo.model.ModelFatalException
Creates new ModelFatalException without detail message.
ModelFatalException(String) - Constructor for class org.apache.jdo.model.ModelFatalException
Constructs a ModelFatalException with the specified detail message.
ModelFatalException(String, Throwable) - Constructor for class org.apache.jdo.model.ModelFatalException
Constructs a new ModelFatalException with the specified detail message and cause Exception.
ModelValidationException - exception org.apache.jdo.model.ModelValidationException.
This exception indicates a problem during model validation.
ModelValidationException() - Constructor for class 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 class 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 class 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 class 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 class org.apache.jdo.model.ModelValidationException
Constructs a ModelValidationException of the specified type with the specified detail message and offending object.
ModelVetoException - exception org.apache.jdo.model.ModelVetoException.
This exception indicates a problem during model update.
ModelVetoException() - Constructor for class org.apache.jdo.model.ModelVetoException
Creates new ModelVetoException without detail message.
ModelVetoException(String) - Constructor for class org.apache.jdo.model.ModelVetoException
Constructs a ModelVetoException with the specified detail message.
ModelVetoException(Throwable) - Constructor for class org.apache.jdo.model.ModelVetoException
Constructs a new ModelVetoException with the specified cause.
ModelVetoException(String, Throwable) - Constructor for class org.apache.jdo.model.ModelVetoException
Constructs a new ModelVetoException with the specified detail message and cause.
MutableValueClassType - class org.apache.jdo.impl.model.java.MutableValueClassType.
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.
main(String[]) - Static method in class org.apache.jdo.util.JDORIVersion
 
managedFieldNumbers - Variable in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
Field numbers of managed fields.
managedFields - Variable in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
Array of managed fields, incluing inherited fields.
mapType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the interface java.util.Map.
mappedBy - Variable in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
Relationship JDORelationship<->JDORelationship.
mappedByName - Variable in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
Property mappedByName.
method - Variable in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaMethod
The wrapped java.lang.reflect.Method instance.
model - Variable in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
 
modelCache - Variable in class org.apache.jdo.impl.model.java.AbstractJavaModelFactory
Map of JavaModel instances, key is implementation specific.
modelCache - Variable in class org.apache.jdo.impl.model.jdo.JDOModelFactoryImplDynamic
Map of JDOModel instances, key is the JavaModel JDOModelFactoryImplDynamic.getJDOModel(JavaModel javaModel)
msg - Static variable in class org.apache.jdo.impl.model.java.AbstractJavaModelFactory
I18N support
msg - Static variable in class org.apache.jdo.impl.model.java.BaseReflectionJavaField
I18N support
msg - Static variable in class org.apache.jdo.impl.model.java.BaseReflectionJavaType
I18N support
msg - Static variable in class org.apache.jdo.impl.model.java.JavaPropertyImpl
I18N support
msg - Static variable in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaField
I18N support
msg - Static variable in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaModelFactory
I18N support
msg - Static variable in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaTypeIntrospector
I18N support
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.JDOCollectionImplDynamic
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.JDOMapImplDynamic
I18N support
msg - Static variable in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
I18N support
msg - Static variable in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
I18N support.
msg - Static variable in class org.apache.jdo.impl.model.jdo.xml.JDOParser
I18N support.
msg - Static variable in class org.apache.jdo.model.ModelException
I18N support
msg - Static variable in class org.apache.jdo.model.ModelFatalException
I18N support
msg - Static variable in class org.apache.jdo.model.ModelValidationException
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
msg - Static variable in class org.apache.jdo.util.JDOJdk14Logger
I18N support.
msg - Static variable in class org.apache.jdo.util.JDORIVersion
 
msg - Static variable in class org.apache.jdo.util.Pool
I18N

N

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 org.apache.jdo.impl.model.java.NullType.
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.
NullValueTreatment - class org.apache.jdo.model.jdo.NullValueTreatment.
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
 
name - Variable in class org.apache.jdo.impl.model.java.AbstractJavaMember
The Field name.
name - Variable in class org.apache.jdo.impl.model.jdo.JDOMemberImpl
Property name.
name - Variable in class org.apache.jdo.impl.model.jdo.JDOPackageImpl
The package name.
nameHasJDOPrefix() - Method in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
Returns true if the name of this JDOField has the prefix jdo.
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.
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.
newJDOFieldInstance(String) - Method in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
Returns a new instance of the JDOField implementation class.
newJDOFieldInstance(String) - Method in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
Returns a new instance of the JDOField 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.
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.
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.
next() - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic.MetadataResourceNameIterator
Returns the next resource name.
nonPCClasses - Variable in class org.apache.jdo.impl.model.jdo.caching.JDOModelImplCaching
Set of fully qualified names of classes known to be non persistence-capable.
nonPrimaryKeyFieldNumbers - Variable in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
Field numbers of managed non primaryKey fields.
nullType - Static variable in class org.apache.jdo.impl.model.java.NullType
The singleton NullType instance.
nullValueTreatment - Variable in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
Property nullValueTreatment.
numberType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.lang.Numer.

O

OBJECT_IDENTITY_NAME - Static variable in class org.apache.jdo.impl.model.jdo.util.TypeSupport
Fully qualified class name of the ObjectIdentity class.
objectIdClass - Variable in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
Property objectIdClass.
objectIdClassResolved - Variable in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
Flag indicating whether the objectIdClass is resolved already.
objectType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.lang.Object.
offendingObject - Variable in class org.apache.jdo.model.ModelValidationException
This field holds the offending object -- the one being validated when the problem occurred
orderable - Variable in class org.apache.jdo.impl.model.java.ValueClassType
The orderable property.
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

PACKAGE_JDO - Static variable in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic.MetadataResourceNameIterator
The name of a package JDO metadata file.
PERSISTENT - Static variable in class org.apache.jdo.model.jdo.PersistenceModifier
Constant representing a persistence field modifier.
POSSIBLY_PERSISTENT - Static variable in class org.apache.jdo.model.jdo.PersistenceModifier
Constant representing a possibly persistence field modifier.
PROPERIES_FILE - Static variable in class org.apache.jdo.util.JDOJdk14Logger
Logging properties file name.
PersistenceModifier - class org.apache.jdo.model.jdo.PersistenceModifier.
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
 
Pool - class org.apache.jdo.util.Pool.
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.
PredefinedType - class org.apache.jdo.impl.model.java.PredefinedType.
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 org.apache.jdo.impl.model.java.PrimitiveType.
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.
PrintSupport - class org.apache.jdo.impl.model.jdo.util.PrintSupport.
 
PrintSupport() - Constructor for class org.apache.jdo.impl.model.jdo.util.PrintSupport
 
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.
parse(InputSource, JDOParser) - Static method in class org.apache.jdo.impl.model.jdo.xml.JDOParser
 
pcSuperclass - Variable in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
Relationship JDOClass<->JDOClass.
pcSuperclassName - Variable in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
Property pcSuperclassName.
pcSuperclassResolved - Variable in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
Flag indicating whether the pcSuperclass is resolved already.
persistenceModifier - Variable in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
Property persistenceModifier.
persistentFieldNumbers - Variable in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
Field numbers of PERSISTENT fields.
persistentFields - Variable in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
Array of persistent fields, incluing inherited fields.
persistentNonPrimaryKeyFieldNumbers - Variable in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
Field numbers of persistent non primaryKey fields.
persistentRelationshipFieldNumbers - Variable in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
Field numbers of persistent relationship fields.
persistentRelationshipFields - Variable in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
Persistent relationship fields.
persistentSerializableFieldNumbers - Variable in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
Field numbers of persistent, serializable fields.
predefinedTypes - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
Map of all predefined types.
prefix - Variable in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic.MetadataResourceNameIterator
The class name as resource name.
primaryKey - Variable in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
Property primaryKey.
primaryKeyFieldNumbers - Variable in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
Field numbers of primaryKey fields.
primaryKeyFields - Variable in class org.apache.jdo.impl.model.jdo.caching.JDOClassImplCaching
Primary key fields.
primitiveTypeNames - Static variable in class org.apache.jdo.impl.model.jdo.util.TypeSupport
 
printJDOArray(int, JDOArray) - Static method in class org.apache.jdo.impl.model.jdo.util.PrintSupport
 
printJDOClass(JDOClass) - Static method in class org.apache.jdo.impl.model.jdo.util.PrintSupport
 
printJDOClass(int, JDOClass) - Static method in class org.apache.jdo.impl.model.jdo.util.PrintSupport
 
printJDOCollection(int, JDOCollection) - 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
 
printJDOExtension(int, 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
 
printJDOExtensions(int, 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
 
printJDOField(int, 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
 
printJDOFields(int, JDOField[]) - Static method in class org.apache.jdo.impl.model.jdo.util.PrintSupport
 
printJDOMap(int, JDOMap) - 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
 
printJDOReference(int, JDOReference) - 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
 
printJDORelationship(int, JDORelationship) - Static method in class org.apache.jdo.impl.model.jdo.util.PrintSupport
 
printJDORelationshipHelper(int, JDORelationship) - Static method in class org.apache.jdo.impl.model.jdo.util.PrintSupport
 
printStackTrace() - Method in class org.apache.jdo.model.ModelException
Prints this ModelException and its backtrace to the standard error output.
printStackTrace(PrintStream) - Method in class org.apache.jdo.model.ModelException
Prints this ModelException and its backtrace to the specified print stream.
printStackTrace(PrintWriter) - Method in class org.apache.jdo.model.ModelException
Prints this ModelException and its backtrace to the specified print writer.
printStackTrace() - Method in class org.apache.jdo.model.ModelFatalException
Prints this ModelFatalException and its backtrace to the standard error output.
printStackTrace(PrintStream) - Method in class org.apache.jdo.model.ModelFatalException
Prints this ModelFatalException and its backtrace to the specified print stream.
printStackTrace(PrintWriter) - Method in class org.apache.jdo.model.ModelFatalException
Prints this ModelFatalException and its backtrace to the specified print writer.
println(int, String) - Static method in class org.apache.jdo.impl.model.jdo.util.PrintSupport
 
processProperties() - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaTypeIntrospector.PropertyStore
The method returns a list of PropertyDescriptors for the properties managed by this PropertyStore.
processProperty(List) - Method in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaTypeIntrospector.PropertyStore
The method analyzes the specified list of candidate PropertyDescriptors and returns a single PropertyDescriptor describing the property.
processQueue() - Method in class org.apache.jdo.util.WeakHashSet
Removes all garbage collected values with their keys from the map.
processQueue() - Method in class org.apache.jdo.util.WeakValueHashMap
Removes all garbage collected values with their keys from the map.
processedResources - Variable in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
Set of names of XML resources that are processed already (see {link #lookupXMLMetadata(String className)}.
processingInstruction(String, String) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOParser
 
propertiesType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.util.Properties.
propertyChangeSupport - Variable in class org.apache.jdo.impl.model.jdo.JDOElementImpl
Property change support.
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.

Q

queue - Variable in class org.apache.jdo.util.WeakHashSet
Helps to detect garbage collected values.
queue - Variable in class org.apache.jdo.util.WeakValueHashMap
 

R

RECOGNIZED_PUBLIC_ID - Static variable in class org.apache.jdo.impl.model.jdo.xml.JDOParser.JDOEntityResolver
 
RECOGNIZED_SYSTEM_ID - Static variable in class org.apache.jdo.impl.model.jdo.xml.JDOParser.JDOEntityResolver
 
ReflectionJavaField - class org.apache.jdo.impl.model.java.reflection.ReflectionJavaField.
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 org.apache.jdo.impl.model.java.reflection.ReflectionJavaMethod.
A reflection based JavaMethod implementation.
ReflectionJavaMethod(Method, JavaType) - Constructor for class org.apache.jdo.impl.model.java.reflection.ReflectionJavaMethod
Constructor.
ReflectionJavaModel - class org.apache.jdo.impl.model.java.reflection.ReflectionJavaModel.
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 org.apache.jdo.impl.model.java.reflection.ReflectionJavaModelFactory.
A reflection based JavaModelFactory implementation.
ReflectionJavaModelFactory() - Constructor for class org.apache.jdo.impl.model.java.reflection.ReflectionJavaModelFactory
 
ReflectionJavaType - class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType.
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 org.apache.jdo.impl.model.java.reflection.ReflectionJavaTypeIntrospector.
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
 
ReflectionJavaTypeIntrospector.PropertyStore - class org.apache.jdo.impl.model.java.reflection.ReflectionJavaTypeIntrospector.PropertyStore.
Helper class to introspect a class in order to find properties.
ReflectionJavaTypeIntrospector.PropertyStore(Class) - Constructor for class org.apache.jdo.impl.model.java.reflection.ReflectionJavaTypeIntrospector.PropertyStore
Constructor.
register(String, JDOField) - Method in class org.apache.jdo.impl.model.jdo.UnresolvedRelationshipHelper
Stores an unresolved relationship entry.
relationship - Variable in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
Relationship JDOField<->JDORelationship.
relativeFieldNumber - Variable in class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
Relative field number.
remove() - Method in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic.MetadataResourceNameIterator
This Iterator does not implement this method.
remove(String, JDOField) - Method in class org.apache.jdo.impl.model.jdo.UnresolvedRelationshipHelper
Removes the specified JDOField from this unresolved relationship helper.
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.EntrySet
 
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.JDOClassImplDynamic
Remove the supplied member from the collection of members maintained by this JDOClass.
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 interface org.apache.jdo.model.jdo.JDOClass
Remove the supplied member from the collection of members maintained by this JDOClass.
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.
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.
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 - Variable in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
Property requiresExtent.
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.
resolve(String, JDOClass) - Method in class org.apache.jdo.impl.model.jdo.UnresolvedRelationshipHelper
Look for a JDOField in the unresolved relationship entry having the specified mappedByName as its mappedBy name.
resolveEntity(String, String) - Method in class org.apache.jdo.impl.model.jdo.xml.JDOParser.JDOEntityResolver
 
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

SET_PREFIX - Static variable in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaTypeIntrospector.PropertyStore
 
SET_PREFIX_LENGTH - Static variable in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaTypeIntrospector.PropertyStore
 
StringHelper - class org.apache.jdo.util.StringHelper.
Helper class providing string utility methods.
StringHelper() - Constructor for class org.apache.jdo.util.StringHelper
 
serializable - Variable in class org.apache.jdo.impl.model.jdo.JDOFieldImplDynamic
Property serializable.
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
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.
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 class org.apache.jdo.impl.model.jdo.caching.JDOPropertyImplCaching
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.
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.
setRelativeFieldNumber(int) - Method in class org.apache.jdo.impl.model.jdo.caching.JDOFieldImplCaching
Sets the relative field number of 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.
setValue(Object) - Method in class org.apache.jdo.util.WeakValueHashMap.Entry
 
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.
setWrappedPrimitiveType(PrimitiveType) - Method in class org.apache.jdo.impl.model.java.WrapperClassType
 
setWrapperClassType(WrapperClassType) - Method in class org.apache.jdo.impl.model.java.PrimitiveType
Sets the JavaType instance of the corresponding Java wrapper class.
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.
setter - Variable in class org.apache.jdo.impl.model.java.JavaPropertyImpl
The method object of the setter method.
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.
singleFieldObjectIdClassNames - Static variable in class org.apache.jdo.impl.model.jdo.util.TypeSupport
 
size - Variable in class org.apache.jdo.util.Pool
 
size() - Method in class org.apache.jdo.util.WeakValueHashMap.EntrySet
 
size() - Method in class org.apache.jdo.util.WeakValueHashMap
Returns the number of key-value mappings in this map.
skipXMLElements - Variable in class org.apache.jdo.impl.model.jdo.xml.JDOHandlerImpl
Flag indicating that the current entries should no be loaded, because JDO metadata has been loaded before for the current persistence capable class.
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.
sqlTimeType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.sql.Time.
sqlTimestampType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.sql.Timestamp.
stack - Variable in class org.apache.jdo.util.Pool
 
stackType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.util.Stack.
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
 
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
 
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.
superclassUnchecked - Variable in class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
Flag indicating whether the superclass is checked already.

T

TRANSACTIONAL - Static variable in class org.apache.jdo.model.jdo.PersistenceModifier
Constant representing a transactional field modifier.
TypeSupport - class org.apache.jdo.impl.model.jdo.util.TypeSupport.
 
TypeSupport() - Constructor for class org.apache.jdo.impl.model.jdo.util.TypeSupport
 
test - Static variable in class org.apache.jdo.util.Pool
 
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() - Method in class 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 class 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 class 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).
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.
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.
type - Variable in class org.apache.jdo.impl.model.java.JavaPropertyImpl
The type of the property.
type - Variable in class org.apache.jdo.model.ModelValidationException
This field holds the type -- one of ModelValidationException.ERROR or ModelValidationException.WARNING
types - Variable in class org.apache.jdo.impl.model.java.AbstractJavaModel
Map of known JavaTypes.

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
UnresolvedRelationshipHelper - class org.apache.jdo.impl.model.jdo.UnresolvedRelationshipHelper.
A helper class to manage unresolved relationship information.
UnresolvedRelationshipHelper() - Constructor for class org.apache.jdo.impl.model.jdo.UnresolvedRelationshipHelper
 
unresolvedRelationshipHelper - Variable in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
 
upperBound - Variable in class org.apache.jdo.impl.model.jdo.JDORelationshipImpl
Property upperBound.

V

ValueClassType - class org.apache.jdo.impl.model.java.ValueClassType.
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.
valEquals(Object, Object) - Method in class org.apache.jdo.util.WeakValueHashMap.Entry
 
value - Variable in class org.apache.jdo.impl.model.jdo.JDOExtensionImpl
Property value.
value - Variable in class org.apache.jdo.util.WeakValueHashMap.Entry
 
valueType - Variable in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
Property valueType.
valueTypeName - Variable in class org.apache.jdo.impl.model.jdo.JDOMapImplDynamic
Property valueTypeName.
values - Variable in class org.apache.jdo.util.WeakValueHashMap
 
values() - Method in class org.apache.jdo.util.WeakValueHashMap
Returns a Collection view of the values contained in this map.
vectorType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the class java.util.Vector.
vendor - Static variable in class org.apache.jdo.util.JDORIVersion
 
vendorExtensions - Variable in class org.apache.jdo.impl.model.jdo.JDOElementImpl
List of vendorExtensions.
vendorName - Variable in class org.apache.jdo.impl.model.jdo.JDOExtensionImpl
Property vendorName.
vendor_name - Static variable in class org.apache.jdo.util.JDORIVersion
 
vendor_name_msg - Static variable in class org.apache.jdo.util.JDORIVersion
 
version - Static variable in class org.apache.jdo.util.JDORIVersion
 
version_number - Static variable in class org.apache.jdo.util.JDORIVersion
 
version_number_msg - Static variable in class org.apache.jdo.util.JDORIVersion
 
vetoableChangeSupport - Variable in class org.apache.jdo.impl.model.jdo.JDOElementImpl
Vetoable change support.
voidType - Static variable in class org.apache.jdo.impl.model.java.PredefinedType
The JavaType instance for the type void.

W

WARNING - Static variable in class org.apache.jdo.model.ModelValidationException
Constant representing a warning.
WeakHashSet - class org.apache.jdo.util.WeakHashSet.
A weak HashSet.
WeakHashSet() - Constructor for class org.apache.jdo.util.WeakHashSet
 
WeakHashSet.WeakElement - class org.apache.jdo.util.WeakHashSet.WeakElement.
A WeakHashSet stores objects of class WeakElement.
WeakHashSet.WeakElement(Object) - Constructor for class org.apache.jdo.util.WeakHashSet.WeakElement
 
WeakHashSet.WeakElement(Object, ReferenceQueue) - Constructor for class org.apache.jdo.util.WeakHashSet.WeakElement
 
WeakValueHashMap - class org.apache.jdo.util.WeakValueHashMap.
A WeakValueHashMap is implemented as a HashMap that maps keys to WeakValues.
WeakValueHashMap() - Constructor for class org.apache.jdo.util.WeakValueHashMap
 
WeakValueHashMap.Entry - class org.apache.jdo.util.WeakValueHashMap.Entry.
Internal class for entries.
WeakValueHashMap.Entry(Map.Entry, Object) - Constructor for class org.apache.jdo.util.WeakValueHashMap.Entry
 
WeakValueHashMap.EntrySet - class org.apache.jdo.util.WeakValueHashMap.EntrySet.
Internal class for entry sets to unwrap/wrap WeakValues stored in the map.
WeakValueHashMap.EntrySet() - Constructor for class org.apache.jdo.util.WeakValueHashMap.EntrySet
 
WeakValueHashMap.WeakValue - class org.apache.jdo.util.WeakValueHashMap.WeakValue.
We need this special class to keep the backward reference from the value to the key, so that we are able to remove the key if the value is garbage collected.
WeakValueHashMap.WeakValue(Object) - Constructor for class org.apache.jdo.util.WeakValueHashMap.WeakValue
 
WeakValueHashMap.WeakValue(Object, Object, ReferenceQueue) - Constructor for class org.apache.jdo.util.WeakValueHashMap.WeakValue
 
WrapperClassType - class org.apache.jdo.impl.model.java.WrapperClassType.
A WrapperClassType instance represents a Java wrapper class type.
WrapperClassType(Class, JavaType, boolean) - Constructor for class org.apache.jdo.impl.model.java.WrapperClassType
 
waitMillis - Variable in class org.apache.jdo.util.Pool
Number of millis to wait for a free entry Currently fixed; might be made configurable in future.
waitNumber - Variable in class org.apache.jdo.util.Pool
Number of times to wait for a free entry Currently fixed; might be made configurable in future.
wrappedPrimitiveType - Variable in class org.apache.jdo.impl.model.java.WrapperClassType
 
wrapperClassType - Variable in class org.apache.jdo.impl.model.java.PrimitiveType
The JavaType of the corresponding Java wrapper class type.

X

xmlLogger - Static variable in class org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
XML Logger
xmlMetadataLoaded - Variable in class org.apache.jdo.impl.model.jdo.JDOClassImplDynamic
Flag indicating whether XML metadata is processed already.

_

_properties - Static variable in class org.apache.jdo.util.JDORIVersion
 

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