- Cacheable - Annotation Type in javax.jdo.annotations
-
Annotation to specify that this class/field/property is cacheable
in a Level 2 cache.
- Cacheable - Annotation Type in javax.jdo.annotations
-
Annotation to specify that this class/field/property is cacheable
in a Level 2 cache.
- cancel(Thread) - Method in interface javax.jdo.JDOQLTypedQuery
-
Method to cancel an executing query in the specified thread.
- cancel(Thread) - Method in interface javax.jdo.JDOQLTypedQuery
-
Method to cancel an executing query in the specified thread.
- cancel(Thread) - Method in interface javax.jdo.Query
-
Method to cancel an executing query in the specified thread.
- cancel(Thread) - Method in interface javax.jdo.Query
-
Method to cancel an executing query in the specified thread.
- cancelAll() - Method in interface javax.jdo.JDOQLTypedQuery
-
Method to cancel any executing queries.
- cancelAll() - Method in interface javax.jdo.JDOQLTypedQuery
-
Method to cancel any executing queries.
- cancelAll() - Method in interface javax.jdo.Query
-
Method to cancel any executing queries.
- cancelAll() - Method in interface javax.jdo.Query
-
Method to cancel any executing queries.
- candidate() - Method in interface javax.jdo.JDOQLTypedQuery
-
Method to return an expression for the candidate of the query.
- candidate() - Method in interface javax.jdo.JDOQLTypedQuery
-
Method to return an expression for the candidate of the query.
- candidate() - Method in interface javax.jdo.JDOQLTypedSubquery
-
Method to return an expression for the candidate of the subquery.
- candidate() - Method in interface javax.jdo.JDOQLTypedSubquery
-
Method to return an expression for the candidate of the subquery.
- cast(Class) - Method in interface javax.jdo.query.Expression
-
Return an expression where this expression is cast to the specified type.
- cast(Class) - Method in interface javax.jdo.query.Expression
-
Return an expression where this expression is cast to the specified type.
- ceil() - Method in interface javax.jdo.query.NumericExpression
-
Method to return the ceiling value expression of this expression.
- ceil() - Method in interface javax.jdo.query.NumericExpression
-
Method to return the ceiling value expression of this expression.
- CharacterExpression - Interface in javax.jdo.query
-
Representation of a character expression.
- CharacterExpression - Interface in javax.jdo.query
-
Representation of a character expression.
- characterParameter(String) - Method in interface javax.jdo.JDOQLTypedQuery
-
Method to return a character parameter for the query.
- characterParameter(String) - Method in interface javax.jdo.JDOQLTypedQuery
-
Method to return a character parameter for the query.
- charAt(int) - Method in interface javax.jdo.query.StringExpression
-
Method to return an expression for the character at a position of this string expression.
- charAt(NumericExpression<Integer>) - Method in interface javax.jdo.query.StringExpression
-
Method to return an expression for the character at a position of this string expression.
- charAt(int) - Method in interface javax.jdo.query.StringExpression
-
Method to return an expression for the character at a position of this string expression.
- charAt(NumericExpression<Integer>) - Method in interface javax.jdo.query.StringExpression
-
Method to return an expression for the character at a position of this string expression.
- CharIdentity - Class in javax.jdo.identity
-
This class is for identity with a single character field.
- CharIdentity - Class in javax.jdo.identity
-
This class is for identity with a single character field.
- CharIdentity(Class, char) - Constructor for class javax.jdo.identity.CharIdentity
-
Constructor with class and key.
- CharIdentity(Class, Character) - Constructor for class javax.jdo.identity.CharIdentity
-
Constructor with class and key.
- CharIdentity(Class, String) - Constructor for class javax.jdo.identity.CharIdentity
-
Constructor with class and key.
- CharIdentity() - Constructor for class javax.jdo.identity.CharIdentity
-
Constructor only for Externalizable.
- CharIdentity(Class, char) - Constructor for class javax.jdo.identity.CharIdentity
-
Constructor with class and key.
- CharIdentity(Class, Character) - Constructor for class javax.jdo.identity.CharIdentity
-
Constructor with class and key.
- CharIdentity(Class, String) - Constructor for class javax.jdo.identity.CharIdentity
-
Constructor with class and key.
- CharIdentity() - Constructor for class javax.jdo.identity.CharIdentity
-
Constructor only for Externalizable.
- CHECK_READ - Static variable in interface javax.jdo.spi.PersistenceCapable
-
If jdoFieldFlags for a field includes CHECK_READ, then
the field has been enhanced to call the jdoStateManager on read
if the jdoFlags setting is not READ_OK or READ_WRITE_OK.
- CHECK_READ - Static variable in interface javax.jdo.spi.PersistenceCapable
-
If jdoFieldFlags for a field includes CHECK_READ, then
the field has been enhanced to call the jdoStateManager on read
if the jdoFlags setting is not READ_OK or READ_WRITE_OK.
- CHECK_WRITE - Static variable in interface javax.jdo.spi.PersistenceCapable
-
If jdoFieldFlags for a field includes CHECK_WRITE,
then the field has been enhanced to call the
jdoStateManager on write if the jdoFlags setting is not
READ_WRITE_OK;.
- CHECK_WRITE - Static variable in interface javax.jdo.spi.PersistenceCapable
-
If jdoFieldFlags for a field includes CHECK_WRITE,
then the field has been enhanced to call the
jdoStateManager on write if the jdoFlags setting is not
READ_WRITE_OK;.
- checkAuthorizedStateManager(StateManager) - Static method in class javax.jdo.spi.JDOImplHelper
-
Check that the parameter instance is of a class that is authorized for
JDOPermission("setStateManager").
- checkAuthorizedStateManager(StateManager) - Static method in class javax.jdo.spi.JDOImplHelper
-
Check that the parameter instance is of a class that is authorized for
JDOPermission("setStateManager").
- checkAuthorizedStateManagerClass(Class) - Static method in class javax.jdo.spi.JDOImplHelper
-
Check that the parameter instance is a class that is authorized for
JDOPermission("setStateManager").
- checkAuthorizedStateManagerClass(Class) - Static method in class javax.jdo.spi.JDOImplHelper
-
Check that the parameter instance is a class that is authorized for
JDOPermission("setStateManager").
- checkConsistency() - Method in interface javax.jdo.PersistenceManager
-
Validates the PersistenceManager
cache with the
datastore.
- checkConsistency() - Method in interface javax.jdo.PersistenceManager
-
Validates the PersistenceManager
cache with the
datastore.
- ClassMetadata - Interface in javax.jdo.metadata
-
Represents a class.
- ClassMetadata - Interface in javax.jdo.metadata
-
Represents a class.
- ClassPersistenceModifier - Enum in javax.jdo.metadata
-
Enumeration of the persistence-modifier values for a class.
- ClassPersistenceModifier - Enum in javax.jdo.metadata
-
Enumeration of the persistence-modifier values for a class.
- CLEAR - Static variable in class javax.jdo.listener.InstanceLifecycleEvent
-
- CLEAR - Static variable in class javax.jdo.listener.InstanceLifecycleEvent
-
- ClearCallback - Interface in javax.jdo.listener
-
This interface is used to notify instances of clear events.
- ClearCallback - Interface in javax.jdo.listener
-
This interface is used to notify instances of clear events.
- clearGroups() - Method in interface javax.jdo.FetchPlan
-
Remove all active groups leaving no active fetch group.
- clearGroups() - Method in interface javax.jdo.FetchPlan
-
Remove all active groups leaving no active fetch group.
- ClearLifecycleListener - Interface in javax.jdo.listener
-
This interface is implemented by listeners to be notified of
clear events.
- ClearLifecycleListener - Interface in javax.jdo.listener
-
This interface is implemented by listeners to be notified of
clear events.
- close() - Method in interface javax.jdo.datastore.JDOConnection
-
Returns this connection to the JDO implementation.
- close() - Method in interface javax.jdo.datastore.JDOConnection
-
Returns this connection to the JDO implementation.
- close(Iterator<E>) - Method in interface javax.jdo.Extent
-
Close an Iterator
associated with this Extent
instance.
- close() - Method in interface javax.jdo.Extent
-
Don't use this method directly; use closeAll()
instead.
- close(Iterator<E>) - Method in interface javax.jdo.Extent
-
Close an Iterator
associated with this Extent
instance.
- close() - Method in interface javax.jdo.Extent
-
Don't use this method directly; use closeAll()
instead.
- close(Object) - Method in interface javax.jdo.JDOQLTypedQuery
-
Method to close the specified query result.
- close(Object) - Method in interface javax.jdo.JDOQLTypedQuery
-
Method to close the specified query result.
- close() - Method in interface javax.jdo.PersistenceManager
-
Close this PersistenceManager
so that no further requests
may be made on it.
- close() - Method in interface javax.jdo.PersistenceManager
-
Close this PersistenceManager
so that no further requests
may be made on it.
- close() - Method in interface javax.jdo.PersistenceManagerFactory
-
Close this PersistenceManagerFactory.
- close() - Method in interface javax.jdo.PersistenceManagerFactory
-
Close this PersistenceManagerFactory.
- close(Object) - Method in interface javax.jdo.Query
-
Close a query result and release any resources associated with it.
- close() - Method in interface javax.jdo.Query
-
Don't use this method directly; use closeAll()
instead.
- close(Object) - Method in interface javax.jdo.Query
-
Close a query result and release any resources associated with it.
- close() - Method in interface javax.jdo.Query
-
Don't use this method directly; use closeAll()
instead.
- CLOSE_PERSISTENCE_MANAGER_FACTORY - Static variable in class javax.jdo.spi.JDOPermission
-
An instance of JDOPermission
to be used for
closePersistenceManagerFactory
permission checking.
- CLOSE_PERSISTENCE_MANAGER_FACTORY - Static variable in class javax.jdo.spi.JDOPermission
-
An instance of JDOPermission
to be used for
closePersistenceManagerFactory
permission checking.
- closeAll() - Method in interface javax.jdo.Extent
-
Close all Iterator
s associated with this Extent
instance.
- closeAll() - Method in interface javax.jdo.Extent
-
Close all Iterator
s associated with this Extent
instance.
- closeAll() - Method in interface javax.jdo.JDOQLTypedQuery
-
Method to close all query results from this query.
- closeAll() - Method in interface javax.jdo.JDOQLTypedQuery
-
Method to close all query results from this query.
- closeAll() - Method in interface javax.jdo.Query
-
Close all query results associated with this Query
instance, and release all resources associated with them.
- closeAll() - Method in interface javax.jdo.Query
-
Close all query results associated with this Query
instance, and release all resources associated with them.
- CollectionExpression<T extends Collection<E>,E> - Interface in javax.jdo.query
-
Representation of a collection in a query.
- CollectionExpression<T extends Collection<E>,E> - Interface in javax.jdo.query
-
Representation of a collection in a query.
- CollectionMetadata - Interface in javax.jdo.metadata
-
Represents details of a collection in a field/property in a class.
- CollectionMetadata - Interface in javax.jdo.metadata
-
Represents details of a collection in a field/property in a class.
- collectionParameter(String) - Method in interface javax.jdo.JDOQLTypedQuery
-
Method to return a collection parameter for the query.
- collectionParameter(String, Class<E>) - Method in interface javax.jdo.JDOQLTypedQuery
-
Method to return a collection parameter for the query.
- collectionParameter(String) - Method in interface javax.jdo.JDOQLTypedQuery
-
Method to return a collection parameter for the query.
- collectionParameter(String, Class<E>) - Method in interface javax.jdo.JDOQLTypedQuery
-
Method to return a collection parameter for the query.
- Column - Annotation Type in javax.jdo.annotations
-
Annotation for a column in the database.
- Column - Annotation Type in javax.jdo.annotations
-
Annotation for a column in the database.
- ColumnMetadata - Interface in javax.jdo.metadata
-
Represents an element in a collection/array.
- ColumnMetadata - Interface in javax.jdo.metadata
-
Represents an element in a collection/array.
- Columns - Annotation Type in javax.jdo.annotations
-
Annotation for a group of columns.
- Columns - Annotation Type in javax.jdo.annotations
-
Annotation for a group of columns.
- com() - Method in interface javax.jdo.query.CharacterExpression
-
Method to return an expression that is the complement of the current expression.
- com() - Method in interface javax.jdo.query.CharacterExpression
-
Method to return an expression that is the complement of the current expression.
- com() - Method in interface javax.jdo.query.NumericExpression
-
Method to return an expression that is the complement of the current expression.
- com() - Method in interface javax.jdo.query.NumericExpression
-
Method to return an expression that is the complement of the current expression.
- commit() - Method in interface javax.jdo.Transaction
-
Commit the current transaction.
- commit() - Method in interface javax.jdo.Transaction
-
Commit the current transaction.
- ComparableExpression<T> - Interface in javax.jdo.query
-
Representation of an expression for a Java type that implements java.lang.Comparable.
- ComparableExpression<T> - Interface in javax.jdo.query
-
Representation of an expression for a Java type that implements java.lang.Comparable.
- compare(SingleFieldIdentity) - Method in class javax.jdo.identity.SingleFieldIdentity
-
Determine the ordering of identity objects.
- compare(SingleFieldIdentity) - Method in class javax.jdo.identity.SingleFieldIdentity
-
Determine the ordering of identity objects.
- compareTo(Object) - Method in class javax.jdo.identity.ByteIdentity
-
Determine the ordering of identity objects.
- compareTo(Object) - Method in class javax.jdo.identity.ByteIdentity
-
Determine the ordering of identity objects.
- compareTo(Object) - Method in class javax.jdo.identity.CharIdentity
-
Determine the ordering of identity objects.
- compareTo(Object) - Method in class javax.jdo.identity.CharIdentity
-
Determine the ordering of identity objects.
- compareTo(Object) - Method in class javax.jdo.identity.IntIdentity
-
Determine the ordering of identity objects.
- compareTo(Object) - Method in class javax.jdo.identity.IntIdentity
-
Determine the ordering of identity objects.
- compareTo(Object) - Method in class javax.jdo.identity.LongIdentity
-
Determine the ordering of identity objects.
- compareTo(Object) - Method in class javax.jdo.identity.LongIdentity
-
Determine the ordering of identity objects.
- compareTo(Object) - Method in class javax.jdo.identity.ObjectIdentity
-
Determine the ordering of identity objects.
- compareTo(Object) - Method in class javax.jdo.identity.ObjectIdentity
-
Determine the ordering of identity objects.
- compareTo(Object) - Method in class javax.jdo.identity.ShortIdentity
-
Determine the ordering of identity objects.
- compareTo(Object) - Method in class javax.jdo.identity.ShortIdentity
-
Determine the ordering of identity objects.
- compareTo(Object) - Method in class javax.jdo.identity.StringIdentity
-
Determine the ordering of identity objects.
- compareTo(Object) - Method in class javax.jdo.identity.StringIdentity
-
Determine the ordering of identity objects.
- compile() - Method in interface javax.jdo.Query
-
Verify the elements of the query and provide a hint to the query to
prepare and optimize an execution plan.
- compile() - Method in interface javax.jdo.Query
-
Verify the elements of the query and provide a hint to the query to
prepare and optimize an execution plan.
- Constants - Interface in javax.jdo
-
Constant values used in JDO.
- Constants - Interface in javax.jdo
-
Constant values used in JDO.
- construct(String, String) - Static method in class javax.jdo.spi.JDOImplHelper
-
Construct an instance of the parameter class, using the keyString
as an argument to the constructor.
- construct(String, String) - Static method in class javax.jdo.spi.JDOImplHelper
-
Construct an instance of the parameter class, using the keyString
as an argument to the constructor.
- construct(String) - Method in interface javax.jdo.spi.JDOImplHelper.StringConstructor
-
Construct an instance of the class for which this instance
is registered.
- construct(String) - Method in interface javax.jdo.spi.JDOImplHelper.StringConstructor
-
Construct an instance of the class for which this instance
is registered.
- contains(Expression<E>) - Method in interface javax.jdo.query.CollectionExpression
-
Method returning whether the specified element expression is contained in this collection.
- contains(E) - Method in interface javax.jdo.query.CollectionExpression
-
Method returning whether the specified element is contained in this collection.
- contains(Expression<E>) - Method in interface javax.jdo.query.CollectionExpression
-
Method returning whether the specified element expression is contained in this collection.
- contains(E) - Method in interface javax.jdo.query.CollectionExpression
-
Method returning whether the specified element is contained in this collection.
- containsEntry(Expression<Map.Entry<K, V>>) - Method in interface javax.jdo.query.MapExpression
-
Method returning whether the specified entry expression is contained in this map.
- containsEntry(Map.Entry<K, V>) - Method in interface javax.jdo.query.MapExpression
-
Method returning whether the specified entry is contained in this map.
- containsEntry(Expression<Map.Entry<K, V>>) - Method in interface javax.jdo.query.MapExpression
-
Method returning whether the specified entry expression is contained in this map.
- containsEntry(Map.Entry<K, V>) - Method in interface javax.jdo.query.MapExpression
-
Method returning whether the specified entry is contained in this map.
- containsKey(Expression<K>) - Method in interface javax.jdo.query.MapExpression
-
Method returning whether the specified key expression is contained in this map.
- containsKey(K) - Method in interface javax.jdo.query.MapExpression
-
Method returning whether the specified key is contained in this map.
- containsKey(Expression<K>) - Method in interface javax.jdo.query.MapExpression
-
Method returning whether the specified key expression is contained in this map.
- containsKey(K) - Method in interface javax.jdo.query.MapExpression
-
Method returning whether the specified key is contained in this map.
- containsValue(Expression<V>) - Method in interface javax.jdo.query.MapExpression
-
Method returning whether the specified value expression is contained in this map.
- containsValue(V) - Method in interface javax.jdo.query.MapExpression
-
Method returning whether the specified value is contained in this map.
- containsValue(Expression<V>) - Method in interface javax.jdo.query.MapExpression
-
Method returning whether the specified value expression is contained in this map.
- containsValue(V) - Method in interface javax.jdo.query.MapExpression
-
Method returning whether the specified value is contained in this map.
- Convert - Annotation Type in javax.jdo.annotations
-
Specifies that a given type should be converted before being stored to, and after being retrieved from
the datastore using the given
AttributeConverter
.
- Convert - Annotation Type in javax.jdo.annotations
-
Specifies that a given type should be converted before being stored to, and after being retrieved from
the datastore using the given
AttributeConverter
.
- convertToAttribute(D) - Method in interface javax.jdo.AttributeConverter
-
Converts the given datastore value to its representation as a persistent attribute.
- convertToAttribute(D) - Method in interface javax.jdo.AttributeConverter
-
Converts the given datastore value to its representation as a persistent attribute.
- convertToAttribute(Object) - Method in class javax.jdo.AttributeConverter.UseDefault
-
- convertToAttribute(Object) - Method in class javax.jdo.AttributeConverter.UseDefault
-
- convertToDatastore(A) - Method in interface javax.jdo.AttributeConverter
-
Converts the given persistent attribute value to its representation in the datastore.
- convertToDatastore(A) - Method in interface javax.jdo.AttributeConverter
-
Converts the given persistent attribute value to its representation in the datastore.
- convertToDatastore(Object) - Method in class javax.jdo.AttributeConverter.UseDefault
-
- convertToDatastore(Object) - Method in class javax.jdo.AttributeConverter.UseDefault
-
- copyKeyFieldsFromObjectId(Class, PersistenceCapable.ObjectIdFieldConsumer, Object) - Method in class javax.jdo.spi.JDOImplHelper
-
Copy fields to an outside source from the key fields in the ObjectId.
- copyKeyFieldsFromObjectId(Class, PersistenceCapable.ObjectIdFieldConsumer, Object) - Method in class javax.jdo.spi.JDOImplHelper
-
Copy fields to an outside source from the key fields in the ObjectId.
- copyKeyFieldsToObjectId(Class, PersistenceCapable.ObjectIdFieldSupplier, Object) - Method in class javax.jdo.spi.JDOImplHelper
-
Copy fields from an outside source to the key fields in the ObjectId.
- copyKeyFieldsToObjectId(Class, PersistenceCapable.ObjectIdFieldSupplier, Object) - Method in class javax.jdo.spi.JDOImplHelper
-
Copy fields from an outside source to the key fields in the ObjectId.
- cos() - Method in interface javax.jdo.query.NumericExpression
-
Method to return the cosine value expression of this expression.
- cos() - Method in interface javax.jdo.query.NumericExpression
-
Method to return the cosine value expression of this expression.
- count() - Method in interface javax.jdo.query.Expression
-
Method to return a numeric expression representing the aggregated count of this expression.
- count() - Method in interface javax.jdo.query.Expression
-
Method to return a numeric expression representing the aggregated count of this expression.
- countDistinct() - Method in interface javax.jdo.query.Expression
-
Method to return a numeric expression representing the aggregated (distinct) count of this expression.
- countDistinct() - Method in interface javax.jdo.query.Expression
-
Method to return a numeric expression representing the aggregated (distinct) count of this expression.
- CREATE - Static variable in class javax.jdo.listener.InstanceLifecycleEvent
-
- CREATE - Static variable in class javax.jdo.listener.InstanceLifecycleEvent
-
- createKeyAsObject() - Method in class javax.jdo.identity.ByteIdentity
-
Create the key as an Object.
- createKeyAsObject() - Method in class javax.jdo.identity.ByteIdentity
-
Create the key as an Object.
- createKeyAsObject() - Method in class javax.jdo.identity.CharIdentity
-
Create the key as an Object.
- createKeyAsObject() - Method in class javax.jdo.identity.CharIdentity
-
Create the key as an Object.
- createKeyAsObject() - Method in class javax.jdo.identity.IntIdentity
-
Create the key as an Object.
- createKeyAsObject() - Method in class javax.jdo.identity.IntIdentity
-
Create the key as an Object.
- createKeyAsObject() - Method in class javax.jdo.identity.LongIdentity
-
Create the key as an Object.
- createKeyAsObject() - Method in class javax.jdo.identity.LongIdentity
-
Create the key as an Object.
- createKeyAsObject() - Method in class javax.jdo.identity.ShortIdentity
-
Create the key as an Object.
- createKeyAsObject() - Method in class javax.jdo.identity.ShortIdentity
-
Create the key as an Object.
- createKeyAsObject() - Method in class javax.jdo.identity.SingleFieldIdentity
-
Create the key as an Object.
- createKeyAsObject() - Method in class javax.jdo.identity.SingleFieldIdentity
-
Create the key as an Object.
- CreateLifecycleListener - Interface in javax.jdo.listener
-
This interface is implemented by listeners to be notified of
create events.
- CreateLifecycleListener - Interface in javax.jdo.listener
-
This interface is implemented by listeners to be notified of
create events.
- current() - Method in interface javax.jdo.datastore.Sequence
-
Returns the current sequence value object if it is
available.
- current() - Method in interface javax.jdo.datastore.Sequence
-
Returns the current sequence value object if it is
available.
- currentTransaction() - Method in interface javax.jdo.PersistenceManager
-
Return the Transaction
instance associated with a
PersistenceManager
.
- currentTransaction() - Method in interface javax.jdo.PersistenceManager
-
Return the Transaction
instance associated with a
PersistenceManager
.
- currentValue() - Method in interface javax.jdo.datastore.Sequence
-
Returns the current sequence value as a long.
- currentValue() - Method in interface javax.jdo.datastore.Sequence
-
Returns the current sequence value as a long.
- get(NumericExpression<Integer>) - Method in interface javax.jdo.query.ListExpression
-
Method returning the element at this position in the List.
- get(int) - Method in interface javax.jdo.query.ListExpression
-
Method returning the element at this position in the List.
- get(NumericExpression<Integer>) - Method in interface javax.jdo.query.ListExpression
-
Method returning the element at this position in the List.
- get(int) - Method in interface javax.jdo.query.ListExpression
-
Method returning the element at this position in the List.
- get(Expression<K>) - Method in interface javax.jdo.query.MapExpression
-
Method returning an expression for the value of the specified key in the map.
- get(K) - Method in interface javax.jdo.query.MapExpression
-
Method returning an expression for the value of the specified key in the map.
- get(Expression<K>) - Method in interface javax.jdo.query.MapExpression
-
Method returning an expression for the value of the specified key in the map.
- get(K) - Method in interface javax.jdo.query.MapExpression
-
Method returning an expression for the value of the specified key in the map.
- get() - Method in interface javax.jdo.query.OptionalExpression
-
Accessor for the object within the Optional.
- get() - Method in interface javax.jdo.query.OptionalExpression
-
Accessor for the object within the Optional.
- get(Object, StateInterrogation) - Method in interface javax.jdo.spi.JDOImplHelper.StateInterrogationObjectReturn
-
Return the associated instance.
- get(Object, StateInterrogation) - Method in interface javax.jdo.spi.JDOImplHelper.StateInterrogationObjectReturn
-
Return the associated instance.
- GET_METADATA - Static variable in class javax.jdo.spi.JDOPermission
-
An instance of JDOPermission
to be used for
getMetadata
permission checking.
- GET_METADATA - Static variable in class javax.jdo.spi.JDOPermission
-
An instance of JDOPermission
to be used for
getMetadata
permission checking.
- getAllocationSize() - Method in interface javax.jdo.metadata.SequenceMetadata
-
Accessor for the allocation size of the sequence (if any).
- getAllocationSize() - Method in interface javax.jdo.metadata.SequenceMetadata
-
Accessor for the allocation size of the sequence (if any).
- getAllowsNull() - Method in interface javax.jdo.metadata.ColumnMetadata
-
Accessor for whether the column allows null.
- getAllowsNull() - Method in interface javax.jdo.metadata.ColumnMetadata
-
Accessor for whether the column allows null.
- getArrayMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the array details.
- getArrayMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the array details.
- getBooleanField(PersistenceCapable, int, boolean) - Method in interface javax.jdo.spi.StateManager
-
Return the value for the field.
- getBooleanField(PersistenceCapable, int, boolean) - Method in interface javax.jdo.spi.StateManager
-
Return the value for the field.
- getByteField(PersistenceCapable, int, byte) - Method in interface javax.jdo.spi.StateManager
-
Return the value for the field.
- getByteField(PersistenceCapable, int, byte) - Method in interface javax.jdo.spi.StateManager
-
Return the value for the field.
- getCacheable() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for whether this is cacheable.
- getCacheable() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for whether this is cacheable.
- getCacheable() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for whether this is cacheable.
- getCacheable() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for whether this is cacheable.
- getCandidateClass() - Method in interface javax.jdo.Extent
-
An Extent
contains all instances of a particular class
or interface in the data
store; this method returns the Class
of the instances
represented by this Extent.
- getCandidateClass() - Method in interface javax.jdo.Extent
-
An Extent
contains all instances of a particular class
or interface in the data
store; this method returns the Class
of the instances
represented by this Extent.
- getCatalog() - Method in interface javax.jdo.metadata.JDOMetadata
-
Accessor for the catalog (ORM) that all classes in this JDO Metadata
default to.
- getCatalog() - Method in interface javax.jdo.metadata.JDOMetadata
-
Accessor for the catalog (ORM) that all classes in this JDO Metadata
default to.
- getCatalog() - Method in interface javax.jdo.metadata.PackageMetadata
-
Accessor for the catalog (ORM) that all classes in this package default to.
- getCatalog() - Method in interface javax.jdo.metadata.PackageMetadata
-
Accessor for the catalog (ORM) that all classes in this package default to.
- getCatalog() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the catalog (ORM) for this component.
- getCatalog() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the catalog (ORM) for this component.
- getCause() - Method in exception javax.jdo.JDOException
-
Often there is only one nested exception, and this method returns it.
- getCause() - Method in exception javax.jdo.JDOException
-
Often there is only one nested exception, and this method returns it.
- getCharField(PersistenceCapable, int, char) - Method in interface javax.jdo.spi.StateManager
-
Return the value for the field.
- getCharField(PersistenceCapable, int, char) - Method in interface javax.jdo.spi.StateManager
-
Return the value for the field.
- getClasses() - Method in interface javax.jdo.metadata.PackageMetadata
-
Accessor for all classes defined in this package.
- getClasses() - Method in interface javax.jdo.metadata.PackageMetadata
-
Accessor for all classes defined in this package.
- getClassNameFromURL(URL) - Static method in class javax.jdo.JDOHelper
-
Get a class name from a URL.
- getClassNameFromURL(URL) - Static method in class javax.jdo.JDOHelper
-
Get a class name from a URL.
- getCollectionMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the array details.
- getCollectionMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the array details.
- getColumn() - Method in interface javax.jdo.metadata.DatastoreIdentityMetadata
-
Accessor for the datastore identity column name.
- getColumn() - Method in interface javax.jdo.metadata.DatastoreIdentityMetadata
-
Accessor for the datastore identity column name.
- getColumn() - Method in interface javax.jdo.metadata.DiscriminatorMetadata
-
Accessor for the discriminator column name
- getColumn() - Method in interface javax.jdo.metadata.DiscriminatorMetadata
-
Accessor for the discriminator column name
- getColumn() - Method in interface javax.jdo.metadata.ElementMetadata
-
Accessor for the name of the column.
- getColumn() - Method in interface javax.jdo.metadata.ElementMetadata
-
Accessor for the name of the column.
- getColumn() - Method in interface javax.jdo.metadata.JoinMetadata
-
Accessor for the join column name.
- getColumn() - Method in interface javax.jdo.metadata.JoinMetadata
-
Accessor for the join column name.
- getColumn() - Method in interface javax.jdo.metadata.KeyMetadata
-
Accessor for the name of the column.
- getColumn() - Method in interface javax.jdo.metadata.KeyMetadata
-
Accessor for the name of the column.
- getColumn() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the name of the column.
- getColumn() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the name of the column.
- getColumn() - Method in interface javax.jdo.metadata.OrderMetadata
-
Accessor for the version column name.
- getColumn() - Method in interface javax.jdo.metadata.OrderMetadata
-
Accessor for the version column name.
- getColumn() - Method in interface javax.jdo.metadata.PrimaryKeyMetadata
-
Accessor for the PK column name.
- getColumn() - Method in interface javax.jdo.metadata.PrimaryKeyMetadata
-
Accessor for the PK column name.
- getColumn() - Method in interface javax.jdo.metadata.ValueMetadata
-
Accessor for the name of the column.
- getColumn() - Method in interface javax.jdo.metadata.ValueMetadata
-
Accessor for the name of the column.
- getColumn() - Method in interface javax.jdo.metadata.VersionMetadata
-
Accessor for the version column name
- getColumn() - Method in interface javax.jdo.metadata.VersionMetadata
-
Accessor for the version column name
- getColumns() - Method in interface javax.jdo.metadata.DatastoreIdentityMetadata
-
Accessor for all column(s) defined on the datastore identity.
- getColumns() - Method in interface javax.jdo.metadata.DatastoreIdentityMetadata
-
Accessor for all column(s) defined on the datastore identity.
- getColumns() - Method in interface javax.jdo.metadata.DiscriminatorMetadata
-
Accessor for all column(s) defined on the discriminator.
- getColumns() - Method in interface javax.jdo.metadata.DiscriminatorMetadata
-
Accessor for all column(s) defined on the discriminator.
- getColumns() - Method in interface javax.jdo.metadata.ElementMetadata
-
Accessor for all column(s) defined on the element.
- getColumns() - Method in interface javax.jdo.metadata.ElementMetadata
-
Accessor for all column(s) defined on the element.
- getColumns() - Method in interface javax.jdo.metadata.ForeignKeyMetadata
-
Accessor for all column(s) defined on the FK.
- getColumns() - Method in interface javax.jdo.metadata.ForeignKeyMetadata
-
Accessor for all column(s) defined on the FK.
- getColumns() - Method in interface javax.jdo.metadata.IndexMetadata
-
Accessor for all column(s) defined on the index.
- getColumns() - Method in interface javax.jdo.metadata.IndexMetadata
-
Accessor for all column(s) defined on the index.
- getColumns() - Method in interface javax.jdo.metadata.JoinMetadata
-
Accessor for all column(s) defined on the join.
- getColumns() - Method in interface javax.jdo.metadata.JoinMetadata
-
Accessor for all column(s) defined on the join.
- getColumns() - Method in interface javax.jdo.metadata.KeyMetadata
-
Accessor for all column(s) defined on the key.
- getColumns() - Method in interface javax.jdo.metadata.KeyMetadata
-
Accessor for all column(s) defined on the key.
- getColumns() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for all column(s) defined on the join.
- getColumns() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for all column(s) defined on the join.
- getColumns() - Method in interface javax.jdo.metadata.OrderMetadata
-
Accessor for all column(s) defined on the ordering.
- getColumns() - Method in interface javax.jdo.metadata.OrderMetadata
-
Accessor for all column(s) defined on the ordering.
- getColumns() - Method in interface javax.jdo.metadata.PrimaryKeyMetadata
-
Accessor for all column(s) defined on the PK.
- getColumns() - Method in interface javax.jdo.metadata.PrimaryKeyMetadata
-
Accessor for all column(s) defined on the PK.
- getColumns() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for all column(s) defined on the join.
- getColumns() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for all column(s) defined on the join.
- getColumns() - Method in interface javax.jdo.metadata.UniqueMetadata
-
Accessor for all column(s) defined on the unique constraint.
- getColumns() - Method in interface javax.jdo.metadata.UniqueMetadata
-
Accessor for all column(s) defined on the unique constraint.
- getColumns() - Method in interface javax.jdo.metadata.ValueMetadata
-
Accessor for all column(s) defined on the value.
- getColumns() - Method in interface javax.jdo.metadata.ValueMetadata
-
Accessor for all column(s) defined on the value.
- getColumns() - Method in interface javax.jdo.metadata.VersionMetadata
-
Accessor for all column(s) defined on the version.
- getColumns() - Method in interface javax.jdo.metadata.VersionMetadata
-
Accessor for all column(s) defined on the version.
- getConnectionDriverName() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the driver name for the data store connection.
- getConnectionDriverName() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the driver name for the data store connection.
- getConnectionFactory() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the data store connection factory.
- getConnectionFactory() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the data store connection factory.
- getConnectionFactory2() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the second data store connection factory.
- getConnectionFactory2() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the second data store connection factory.
- getConnectionFactory2Name() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the name for the second data store connection factory.
- getConnectionFactory2Name() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the name for the second data store connection factory.
- getConnectionFactoryName() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the name for the data store connection factory.
- getConnectionFactoryName() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the name for the data store connection factory.
- getConnectionURL() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the URL for the data store connection.
- getConnectionURL() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the URL for the data store connection.
- getConnectionUserName() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the user name for the data store connection.
- getConnectionUserName() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the user name for the data store connection.
- getConverter() - Method in interface javax.jdo.metadata.ElementMetadata
-
Accessor for the attribute converter for this element (if any).
- getConverter() - Method in interface javax.jdo.metadata.ElementMetadata
-
Accessor for the attribute converter for this element (if any).
- getConverter() - Method in interface javax.jdo.metadata.KeyMetadata
-
Accessor for the attribute converter for this key (if any).
- getConverter() - Method in interface javax.jdo.metadata.KeyMetadata
-
Accessor for the attribute converter for this key (if any).
- getConverter() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the attribute converter for this member (if any).
- getConverter() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the attribute converter for this member (if any).
- getConverter() - Method in interface javax.jdo.metadata.ValueMetadata
-
Accessor for the attribute converter for this value (if any).
- getConverter() - Method in interface javax.jdo.metadata.ValueMetadata
-
Accessor for the attribute converter for this value (if any).
- getCopyOnAttach() - Method in interface javax.jdo.PersistenceManager
-
Gets the copyOnAttach setting.
- getCopyOnAttach() - Method in interface javax.jdo.PersistenceManager
-
Gets the copyOnAttach setting.
- getCopyOnAttach() - Method in interface javax.jdo.PersistenceManagerFactory
-
Gets the default copyOnAttach setting for all
PersistenceManager
instances obtained from this
factory.
- getCopyOnAttach() - Method in interface javax.jdo.PersistenceManagerFactory
-
Gets the default copyOnAttach setting for all
PersistenceManager
instances obtained from this
factory.
- getCustomStrategy() - Method in interface javax.jdo.metadata.DatastoreIdentityMetadata
-
Accessor for the custom strategy (overriding "strategy").
- getCustomStrategy() - Method in interface javax.jdo.metadata.DatastoreIdentityMetadata
-
Accessor for the custom strategy (overriding "strategy").
- getCustomStrategy() - Method in interface javax.jdo.metadata.InheritanceMetadata
-
Accessor for the custom inheritance (overriding "strategy").
- getCustomStrategy() - Method in interface javax.jdo.metadata.InheritanceMetadata
-
Accessor for the custom inheritance (overriding "strategy").
- getCustomStrategy() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the custom strategy (overriding "strategy").
- getCustomStrategy() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the custom strategy (overriding "strategy").
- getDataStoreCache() - Method in interface javax.jdo.PersistenceManagerFactory
-
Return the
DataStoreCache
that this factory uses for
controlling a second-level cache.
- getDataStoreCache() - Method in interface javax.jdo.PersistenceManagerFactory
-
Return the
DataStoreCache
that this factory uses for
controlling a second-level cache.
- getDataStoreConnection() - Method in interface javax.jdo.PersistenceManager
-
If this method is called while a datastore transaction is
active, the object returned will be enlisted in the current
transaction.
- getDataStoreConnection() - Method in interface javax.jdo.PersistenceManager
-
If this method is called while a datastore transaction is
active, the object returned will be enlisted in the current
transaction.
- getDatastoreIdentityMetadata() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the datastore identity details.
- getDatastoreIdentityMetadata() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the datastore identity details.
- getDatastoreReadTimeoutMillis() - Method in interface javax.jdo.JDOQLTypedQuery
-
Get the effective timeout setting for read operations.
- getDatastoreReadTimeoutMillis() - Method in interface javax.jdo.JDOQLTypedQuery
-
Get the effective timeout setting for read operations.
- getDatastoreReadTimeoutMillis() - Method in interface javax.jdo.PersistenceManager
-
Get the effective timeout setting for datastore read operations
associated with this persistence manager.
- getDatastoreReadTimeoutMillis() - Method in interface javax.jdo.PersistenceManager
-
Get the effective timeout setting for datastore read operations
associated with this persistence manager.
- getDatastoreReadTimeoutMillis() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the default timeout setting for read operations.
- getDatastoreReadTimeoutMillis() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the default timeout setting for read operations.
- getDatastoreReadTimeoutMillis() - Method in interface javax.jdo.Query
-
Get the effective timeout setting for read operations.
- getDatastoreReadTimeoutMillis() - Method in interface javax.jdo.Query
-
Get the effective timeout setting for read operations.
- getDatastoreSequence() - Method in interface javax.jdo.metadata.SequenceMetadata
-
Accessor for the name of the datastore sequence that this maps to
- getDatastoreSequence() - Method in interface javax.jdo.metadata.SequenceMetadata
-
Accessor for the name of the datastore sequence that this maps to
- getDatastoreWriteTimeoutMillis() - Method in interface javax.jdo.JDOQLTypedQuery
-
Get the effective timeout setting for write operations.
- getDatastoreWriteTimeoutMillis() - Method in interface javax.jdo.JDOQLTypedQuery
-
Get the effective timeout setting for write operations.
- getDatastoreWriteTimeoutMillis() - Method in interface javax.jdo.PersistenceManager
-
Get the effective timeout setting for write operations.
- getDatastoreWriteTimeoutMillis() - Method in interface javax.jdo.PersistenceManager
-
Get the effective timeout setting for write operations.
- getDatastoreWriteTimeoutMillis() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the default timeout setting for write operations.
- getDatastoreWriteTimeoutMillis() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the default timeout setting for write operations.
- getDatastoreWriteTimeoutMillis() - Method in interface javax.jdo.Query
-
Get the effective timeout setting for write operations.
- getDatastoreWriteTimeoutMillis() - Method in interface javax.jdo.Query
-
Get the effective timeout setting for write operations.
- getDay() - Method in interface javax.jdo.query.DateExpression
-
Accessor for the day (of the month) of this date.
- getDay() - Method in interface javax.jdo.query.DateExpression
-
Accessor for the day (of the month) of this date.
- getDay() - Method in interface javax.jdo.query.DateTimeExpression
-
Accessor for the day (of the month) of this date-time.
- getDay() - Method in interface javax.jdo.query.DateTimeExpression
-
Accessor for the day (of the month) of this date-time.
- getDayOfMonth() - Method in interface javax.jdo.query.LocalDateExpression
-
Accessor for the day (of the month) of this date.
- getDayOfMonth() - Method in interface javax.jdo.query.LocalDateExpression
-
Accessor for the day (of the month) of this date.
- getDayOfMonth() - Method in interface javax.jdo.query.LocalDateTimeExpression
-
Accessor for the day (of the month) of this date-time.
- getDayOfMonth() - Method in interface javax.jdo.query.LocalDateTimeExpression
-
Accessor for the day (of the month) of this date-time.
- getDefaultDocumentBuilderFactory() - Static method in class javax.jdo.JDOHelper
-
- getDefaultDocumentBuilderFactory() - Static method in class javax.jdo.JDOHelper
-
- getDefaultErrorHandler() - Static method in class javax.jdo.JDOHelper
-
- getDefaultErrorHandler() - Static method in class javax.jdo.JDOHelper
-
- getDefaultFetchGroup() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for whether part of the DFG.
- getDefaultFetchGroup() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for whether part of the DFG.
- getDefaultValue() - Method in interface javax.jdo.metadata.ColumnMetadata
-
Accessor for the default value.
- getDefaultValue() - Method in interface javax.jdo.metadata.ColumnMetadata
-
Accessor for the default value.
- getDeferred() - Method in interface javax.jdo.metadata.ForeignKeyMetadata
-
Accessor for whether the constraint can be deferred.
- getDeferred() - Method in interface javax.jdo.metadata.ForeignKeyMetadata
-
Accessor for whether the constraint can be deferred.
- getDeferred() - Method in interface javax.jdo.metadata.UniqueMetadata
-
Accessor for whether deferred.
- getDeferred() - Method in interface javax.jdo.metadata.UniqueMetadata
-
Accessor for whether deferred.
- getDeleteAction() - Method in interface javax.jdo.metadata.ElementMetadata
-
Accessor for the delete action of the FK
- getDeleteAction() - Method in interface javax.jdo.metadata.ElementMetadata
-
Accessor for the delete action of the FK
- getDeleteAction() - Method in interface javax.jdo.metadata.ForeignKeyMetadata
-
Accessor for the delete action of the FK.
- getDeleteAction() - Method in interface javax.jdo.metadata.ForeignKeyMetadata
-
Accessor for the delete action of the FK.
- getDeleteAction() - Method in interface javax.jdo.metadata.JoinMetadata
-
Accessor for the delete action of the FK.
- getDeleteAction() - Method in interface javax.jdo.metadata.JoinMetadata
-
Accessor for the delete action of the FK.
- getDeleteAction() - Method in interface javax.jdo.metadata.KeyMetadata
-
Accessor for the delete action of the FK.
- getDeleteAction() - Method in interface javax.jdo.metadata.KeyMetadata
-
Accessor for the delete action of the FK.
- getDeleteAction() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the delete action of the FK.
- getDeleteAction() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the delete action of the FK.
- getDeleteAction() - Method in interface javax.jdo.metadata.ValueMetadata
-
Accessor for the delete action of the FK.
- getDeleteAction() - Method in interface javax.jdo.metadata.ValueMetadata
-
Accessor for the delete action of the FK.
- getDependent() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for whether unique.
- getDependent() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for whether unique.
- getDependentElement() - Method in interface javax.jdo.metadata.ArrayMetadata
-
Accessor for whether the element is dependent.
- getDependentElement() - Method in interface javax.jdo.metadata.ArrayMetadata
-
Accessor for whether the element is dependent.
- getDependentElement() - Method in interface javax.jdo.metadata.CollectionMetadata
-
Accessor for whether the element is dependent
- getDependentElement() - Method in interface javax.jdo.metadata.CollectionMetadata
-
Accessor for whether the element is dependent
- getDependentKey() - Method in interface javax.jdo.metadata.MapMetadata
-
Accessor for whether the key is dependent.
- getDependentKey() - Method in interface javax.jdo.metadata.MapMetadata
-
Accessor for whether the key is dependent.
- getDependentValue() - Method in interface javax.jdo.metadata.MapMetadata
-
Accessor for whether the value is dependent.
- getDependentValue() - Method in interface javax.jdo.metadata.MapMetadata
-
Accessor for whether the value is dependent.
- getDetachable() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for whether this is detachable.
- getDetachable() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for whether this is detachable.
- getDetachAllOnCommit() - Method in interface javax.jdo.PersistenceManager
-
Gets the detachAllOnCommit setting.
- getDetachAllOnCommit() - Method in interface javax.jdo.PersistenceManager
-
Gets the detachAllOnCommit setting.
- getDetachAllOnCommit() - Method in interface javax.jdo.PersistenceManagerFactory
-
Gets the detachAllOnCommit setting.
- getDetachAllOnCommit() - Method in interface javax.jdo.PersistenceManagerFactory
-
Gets the detachAllOnCommit setting.
- getDetachedInstance() - Method in class javax.jdo.listener.InstanceLifecycleEvent
-
Returns the detached instance involved in the event.
- getDetachedInstance() - Method in class javax.jdo.listener.InstanceLifecycleEvent
-
Returns the detached instance involved in the event.
- getDetachmentOptions() - Method in interface javax.jdo.FetchPlan
-
Get options used during detachment.
- getDetachmentOptions() - Method in interface javax.jdo.FetchPlan
-
Get options used during detachment.
- getDetachmentRootClasses() - Method in interface javax.jdo.FetchPlan
-
Get the root classes for DetachAllOnCommit.
- getDetachmentRootClasses() - Method in interface javax.jdo.FetchPlan
-
Get the root classes for DetachAllOnCommit.
- getDetachmentRoots() - Method in interface javax.jdo.FetchPlan
-
Get the roots for DetachAllOnCommit.
- getDetachmentRoots() - Method in interface javax.jdo.FetchPlan
-
Get the roots for DetachAllOnCommit.
- getDirection() - Method in interface javax.jdo.query.OrderExpression
-
Accessor for the direction of the ordering with this expression.
- getDirection() - Method in interface javax.jdo.query.OrderExpression
-
Accessor for the direction of the ordering with this expression.
- getDiscriminatorMetadata() - Method in interface javax.jdo.metadata.EmbeddedMetadata
-
Accessor for the discriminator metadata when handling inherited objects.
- getDiscriminatorMetadata() - Method in interface javax.jdo.metadata.EmbeddedMetadata
-
Accessor for the discriminator metadata when handling inherited objects.
- getDiscriminatorMetadata() - Method in interface javax.jdo.metadata.InheritanceMetadata
-
Accessor for the discriminator (if any).
- getDiscriminatorMetadata() - Method in interface javax.jdo.metadata.InheritanceMetadata
-
Accessor for the discriminator (if any).
- getDocumentBuilderFactory() - Static method in class javax.jdo.JDOHelper
-
- getDocumentBuilderFactory() - Static method in class javax.jdo.JDOHelper
-
- getDoubleField(PersistenceCapable, int, double) - Method in interface javax.jdo.spi.StateManager
-
Return the value for the field.
- getDoubleField(PersistenceCapable, int, double) - Method in interface javax.jdo.spi.StateManager
-
Return the value for the field.
- getElementMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the element details.
- getElementMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the element details.
- getElementType() - Method in interface javax.jdo.metadata.ArrayMetadata
-
Accessor for the element type.
- getElementType() - Method in interface javax.jdo.metadata.ArrayMetadata
-
Accessor for the element type.
- getElementType() - Method in interface javax.jdo.metadata.CollectionMetadata
-
Accessor for the element type.
- getElementType() - Method in interface javax.jdo.metadata.CollectionMetadata
-
Accessor for the element type.
- getEmbedded() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for whether it is embedded.
- getEmbedded() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for whether it is embedded.
- getEmbeddedElement() - Method in interface javax.jdo.metadata.ArrayMetadata
-
Accessor for whether the element is embedded.
- getEmbeddedElement() - Method in interface javax.jdo.metadata.ArrayMetadata
-
Accessor for whether the element is embedded.
- getEmbeddedElement() - Method in interface javax.jdo.metadata.CollectionMetadata
-
Accessor for whether the element is embedded.
- getEmbeddedElement() - Method in interface javax.jdo.metadata.CollectionMetadata
-
Accessor for whether the element is embedded.
- getEmbeddedKey() - Method in interface javax.jdo.metadata.MapMetadata
-
Accessor for whether the key is embedded.
- getEmbeddedKey() - Method in interface javax.jdo.metadata.MapMetadata
-
Accessor for whether the key is embedded.
- getEmbeddedMetadata() - Method in interface javax.jdo.metadata.ElementMetadata
-
Accessor for any embedded metadata on this element.
- getEmbeddedMetadata() - Method in interface javax.jdo.metadata.ElementMetadata
-
Accessor for any embedded metadata on this element.
- getEmbeddedMetadata() - Method in interface javax.jdo.metadata.KeyMetadata
-
Accessor for any embedded metadata on this key
- getEmbeddedMetadata() - Method in interface javax.jdo.metadata.KeyMetadata
-
Accessor for any embedded metadata on this key
- getEmbeddedMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the embedded metadata.
- getEmbeddedMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the embedded metadata.
- getEmbeddedMetadata() - Method in interface javax.jdo.metadata.ValueMetadata
-
Accessor for any embedded metadata on this value.
- getEmbeddedMetadata() - Method in interface javax.jdo.metadata.ValueMetadata
-
Accessor for any embedded metadata on this value.
- getEmbeddedOnly() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for whether this is embedded only.
- getEmbeddedOnly() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for whether this is embedded only.
- getEmbeddedValue() - Method in interface javax.jdo.metadata.MapMetadata
-
Accessor for whether the value is embedded.
- getEmbeddedValue() - Method in interface javax.jdo.metadata.MapMetadata
-
Accessor for whether the value is embedded.
- getEnhancedBytes(String) - Method in interface javax.jdo.JDOEnhancer
-
Method to retrieve the (enhanced) bytes of the specified class.
- getEnhancedBytes(String) - Method in interface javax.jdo.JDOEnhancer
-
Method to retrieve the (enhanced) bytes of the specified class.
- getEnhancer() - Static method in class javax.jdo.JDOHelper
-
Get a JDOEnhancer
using the available enhancer(s) specified in
"META-INF/services/JDOEnhancer" using the context class loader.
- getEnhancer(ClassLoader) - Static method in class javax.jdo.JDOHelper
-
Get a JDOEnhancer
using the available enhancer(s) specified in
"META-INF/services/JDOEnhancer"
- getEnhancer() - Static method in class javax.jdo.JDOHelper
-
Get a JDOEnhancer
using the available enhancer(s) specified in
"META-INF/services/JDOEnhancer" using the context class loader.
- getEnhancer(ClassLoader) - Static method in class javax.jdo.JDOHelper
-
Get a JDOEnhancer
using the available enhancer(s) specified in
"META-INF/services/JDOEnhancer"
- getErrorHandler() - Static method in class javax.jdo.JDOHelper
-
- getErrorHandler() - Static method in class javax.jdo.JDOHelper
-
- getEventType() - Method in class javax.jdo.listener.InstanceLifecycleEvent
-
Returns the event type that triggered this event.
- getEventType() - Method in class javax.jdo.listener.InstanceLifecycleEvent
-
Returns the event type that triggered this event.
- getExpression() - Method in interface javax.jdo.query.OrderExpression
-
Accessor for the expression being used for ordering.
- getExpression() - Method in interface javax.jdo.query.OrderExpression
-
Accessor for the expression being used for ordering.
- getExtensions() - Method in interface javax.jdo.metadata.Metadata
-
Accessor for the defined extensions for this component
- getExtensions() - Method in interface javax.jdo.metadata.Metadata
-
Accessor for the defined extensions for this component
- getExtent(Class<T>, boolean) - Method in interface javax.jdo.PersistenceManager
-
The PersistenceManager
manages a collection of instances in
the data store based on the class of the instances.
- getExtent(Class<T>) - Method in interface javax.jdo.PersistenceManager
-
Equivalent to getExtent (persistenceCapableClass, true)
.
- getExtent(Class<T>, boolean) - Method in interface javax.jdo.PersistenceManager
-
The PersistenceManager
manages a collection of instances in
the data store based on the class of the instances.
- getExtent(Class<T>) - Method in interface javax.jdo.PersistenceManager
-
Equivalent to getExtent (persistenceCapableClass, true)
.
- getFactoryClass() - Method in interface javax.jdo.metadata.SequenceMetadata
-
Accessor for the factory class for this sequence.
- getFactoryClass() - Method in interface javax.jdo.metadata.SequenceMetadata
-
Accessor for the factory class for this sequence.
- getFailedObject() - Method in exception javax.jdo.JDOException
-
The exception may include a failed object.
- getFailedObject() - Method in exception javax.jdo.JDOException
-
The exception may include a failed object.
- getFetchGroup(Class, String) - Method in interface javax.jdo.PersistenceManager
-
Get a modifiable FetchGroup
for the Class and name.
- getFetchGroup(Class, String) - Method in interface javax.jdo.PersistenceManager
-
Get a modifiable FetchGroup
for the Class and name.
- getFetchGroup(Class, String) - Method in interface javax.jdo.PersistenceManagerFactory
-
Create an unscoped, modifiable FetchGroup
for the Class and
name.
- getFetchGroup(Class, String) - Method in interface javax.jdo.PersistenceManagerFactory
-
Create an unscoped, modifiable FetchGroup
for the Class and
name.
- getFetchGroups() - Method in interface javax.jdo.metadata.FetchPlanMetadata
-
Accessor for all fetch groups defined for this fetch plan.
- getFetchGroups() - Method in interface javax.jdo.metadata.FetchPlanMetadata
-
Accessor for all fetch groups defined for this fetch plan.
- getFetchGroups() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for all FetchGroup defined on the component.
- getFetchGroups() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for all FetchGroup defined on the component.
- getFetchGroups() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get a modifiable Set containing a mutable copy of all currently active
(in scope) fetch groups.
- getFetchGroups() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get a modifiable Set containing a mutable copy of all currently active
(in scope) fetch groups.
- getFetchPlan() - Method in interface javax.jdo.Extent
-
Get the fetch plan associated with this Extent.
- getFetchPlan() - Method in interface javax.jdo.Extent
-
Get the fetch plan associated with this Extent.
- getFetchPlan() - Method in interface javax.jdo.JDOQLTypedQuery
-
Accessor for the FetchPlan for this query
- getFetchPlan() - Method in interface javax.jdo.JDOQLTypedQuery
-
Accessor for the FetchPlan for this query
- getFetchPlan() - Method in interface javax.jdo.metadata.QueryMetadata
-
Accessor for the name of a fetch plan to use (if any).
- getFetchPlan() - Method in interface javax.jdo.metadata.QueryMetadata
-
Accessor for the name of a fetch plan to use (if any).
- getFetchPlan() - Method in interface javax.jdo.PersistenceManager
-
Returns the FetchPlan
used by this
PersistenceManager
.
- getFetchPlan() - Method in interface javax.jdo.PersistenceManager
-
Returns the FetchPlan
used by this
PersistenceManager
.
- getFetchPlan() - Method in interface javax.jdo.Query
-
Returns the FetchPlan
used by this
Query
.
- getFetchPlan() - Method in interface javax.jdo.Query
-
Returns the FetchPlan
used by this
Query
.
- getFetchPlans() - Method in interface javax.jdo.metadata.JDOMetadata
-
Accessor for any fetch plans defined on the JDO Metadata.
- getFetchPlans() - Method in interface javax.jdo.metadata.JDOMetadata
-
Accessor for any fetch plans defined on the JDO Metadata.
- getFetchSize() - Method in interface javax.jdo.FetchPlan
-
- getFetchSize() - Method in interface javax.jdo.FetchPlan
-
- getFetchSize() - Method in interface javax.jdo.metadata.FetchPlanMetadata
-
Accessor for the max fetch depth.
- getFetchSize() - Method in interface javax.jdo.metadata.FetchPlanMetadata
-
Accessor for the max fetch depth.
- getFieldFlags(Class) - Method in class javax.jdo.spi.JDOImplHelper
-
Get the field flags for a PersistenceCapable
class.
- getFieldFlags(Class) - Method in class javax.jdo.spi.JDOImplHelper
-
Get the field flags for a PersistenceCapable
class.
- getFieldFlags() - Method in class javax.jdo.spi.RegisterClassEvent
-
Returns the flags of the managed field of the persistence-capable class.
- getFieldFlags() - Method in class javax.jdo.spi.RegisterClassEvent
-
Returns the flags of the managed field of the persistence-capable class.
- getFieldName() - Method in interface javax.jdo.metadata.PropertyMetadata
-
Accessor for the field name.
- getFieldName() - Method in interface javax.jdo.metadata.PropertyMetadata
-
Accessor for the field name.
- getFieldNames(Class) - Method in class javax.jdo.spi.JDOImplHelper
-
Get the field names for a PersistenceCapable
class.
- getFieldNames(Class) - Method in class javax.jdo.spi.JDOImplHelper
-
Get the field names for a PersistenceCapable
class.
- getFieldNames() - Method in class javax.jdo.spi.RegisterClassEvent
-
Returns the names of the managed field of the persistence-capable class.
- getFieldNames() - Method in class javax.jdo.spi.RegisterClassEvent
-
Returns the names of the managed field of the persistence-capable class.
- getFieldType() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the type storable in the field.
- getFieldType() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the type storable in the field.
- getFieldTypes(Class) - Method in class javax.jdo.spi.JDOImplHelper
-
Get the field types for a PersistenceCapable
class.
- getFieldTypes(Class) - Method in class javax.jdo.spi.JDOImplHelper
-
Get the field types for a PersistenceCapable
class.
- getFieldTypes() - Method in class javax.jdo.spi.RegisterClassEvent
-
Returns the types of the managed field of the persistence-capable class.
- getFieldTypes() - Method in class javax.jdo.spi.RegisterClassEvent
-
Returns the types of the managed field of the persistence-capable class.
- getFloatField(PersistenceCapable, int, float) - Method in interface javax.jdo.spi.StateManager
-
Return the value for the field.
- getFloatField(PersistenceCapable, int, float) - Method in interface javax.jdo.spi.StateManager
-
Return the value for the field.
- getForeignKeyMetadata() - Method in interface javax.jdo.metadata.ElementMetadata
-
Accessor for any foreign key metadata on this element.
- getForeignKeyMetadata() - Method in interface javax.jdo.metadata.ElementMetadata
-
Accessor for any foreign key metadata on this element.
- getForeignKeyMetadata() - Method in interface javax.jdo.metadata.JoinMetadata
-
Accessor for any foreign key metadata on this join.
- getForeignKeyMetadata() - Method in interface javax.jdo.metadata.JoinMetadata
-
Accessor for any foreign key metadata on this join.
- getForeignKeyMetadata() - Method in interface javax.jdo.metadata.KeyMetadata
-
Accessor for any foreign key metadata on this key.
- getForeignKeyMetadata() - Method in interface javax.jdo.metadata.KeyMetadata
-
Accessor for any foreign key metadata on this key.
- getForeignKeyMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for any foreign key metadata on this field/property.
- getForeignKeyMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for any foreign key metadata on this field/property.
- getForeignKeyMetadata() - Method in interface javax.jdo.metadata.ValueMetadata
-
Accessor for any foreign key metadata on this value.
- getForeignKeyMetadata() - Method in interface javax.jdo.metadata.ValueMetadata
-
Accessor for any foreign key metadata on this value.
- getForeignKeys() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for all fk(s) defined on the component.
- getForeignKeys() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for all fk(s) defined on the component.
- getGroups() - Method in interface javax.jdo.FetchPlan
-
Return an immutable Set containing the names
of all active fetch groups.
- getGroups() - Method in interface javax.jdo.FetchPlan
-
Return an immutable Set containing the names
of all active fetch groups.
- getHour() - Method in interface javax.jdo.query.DateTimeExpression
-
Accessor for the hour of this date-time.
- getHour() - Method in interface javax.jdo.query.DateTimeExpression
-
Accessor for the hour of this date-time.
- getHour() - Method in interface javax.jdo.query.LocalDateTimeExpression
-
Accessor for the hour of this date-time.
- getHour() - Method in interface javax.jdo.query.LocalDateTimeExpression
-
Accessor for the hour of this date-time.
- getHour() - Method in interface javax.jdo.query.LocalTimeExpression
-
Accessor for the hour of this time.
- getHour() - Method in interface javax.jdo.query.LocalTimeExpression
-
Accessor for the hour of this time.
- getHour() - Method in interface javax.jdo.query.TimeExpression
-
Accessor for the hour of this time.
- getHour() - Method in interface javax.jdo.query.TimeExpression
-
Accessor for the hour of this time.
- getIdentityType() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the identity type to use.
- getIdentityType() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the identity type to use.
- getIgnoreCache() - Method in interface javax.jdo.JDOQLTypedQuery
-
Get the ignoreCache option setting.
- getIgnoreCache() - Method in interface javax.jdo.JDOQLTypedQuery
-
Get the ignoreCache option setting.
- getIgnoreCache() - Method in interface javax.jdo.PersistenceManager
-
Get the ignoreCache setting for queries.
- getIgnoreCache() - Method in interface javax.jdo.PersistenceManager
-
Get the ignoreCache setting for queries.
- getIgnoreCache() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the default IgnoreCache setting for all
PersistenceManager
instances obtained from this factory.
- getIgnoreCache() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the default IgnoreCache setting for all
PersistenceManager
instances obtained from this factory.
- getIgnoreCache() - Method in interface javax.jdo.Query
-
Get the ignoreCache option setting.
- getIgnoreCache() - Method in interface javax.jdo.Query
-
Get the ignoreCache option setting.
- getIndexed() - Method in interface javax.jdo.metadata.DiscriminatorMetadata
-
Accessor for whether indexed (true|false|unique)
- getIndexed() - Method in interface javax.jdo.metadata.DiscriminatorMetadata
-
Accessor for whether indexed (true|false|unique)
- getIndexed() - Method in interface javax.jdo.metadata.JoinMetadata
-
Accessor for whether indexed (true|false|unique).
- getIndexed() - Method in interface javax.jdo.metadata.JoinMetadata
-
Accessor for whether indexed (true|false|unique).
- getIndexed() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for whether it is indexed.
- getIndexed() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for whether it is indexed.
- getIndexed() - Method in interface javax.jdo.metadata.VersionMetadata
-
Accessor for whether indexed (true|false|unique).
- getIndexed() - Method in interface javax.jdo.metadata.VersionMetadata
-
Accessor for whether indexed (true|false|unique).
- getIndexMetadata() - Method in interface javax.jdo.metadata.DiscriminatorMetadata
-
Accessor for any index metadata for the discriminator.
- getIndexMetadata() - Method in interface javax.jdo.metadata.DiscriminatorMetadata
-
Accessor for any index metadata for the discriminator.
- getIndexMetadata() - Method in interface javax.jdo.metadata.ElementMetadata
-
Accessor for any index metadata on this element
- getIndexMetadata() - Method in interface javax.jdo.metadata.ElementMetadata
-
Accessor for any index metadata on this element
- getIndexMetadata() - Method in interface javax.jdo.metadata.JoinMetadata
-
Accessor for any index metadata on this join.
- getIndexMetadata() - Method in interface javax.jdo.metadata.JoinMetadata
-
Accessor for any index metadata on this join.
- getIndexMetadata() - Method in interface javax.jdo.metadata.KeyMetadata
-
Accessor for any index metadata on this key
- getIndexMetadata() - Method in interface javax.jdo.metadata.KeyMetadata
-
Accessor for any index metadata on this key
- getIndexMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for any index metadata for the field/property.
- getIndexMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for any index metadata for the field/property.
- getIndexMetadata() - Method in interface javax.jdo.metadata.OrderMetadata
-
Accessor for any index metadata for the ordering.
- getIndexMetadata() - Method in interface javax.jdo.metadata.OrderMetadata
-
Accessor for any index metadata for the ordering.
- getIndexMetadata() - Method in interface javax.jdo.metadata.ValueMetadata
-
Accessor for any index metadata on this value.
- getIndexMetadata() - Method in interface javax.jdo.metadata.ValueMetadata
-
Accessor for any index metadata on this value.
- getIndexMetadata() - Method in interface javax.jdo.metadata.VersionMetadata
-
Accessor for any index metadata on this version.
- getIndexMetadata() - Method in interface javax.jdo.metadata.VersionMetadata
-
Accessor for any index metadata on this version.
- getIndices() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for all index(s) defined on the component.
- getIndices() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for all index(s) defined on the component.
- getInheritanceMetadata() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the inheritance (if any).
- getInheritanceMetadata() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the inheritance (if any).
- getInitialValue() - Method in interface javax.jdo.metadata.SequenceMetadata
-
Accessor for the initial value of the sequence (if any).
- getInitialValue() - Method in interface javax.jdo.metadata.SequenceMetadata
-
Accessor for the initial value of the sequence (if any).
- getInsertValue() - Method in interface javax.jdo.metadata.ColumnMetadata
-
Accessor for the insert value (for columns with no field/property)
- getInsertValue() - Method in interface javax.jdo.metadata.ColumnMetadata
-
Accessor for the insert value (for columns with no field/property)
- getInstance() - Static method in class javax.jdo.JDOHelper
-
Return the singleton instance of JDOHelper.
- getInstance() - Static method in class javax.jdo.JDOHelper
-
Return the singleton instance of JDOHelper.
- getInstance(String) - Static method in class javax.jdo.spi.I18NHelper
-
An instance bound to a bundle.
- getInstance(Class) - Static method in class javax.jdo.spi.I18NHelper
-
An instance bound to a bundle.
- getInstance(String, ClassLoader) - Static method in class javax.jdo.spi.I18NHelper
-
An instance bound to a bundle.
- getInstance(String) - Static method in class javax.jdo.spi.I18NHelper
-
An instance bound to a bundle.
- getInstance(Class) - Static method in class javax.jdo.spi.I18NHelper
-
An instance bound to a bundle.
- getInstance(String, ClassLoader) - Static method in class javax.jdo.spi.I18NHelper
-
An instance bound to a bundle.
- getInstance() - Static method in class javax.jdo.spi.JDOImplHelper
-
Get an instance of JDOImplHelper
.
- getInstance() - Static method in class javax.jdo.spi.JDOImplHelper
-
Get an instance of JDOImplHelper
.
- getInterfaces() - Method in interface javax.jdo.metadata.PackageMetadata
-
Accessor for all interfaces defined in this package.
- getInterfaces() - Method in interface javax.jdo.metadata.PackageMetadata
-
Accessor for all interfaces defined in this package.
- getIntField(PersistenceCapable, int, int) - Method in interface javax.jdo.spi.StateManager
-
Return the value for the field.
- getIntField(PersistenceCapable, int, int) - Method in interface javax.jdo.spi.StateManager
-
Return the value for the field.
- getIsolationLevel() - Method in interface javax.jdo.Transaction
-
Get the value for transaction isolation level for this transaction.
- getIsolationLevel() - Method in interface javax.jdo.Transaction
-
Get the value for transaction isolation level for this transaction.
- getJDBCType() - Method in interface javax.jdo.metadata.ColumnMetadata
-
Accessor for the JDBC Type.
- getJDBCType() - Method in interface javax.jdo.metadata.ColumnMetadata
-
Accessor for the JDBC Type.
- getJoinMetadata() - Method in interface javax.jdo.metadata.InheritanceMetadata
-
Accessor for the join (if any).
- getJoinMetadata() - Method in interface javax.jdo.metadata.InheritanceMetadata
-
Accessor for the join (if any).
- getJoinMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the join details.
- getJoinMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the join details.
- getJoins() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for all joins(s) defined on the component.
- getJoins() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for all joins(s) defined on the component.
- getKey() - Method in class javax.jdo.identity.ByteIdentity
-
Return the key.
- getKey() - Method in class javax.jdo.identity.ByteIdentity
-
Return the key.
- getKey() - Method in class javax.jdo.identity.CharIdentity
-
Return the key.
- getKey() - Method in class javax.jdo.identity.CharIdentity
-
Return the key.
- getKey() - Method in class javax.jdo.identity.IntIdentity
-
Return the key.
- getKey() - Method in class javax.jdo.identity.IntIdentity
-
Return the key.
- getKey() - Method in class javax.jdo.identity.LongIdentity
-
Return the key.
- getKey() - Method in class javax.jdo.identity.LongIdentity
-
Return the key.
- getKey() - Method in class javax.jdo.identity.ObjectIdentity
-
Return the key.
- getKey() - Method in class javax.jdo.identity.ObjectIdentity
-
Return the key.
- getKey() - Method in class javax.jdo.identity.ShortIdentity
-
Return the key.
- getKey() - Method in class javax.jdo.identity.ShortIdentity
-
Return the key.
- getKey() - Method in class javax.jdo.identity.StringIdentity
-
Return the key.
- getKey() - Method in class javax.jdo.identity.StringIdentity
-
Return the key.
- getKey() - Method in interface javax.jdo.metadata.ExtensionMetadata
-
Accessor for the key (set at construction).
- getKey() - Method in interface javax.jdo.metadata.ExtensionMetadata
-
Accessor for the key (set at construction).
- getKeyAsObject() - Method in class javax.jdo.identity.SingleFieldIdentity
-
Return the key as an Object.
- getKeyAsObject() - Method in class javax.jdo.identity.SingleFieldIdentity
-
Return the key as an Object.
- getKeyMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the key details.
- getKeyMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the key details.
- getKeyType() - Method in interface javax.jdo.metadata.MapMetadata
-
Accessor for the key type.
- getKeyType() - Method in interface javax.jdo.metadata.MapMetadata
-
Accessor for the key type.
- getLanguage() - Method in interface javax.jdo.metadata.QueryMetadata
-
Accessor for the query language.
- getLanguage() - Method in interface javax.jdo.metadata.QueryMetadata
-
Accessor for the query language.
- getLength() - Method in interface javax.jdo.metadata.ColumnMetadata
-
Accessor for the length.
- getLength() - Method in interface javax.jdo.metadata.ColumnMetadata
-
Accessor for the length.
- getLoadFetchGroup() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the name of the load fetch group
- getLoadFetchGroup() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the name of the load fetch group
- getLongField(PersistenceCapable, int, long) - Method in interface javax.jdo.spi.StateManager
-
Return the value for the field.
- getLongField(PersistenceCapable, int, long) - Method in interface javax.jdo.spi.StateManager
-
Return the value for the field.
- getManagedClasses() - Method in interface javax.jdo.PersistenceManagerFactory
-
Method to return the currently managed classes for this factory.
- getManagedClasses() - Method in interface javax.jdo.PersistenceManagerFactory
-
Method to return the currently managed classes for this factory.
- getManagedObjects() - Method in interface javax.jdo.PersistenceManager
-
Get the objects managed by this persistence manager.
- getManagedObjects(EnumSet<ObjectState>) - Method in interface javax.jdo.PersistenceManager
-
Get the objects managed by this persistence manager having the
specified object states.
- getManagedObjects(Class...) - Method in interface javax.jdo.PersistenceManager
-
Get the objects managed by this persistence manager being instances of
the specified classes.
- getManagedObjects(EnumSet<ObjectState>, Class...) - Method in interface javax.jdo.PersistenceManager
-
Get the objects managed by this persistence manager having the
specified object states and being instances of the specified classes.
- getManagedObjects() - Method in interface javax.jdo.PersistenceManager
-
Get the objects managed by this persistence manager.
- getManagedObjects(EnumSet<ObjectState>) - Method in interface javax.jdo.PersistenceManager
-
Get the objects managed by this persistence manager having the
specified object states.
- getManagedObjects(Class...) - Method in interface javax.jdo.PersistenceManager
-
Get the objects managed by this persistence manager being instances of
the specified classes.
- getManagedObjects(EnumSet<ObjectState>, Class...) - Method in interface javax.jdo.PersistenceManager
-
Get the objects managed by this persistence manager having the
specified object states and being instances of the specified classes.
- getMapMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the map details.
- getMapMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the map details.
- getMappedBy() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the mapped-by field/property
- getMappedBy() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the mapped-by field/property
- getMappedBy() - Method in interface javax.jdo.metadata.OrderMetadata
-
Accessor for the mapped-by field/property name in the element class.
- getMappedBy() - Method in interface javax.jdo.metadata.OrderMetadata
-
Accessor for the mapped-by field/property name in the element class.
- getMapping() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the Mapping setting for this factory.
- getMapping() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the Mapping setting for this factory.
- getMaxFetchDepth() - Method in interface javax.jdo.FetchPlan
-
Return the maximum fetch depth used when fetching instances.
- getMaxFetchDepth() - Method in interface javax.jdo.FetchPlan
-
Return the maximum fetch depth used when fetching instances.
- getMaxFetchDepth() - Method in interface javax.jdo.metadata.FetchPlanMetadata
-
Accessor for the max fetch depth.
- getMaxFetchDepth() - Method in interface javax.jdo.metadata.FetchPlanMetadata
-
Accessor for the max fetch depth.
- getMembers() - Method in interface javax.jdo.FetchGroup
-
Return an immutable Set of String containing the names of all members.
- getMembers() - Method in interface javax.jdo.FetchGroup
-
Return an immutable Set of String containing the names of all members.
- getMembers() - Method in interface javax.jdo.metadata.EmbeddedMetadata
-
Accessor for all fields/properties defined on the fetch group.
- getMembers() - Method in interface javax.jdo.metadata.EmbeddedMetadata
-
Accessor for all fields/properties defined on the fetch group.
- getMembers() - Method in interface javax.jdo.metadata.FetchGroupMetadata
-
Accessor for all fields/properties defined on the fetch group.
- getMembers() - Method in interface javax.jdo.metadata.FetchGroupMetadata
-
Accessor for all fields/properties defined on the fetch group.
- getMembers() - Method in interface javax.jdo.metadata.ForeignKeyMetadata
-
Accessor for all fields/properties defined on the FK.
- getMembers() - Method in interface javax.jdo.metadata.ForeignKeyMetadata
-
Accessor for all fields/properties defined on the FK.
- getMembers() - Method in interface javax.jdo.metadata.IndexMetadata
-
Accessor for all member(s) defined on the index.
- getMembers() - Method in interface javax.jdo.metadata.IndexMetadata
-
Accessor for all member(s) defined on the index.
- getMembers() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for all fields/properties defined on the component.
- getMembers() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for all fields/properties defined on the component.
- getMembers() - Method in interface javax.jdo.metadata.UniqueMetadata
-
Accessor for all fields/properties defined on the unique constraint.
- getMembers() - Method in interface javax.jdo.metadata.UniqueMetadata
-
Accessor for all fields/properties defined on the unique constraint.
- getMetadata(String) - Method in interface javax.jdo.PersistenceManagerFactory
-
Method to return the metadata object for the specified class/interface, if there is
metadata defined for that class/interface.
- getMetadata(String) - Method in interface javax.jdo.PersistenceManagerFactory
-
Method to return the metadata object for the specified class/interface, if there is
metadata defined for that class/interface.
- getMinute() - Method in interface javax.jdo.query.DateTimeExpression
-
Accessor for the minute of this date-time.
- getMinute() - Method in interface javax.jdo.query.DateTimeExpression
-
Accessor for the minute of this date-time.
- getMinute() - Method in interface javax.jdo.query.LocalDateTimeExpression
-
Accessor for the minute of this date-time.
- getMinute() - Method in interface javax.jdo.query.LocalDateTimeExpression
-
Accessor for the minute of this date-time.
- getMinute() - Method in interface javax.jdo.query.LocalTimeExpression
-
Accessor for the minute of this time.
- getMinute() - Method in interface javax.jdo.query.LocalTimeExpression
-
Accessor for the minute of this time.
- getMinute() - Method in interface javax.jdo.query.TimeExpression
-
Accessor for the minute of this time.
- getMinute() - Method in interface javax.jdo.query.TimeExpression
-
Accessor for the minute of this time.
- getMonth() - Method in interface javax.jdo.query.DateExpression
-
Accessor for the month of this date.
- getMonth() - Method in interface javax.jdo.query.DateExpression
-
Accessor for the month of this date.
- getMonth() - Method in interface javax.jdo.query.DateTimeExpression
-
Accessor for the month of this date-time.
- getMonth() - Method in interface javax.jdo.query.DateTimeExpression
-
Accessor for the month of this date-time.
- getMonthValue() - Method in interface javax.jdo.query.LocalDateExpression
-
Accessor for the month of this date.
- getMonthValue() - Method in interface javax.jdo.query.LocalDateExpression
-
Accessor for the month of this date.
- getMonthValue() - Method in interface javax.jdo.query.LocalDateTimeExpression
-
Accessor for the month of this date-time.
- getMonthValue() - Method in interface javax.jdo.query.LocalDateTimeExpression
-
Accessor for the month of this date-time.
- getMultithreaded() - Method in interface javax.jdo.PersistenceManager
-
Get the current Multithreaded flag for this
PersistenceManager
.
- getMultithreaded() - Method in interface javax.jdo.PersistenceManager
-
Get the current Multithreaded flag for this
PersistenceManager
.
- getMultithreaded() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the default Multithreaded setting for all
PersistenceManager
instances obtained from this factory.
- getMultithreaded() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the default Multithreaded setting for all
PersistenceManager
instances obtained from this factory.
- getName() - Method in interface javax.jdo.datastore.Sequence
-
Returns the fully qualified name of the Sequence
.
- getName() - Method in interface javax.jdo.datastore.Sequence
-
Returns the fully qualified name of the Sequence
.
- getName() - Method in interface javax.jdo.FetchGroup
-
Get the name of this FetchGroup.
- getName() - Method in interface javax.jdo.FetchGroup
-
Get the name of this FetchGroup.
- getName() - Method in interface javax.jdo.metadata.ColumnMetadata
-
Accessor for the name of the column.
- getName() - Method in interface javax.jdo.metadata.ColumnMetadata
-
Accessor for the name of the column.
- getName() - Method in interface javax.jdo.metadata.FetchGroupMetadata
-
Accessor for the fetch group name (set on construction).
- getName() - Method in interface javax.jdo.metadata.FetchGroupMetadata
-
Accessor for the fetch group name (set on construction).
- getName() - Method in interface javax.jdo.metadata.FetchPlanMetadata
-
Accessor for the fetch plan name (set on construction).
- getName() - Method in interface javax.jdo.metadata.FetchPlanMetadata
-
Accessor for the fetch plan name (set on construction).
- getName() - Method in interface javax.jdo.metadata.ForeignKeyMetadata
-
Accessor for the constraint name.
- getName() - Method in interface javax.jdo.metadata.ForeignKeyMetadata
-
Accessor for the constraint name.
- getName() - Method in interface javax.jdo.metadata.IndexMetadata
-
Accessor for the index name.
- getName() - Method in interface javax.jdo.metadata.IndexMetadata
-
Accessor for the index name.
- getName() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the name of the field/property.
- getName() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the name of the field/property.
- getName() - Method in interface javax.jdo.metadata.PackageMetadata
-
Accessor for the name of this package (set on construction).
- getName() - Method in interface javax.jdo.metadata.PackageMetadata
-
Accessor for the name of this package (set on construction).
- getName() - Method in interface javax.jdo.metadata.PrimaryKeyMetadata
-
Accessor for the name of the PK constraint.
- getName() - Method in interface javax.jdo.metadata.PrimaryKeyMetadata
-
Accessor for the name of the PK constraint.
- getName() - Method in interface javax.jdo.metadata.QueryMetadata
-
Accessor for the name of the query (set on construction).
- getName() - Method in interface javax.jdo.metadata.QueryMetadata
-
Accessor for the name of the query (set on construction).
- getName() - Method in interface javax.jdo.metadata.SequenceMetadata
-
Accessor for the name of the sequence (set on construction).
- getName() - Method in interface javax.jdo.metadata.SequenceMetadata
-
Accessor for the name of the sequence (set on construction).
- getName() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the name of this component (set on construction).
- getName() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the name of this component (set on construction).
- getName() - Method in interface javax.jdo.metadata.UniqueMetadata
-
Accessor for the constraint name.
- getName() - Method in interface javax.jdo.metadata.UniqueMetadata
-
Accessor for the constraint name.
- getName() - Method in interface javax.jdo.PersistenceManagerFactory
-
Gets the name of this PersistenceManagerFactory.
- getName() - Method in interface javax.jdo.PersistenceManagerFactory
-
Gets the name of this PersistenceManagerFactory.
- getNamedPMFProperties(String, ClassLoader, String) - Static method in class javax.jdo.JDOHelper
-
- getNamedPMFProperties(String, ClassLoader, String) - Static method in class javax.jdo.JDOHelper
-
- getNativeConnection() - Method in interface javax.jdo.datastore.JDOConnection
-
Returns the native, datastore-specific connection that this
connection wraps.
- getNativeConnection() - Method in interface javax.jdo.datastore.JDOConnection
-
Returns the native, datastore-specific connection that this
connection wraps.
- getNestedExceptions() - Method in exception javax.jdo.JDOException
-
The exception may have been caused by multiple exceptions in the runtime.
- getNestedExceptions() - Method in exception javax.jdo.JDOException
-
The exception may have been caused by multiple exceptions in the runtime.
- getNontransactionalRead() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the default NontransactionalRead setting for all
PersistenceManager
instances obtained from this factory.
- getNontransactionalRead() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the default NontransactionalRead setting for all
PersistenceManager
instances obtained from this factory.
- getNontransactionalRead() - Method in interface javax.jdo.Transaction
-
If true
, allows persistent instances to be read without
a transaction active.
- getNontransactionalRead() - Method in interface javax.jdo.Transaction
-
If true
, allows persistent instances to be read without
a transaction active.
- getNontransactionalWrite() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the default NontransactionalWrite setting for all
PersistenceManager
instances obtained from this factory.
- getNontransactionalWrite() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the default NontransactionalWrite setting for all
PersistenceManager
instances obtained from this factory.
- getNontransactionalWrite() - Method in interface javax.jdo.Transaction
-
If true
, allows persistent instances to be written without
a transaction active.
- getNontransactionalWrite() - Method in interface javax.jdo.Transaction
-
If true
, allows persistent instances to be written without
a transaction active.
- getNullIndicatorColumn() - Method in interface javax.jdo.metadata.EmbeddedMetadata
-
Accessor for any column indicating a null embedded object.
- getNullIndicatorColumn() - Method in interface javax.jdo.metadata.EmbeddedMetadata
-
Accessor for any column indicating a null embedded object.
- getNullIndicatorValue() - Method in interface javax.jdo.metadata.EmbeddedMetadata
-
Accessor for a null indicator value.
- getNullIndicatorValue() - Method in interface javax.jdo.metadata.EmbeddedMetadata
-
Accessor for a null indicator value.
- getNullsPosition() - Method in interface javax.jdo.query.OrderExpression
-
Accessor for the position of nulls with this expression.
- getNullsPosition() - Method in interface javax.jdo.query.OrderExpression
-
Accessor for the position of nulls with this expression.
- getNullValue() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the behaviour of a null value
- getNullValue() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the behaviour of a null value
- getNumberOfClasses() - Method in interface javax.jdo.metadata.PackageMetadata
-
Accessor for the number of classes defined in this package.
- getNumberOfClasses() - Method in interface javax.jdo.metadata.PackageMetadata
-
Accessor for the number of classes defined in this package.
- getNumberOfColumns() - Method in interface javax.jdo.metadata.DatastoreIdentityMetadata
-
Accessor for the number of columns defined for this datastore identity.
- getNumberOfColumns() - Method in interface javax.jdo.metadata.DatastoreIdentityMetadata
-
Accessor for the number of columns defined for this datastore identity.
- getNumberOfColumns() - Method in interface javax.jdo.metadata.DiscriminatorMetadata
-
Accessor for the number of columns defined for this discriminator.
- getNumberOfColumns() - Method in interface javax.jdo.metadata.DiscriminatorMetadata
-
Accessor for the number of columns defined for this discriminator.
- getNumberOfColumns() - Method in interface javax.jdo.metadata.ElementMetadata
-
Accessor for the number of columns defined for this element.
- getNumberOfColumns() - Method in interface javax.jdo.metadata.ElementMetadata
-
Accessor for the number of columns defined for this element.
- getNumberOfColumns() - Method in interface javax.jdo.metadata.ForeignKeyMetadata
-
Accessor for the number of columns defined for this FK.
- getNumberOfColumns() - Method in interface javax.jdo.metadata.ForeignKeyMetadata
-
Accessor for the number of columns defined for this FK.
- getNumberOfColumns() - Method in interface javax.jdo.metadata.IndexMetadata
-
Accessor for the number of columns defined for this index.
- getNumberOfColumns() - Method in interface javax.jdo.metadata.IndexMetadata
-
Accessor for the number of columns defined for this index.
- getNumberOfColumns() - Method in interface javax.jdo.metadata.JoinMetadata
-
Accessor for the number of columns defined for this join.
- getNumberOfColumns() - Method in interface javax.jdo.metadata.JoinMetadata
-
Accessor for the number of columns defined for this join.
- getNumberOfColumns() - Method in interface javax.jdo.metadata.KeyMetadata
-
Accessor for the number of columns defined for this key.
- getNumberOfColumns() - Method in interface javax.jdo.metadata.KeyMetadata
-
Accessor for the number of columns defined for this key.
- getNumberOfColumns() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the number of columns defined for this join.
- getNumberOfColumns() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the number of columns defined for this join.
- getNumberOfColumns() - Method in interface javax.jdo.metadata.OrderMetadata
-
Accessor for the number of columns defined for this ordering.
- getNumberOfColumns() - Method in interface javax.jdo.metadata.OrderMetadata
-
Accessor for the number of columns defined for this ordering.
- getNumberOfColumns() - Method in interface javax.jdo.metadata.PrimaryKeyMetadata
-
Accessor for the number of columns defined for this PK.
- getNumberOfColumns() - Method in interface javax.jdo.metadata.PrimaryKeyMetadata
-
Accessor for the number of columns defined for this PK.
- getNumberOfColumns() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the number of columns defined for this join.
- getNumberOfColumns() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the number of columns defined for this join.
- getNumberOfColumns() - Method in interface javax.jdo.metadata.UniqueMetadata
-
Accessor for the number of columns defined for this unique constraint.
- getNumberOfColumns() - Method in interface javax.jdo.metadata.UniqueMetadata
-
Accessor for the number of columns defined for this unique constraint.
- getNumberOfColumns() - Method in interface javax.jdo.metadata.VersionMetadata
-
Accessor for the number of columns defined for this version.
- getNumberOfColumns() - Method in interface javax.jdo.metadata.VersionMetadata
-
Accessor for the number of columns defined for this version.
- getNumberOfExtensions() - Method in interface javax.jdo.metadata.Metadata
-
Number of extensions on this component.
- getNumberOfExtensions() - Method in interface javax.jdo.metadata.Metadata
-
Number of extensions on this component.
- getNumberOfFetchGroups() - Method in interface javax.jdo.metadata.FetchPlanMetadata
-
Accessor for the number of fetch groups defined for this fetch plan.
- getNumberOfFetchGroups() - Method in interface javax.jdo.metadata.FetchPlanMetadata
-
Accessor for the number of fetch groups defined for this fetch plan.
- getNumberOfFetchGroups() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the number of fetchGroups defined for this component.
- getNumberOfFetchGroups() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the number of fetchGroups defined for this component.
- getNumberOfFetchPlans() - Method in interface javax.jdo.metadata.JDOMetadata
-
Accessor for the number of fetch plans defined in this JDO Metadata.
- getNumberOfFetchPlans() - Method in interface javax.jdo.metadata.JDOMetadata
-
Accessor for the number of fetch plans defined in this JDO Metadata.
- getNumberOfForeignKeys() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the number of FKs defined for this component.
- getNumberOfForeignKeys() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the number of FKs defined for this component.
- getNumberOfIndices() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the number of indices defined for this component.
- getNumberOfIndices() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the number of indices defined for this component.
- getNumberOfInterfaces() - Method in interface javax.jdo.metadata.PackageMetadata
-
Accessor for the number of interfaces defined in this package.
- getNumberOfInterfaces() - Method in interface javax.jdo.metadata.PackageMetadata
-
Accessor for the number of interfaces defined in this package.
- getNumberOfJoins() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the number of join(s) defined for this component.
- getNumberOfJoins() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the number of join(s) defined for this component.
- getNumberOfMembers() - Method in interface javax.jdo.metadata.EmbeddedMetadata
-
Accessor for the number of fields/properties defined for embedding.
- getNumberOfMembers() - Method in interface javax.jdo.metadata.EmbeddedMetadata
-
Accessor for the number of fields/properties defined for embedding.
- getNumberOfMembers() - Method in interface javax.jdo.metadata.FetchGroupMetadata
-
Accessor for the number of fields/properties defined for this fetch group.
- getNumberOfMembers() - Method in interface javax.jdo.metadata.FetchGroupMetadata
-
Accessor for the number of fields/properties defined for this fetch group.
- getNumberOfMembers() - Method in interface javax.jdo.metadata.ForeignKeyMetadata
-
Accessor for the number of fields/properties defined for this FK.
- getNumberOfMembers() - Method in interface javax.jdo.metadata.ForeignKeyMetadata
-
Accessor for the number of fields/properties defined for this FK.
- getNumberOfMembers() - Method in interface javax.jdo.metadata.IndexMetadata
-
Accessor for the number of fields/properties defined for this index.
- getNumberOfMembers() - Method in interface javax.jdo.metadata.IndexMetadata
-
Accessor for the number of fields/properties defined for this index.
- getNumberOfMembers() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the number of fields/properties defined for this component.
- getNumberOfMembers() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the number of fields/properties defined for this component.
- getNumberOfMembers() - Method in interface javax.jdo.metadata.UniqueMetadata
-
Accessor for the number of fields/properties defined for this unique constraint.
- getNumberOfMembers() - Method in interface javax.jdo.metadata.UniqueMetadata
-
Accessor for the number of fields/properties defined for this unique constraint.
- getNumberOfPackages() - Method in interface javax.jdo.metadata.JDOMetadata
-
Accessor for the number of packages defined in this JDO Metadata.
- getNumberOfPackages() - Method in interface javax.jdo.metadata.JDOMetadata
-
Accessor for the number of packages defined in this JDO Metadata.
- getNumberOfQueries() - Method in interface javax.jdo.metadata.JDOMetadata
-
Accessor for the number of named queries defined in this JDO Metadata.
- getNumberOfQueries() - Method in interface javax.jdo.metadata.JDOMetadata
-
Accessor for the number of named queries defined in this JDO Metadata.
- getNumberOfQueries() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the number of named queries defined for this component.
- getNumberOfQueries() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the number of named queries defined for this component.
- getNumberOfSequences() - Method in interface javax.jdo.metadata.PackageMetadata
-
Accessor for the number of sequences defined for this package.
- getNumberOfSequences() - Method in interface javax.jdo.metadata.PackageMetadata
-
Accessor for the number of sequences defined for this package.
- getNumberOfUniques() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the number of unique constraints defined for this component.
- getNumberOfUniques() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the number of unique constraints defined for this component.
- getObjectById(Object, boolean) - Method in interface javax.jdo.PersistenceManager
-
This method locates a persistent instance in the cache of instances
managed by this PersistenceManager
.
- getObjectById(Class<T>, Object) - Method in interface javax.jdo.PersistenceManager
-
Looks up the instance of the given type with the given key.
- getObjectById(Object) - Method in interface javax.jdo.PersistenceManager
-
Looks up the instance corresponding to the specified oid.
- getObjectById(Object, boolean) - Method in interface javax.jdo.PersistenceManager
-
This method locates a persistent instance in the cache of instances
managed by this PersistenceManager
.
- getObjectById(Class<T>, Object) - Method in interface javax.jdo.PersistenceManager
-
Looks up the instance of the given type with the given key.
- getObjectById(Object) - Method in interface javax.jdo.PersistenceManager
-
Looks up the instance corresponding to the specified oid.
- getObjectField(PersistenceCapable, int, Object) - Method in interface javax.jdo.spi.StateManager
-
Return the value for the field.
- getObjectField(PersistenceCapable, int, Object) - Method in interface javax.jdo.spi.StateManager
-
Return the value for the field.
- getObjectId(Object) - Static method in class javax.jdo.JDOHelper
-
Return a copy of the JDO identity associated with the parameter
instance.
- getObjectId(Object) - Static method in class javax.jdo.JDOHelper
-
Return a copy of the JDO identity associated with the parameter
instance.
- getObjectId(Object) - Method in interface javax.jdo.PersistenceManager
-
The ObjectId returned by this method represents the JDO identity of
the instance.
- getObjectId(Object) - Method in interface javax.jdo.PersistenceManager
-
The ObjectId returned by this method represents the JDO identity of
the instance.
- getObjectId(Object) - Method in interface javax.jdo.spi.StateInterrogation
-
Return a copy of the JDO identity associated with the parameter
instance.
- getObjectId(Object) - Method in interface javax.jdo.spi.StateInterrogation
-
Return a copy of the JDO identity associated with the parameter
instance.
- getObjectId(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
-
Return the object representing the JDO identity
of the calling instance.
- getObjectId(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
-
Return the object representing the JDO identity
of the calling instance.
- getObjectIdClass() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the object-id class (if defined).
- getObjectIdClass() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the object-id class (if defined).
- getObjectIdClass(Class) - Method in interface javax.jdo.PersistenceManager
-
Return the Class
that implements the JDO Identity for the
specified PersistenceCapable
class.
- getObjectIdClass(Class) - Method in interface javax.jdo.PersistenceManager
-
Return the Class
that implements the JDO Identity for the
specified PersistenceCapable
class.
- getObjectIds(Collection<?>) - Static method in class javax.jdo.JDOHelper
-
Get object ids for a collection of instances.
- getObjectIds(Object[]) - Static method in class javax.jdo.JDOHelper
-
Get object ids for an array of instances.
- getObjectIds(Collection<?>) - Static method in class javax.jdo.JDOHelper
-
Get object ids for a collection of instances.
- getObjectIds(Object[]) - Static method in class javax.jdo.JDOHelper
-
Get object ids for an array of instances.
- getObjectsById(Collection, boolean) - Method in interface javax.jdo.PersistenceManager
-
Return the objects with the given oids.
- getObjectsById(Collection) - Method in interface javax.jdo.PersistenceManager
-
Return the objects with the given oids.
- getObjectsById(boolean, Object...) - Method in interface javax.jdo.PersistenceManager
-
Return the objects with the given oids.
- getObjectsById(Object...) - Method in interface javax.jdo.PersistenceManager
-
Return the objects with the given oids.
- getObjectsById(Collection, boolean) - Method in interface javax.jdo.PersistenceManager
-
Return the objects with the given oids.
- getObjectsById(Collection) - Method in interface javax.jdo.PersistenceManager
-
Return the objects with the given oids.
- getObjectsById(boolean, Object...) - Method in interface javax.jdo.PersistenceManager
-
Return the objects with the given oids.
- getObjectsById(Object...) - Method in interface javax.jdo.PersistenceManager
-
Return the objects with the given oids.
- getObjectState(Object) - Static method in class javax.jdo.JDOHelper
-
Accessor for the state of the passed object.
- getObjectState(Object) - Static method in class javax.jdo.JDOHelper
-
Accessor for the state of the passed object.
- getOptimistic() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the default Optimistic setting for all
PersistenceManager
instances obtained from this factory.
- getOptimistic() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the default Optimistic setting for all
PersistenceManager
instances obtained from this factory.
- getOptimistic() - Method in interface javax.jdo.Transaction
-
Optimistic transactions do not hold data store locks until commit time.
- getOptimistic() - Method in interface javax.jdo.Transaction
-
Optimistic transactions do not hold data store locks until commit time.
- getOrderMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the order metadata.
- getOrderMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the order metadata.
- getOuter() - Method in interface javax.jdo.metadata.JoinMetadata
-
Accessor for whether to use an outer join.
- getOuter() - Method in interface javax.jdo.metadata.JoinMetadata
-
Accessor for whether to use an outer join.
- getOwnerMember() - Method in interface javax.jdo.metadata.EmbeddedMetadata
-
Accessor for the owner field/property name.
- getOwnerMember() - Method in interface javax.jdo.metadata.EmbeddedMetadata
-
Accessor for the owner field/property name.
- getPackages() - Method in interface javax.jdo.metadata.JDOMetadata
-
Accessor for all packages defined on the JDO Metadata.
- getPackages() - Method in interface javax.jdo.metadata.JDOMetadata
-
Accessor for all packages defined on the JDO Metadata.
- getParent() - Method in interface javax.jdo.metadata.Metadata
-
Accessor for the parent metadata component.
- getParent() - Method in interface javax.jdo.metadata.Metadata
-
Accessor for the parent metadata component.
- getPersistenceCapableSuperclass(Class) - Method in class javax.jdo.spi.JDOImplHelper
-
Get the persistence-capable superclass for a
PersistenceCapable
class.
- getPersistenceCapableSuperclass(Class) - Method in class javax.jdo.spi.JDOImplHelper
-
Get the persistence-capable superclass for a
PersistenceCapable
class.
- getPersistenceCapableSuperclass() - Method in class javax.jdo.spi.RegisterClassEvent
-
Returns the class object of the persistence-capable superclass.
- getPersistenceCapableSuperclass() - Method in class javax.jdo.spi.RegisterClassEvent
-
Returns the class object of the persistence-capable superclass.
- getPersistenceManager() - Method in interface javax.jdo.Extent
-
An Extent
is managed by a PersistenceManager
;
this method gives access to the owning PersistenceManager
.
- getPersistenceManager() - Method in interface javax.jdo.Extent
-
An Extent
is managed by a PersistenceManager
;
this method gives access to the owning PersistenceManager
.
- getPersistenceManager(Object) - Static method in class javax.jdo.JDOHelper
-
Return the associated PersistenceManager
if there is one.
- getPersistenceManager(Object) - Static method in class javax.jdo.JDOHelper
-
Return the associated PersistenceManager
if there is one.
- getPersistenceManager() - Method in interface javax.jdo.JDOQLTypedQuery
-
Accessor for the PersistenceManager for this query
- getPersistenceManager() - Method in interface javax.jdo.JDOQLTypedQuery
-
Accessor for the PersistenceManager for this query
- getPersistenceManager() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get an instance of PersistenceManager
from this factory.
- getPersistenceManager(String, String) - Method in interface javax.jdo.PersistenceManagerFactory
-
Get an instance of PersistenceManager
from this factory.
- getPersistenceManager() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get an instance of PersistenceManager
from this factory.
- getPersistenceManager(String, String) - Method in interface javax.jdo.PersistenceManagerFactory
-
Get an instance of PersistenceManager
from this factory.
- getPersistenceManager() - Method in interface javax.jdo.Query
-
Get the PersistenceManager
associated with this
Query
.
- getPersistenceManager() - Method in interface javax.jdo.Query
-
Get the PersistenceManager
associated with this
Query
.
- getPersistenceManager(Object) - Method in interface javax.jdo.spi.StateInterrogation
-
Return the associated PersistenceManager
if there is one.
- getPersistenceManager(Object) - Method in interface javax.jdo.spi.StateInterrogation
-
Return the associated PersistenceManager
if there is one.
- getPersistenceManager(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
-
Return the PersistenceManager
that owns this instance.
- getPersistenceManager(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
-
Return the PersistenceManager
that owns this instance.
- getPersistenceManager() - Method in interface javax.jdo.Transaction
-
The Transaction
instance is always associated with exactly
one PersistenceManager
.
- getPersistenceManager() - Method in interface javax.jdo.Transaction
-
The Transaction
instance is always associated with exactly
one PersistenceManager
.
- getPersistenceManagerFactory() - Static method in class javax.jdo.JDOHelper
-
Get the anonymous PersistenceManagerFactory
configured via
the standard configuration file resource "META-INF/jdoconfig.xml", using
the current thread's context class loader
to locate the configuration file resource(s).
- getPersistenceManagerFactory(ClassLoader) - Static method in class javax.jdo.JDOHelper
-
Get the anonymous PersistenceManagerFactory
configured via
the standard configuration file resource "META-INF/jdoconfig.xml", using
the given class loader.
- getPersistenceManagerFactory(Map<?, ?>) - Static method in class javax.jdo.JDOHelper
-
Get a PersistenceManagerFactory
based on a Properties
instance, using the current thread's context class loader to locate the
PersistenceManagerFactory
class.
- getPersistenceManagerFactory(Map<?, ?>, ClassLoader) - Static method in class javax.jdo.JDOHelper
-
Get a PersistenceManagerFactory
based on a
Map
and a class loader.
- getPersistenceManagerFactory(Map<?, ?>, Map<?, ?>, ClassLoader) - Static method in class javax.jdo.JDOHelper
-
Get a PersistenceManagerFactory
based on a
Map
of overrides, a Map
of
properties, and a class loader.
- getPersistenceManagerFactory(String) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(String, ClassLoader) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(String, ClassLoader, ClassLoader) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(Map<?, ?>, String) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(Map<?, ?>, String, ClassLoader) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(Map<?, ?>, String, ClassLoader, ClassLoader) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(File) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(File, ClassLoader) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(String, Context) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(String, Context, ClassLoader) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(InputStream) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(InputStream, ClassLoader) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory() - Static method in class javax.jdo.JDOHelper
-
Get the anonymous PersistenceManagerFactory
configured via
the standard configuration file resource "META-INF/jdoconfig.xml", using
the current thread's context class loader
to locate the configuration file resource(s).
- getPersistenceManagerFactory(ClassLoader) - Static method in class javax.jdo.JDOHelper
-
Get the anonymous PersistenceManagerFactory
configured via
the standard configuration file resource "META-INF/jdoconfig.xml", using
the given class loader.
- getPersistenceManagerFactory(Map<?, ?>) - Static method in class javax.jdo.JDOHelper
-
Get a PersistenceManagerFactory
based on a Properties
instance, using the current thread's context class loader to locate the
PersistenceManagerFactory
class.
- getPersistenceManagerFactory(Map<?, ?>, ClassLoader) - Static method in class javax.jdo.JDOHelper
-
Get a PersistenceManagerFactory
based on a
Map
and a class loader.
- getPersistenceManagerFactory(Map<?, ?>, Map<?, ?>, ClassLoader) - Static method in class javax.jdo.JDOHelper
-
Get a PersistenceManagerFactory
based on a
Map
of overrides, a Map
of
properties, and a class loader.
- getPersistenceManagerFactory(String) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(String, ClassLoader) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(String, ClassLoader, ClassLoader) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(Map<?, ?>, String) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(Map<?, ?>, String, ClassLoader) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(Map<?, ?>, String, ClassLoader, ClassLoader) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(File) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(File, ClassLoader) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(String, Context) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(String, Context, ClassLoader) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(InputStream) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(InputStream, ClassLoader) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory() - Method in interface javax.jdo.PersistenceManager
-
This method returns the PersistenceManagerFactory
used to
create this PersistenceManager
.
- getPersistenceManagerFactory() - Method in interface javax.jdo.PersistenceManager
-
This method returns the PersistenceManagerFactory
used to
create this PersistenceManager
.
- getPersistenceManagerProxy() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get a thread-safe instance of a proxy that dynamically binds
on each method call to an instance of PersistenceManager
.
- getPersistenceManagerProxy() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get a thread-safe instance of a proxy that dynamically binds
on each method call to an instance of PersistenceManager
.
- getPersistenceModifier() - Method in interface javax.jdo.metadata.ClassMetadata
-
Accessor for the persistence modifier.
- getPersistenceModifier() - Method in interface javax.jdo.metadata.ClassMetadata
-
Accessor for the persistence modifier.
- getPersistenceModifier() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the persistence modifier of the field/property.
- getPersistenceModifier() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the persistence modifier of the field/property.
- getPersistenceUnitName() - Method in interface javax.jdo.PersistenceManagerFactory
-
Gets the PersistenceUnitName for this PersistenceManagerFactory.
- getPersistenceUnitName() - Method in interface javax.jdo.PersistenceManagerFactory
-
Gets the PersistenceUnitName for this PersistenceManagerFactory.
- getPersistentInstance() - Method in class javax.jdo.listener.InstanceLifecycleEvent
-
Returns the persistent instance involved in the event.
- getPersistentInstance() - Method in class javax.jdo.listener.InstanceLifecycleEvent
-
Returns the persistent instance involved in the event.
- getPosition() - Method in interface javax.jdo.metadata.ColumnMetadata
-
Accessor for the position.
- getPosition() - Method in interface javax.jdo.metadata.ColumnMetadata
-
Accessor for the position.
- getPostLoad() - Method in interface javax.jdo.FetchGroup
-
Get the post-load property of this FetchGroup.
- getPostLoad() - Method in interface javax.jdo.FetchGroup
-
Get the post-load property of this FetchGroup.
- getPostLoad() - Method in interface javax.jdo.metadata.FetchGroupMetadata
-
Accessor for whether to call post load for this fetch group.
- getPostLoad() - Method in interface javax.jdo.metadata.FetchGroupMetadata
-
Accessor for whether to call post load for this fetch group.
- getPrimaryKey() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for whether it is part of the pk.
- getPrimaryKey() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for whether it is part of the pk.
- getPrimaryKeyMetadata() - Method in interface javax.jdo.metadata.JoinMetadata
-
Accessor for any primary key metadata on this join.
- getPrimaryKeyMetadata() - Method in interface javax.jdo.metadata.JoinMetadata
-
Accessor for any primary key metadata on this join.
- getPrimaryKeyMetadata() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the primary key (if any).
- getPrimaryKeyMetadata() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the primary key (if any).
- getProperties() - Method in interface javax.jdo.JDOEnhancer
-
Return non-configurable properties of this JDOEnhancer.
- getProperties() - Method in interface javax.jdo.JDOEnhancer
-
Return non-configurable properties of this JDOEnhancer.
- getProperties() - Method in interface javax.jdo.PersistenceManager
-
Get the properties and associated values currently in effect for the
persistence manager.
- getProperties() - Method in interface javax.jdo.PersistenceManager
-
Get the properties and associated values currently in effect for the
persistence manager.
- getProperties() - Method in interface javax.jdo.PersistenceManagerFactory
-
Return non-configurable properties of this
PersistenceManagerFactory
.
- getProperties() - Method in interface javax.jdo.PersistenceManagerFactory
-
Return non-configurable properties of this
PersistenceManagerFactory
.
- getPropertiesFromJdoconfig(String, ClassLoader) - Static method in class javax.jdo.JDOHelper
-
- getPropertiesFromJdoconfig(String, ClassLoader) - Static method in class javax.jdo.JDOHelper
-
- getQueries() - Method in interface javax.jdo.metadata.JDOMetadata
-
Accessor for any named queries defined on the JDO Metadata.
- getQueries() - Method in interface javax.jdo.metadata.JDOMetadata
-
Accessor for any named queries defined on the JDO Metadata.
- getQueries() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for all named queries defined on the component.
- getQueries() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for all named queries defined on the component.
- getQuery() - Method in interface javax.jdo.metadata.QueryMetadata
-
Accessor for the single-string query.
- getQuery() - Method in interface javax.jdo.metadata.QueryMetadata
-
Accessor for the single-string query.
- getReadOnly() - Method in interface javax.jdo.PersistenceManagerFactory
-
Gets the value for read-only for this PMF.
- getReadOnly() - Method in interface javax.jdo.PersistenceManagerFactory
-
Gets the value for read-only for this PMF.
- getRecursionDepth(String) - Method in interface javax.jdo.FetchGroup
-
Get the recursion-depth for this member.
- getRecursionDepth(String) - Method in interface javax.jdo.FetchGroup
-
Get the recursion-depth for this member.
- getRecursionDepth() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the recursion depth (when part of a fetch group).
- getRecursionDepth() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the recursion depth (when part of a fetch group).
- getRegisteredClass() - Method in class javax.jdo.spi.RegisterClassEvent
-
Returns the class object of the registered persistence-capable class.
- getRegisteredClass() - Method in class javax.jdo.spi.RegisterClassEvent
-
Returns the class object of the registered persistence-capable class.
- getRegisteredClasses() - Method in class javax.jdo.spi.JDOImplHelper
-
Returns a collection of class objects of the registered
persistence-capable classes.
- getRegisteredClasses() - Method in class javax.jdo.spi.JDOImplHelper
-
Returns a collection of class objects of the registered
persistence-capable classes.
- getRegisteredDocumentBuilderFactory() - Static method in class javax.jdo.spi.JDOImplHelper
-
Return the registered instance of DocumentBuilderFactory.
- getRegisteredDocumentBuilderFactory() - Static method in class javax.jdo.spi.JDOImplHelper
-
Return the registered instance of DocumentBuilderFactory.
- getRegisteredErrorHandler() - Static method in class javax.jdo.spi.JDOImplHelper
-
Return the registered instance of ErrorHandler.
- getRegisteredErrorHandler() - Static method in class javax.jdo.spi.JDOImplHelper
-
Return the registered instance of ErrorHandler.
- getRequiresExtent() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for whether the component requires an extent.
- getRequiresExtent() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for whether the component requires an extent.
- getResourceBundle() - Method in class javax.jdo.spi.I18NHelper
-
Returns the resource bundle used by this I18NHelper.
- getResourceBundle() - Method in class javax.jdo.spi.I18NHelper
-
Returns the resource bundle used by this I18NHelper.
- getResources(ClassLoader, String) - Static method in class javax.jdo.JDOHelper
-
Get resources of the resource loader.
- getResources(ClassLoader, String) - Static method in class javax.jdo.JDOHelper
-
Get resources of the resource loader.
- getRestoreValues() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the default value for the RestoreValues property.
- getRestoreValues() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the default value for the RestoreValues property.
- getRestoreValues() - Method in interface javax.jdo.Transaction
-
Return the current value of the restoreValues property.
- getRestoreValues() - Method in interface javax.jdo.Transaction
-
Return the current value of the restoreValues property.
- getResultClass() - Method in interface javax.jdo.metadata.QueryMetadata
-
Accessor for the result class name for the query.
- getResultClass() - Method in interface javax.jdo.metadata.QueryMetadata
-
Accessor for the result class name for the query.
- getRetainValues() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the default RetainValues setting for all
PersistenceManager
instances obtained from this factory.
- getRetainValues() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the default RetainValues setting for all
PersistenceManager
instances obtained from this factory.
- getRetainValues() - Method in interface javax.jdo.Transaction
-
If true
, at commit time instances retain their field
values.
- getRetainValues() - Method in interface javax.jdo.Transaction
-
If true
, at commit time instances retain their field
values.
- getRollbackOnly() - Method in interface javax.jdo.Transaction
-
Returns the rollback-only status of the transaction.
- getRollbackOnly() - Method in interface javax.jdo.Transaction
-
Returns the rollback-only status of the transaction.
- getScale() - Method in interface javax.jdo.metadata.ColumnMetadata
-
Accessor for the scale.
- getScale() - Method in interface javax.jdo.metadata.ColumnMetadata
-
Accessor for the scale.
- getSchema() - Method in interface javax.jdo.metadata.JDOMetadata
-
Accessor for the schema (ORM) that all classes in this JDO Metadata
default to.
- getSchema() - Method in interface javax.jdo.metadata.JDOMetadata
-
Accessor for the schema (ORM) that all classes in this JDO Metadata
default to.
- getSchema() - Method in interface javax.jdo.metadata.PackageMetadata
-
Accessor for the schema (ORM) that all classes in this package default to.
- getSchema() - Method in interface javax.jdo.metadata.PackageMetadata
-
Accessor for the schema (ORM) that all classes in this package default to.
- getSchema() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the schema (ORM) for this component.
- getSchema() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the schema (ORM) for this component.
- getSecond() - Method in interface javax.jdo.query.DateTimeExpression
-
Accessor for the second of this date-time.
- getSecond() - Method in interface javax.jdo.query.DateTimeExpression
-
Accessor for the second of this date-time.
- getSecond() - Method in interface javax.jdo.query.LocalDateTimeExpression
-
Accessor for the second of this date-time.
- getSecond() - Method in interface javax.jdo.query.LocalDateTimeExpression
-
Accessor for the second of this date-time.
- getSecond() - Method in interface javax.jdo.query.LocalTimeExpression
-
Accessor for the second of this time.
- getSecond() - Method in interface javax.jdo.query.LocalTimeExpression
-
Accessor for the second of this time.
- getSecond() - Method in interface javax.jdo.query.TimeExpression
-
Accessor for the second of this time.
- getSecond() - Method in interface javax.jdo.query.TimeExpression
-
Accessor for the second of this time.
- getSequence() - Method in interface javax.jdo.metadata.DatastoreIdentityMetadata
-
Accessor for the sequence key (when using "sequence" strategy)
- getSequence() - Method in interface javax.jdo.metadata.DatastoreIdentityMetadata
-
Accessor for the sequence key (when using "sequence" strategy)
- getSequence() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the sequence (when using value-strategy of "sequence")
- getSequence() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the sequence (when using value-strategy of "sequence")
- getSequence(String) - Method in interface javax.jdo.PersistenceManager
-
Returns the sequence identified by name
.
- getSequence(String) - Method in interface javax.jdo.PersistenceManager
-
Returns the sequence identified by name
.
- getSequences() - Method in interface javax.jdo.metadata.PackageMetadata
-
Accessor for any sequences defined on the package.
- getSequences() - Method in interface javax.jdo.metadata.PackageMetadata
-
Accessor for any sequences defined on the package.
- getSequenceStrategy() - Method in interface javax.jdo.metadata.SequenceMetadata
-
Accessor for the sequence strategy (set on construction).
- getSequenceStrategy() - Method in interface javax.jdo.metadata.SequenceMetadata
-
Accessor for the sequence strategy (set on construction).
- getSerialized() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for whether it is serialized.
- getSerialized() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for whether it is serialized.
- getSerializedElement() - Method in interface javax.jdo.metadata.ArrayMetadata
-
Accessor for whether the element is serialised.
- getSerializedElement() - Method in interface javax.jdo.metadata.ArrayMetadata
-
Accessor for whether the element is serialised.
- getSerializedElement() - Method in interface javax.jdo.metadata.CollectionMetadata
-
Accessor for whether the element is serialised.
- getSerializedElement() - Method in interface javax.jdo.metadata.CollectionMetadata
-
Accessor for whether the element is serialised.
- getSerializedKey() - Method in interface javax.jdo.metadata.MapMetadata
-
Accessor for whether the key is serialised.
- getSerializedKey() - Method in interface javax.jdo.metadata.MapMetadata
-
Accessor for whether the key is serialised.
- getSerializedValue() - Method in interface javax.jdo.metadata.MapMetadata
-
Accessor for whether the value is serialised.
- getSerializedValue() - Method in interface javax.jdo.metadata.MapMetadata
-
Accessor for whether the value is serialised.
- getSerializeRead() - Method in interface javax.jdo.JDOQLTypedQuery
-
Return the current value of the serializeRead property.
- getSerializeRead() - Method in interface javax.jdo.JDOQLTypedQuery
-
Return the current value of the serializeRead property.
- getSerializeRead() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the value of serializeRead for objects of this type.
- getSerializeRead() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the value of serializeRead for objects of this type.
- getSerializeRead() - Method in interface javax.jdo.Query
-
Return the current value of the serializeRead property.
- getSerializeRead() - Method in interface javax.jdo.Query
-
Return the current value of the serializeRead property.
- getSerializeRead() - Method in interface javax.jdo.Transaction
-
Return the current value of the serializeRead property.
- getSerializeRead() - Method in interface javax.jdo.Transaction
-
Return the current value of the serializeRead property.
- getServerDate() - Method in interface javax.jdo.PersistenceManager
-
Get the Date as seen by the server.
- getServerDate() - Method in interface javax.jdo.PersistenceManager
-
Get the Date as seen by the server.
- getServerTimeZoneID() - Method in interface javax.jdo.PersistenceManagerFactory
-
Gets the TimeZone ID of the server associated with this
PersistenceManagerFactory.
- getServerTimeZoneID() - Method in interface javax.jdo.PersistenceManagerFactory
-
Gets the TimeZone ID of the server associated with this
PersistenceManagerFactory.
- getShortField(PersistenceCapable, int, short) - Method in interface javax.jdo.spi.StateManager
-
Return the value for the field.
- getShortField(PersistenceCapable, int, short) - Method in interface javax.jdo.spi.StateManager
-
Return the value for the field.
- getSource() - Method in class javax.jdo.listener.InstanceLifecycleEvent
-
The source object of the Event.
- getSource() - Method in class javax.jdo.listener.InstanceLifecycleEvent
-
The source object of the Event.
- getSQLType() - Method in interface javax.jdo.metadata.ColumnMetadata
-
Accessor for the SQL Type.
- getSQLType() - Method in interface javax.jdo.metadata.ColumnMetadata
-
Accessor for the SQL Type.
- getStrategy() - Method in interface javax.jdo.metadata.DatastoreIdentityMetadata
-
Accessor for the identity generation strategy.
- getStrategy() - Method in interface javax.jdo.metadata.DatastoreIdentityMetadata
-
Accessor for the identity generation strategy.
- getStrategy() - Method in interface javax.jdo.metadata.DiscriminatorMetadata
-
Accessor for the discriminator strategy.
- getStrategy() - Method in interface javax.jdo.metadata.DiscriminatorMetadata
-
Accessor for the discriminator strategy.
- getStrategy() - Method in interface javax.jdo.metadata.InheritanceMetadata
-
Accessor for the inheritance strategy.
- getStrategy() - Method in interface javax.jdo.metadata.InheritanceMetadata
-
Accessor for the inheritance strategy.
- getStrategy() - Method in interface javax.jdo.metadata.VersionMetadata
-
Accessor for the version strategy.
- getStrategy() - Method in interface javax.jdo.metadata.VersionMetadata
-
Accessor for the version strategy.
- getStringField(PersistenceCapable, int, String) - Method in interface javax.jdo.spi.StateManager
-
Return the value for the field.
- getStringField(PersistenceCapable, int, String) - Method in interface javax.jdo.spi.StateManager
-
Return the value for the field.
- getSupportedProperties() - Method in interface javax.jdo.PersistenceManager
-
Get the names of the properties that are supported for use with the
persistence manager.
- getSupportedProperties() - Method in interface javax.jdo.PersistenceManager
-
Get the names of the properties that are supported for use with the
persistence manager.
- getSynchronization() - Method in interface javax.jdo.Transaction
-
The user-specified Synchronization
instance for this
Transaction
instance.
- getSynchronization() - Method in interface javax.jdo.Transaction
-
The user-specified Synchronization
instance for this
Transaction
instance.
- getTable() - Method in interface javax.jdo.metadata.ElementMetadata
-
Accessor for the name of the table.
- getTable() - Method in interface javax.jdo.metadata.ElementMetadata
-
Accessor for the name of the table.
- getTable() - Method in interface javax.jdo.metadata.ForeignKeyMetadata
-
Accessor for the name of the table.
- getTable() - Method in interface javax.jdo.metadata.ForeignKeyMetadata
-
Accessor for the name of the table.
- getTable() - Method in interface javax.jdo.metadata.IndexMetadata
-
Accessor for the name of the table.
- getTable() - Method in interface javax.jdo.metadata.IndexMetadata
-
Accessor for the name of the table.
- getTable() - Method in interface javax.jdo.metadata.JoinMetadata
-
Accessor for the name of the table.
- getTable() - Method in interface javax.jdo.metadata.JoinMetadata
-
Accessor for the name of the table.
- getTable() - Method in interface javax.jdo.metadata.KeyMetadata
-
Accessor for the name of the table.
- getTable() - Method in interface javax.jdo.metadata.KeyMetadata
-
Accessor for the name of the table.
- getTable() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the name of the table.
- getTable() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the name of the table.
- getTable() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the name of the table.
- getTable() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the name of the table.
- getTable() - Method in interface javax.jdo.metadata.UniqueMetadata
-
Accessor for the name of the table.
- getTable() - Method in interface javax.jdo.metadata.UniqueMetadata
-
Accessor for the name of the table.
- getTable() - Method in interface javax.jdo.metadata.ValueMetadata
-
Accessor for the name of the table.
- getTable() - Method in interface javax.jdo.metadata.ValueMetadata
-
Accessor for the name of the table.
- getTarget() - Method in class javax.jdo.listener.InstanceLifecycleEvent
-
The target object of the Event.
- getTarget() - Method in class javax.jdo.listener.InstanceLifecycleEvent
-
The target object of the Event.
- getTarget() - Method in interface javax.jdo.metadata.ColumnMetadata
-
Accessor for the name of the target column.
- getTarget() - Method in interface javax.jdo.metadata.ColumnMetadata
-
Accessor for the name of the target column.
- getTargetClass() - Method in class javax.jdo.identity.SingleFieldIdentity
-
Return the target class.
- getTargetClass() - Method in class javax.jdo.identity.SingleFieldIdentity
-
Return the target class.
- getTargetClassName() - Method in class javax.jdo.identity.SingleFieldIdentity
-
Return the target class name.
- getTargetClassName() - Method in class javax.jdo.identity.SingleFieldIdentity
-
Return the target class name.
- getTargetField() - Method in interface javax.jdo.metadata.ColumnMetadata
-
Accessor for the name of the target field.
- getTargetField() - Method in interface javax.jdo.metadata.ColumnMetadata
-
Accessor for the name of the target field.
- getTransactionalObjectId(Object) - Static method in class javax.jdo.JDOHelper
-
Return a copy of the JDO identity associated with the parameter
instance.
- getTransactionalObjectId(Object) - Static method in class javax.jdo.JDOHelper
-
Return a copy of the JDO identity associated with the parameter
instance.
- getTransactionalObjectId(Object) - Method in interface javax.jdo.PersistenceManager
-
The ObjectId returned by this method represents the JDO identity of
the instance.
- getTransactionalObjectId(Object) - Method in interface javax.jdo.PersistenceManager
-
The ObjectId returned by this method represents the JDO identity of
the instance.
- getTransactionalObjectId(Object) - Method in interface javax.jdo.spi.StateInterrogation
-
Return a copy of the JDO identity associated with the parameter
instance.
- getTransactionalObjectId(Object) - Method in interface javax.jdo.spi.StateInterrogation
-
Return a copy of the JDO identity associated with the parameter
instance.
- getTransactionalObjectId(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
-
Return the object representing the JDO identity
of the calling instance.
- getTransactionalObjectId(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
-
Return the object representing the JDO identity
of the calling instance.
- getTransactionIsolationLevel() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the value for transaction isolation level for this PMF.
- getTransactionIsolationLevel() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the value for transaction isolation level for this PMF.
- getTransactionType() - Method in interface javax.jdo.PersistenceManagerFactory
-
Gets the TransactionType for this PersistenceManagerFactory.
- getTransactionType() - Method in interface javax.jdo.PersistenceManagerFactory
-
Gets the TransactionType for this PersistenceManagerFactory.
- getType() - Method in interface javax.jdo.FetchGroup
-
Get the persistent type (class or interface) of this FetchGroup.
- getType() - Method in interface javax.jdo.FetchGroup
-
Get the persistent type (class or interface) of this FetchGroup.
- getUnique() - Method in interface javax.jdo.metadata.ForeignKeyMetadata
-
Accessor for whether unique.
- getUnique() - Method in interface javax.jdo.metadata.ForeignKeyMetadata
-
Accessor for whether unique.
- getUnique() - Method in interface javax.jdo.metadata.IndexMetadata
-
Accessor for whether unique.
- getUnique() - Method in interface javax.jdo.metadata.IndexMetadata
-
Accessor for whether unique.
- getUnique() - Method in interface javax.jdo.metadata.JoinMetadata
-
Accessor for whether unique.
- getUnique() - Method in interface javax.jdo.metadata.JoinMetadata
-
Accessor for whether unique.
- getUnique() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for whether unique.
- getUnique() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for whether unique.
- getUnique() - Method in interface javax.jdo.metadata.QueryMetadata
-
Accessor for whether results from the query are unique.
- getUnique() - Method in interface javax.jdo.metadata.QueryMetadata
-
Accessor for whether results from the query are unique.
- getUniqueMetadata() - Method in interface javax.jdo.metadata.ElementMetadata
-
Accessor for any unique constraint metadata on this element.
- getUniqueMetadata() - Method in interface javax.jdo.metadata.ElementMetadata
-
Accessor for any unique constraint metadata on this element.
- getUniqueMetadata() - Method in interface javax.jdo.metadata.JoinMetadata
-
Accessor for any unique constraint metadata on this join.
- getUniqueMetadata() - Method in interface javax.jdo.metadata.JoinMetadata
-
Accessor for any unique constraint metadata on this join.
- getUniqueMetadata() - Method in interface javax.jdo.metadata.KeyMetadata
-
Accessor for any unique constraint metadata on this key.
- getUniqueMetadata() - Method in interface javax.jdo.metadata.KeyMetadata
-
Accessor for any unique constraint metadata on this key.
- getUniqueMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for any unique constraint metadata on this field/property.
- getUniqueMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for any unique constraint metadata on this field/property.
- getUniqueMetadata() - Method in interface javax.jdo.metadata.ValueMetadata
-
Accessor for any unique constraint metadata on this value.
- getUniqueMetadata() - Method in interface javax.jdo.metadata.ValueMetadata
-
Accessor for any unique constraint metadata on this value.
- getUniques() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for all unique constraints defined on the component.
- getUniques() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for all unique constraints defined on the component.
- getUnmodifiable() - Method in interface javax.jdo.metadata.QueryMetadata
-
Accessor for whether the query is unmodifiable.
- getUnmodifiable() - Method in interface javax.jdo.metadata.QueryMetadata
-
Accessor for whether the query is unmodifiable.
- getUpdateAction() - Method in interface javax.jdo.metadata.ElementMetadata
-
Accessor for the update action of the FK.
- getUpdateAction() - Method in interface javax.jdo.metadata.ElementMetadata
-
Accessor for the update action of the FK.
- getUpdateAction() - Method in interface javax.jdo.metadata.ForeignKeyMetadata
-
Accessor for the update action of the FK.
- getUpdateAction() - Method in interface javax.jdo.metadata.ForeignKeyMetadata
-
Accessor for the update action of the FK.
- getUpdateAction() - Method in interface javax.jdo.metadata.KeyMetadata
-
Accessor for the update action of the FK.
- getUpdateAction() - Method in interface javax.jdo.metadata.KeyMetadata
-
Accessor for the update action of the FK.
- getUpdateAction() - Method in interface javax.jdo.metadata.ValueMetadata
-
Accessor for the update action of the FK.
- getUpdateAction() - Method in interface javax.jdo.metadata.ValueMetadata
-
Accessor for the update action of the FK.
- getUseDefaultConversion() - Method in interface javax.jdo.metadata.ElementMetadata
-
Accessor for whether any AttributeConverter for this element type is explicitly disabled and should use the implementation default.
- getUseDefaultConversion() - Method in interface javax.jdo.metadata.ElementMetadata
-
Accessor for whether any AttributeConverter for this element type is explicitly disabled and should use the implementation default.
- getUseDefaultConversion() - Method in interface javax.jdo.metadata.KeyMetadata
-
Accessor for whether any AttributeConverter for this key type is explicitly disabled and should use the implementation default.
- getUseDefaultConversion() - Method in interface javax.jdo.metadata.KeyMetadata
-
Accessor for whether any AttributeConverter for this key type is explicitly disabled and should use the implementation default.
- getUseDefaultConversion() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for whether any AttributeConverter for this member type is explicitly disabled and should use the implementation default.
- getUseDefaultConversion() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for whether any AttributeConverter for this member type is explicitly disabled and should use the implementation default.
- getUseDefaultConversion() - Method in interface javax.jdo.metadata.ValueMetadata
-
Accessor for whether any AttributeConverter for this value type is explicitly disabled and should use the implementation default.
- getUseDefaultConversion() - Method in interface javax.jdo.metadata.ValueMetadata
-
Accessor for whether any AttributeConverter for this value type is explicitly disabled and should use the implementation default.
- getUserObject() - Method in interface javax.jdo.PersistenceManager
-
The application can manage the PersistenceManager
instances
more easily by having an application object associated with each
PersistenceManager
instance.
- getUserObject(Object) - Method in interface javax.jdo.PersistenceManager
-
Get the value for the specified key from the map of user objects.
- getUserObject() - Method in interface javax.jdo.PersistenceManager
-
The application can manage the PersistenceManager
instances
more easily by having an application object associated with each
PersistenceManager
instance.
- getUserObject(Object) - Method in interface javax.jdo.PersistenceManager
-
Get the value for the specified key from the map of user objects.
- getValue() - Method in interface javax.jdo.metadata.DiscriminatorMetadata
-
Accessor for the discriminator value (when using "value-map" strategy).
- getValue() - Method in interface javax.jdo.metadata.DiscriminatorMetadata
-
Accessor for the discriminator value (when using "value-map" strategy).
- getValue() - Method in interface javax.jdo.metadata.ExtensionMetadata
-
Accessor for the value (set at construction).
- getValue() - Method in interface javax.jdo.metadata.ExtensionMetadata
-
Accessor for the value (set at construction).
- getValueMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the value details.
- getValueMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the value details.
- getValueStrategy() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the value strategy
- getValueStrategy() - Method in interface javax.jdo.metadata.MemberMetadata
-
Accessor for the value strategy
- getValueType() - Method in interface javax.jdo.metadata.MapMetadata
-
Accessor for the value type.
- getValueType() - Method in interface javax.jdo.metadata.MapMetadata
-
Accessor for the value type.
- getVendorName() - Method in interface javax.jdo.metadata.ExtensionMetadata
-
Accessor for the vendor name (set at construction).
- getVendorName() - Method in interface javax.jdo.metadata.ExtensionMetadata
-
Accessor for the vendor name (set at construction).
- getVersion(Object) - Static method in class javax.jdo.JDOHelper
-
Return the version of the instance.
- getVersion(Object) - Static method in class javax.jdo.JDOHelper
-
Return the version of the instance.
- getVersion(Object) - Method in interface javax.jdo.spi.StateInterrogation
-
Return the version of the parameter instance.
- getVersion(Object) - Method in interface javax.jdo.spi.StateInterrogation
-
Return the version of the parameter instance.
- getVersion(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
-
Return the object representing the version
of the calling instance.
- getVersion(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
-
Return the object representing the version
of the calling instance.
- getVersionMetadata() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the version (if any).
- getVersionMetadata() - Method in interface javax.jdo.metadata.TypeMetadata
-
Accessor for the version (if any).
- getYear() - Method in interface javax.jdo.query.DateExpression
-
Accessor for the year of this date.
- getYear() - Method in interface javax.jdo.query.DateExpression
-
Accessor for the year of this date.
- getYear() - Method in interface javax.jdo.query.DateTimeExpression
-
Accessor for the year of this date-time.
- getYear() - Method in interface javax.jdo.query.DateTimeExpression
-
Accessor for the year of this date-time.
- getYear() - Method in interface javax.jdo.query.LocalDateExpression
-
Accessor for the year of this date.
- getYear() - Method in interface javax.jdo.query.LocalDateExpression
-
Accessor for the year of this date.
- getYear() - Method in interface javax.jdo.query.LocalDateTimeExpression
-
Accessor for the year of this date-time.
- getYear() - Method in interface javax.jdo.query.LocalDateTimeExpression
-
Accessor for the year of this date-time.
- groupBy(Expression<?>...) - Method in interface javax.jdo.JDOQLTypedQuery
-
Method to set the grouping(s) for the query.
- groupBy(Expression<?>...) - Method in interface javax.jdo.JDOQLTypedQuery
-
Method to set the grouping(s) for the query.
- groupBy(Expression<?>...) - Method in interface javax.jdo.JDOQLTypedSubquery
-
Method to set the grouping(s) for the query.
- groupBy(Expression<?>...) - Method in interface javax.jdo.JDOQLTypedSubquery
-
Method to set the grouping(s) for the query.
- groupBy(String) - Method in interface javax.jdo.Query
-
Set the grouping expressions, optionally including a "having" clause.
- groupBy(String) - Method in interface javax.jdo.Query
-
Set the grouping expressions, optionally including a "having" clause.
- gt(ComparableExpression<? extends T>) - Method in interface javax.jdo.query.ComparableExpression
-
Method returning whether this expression is greater than the other expression.
- gt(T) - Method in interface javax.jdo.query.ComparableExpression
-
Method returning whether this expression is greater than the literal.
- gt(ComparableExpression<? extends T>) - Method in interface javax.jdo.query.ComparableExpression
-
Method returning whether this expression is greater than the other expression.
- gt(T) - Method in interface javax.jdo.query.ComparableExpression
-
Method returning whether this expression is greater than the literal.
- gteq(ComparableExpression<? extends T>) - Method in interface javax.jdo.query.ComparableExpression
-
Method returning whether this expression is greater than or equal the other expression.
- gteq(T) - Method in interface javax.jdo.query.ComparableExpression
-
Method returning whether this expression is greater than or equal the literal.
- gteq(ComparableExpression<? extends T>) - Method in interface javax.jdo.query.ComparableExpression
-
Method returning whether this expression is greater than or equal the other expression.
- gteq(T) - Method in interface javax.jdo.query.ComparableExpression
-
Method returning whether this expression is greater than or equal the literal.
- javax.jdo - package javax.jdo
-
This package contains the JDO specification interfaces and classes.
- javax.jdo.annotations - package javax.jdo.annotations
-
- javax.jdo.datastore - package javax.jdo.datastore
-
This package contains the JDO specification datastore interfaces.
- javax.jdo.identity - package javax.jdo.identity
-
This package contains the JDO specification identity interfaces and classes.
- javax.jdo.listener - package javax.jdo.listener
-
This package contains the JDO specification listener interfaces and classes.
- javax.jdo.metadata - package javax.jdo.metadata
-
This package contains classes representing the different components of the JDO Metadata.
- javax.jdo.query - package javax.jdo.query
-
Package providing expressions for building a typed JDOQL query.
- javax.jdo.spi - package javax.jdo.spi
-
This package contains the interfaces and classes used by JDO implementations.
- JAVAX_JDO - Static variable in interface javax.jdo.Constants
-
The JDO standard package name.
- JAVAX_JDO - Static variable in interface javax.jdo.Constants
-
The JDO standard package name.
- JAVAX_JDO_PREFIX - Static variable in interface javax.jdo.Constants
-
The JDO standard property string and option string prefix.
- JAVAX_JDO_PREFIX - Static variable in interface javax.jdo.Constants
-
The JDO standard property string and option string prefix.
- JDO_DTD_RESOURCE - Static variable in interface javax.jdo.Constants
-
The name of the resource for the DTD of the standard JDO metadata file.
- JDO_DTD_RESOURCE - Static variable in interface javax.jdo.Constants
-
The name of the resource for the DTD of the standard JDO metadata file.
- JDO_XSD_NS - Static variable in interface javax.jdo.Constants
-
The standard JDO metadata schema namespace.
- JDO_XSD_NS - Static variable in interface javax.jdo.Constants
-
The standard JDO metadata schema namespace.
- JDO_XSD_RESOURCE - Static variable in interface javax.jdo.Constants
-
The name of the resource for the XML schema of the standard JDO
metadata file.
- JDO_XSD_RESOURCE - Static variable in interface javax.jdo.Constants
-
The name of the resource for the XML schema of the standard JDO
metadata file.
- JDOCanRetryException - Exception in javax.jdo
-
This is the base class for exceptions that can be retried.
- JDOCanRetryException - Exception in javax.jdo
-
This is the base class for exceptions that can be retried.
- JDOCanRetryException() - Constructor for exception javax.jdo.JDOCanRetryException
-
Constructs a new JDOCanRetryException
without a detail message.
- JDOCanRetryException(String) - Constructor for exception javax.jdo.JDOCanRetryException
-
Constructs a new JDOCanRetryException
with the specified detail message.
- JDOCanRetryException(String, Throwable[]) - Constructor for exception javax.jdo.JDOCanRetryException
-
Constructs a new JDOCanRetryException
with the specified detail
message and nested Throwable
s.
- JDOCanRetryException(String, Throwable) - Constructor for exception javax.jdo.JDOCanRetryException
-
Constructs a new JDOCanRetryException
with the specified detail
message and nested Throwable
s.
- JDOCanRetryException(String, Object) - Constructor for exception javax.jdo.JDOCanRetryException
-
Constructs a new JDOCanRetryException
with the specified detail message
and failed object.
- JDOCanRetryException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOCanRetryException
-
Constructs a new JDOCanRetryException
with the specified detail message,
nested Throwable
s, and failed object.
- JDOCanRetryException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOCanRetryException
-
Constructs a new JDOCanRetryException
with the specified detail message,
nested Throwable
s, and failed object.
- JDOCanRetryException() - Constructor for exception javax.jdo.JDOCanRetryException
-
Constructs a new JDOCanRetryException
without a detail message.
- JDOCanRetryException(String) - Constructor for exception javax.jdo.JDOCanRetryException
-
Constructs a new JDOCanRetryException
with the specified detail message.
- JDOCanRetryException(String, Throwable[]) - Constructor for exception javax.jdo.JDOCanRetryException
-
Constructs a new JDOCanRetryException
with the specified detail
message and nested Throwable
s.
- JDOCanRetryException(String, Throwable) - Constructor for exception javax.jdo.JDOCanRetryException
-
Constructs a new JDOCanRetryException
with the specified detail
message and nested Throwable
s.
- JDOCanRetryException(String, Object) - Constructor for exception javax.jdo.JDOCanRetryException
-
Constructs a new JDOCanRetryException
with the specified detail message
and failed object.
- JDOCanRetryException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOCanRetryException
-
Constructs a new JDOCanRetryException
with the specified detail message,
nested Throwable
s, and failed object.
- JDOCanRetryException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOCanRetryException
-
Constructs a new JDOCanRetryException
with the specified detail message,
nested Throwable
s, and failed object.
- JDOCONFIG_DTD_RESOURCE - Static variable in interface javax.jdo.Constants
-
The name of the resource for the DTD of the standard JDO configuration
file.
- JDOCONFIG_DTD_RESOURCE - Static variable in interface javax.jdo.Constants
-
The name of the resource for the DTD of the standard JDO configuration
file.
- JDOCONFIG_RESOURCE_NAME - Static variable in interface javax.jdo.Constants
-
The name of the standard JDO configuration resource file(s).
- JDOCONFIG_RESOURCE_NAME - Static variable in interface javax.jdo.Constants
-
The name of the standard JDO configuration resource file(s).
- JDOCONFIG_XSD_NS - Static variable in interface javax.jdo.Constants
-
The standard JDO configuration schema namespace.
- JDOCONFIG_XSD_NS - Static variable in interface javax.jdo.Constants
-
The standard JDO configuration schema namespace.
- JDOCONFIG_XSD_RESOURCE - Static variable in interface javax.jdo.Constants
-
The name of the resource for the XML schema of the standard JDO
configuration file.
- JDOCONFIG_XSD_RESOURCE - Static variable in interface javax.jdo.Constants
-
The name of the resource for the XML schema of the standard JDO
configuration file.
- JDOConnection - Interface in javax.jdo.datastore
-
- JDOConnection - Interface in javax.jdo.datastore
-
- jdoCopyFields(Object, int[]) - Method in interface javax.jdo.spi.PersistenceCapable
-
Copy field values from another instance of the same class
to this instance.
- jdoCopyFields(Object, int[]) - Method in interface javax.jdo.spi.PersistenceCapable
-
Copy field values from another instance of the same class
to this instance.
- jdoCopyKeyFieldsFromObjectId(PersistenceCapable.ObjectIdFieldConsumer, Object) - Method in interface javax.jdo.spi.PersistenceCapable
-
Copy fields to an outside consumer from the key fields in the ObjectId.
- jdoCopyKeyFieldsFromObjectId(PersistenceCapable.ObjectIdFieldConsumer, Object) - Method in interface javax.jdo.spi.PersistenceCapable
-
Copy fields to an outside consumer from the key fields in the ObjectId.
- jdoCopyKeyFieldsToObjectId(Object) - Method in interface javax.jdo.spi.PersistenceCapable
-
Copy fields from this PersistenceCapable instance to the Object Id
instance.
- jdoCopyKeyFieldsToObjectId(PersistenceCapable.ObjectIdFieldSupplier, Object) - Method in interface javax.jdo.spi.PersistenceCapable
-
Copy fields from an outside source to the key fields in the ObjectId.
- jdoCopyKeyFieldsToObjectId(Object) - Method in interface javax.jdo.spi.PersistenceCapable
-
Copy fields from this PersistenceCapable instance to the Object Id
instance.
- jdoCopyKeyFieldsToObjectId(PersistenceCapable.ObjectIdFieldSupplier, Object) - Method in interface javax.jdo.spi.PersistenceCapable
-
Copy fields from an outside source to the key fields in the ObjectId.
- JDODataStoreException - Exception in javax.jdo
-
This class represents data store exceptions that can be retried.
- JDODataStoreException - Exception in javax.jdo
-
This class represents data store exceptions that can be retried.
- JDODataStoreException() - Constructor for exception javax.jdo.JDODataStoreException
-
Constructs a new JDODataStoreException
without a detail message.
- JDODataStoreException(String) - Constructor for exception javax.jdo.JDODataStoreException
-
Constructs a new JDODataStoreException
with the specified detail message.
- JDODataStoreException(String, Throwable[]) - Constructor for exception javax.jdo.JDODataStoreException
-
Constructs a new JDODataStoreException
with the specified
detail message and nested Throwable
s.
- JDODataStoreException(String, Throwable) - Constructor for exception javax.jdo.JDODataStoreException
-
Constructs a new JDODataStoreException
with the specified
detail message and nested Throwable
s.
- JDODataStoreException(String, Object) - Constructor for exception javax.jdo.JDODataStoreException
-
Constructs a new JDODataStoreException
with the specified detail message
and failed object.
- JDODataStoreException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDODataStoreException
-
Constructs a new JDODataStoreException
with the specified detail message,
nested Throwable
s, and failed object.
- JDODataStoreException(String, Throwable, Object) - Constructor for exception javax.jdo.JDODataStoreException
-
Constructs a new JDODataStoreException
with the specified detail message,
nested Throwable
s, and failed object.
- JDODataStoreException() - Constructor for exception javax.jdo.JDODataStoreException
-
Constructs a new JDODataStoreException
without a detail message.
- JDODataStoreException(String) - Constructor for exception javax.jdo.JDODataStoreException
-
Constructs a new JDODataStoreException
with the specified detail message.
- JDODataStoreException(String, Throwable[]) - Constructor for exception javax.jdo.JDODataStoreException
-
Constructs a new JDODataStoreException
with the specified
detail message and nested Throwable
s.
- JDODataStoreException(String, Throwable) - Constructor for exception javax.jdo.JDODataStoreException
-
Constructs a new JDODataStoreException
with the specified
detail message and nested Throwable
s.
- JDODataStoreException(String, Object) - Constructor for exception javax.jdo.JDODataStoreException
-
Constructs a new JDODataStoreException
with the specified detail message
and failed object.
- JDODataStoreException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDODataStoreException
-
Constructs a new JDODataStoreException
with the specified detail message,
nested Throwable
s, and failed object.
- JDODataStoreException(String, Throwable, Object) - Constructor for exception javax.jdo.JDODataStoreException
-
Constructs a new JDODataStoreException
with the specified detail message,
nested Throwable
s, and failed object.
- JDODetachedFieldAccessException - Exception in javax.jdo
-
This class represents exceptions caused by access of an unloaded field while
the instance is detached.
- JDODetachedFieldAccessException - Exception in javax.jdo
-
This class represents exceptions caused by access of an unloaded field while
the instance is detached.
- JDODetachedFieldAccessException() - Constructor for exception javax.jdo.JDODetachedFieldAccessException
-
Constructs a new JDODetachedFieldAccessException
without a detail message.
- JDODetachedFieldAccessException(String) - Constructor for exception javax.jdo.JDODetachedFieldAccessException
-
Constructs a new JDODetachedFieldAccessException
with the
specified detail message.
- JDODetachedFieldAccessException(String, Object) - Constructor for exception javax.jdo.JDODetachedFieldAccessException
-
Constructs a new JDODetachedFieldAccessException
with the specified detail message and failed object.
- JDODetachedFieldAccessException(String, Throwable[]) - Constructor for exception javax.jdo.JDODetachedFieldAccessException
-
Constructs a new JDODetachedFieldAccessException
with the
specified detail message and nested Throwable
s.
- JDODetachedFieldAccessException(String, Throwable) - Constructor for exception javax.jdo.JDODetachedFieldAccessException
-
Constructs a new JDODetachedFieldAccessException
with the
specified detail message and nested Throwable
s.
- JDODetachedFieldAccessException() - Constructor for exception javax.jdo.JDODetachedFieldAccessException
-
Constructs a new JDODetachedFieldAccessException
without a detail message.
- JDODetachedFieldAccessException(String) - Constructor for exception javax.jdo.JDODetachedFieldAccessException
-
Constructs a new JDODetachedFieldAccessException
with the
specified detail message.
- JDODetachedFieldAccessException(String, Object) - Constructor for exception javax.jdo.JDODetachedFieldAccessException
-
Constructs a new JDODetachedFieldAccessException
with the specified detail message and failed object.
- JDODetachedFieldAccessException(String, Throwable[]) - Constructor for exception javax.jdo.JDODetachedFieldAccessException
-
Constructs a new JDODetachedFieldAccessException
with the
specified detail message and nested Throwable
s.
- JDODetachedFieldAccessException(String, Throwable) - Constructor for exception javax.jdo.JDODetachedFieldAccessException
-
Constructs a new JDODetachedFieldAccessException
with the
specified detail message and nested Throwable
s.
- JDOEnhanceException - Exception in javax.jdo
-
Exception thrown when an error occurs during enhancement.
- JDOEnhanceException - Exception in javax.jdo
-
Exception thrown when an error occurs during enhancement.
- JDOEnhanceException() - Constructor for exception javax.jdo.JDOEnhanceException
-
Constructs a new JDOEnhanceException
without a
detail message.
- JDOEnhanceException(String) - Constructor for exception javax.jdo.JDOEnhanceException
-
Constructs a new JDOEnhanceException
with the
specified detail message.
- JDOEnhanceException(String, Throwable[]) - Constructor for exception javax.jdo.JDOEnhanceException
-
Constructs a new JDOEnhanceException
with the
specified detail message and nested Throwable
s.
- JDOEnhanceException(String, Throwable) - Constructor for exception javax.jdo.JDOEnhanceException
-
Constructs a new JDOEnhanceException
with the
specified detail message and nested Throwable
s.
- JDOEnhanceException() - Constructor for exception javax.jdo.JDOEnhanceException
-
Constructs a new JDOEnhanceException
without a
detail message.
- JDOEnhanceException(String) - Constructor for exception javax.jdo.JDOEnhanceException
-
Constructs a new JDOEnhanceException
with the
specified detail message.
- JDOEnhanceException(String, Throwable[]) - Constructor for exception javax.jdo.JDOEnhanceException
-
Constructs a new JDOEnhanceException
with the
specified detail message and nested Throwable
s.
- JDOEnhanceException(String, Throwable) - Constructor for exception javax.jdo.JDOEnhanceException
-
Constructs a new JDOEnhanceException
with the
specified detail message and nested Throwable
s.
- JDOEnhancer - Interface in javax.jdo
-
Interface for a JDO Enhancer.
- JDOEnhancer - Interface in javax.jdo
-
Interface for a JDO Enhancer.
- JDOException - Exception in javax.jdo
-
This is the root of all JDO Exceptions.
- JDOException - Exception in javax.jdo
-
This is the root of all JDO Exceptions.
- JDOException() - Constructor for exception javax.jdo.JDOException
-
Constructs a new JDOException
without a detail message.
- JDOException(String) - Constructor for exception javax.jdo.JDOException
-
Constructs a new JDOException
with the specified detail message.
- JDOException(String, Throwable[]) - Constructor for exception javax.jdo.JDOException
-
Constructs a new JDOException
with the specified detail message
and nested Throwable
s.
- JDOException(String, Throwable) - Constructor for exception javax.jdo.JDOException
-
Constructs a new JDOException
with the specified detail message
and nested Throwable
.
- JDOException(String, Object) - Constructor for exception javax.jdo.JDOException
-
Constructs a new JDOException
with the specified detail message
and failed object.
- JDOException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOException
-
Constructs a new JDOException
with the specified detail message,
nested Throwable
s, and failed object.
- JDOException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOException
-
Constructs a new JDOException
with the specified detail message,
nested Throwable
, and failed object.
- JDOException() - Constructor for exception javax.jdo.JDOException
-
Constructs a new JDOException
without a detail message.
- JDOException(String) - Constructor for exception javax.jdo.JDOException
-
Constructs a new JDOException
with the specified detail message.
- JDOException(String, Throwable[]) - Constructor for exception javax.jdo.JDOException
-
Constructs a new JDOException
with the specified detail message
and nested Throwable
s.
- JDOException(String, Throwable) - Constructor for exception javax.jdo.JDOException
-
Constructs a new JDOException
with the specified detail message
and nested Throwable
.
- JDOException(String, Object) - Constructor for exception javax.jdo.JDOException
-
Constructs a new JDOException
with the specified detail message
and failed object.
- JDOException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOException
-
Constructs a new JDOException
with the specified detail message,
nested Throwable
s, and failed object.
- JDOException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOException
-
Constructs a new JDOException
with the specified detail message,
nested Throwable
, and failed object.
- JDOFatalDataStoreException - Exception in javax.jdo
-
This class represents data store exceptions that cannot be retried.
- JDOFatalDataStoreException - Exception in javax.jdo
-
This class represents data store exceptions that cannot be retried.
- JDOFatalDataStoreException() - Constructor for exception javax.jdo.JDOFatalDataStoreException
-
Constructs a new JDOFatalDataStoreException
without a detail message.
- JDOFatalDataStoreException(String) - Constructor for exception javax.jdo.JDOFatalDataStoreException
-
Constructs a new JDOFatalDataStoreException
with the specified detail message.
- JDOFatalDataStoreException(String, Object) - Constructor for exception javax.jdo.JDOFatalDataStoreException
-
Constructs a new JDOFatalDataStoreException
with the specified detail message
and failed object.
- JDOFatalDataStoreException(String, Throwable[]) - Constructor for exception javax.jdo.JDOFatalDataStoreException
-
Constructs a new JDOFatalDataStoreException
with the specified
detail message and nested Throwable
s.
- JDOFatalDataStoreException(String, Throwable) - Constructor for exception javax.jdo.JDOFatalDataStoreException
-
Constructs a new JDOFatalDataStoreException
with the specified
detail message and nested Throwable
s.
- JDOFatalDataStoreException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOFatalDataStoreException
-
Constructs a new JDOFatalDataStoreException
with the specified
detail message, nested Throwable
s, and failed object.
- JDOFatalDataStoreException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOFatalDataStoreException
-
Constructs a new JDOFatalDataStoreException
with the specified
detail message, nested Throwable
s, and failed object.
- JDOFatalDataStoreException() - Constructor for exception javax.jdo.JDOFatalDataStoreException
-
Constructs a new JDOFatalDataStoreException
without a detail message.
- JDOFatalDataStoreException(String) - Constructor for exception javax.jdo.JDOFatalDataStoreException
-
Constructs a new JDOFatalDataStoreException
with the specified detail message.
- JDOFatalDataStoreException(String, Object) - Constructor for exception javax.jdo.JDOFatalDataStoreException
-
Constructs a new JDOFatalDataStoreException
with the specified detail message
and failed object.
- JDOFatalDataStoreException(String, Throwable[]) - Constructor for exception javax.jdo.JDOFatalDataStoreException
-
Constructs a new JDOFatalDataStoreException
with the specified
detail message and nested Throwable
s.
- JDOFatalDataStoreException(String, Throwable) - Constructor for exception javax.jdo.JDOFatalDataStoreException
-
Constructs a new JDOFatalDataStoreException
with the specified
detail message and nested Throwable
s.
- JDOFatalDataStoreException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOFatalDataStoreException
-
Constructs a new JDOFatalDataStoreException
with the specified
detail message, nested Throwable
s, and failed object.
- JDOFatalDataStoreException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOFatalDataStoreException
-
Constructs a new JDOFatalDataStoreException
with the specified
detail message, nested Throwable
s, and failed object.
- JDOFatalException - Exception in javax.jdo
-
This class represents exceptions that are fatal; that is, the condition
that caused it cannot be bypassed even if the operation is retried.
- JDOFatalException - Exception in javax.jdo
-
This class represents exceptions that are fatal; that is, the condition
that caused it cannot be bypassed even if the operation is retried.
- JDOFatalException() - Constructor for exception javax.jdo.JDOFatalException
-
Constructs a new JDOFatalException
without a detail message.
- JDOFatalException(String) - Constructor for exception javax.jdo.JDOFatalException
-
Constructs a new JDOFatalException
with the specified detail message.
- JDOFatalException(String, Throwable[]) - Constructor for exception javax.jdo.JDOFatalException
-
Constructs a new JDOFatalException
with the specified detail
message and nested Throwable
s.
- JDOFatalException(String, Throwable) - Constructor for exception javax.jdo.JDOFatalException
-
Constructs a new JDOFatalException
with the specified detail
message and nested Throwable
s.
- JDOFatalException(String, Object) - Constructor for exception javax.jdo.JDOFatalException
-
Constructs a new JDOFatalException
with the specified detail message
and failed object.
- JDOFatalException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOFatalException
-
Constructs a new JDOFatalException
with the specified detail message,
nested Throwable
s, and failed object.
- JDOFatalException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOFatalException
-
Constructs a new JDOFatalException
with the specified detail message,
nested Throwable
s, and failed object.
- JDOFatalException() - Constructor for exception javax.jdo.JDOFatalException
-
Constructs a new JDOFatalException
without a detail message.
- JDOFatalException(String) - Constructor for exception javax.jdo.JDOFatalException
-
Constructs a new JDOFatalException
with the specified detail message.
- JDOFatalException(String, Throwable[]) - Constructor for exception javax.jdo.JDOFatalException
-
Constructs a new JDOFatalException
with the specified detail
message and nested Throwable
s.
- JDOFatalException(String, Throwable) - Constructor for exception javax.jdo.JDOFatalException
-
Constructs a new JDOFatalException
with the specified detail
message and nested Throwable
s.
- JDOFatalException(String, Object) - Constructor for exception javax.jdo.JDOFatalException
-
Constructs a new JDOFatalException
with the specified detail message
and failed object.
- JDOFatalException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOFatalException
-
Constructs a new JDOFatalException
with the specified detail message,
nested Throwable
s, and failed object.
- JDOFatalException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOFatalException
-
Constructs a new JDOFatalException
with the specified detail message,
nested Throwable
s, and failed object.
- JDOFatalInternalException - Exception in javax.jdo
-
This class represents errors in the implementation for which no user
error handling is possible.
- JDOFatalInternalException - Exception in javax.jdo
-
This class represents errors in the implementation for which no user
error handling is possible.
- JDOFatalInternalException() - Constructor for exception javax.jdo.JDOFatalInternalException
-
Constructs a new JDOFatalInternalException
without a detail message.
- JDOFatalInternalException(String) - Constructor for exception javax.jdo.JDOFatalInternalException
-
Constructs a new JDOFatalInternalException
with the specified detail message.
- JDOFatalInternalException(String, Throwable[]) - Constructor for exception javax.jdo.JDOFatalInternalException
-
Constructs a new JDOFatalInternalException
with the specified
detail message and nested Throwable
s.
- JDOFatalInternalException(String, Throwable) - Constructor for exception javax.jdo.JDOFatalInternalException
-
Constructs a new JDOFatalInternalException
with the specified
detail message and nested Throwable
s.
- JDOFatalInternalException(String, Object) - Constructor for exception javax.jdo.JDOFatalInternalException
-
Constructs a new JDOFatalInternalException
with the specified detail message and failed object.
- JDOFatalInternalException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOFatalInternalException
-
Constructs a new JDOFatalInternalException
with the specified
detail message, nested Throwable
s, and failed object.
- JDOFatalInternalException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOFatalInternalException
-
Constructs a new JDOFatalInternalException
with the specified
detail message, nested Throwable
s, and failed object.
- JDOFatalInternalException() - Constructor for exception javax.jdo.JDOFatalInternalException
-
Constructs a new JDOFatalInternalException
without a detail message.
- JDOFatalInternalException(String) - Constructor for exception javax.jdo.JDOFatalInternalException
-
Constructs a new JDOFatalInternalException
with the specified detail message.
- JDOFatalInternalException(String, Throwable[]) - Constructor for exception javax.jdo.JDOFatalInternalException
-
Constructs a new JDOFatalInternalException
with the specified
detail message and nested Throwable
s.
- JDOFatalInternalException(String, Throwable) - Constructor for exception javax.jdo.JDOFatalInternalException
-
Constructs a new JDOFatalInternalException
with the specified
detail message and nested Throwable
s.
- JDOFatalInternalException(String, Object) - Constructor for exception javax.jdo.JDOFatalInternalException
-
Constructs a new JDOFatalInternalException
with the specified detail message and failed object.
- JDOFatalInternalException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOFatalInternalException
-
Constructs a new JDOFatalInternalException
with the specified
detail message, nested Throwable
s, and failed object.
- JDOFatalInternalException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOFatalInternalException
-
Constructs a new JDOFatalInternalException
with the specified
detail message, nested Throwable
s, and failed object.
- JDOFatalUserException - Exception in javax.jdo
-
This class represents user errors that cannot be retried.
- JDOFatalUserException - Exception in javax.jdo
-
This class represents user errors that cannot be retried.
- JDOFatalUserException() - Constructor for exception javax.jdo.JDOFatalUserException
-
Constructs a new JDOFatalUserException
without a detail message.
- JDOFatalUserException(String) - Constructor for exception javax.jdo.JDOFatalUserException
-
Constructs a new JDOFatalUserException
with the specified detail message.
- JDOFatalUserException(String, Throwable[]) - Constructor for exception javax.jdo.JDOFatalUserException
-
Constructs a new JDOFatalUserException
with the specified
detail message and nested Throwable
s.
- JDOFatalUserException(String, Throwable) - Constructor for exception javax.jdo.JDOFatalUserException
-
Constructs a new JDOFatalUserException
with the specified
detail message and nested Throwable
s.
- JDOFatalUserException(String, Object) - Constructor for exception javax.jdo.JDOFatalUserException
-
Constructs a new JDOFatalUserException
with the specified
detail message and failed object.
- JDOFatalUserException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOFatalUserException
-
Constructs a new JDOFatalUserException
with the specified
detail message, nested Throwable
s, and failed object.
- JDOFatalUserException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOFatalUserException
-
Constructs a new JDOFatalUserException
with the specified
detail message, nested Throwable
s, and failed object.
- JDOFatalUserException() - Constructor for exception javax.jdo.JDOFatalUserException
-
Constructs a new JDOFatalUserException
without a detail message.
- JDOFatalUserException(String) - Constructor for exception javax.jdo.JDOFatalUserException
-
Constructs a new JDOFatalUserException
with the specified detail message.
- JDOFatalUserException(String, Throwable[]) - Constructor for exception javax.jdo.JDOFatalUserException
-
Constructs a new JDOFatalUserException
with the specified
detail message and nested Throwable
s.
- JDOFatalUserException(String, Throwable) - Constructor for exception javax.jdo.JDOFatalUserException
-
Constructs a new JDOFatalUserException
with the specified
detail message and nested Throwable
s.
- JDOFatalUserException(String, Object) - Constructor for exception javax.jdo.JDOFatalUserException
-
Constructs a new JDOFatalUserException
with the specified
detail message and failed object.
- JDOFatalUserException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOFatalUserException
-
Constructs a new JDOFatalUserException
with the specified
detail message, nested Throwable
s, and failed object.
- JDOFatalUserException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOFatalUserException
-
Constructs a new JDOFatalUserException
with the specified
detail message, nested Throwable
s, and failed object.
- jdoGetObjectId() - Method in interface javax.jdo.spi.PersistenceCapable
-
Return a copy of the JDO identity associated with this instance.
- jdoGetObjectId() - Method in interface javax.jdo.spi.PersistenceCapable
-
Return a copy of the JDO identity associated with this instance.
- jdoGetPersistenceManager() - Method in interface javax.jdo.spi.PersistenceCapable
-
Return the associated PersistenceManager if there is one.
- jdoGetPersistenceManager() - Method in interface javax.jdo.spi.PersistenceCapable
-
Return the associated PersistenceManager if there is one.
- jdoGetTransactionalObjectId() - Method in interface javax.jdo.spi.PersistenceCapable
-
Return a copy of the JDO identity associated with this instance.
- jdoGetTransactionalObjectId() - Method in interface javax.jdo.spi.PersistenceCapable
-
Return a copy of the JDO identity associated with this instance.
- jdoGetVersion() - Method in interface javax.jdo.spi.PersistenceCapable
-
Return the version of this instance.
- jdoGetVersion() - Method in interface javax.jdo.spi.PersistenceCapable
-
Return the version of this instance.
- JDOHelper - Class in javax.jdo
-
This class can be used by a JDO-aware application to call the JDO behavior
of PersistenceCapable
instances without declaring them to be
PersistenceCapable
.
- JDOHelper - Class in javax.jdo
-
This class can be used by a JDO-aware application to call the JDO behavior
of PersistenceCapable
instances without declaring them to be
PersistenceCapable
.
- JDOHelper() - Constructor for class javax.jdo.JDOHelper
-
Some applications might prefer to use instance
methods instead of static methods.
- JDOHelper() - Constructor for class javax.jdo.JDOHelper
-
Some applications might prefer to use instance
methods instead of static methods.
- JDOImplHelper - Class in javax.jdo.spi
-
This class is a helper class for JDO implementations.
- JDOImplHelper - Class in javax.jdo.spi
-
This class is a helper class for JDO implementations.
- JDOImplHelper.StateInterrogationBooleanReturn - Interface in javax.jdo.spi
-
This is an interface used to interrogate the state of an instance
that does not implement PersistenceCapable.
- JDOImplHelper.StateInterrogationBooleanReturn - Interface in javax.jdo.spi
-
This is an interface used to interrogate the state of an instance
that does not implement PersistenceCapable.
- JDOImplHelper.StateInterrogationObjectReturn - Interface in javax.jdo.spi
-
This is an interface used to interrogate the state of an instance
that does not implement PersistenceCapable.
- JDOImplHelper.StateInterrogationObjectReturn - Interface in javax.jdo.spi
-
This is an interface used to interrogate the state of an instance
that does not implement PersistenceCapable.
- JDOImplHelper.StringConstructor - Interface in javax.jdo.spi
-
Construct an instance of a key class using a String as input.
- JDOImplHelper.StringConstructor - Interface in javax.jdo.spi
-
Construct an instance of a key class using a String as input.
- jdoIsDeleted() - Method in interface javax.jdo.spi.PersistenceCapable
-
Tests whether this object has been deleted.
- jdoIsDeleted() - Method in interface javax.jdo.spi.PersistenceCapable
-
Tests whether this object has been deleted.
- jdoIsDetached() - Method in interface javax.jdo.spi.PersistenceCapable
-
Tests whether this object has been detached.
- jdoIsDetached() - Method in interface javax.jdo.spi.PersistenceCapable
-
Tests whether this object has been detached.
- jdoIsDirty() - Method in interface javax.jdo.spi.PersistenceCapable
-
Tests whether this object is dirty.
- jdoIsDirty() - Method in interface javax.jdo.spi.PersistenceCapable
-
Tests whether this object is dirty.
- jdoIsNew() - Method in interface javax.jdo.spi.PersistenceCapable
-
Tests whether this object has been newly made persistent.
- jdoIsNew() - Method in interface javax.jdo.spi.PersistenceCapable
-
Tests whether this object has been newly made persistent.
- jdoIsPersistent() - Method in interface javax.jdo.spi.PersistenceCapable
-
Tests whether this object is persistent.
- jdoIsPersistent() - Method in interface javax.jdo.spi.PersistenceCapable
-
Tests whether this object is persistent.
- jdoIsTransactional() - Method in interface javax.jdo.spi.PersistenceCapable
-
Tests whether this object is transactional.
- jdoIsTransactional() - Method in interface javax.jdo.spi.PersistenceCapable
-
Tests whether this object is transactional.
- jdoMakeDirty(String) - Method in interface javax.jdo.spi.PersistenceCapable
-
Explicitly mark this instance and this field dirty.
- jdoMakeDirty(String) - Method in interface javax.jdo.spi.PersistenceCapable
-
Explicitly mark this instance and this field dirty.
- JDOMetadata - Interface in javax.jdo.metadata
-
Represents the top-level JDO metadata.
- JDOMetadata - Interface in javax.jdo.metadata
-
Represents the top-level JDO metadata.
- jdoNewInstance(StateManager) - Method in interface javax.jdo.spi.PersistenceCapable
-
Return a new instance of this class, with the jdoStateManager set to the
parameter, and jdoFlags set to LOAD_REQUIRED.
- jdoNewInstance(StateManager, Object) - Method in interface javax.jdo.spi.PersistenceCapable
-
Return a new instance of this class, with the jdoStateManager set to the
parameter, key fields initialized to the values in the oid, and jdoFlags
set to LOAD_REQUIRED.
- jdoNewInstance(StateManager) - Method in interface javax.jdo.spi.PersistenceCapable
-
Return a new instance of this class, with the jdoStateManager set to the
parameter, and jdoFlags set to LOAD_REQUIRED.
- jdoNewInstance(StateManager, Object) - Method in interface javax.jdo.spi.PersistenceCapable
-
Return a new instance of this class, with the jdoStateManager set to the
parameter, key fields initialized to the values in the oid, and jdoFlags
set to LOAD_REQUIRED.
- jdoNewObjectIdInstance() - Method in interface javax.jdo.spi.PersistenceCapable
-
Create a new instance of the
ObjectId class for this PersistenceCapable class and initialize
the key fields from the instance on which this method is called.
- jdoNewObjectIdInstance(Object) - Method in interface javax.jdo.spi.PersistenceCapable
-
Create a new instance of the class used for JDO identity, using the
key constructor of the object id class.
- jdoNewObjectIdInstance() - Method in interface javax.jdo.spi.PersistenceCapable
-
Create a new instance of the
ObjectId class for this PersistenceCapable class and initialize
the key fields from the instance on which this method is called.
- jdoNewObjectIdInstance(Object) - Method in interface javax.jdo.spi.PersistenceCapable
-
Create a new instance of the class used for JDO identity, using the
key constructor of the object id class.
- JDONullIdentityException - Exception in javax.jdo
-
An instance of this class is thrown when attempting to create an object id
when the object id constructor parameter is null.
- JDONullIdentityException - Exception in javax.jdo
-
An instance of this class is thrown when attempting to create an object id
when the object id constructor parameter is null.
- JDONullIdentityException() - Constructor for exception javax.jdo.JDONullIdentityException
-
Constructs a new JDONullIdentityException
without a detail message.
- JDONullIdentityException(String) - Constructor for exception javax.jdo.JDONullIdentityException
-
Constructs a new JDONullIdentityException
with the specified detail message.
- JDONullIdentityException(String, Object) - Constructor for exception javax.jdo.JDONullIdentityException
-
Constructs a new JDONullIdentityException
with the specified detail message
and failed object.
- JDONullIdentityException(String, Throwable[]) - Constructor for exception javax.jdo.JDONullIdentityException
-
Constructs a new JDONullIdentityException
with the specified
detail message and nested Throwable
s.
- JDONullIdentityException(String, Throwable) - Constructor for exception javax.jdo.JDONullIdentityException
-
Constructs a new JDONullIdentityException
with the specified detail message
and nested Throwable
s.
- JDONullIdentityException() - Constructor for exception javax.jdo.JDONullIdentityException
-
Constructs a new JDONullIdentityException
without a detail message.
- JDONullIdentityException(String) - Constructor for exception javax.jdo.JDONullIdentityException
-
Constructs a new JDONullIdentityException
with the specified detail message.
- JDONullIdentityException(String, Object) - Constructor for exception javax.jdo.JDONullIdentityException
-
Constructs a new JDONullIdentityException
with the specified detail message
and failed object.
- JDONullIdentityException(String, Throwable[]) - Constructor for exception javax.jdo.JDONullIdentityException
-
Constructs a new JDONullIdentityException
with the specified
detail message and nested Throwable
s.
- JDONullIdentityException(String, Throwable) - Constructor for exception javax.jdo.JDONullIdentityException
-
Constructs a new JDONullIdentityException
with the specified detail message
and nested Throwable
s.
- jdoObjectId() - Method in interface javax.jdo.query.PersistableExpression
-
Method to return an expression for the (JDO) identity of this persistable object.
- jdoObjectId() - Method in interface javax.jdo.query.PersistableExpression
-
Method to return an expression for the (JDO) identity of this persistable object.
- JDOObjectNotFoundException - Exception in javax.jdo
-
This class represents exceptions caused by the user accessing
an object that does not exist in the datastore.
- JDOObjectNotFoundException - Exception in javax.jdo
-
This class represents exceptions caused by the user accessing
an object that does not exist in the datastore.
- JDOObjectNotFoundException() - Constructor for exception javax.jdo.JDOObjectNotFoundException
-
Constructs a new JDOObjectNotFoundException
without a detail message.
- JDOObjectNotFoundException(String) - Constructor for exception javax.jdo.JDOObjectNotFoundException
-
Constructs a new JDOObjectNotFoundException
with the specified detail message.
- JDOObjectNotFoundException(String, Object) - Constructor for exception javax.jdo.JDOObjectNotFoundException
-
Constructs a new JDOObjectNotFoundException
with the specified detail message
and failed object.
- JDOObjectNotFoundException(String, Throwable) - Constructor for exception javax.jdo.JDOObjectNotFoundException
-
Constructs a new JDOObjectNotFoundException
with the
specified detail message and nested Throwable
s.
- JDOObjectNotFoundException(String, Throwable[]) - Constructor for exception javax.jdo.JDOObjectNotFoundException
-
Constructs a new JDOObjectNotFoundException
with the
specified detail message and nested Throwable
s.
- JDOObjectNotFoundException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOObjectNotFoundException
-
Constructs a new JDOObjectNotFoundException
with the specified
detail message, nested Throwable
s, and failed object.
- JDOObjectNotFoundException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOObjectNotFoundException
-
Constructs a new JDOFatalInternalException
with the specified
detail message, nested Throwable
s, and failed object.
- JDOObjectNotFoundException() - Constructor for exception javax.jdo.JDOObjectNotFoundException
-
Constructs a new JDOObjectNotFoundException
without a detail message.
- JDOObjectNotFoundException(String) - Constructor for exception javax.jdo.JDOObjectNotFoundException
-
Constructs a new JDOObjectNotFoundException
with the specified detail message.
- JDOObjectNotFoundException(String, Object) - Constructor for exception javax.jdo.JDOObjectNotFoundException
-
Constructs a new JDOObjectNotFoundException
with the specified detail message
and failed object.
- JDOObjectNotFoundException(String, Throwable) - Constructor for exception javax.jdo.JDOObjectNotFoundException
-
Constructs a new JDOObjectNotFoundException
with the
specified detail message and nested Throwable
s.
- JDOObjectNotFoundException(String, Throwable[]) - Constructor for exception javax.jdo.JDOObjectNotFoundException
-
Constructs a new JDOObjectNotFoundException
with the
specified detail message and nested Throwable
s.
- JDOObjectNotFoundException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOObjectNotFoundException
-
Constructs a new JDOObjectNotFoundException
with the specified
detail message, nested Throwable
s, and failed object.
- JDOObjectNotFoundException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOObjectNotFoundException
-
Constructs a new JDOFatalInternalException
with the specified
detail message, nested Throwable
s, and failed object.
- JDOOptimisticVerificationException - Exception in javax.jdo
-
This class represents optimistic verification failures.
- JDOOptimisticVerificationException - Exception in javax.jdo
-
This class represents optimistic verification failures.
- JDOOptimisticVerificationException() - Constructor for exception javax.jdo.JDOOptimisticVerificationException
-
Constructs a new JDOOptimisticVerificationException
without a detail message.
- JDOOptimisticVerificationException(String) - Constructor for exception javax.jdo.JDOOptimisticVerificationException
-
Constructs a new JDOOptimisticVerificationException
with the
specified detail message.
- JDOOptimisticVerificationException(String, Object) - Constructor for exception javax.jdo.JDOOptimisticVerificationException
-
Constructs a new JDOOptimisticVerificationException
with the
specified detail message and failed object.
- JDOOptimisticVerificationException(String, Throwable[]) - Constructor for exception javax.jdo.JDOOptimisticVerificationException
-
Constructs a new JDOOptimisticVerificationException
with the
specified detail message and nested Throwable[]
s.
- JDOOptimisticVerificationException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOOptimisticVerificationException
-
Constructs a new JDOOptimisticVerificationException
with the specified
detail message, nested Throwable
s, and failed object.
- JDOOptimisticVerificationException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOOptimisticVerificationException
-
Constructs a new JDOOptimisticVerificationException
with the specified
detail message, nested Throwable
s, and failed object.
- JDOOptimisticVerificationException() - Constructor for exception javax.jdo.JDOOptimisticVerificationException
-
Constructs a new JDOOptimisticVerificationException
without a detail message.
- JDOOptimisticVerificationException(String) - Constructor for exception javax.jdo.JDOOptimisticVerificationException
-
Constructs a new JDOOptimisticVerificationException
with the
specified detail message.
- JDOOptimisticVerificationException(String, Object) - Constructor for exception javax.jdo.JDOOptimisticVerificationException
-
Constructs a new JDOOptimisticVerificationException
with the
specified detail message and failed object.
- JDOOptimisticVerificationException(String, Throwable[]) - Constructor for exception javax.jdo.JDOOptimisticVerificationException
-
Constructs a new JDOOptimisticVerificationException
with the
specified detail message and nested Throwable[]
s.
- JDOOptimisticVerificationException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOOptimisticVerificationException
-
Constructs a new JDOOptimisticVerificationException
with the specified
detail message, nested Throwable
s, and failed object.
- JDOOptimisticVerificationException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOOptimisticVerificationException
-
Constructs a new JDOOptimisticVerificationException
with the specified
detail message, nested Throwable
s, and failed object.
- JDOPermission - Class in javax.jdo.spi
-
The JDOPermission
class is for operations that are reserved for
JDO implementations and should not be called by other code.
- JDOPermission - Class in javax.jdo.spi
-
The JDOPermission
class is for operations that are reserved for
JDO implementations and should not be called by other code.
- JDOPermission(String) - Constructor for class javax.jdo.spi.JDOPermission
-
Constructs a JDOPermission
with the specified name.
- JDOPermission(String, String) - Constructor for class javax.jdo.spi.JDOPermission
-
Constructs a JDOPermission
with the specified name and
actions.
- JDOPermission(String) - Constructor for class javax.jdo.spi.JDOPermission
-
Constructs a JDOPermission
with the specified name.
- JDOPermission(String, String) - Constructor for class javax.jdo.spi.JDOPermission
-
Constructs a JDOPermission
with the specified name and
actions.
- jdoPostAttach(Object) - Method in interface javax.jdo.listener.AttachCallback
-
- jdoPostAttach(Object) - Method in interface javax.jdo.listener.AttachCallback
-
- jdoPostDetach(Object) - Method in interface javax.jdo.listener.DetachCallback
-
- jdoPostDetach(Object) - Method in interface javax.jdo.listener.DetachCallback
-
- jdoPostLoad() - Method in interface javax.jdo.listener.LoadCallback
-
Called after the values are loaded from the data store into
this instance.
- jdoPostLoad() - Method in interface javax.jdo.listener.LoadCallback
-
Called after the values are loaded from the data store into
this instance.
- jdoPreAttach() - Method in interface javax.jdo.listener.AttachCallback
-
- jdoPreAttach() - Method in interface javax.jdo.listener.AttachCallback
-
- jdoPreClear() - Method in interface javax.jdo.listener.ClearCallback
-
Called before the values in the instance are cleared.
- jdoPreClear() - Method in interface javax.jdo.listener.ClearCallback
-
Called before the values in the instance are cleared.
- jdoPreDelete() - Method in interface javax.jdo.listener.DeleteCallback
-
Called before the instance is deleted.
- jdoPreDelete() - Method in interface javax.jdo.listener.DeleteCallback
-
Called before the instance is deleted.
- jdoPreDetach() - Method in interface javax.jdo.listener.DetachCallback
-
- jdoPreDetach() - Method in interface javax.jdo.listener.DetachCallback
-
- jdoPreStore() - Method in interface javax.jdo.listener.StoreCallback
-
Called before the values are stored from this instance to the
data store.
- jdoPreStore() - Method in interface javax.jdo.listener.StoreCallback
-
Called before the values are stored from this instance to the
data store.
- jdoProvideField(int) - Method in interface javax.jdo.spi.PersistenceCapable
-
The owning StateManager uses this method to ask the instance to
provide the value of the single field identified by fieldNumber.
- jdoProvideField(int) - Method in interface javax.jdo.spi.PersistenceCapable
-
The owning StateManager uses this method to ask the instance to
provide the value of the single field identified by fieldNumber.
- jdoProvideFields(int[]) - Method in interface javax.jdo.spi.PersistenceCapable
-
The owning StateManager uses this method to ask the instance to
provide the values of the multiple fields identified by fieldNumbers.
- jdoProvideFields(int[]) - Method in interface javax.jdo.spi.PersistenceCapable
-
The owning StateManager uses this method to ask the instance to
provide the values of the multiple fields identified by fieldNumbers.
- JDOQL - Static variable in interface javax.jdo.Query
-
- JDOQL - Static variable in interface javax.jdo.Query
-
- JDOQLTypedQuery<T> - Interface in javax.jdo
-
Interface for a type-safe refactorable JDOQL query, using a fluent API, based around expressions.
- JDOQLTypedQuery<T> - Interface in javax.jdo
-
Interface for a type-safe refactorable JDOQL query, using a fluent API, based around expressions.
- JDOQLTypedSubquery<T> - Interface in javax.jdo
-
Interface for a type-safe subquery, using a fluent API.
- JDOQLTypedSubquery<T> - Interface in javax.jdo
-
Interface for a type-safe subquery, using a fluent API.
- JDOQUERY_DTD_RESOURCE - Static variable in interface javax.jdo.Constants
-
The name of the resource for the DTD of the standard JDO query
metadata file.
- JDOQUERY_DTD_RESOURCE - Static variable in interface javax.jdo.Constants
-
The name of the resource for the DTD of the standard JDO query
metadata file.
- JDOQUERY_XSD_NS - Static variable in interface javax.jdo.Constants
-
The standard JDO query schema namespace.
- JDOQUERY_XSD_NS - Static variable in interface javax.jdo.Constants
-
The standard JDO query schema namespace.
- JDOQUERY_XSD_RESOURCE - Static variable in interface javax.jdo.Constants
-
The name of the resource for the XML schema of the standard JDO query
metadata file.
- JDOQUERY_XSD_RESOURCE - Static variable in interface javax.jdo.Constants
-
The name of the resource for the XML schema of the standard JDO query
metadata file.
- JDOQueryInterruptedException - Exception in javax.jdo
-
This class represents exceptions caused when a query is cancelled by a user calling
Query.cancel().
- JDOQueryInterruptedException - Exception in javax.jdo
-
This class represents exceptions caused when a query is cancelled by a user calling
Query.cancel().
- JDOQueryInterruptedException() - Constructor for exception javax.jdo.JDOQueryInterruptedException
-
Constructs a new JDOQueryInterruptedException
without a detail message.
- JDOQueryInterruptedException(String) - Constructor for exception javax.jdo.JDOQueryInterruptedException
-
Constructs a new JDOQueryInterruptedException
with the specified detail message.
- JDOQueryInterruptedException() - Constructor for exception javax.jdo.JDOQueryInterruptedException
-
Constructs a new JDOQueryInterruptedException
without a detail message.
- JDOQueryInterruptedException(String) - Constructor for exception javax.jdo.JDOQueryInterruptedException
-
Constructs a new JDOQueryInterruptedException
with the specified detail message.
- JDOReadOnlyException - Exception in javax.jdo
-
This class represents exceptions caused by an attempt to update a datastore
when the PMF was created as "read-only".
- JDOReadOnlyException - Exception in javax.jdo
-
This class represents exceptions caused by an attempt to update a datastore
when the PMF was created as "read-only".
- JDOReadOnlyException() - Constructor for exception javax.jdo.JDOReadOnlyException
-
Constructs a new JDOReadOnlyException
without a detail message.
- JDOReadOnlyException(String) - Constructor for exception javax.jdo.JDOReadOnlyException
-
Constructs a new JDOReadOnlyException
with the
specified detail message.
- JDOReadOnlyException(String, Throwable[]) - Constructor for exception javax.jdo.JDOReadOnlyException
-
Constructs a new JDOReadOnlyException
with the
specified detail message and nested Throwable
s.
- JDOReadOnlyException(String, Throwable) - Constructor for exception javax.jdo.JDOReadOnlyException
-
Constructs a new JDOReadOnlyException
with the
specified detail message and nested Throwable
s.
- JDOReadOnlyException() - Constructor for exception javax.jdo.JDOReadOnlyException
-
Constructs a new JDOReadOnlyException
without a detail message.
- JDOReadOnlyException(String) - Constructor for exception javax.jdo.JDOReadOnlyException
-
Constructs a new JDOReadOnlyException
with the
specified detail message.
- JDOReadOnlyException(String, Throwable[]) - Constructor for exception javax.jdo.JDOReadOnlyException
-
Constructs a new JDOReadOnlyException
with the
specified detail message and nested Throwable
s.
- JDOReadOnlyException(String, Throwable) - Constructor for exception javax.jdo.JDOReadOnlyException
-
Constructs a new JDOReadOnlyException
with the
specified detail message and nested Throwable
s.
- jdoReplaceDetachedState() - Method in interface javax.jdo.spi.Detachable
-
This method calls the StateManager with the current detached
state instance as a parameter and replaces the current detached
state instance with the value provided by the StateManager.
- jdoReplaceDetachedState() - Method in interface javax.jdo.spi.Detachable
-
This method calls the StateManager with the current detached
state instance as a parameter and replaces the current detached
state instance with the value provided by the StateManager.
- jdoReplaceField(int) - Method in interface javax.jdo.spi.PersistenceCapable
-
The owning StateManager uses this method to ask the instance to
replace the value of the single field identified by number.
- jdoReplaceField(int) - Method in interface javax.jdo.spi.PersistenceCapable
-
The owning StateManager uses this method to ask the instance to
replace the value of the single field identified by number.
- jdoReplaceFields(int[]) - Method in interface javax.jdo.spi.PersistenceCapable
-
The owning StateManager uses this method to ask the instance to
replace the values of the multiple fields identified by number.
- jdoReplaceFields(int[]) - Method in interface javax.jdo.spi.PersistenceCapable
-
The owning StateManager uses this method to ask the instance to
replace the values of the multiple fields identified by number.
- jdoReplaceFlags() - Method in interface javax.jdo.spi.PersistenceCapable
-
The owning StateManager uses this method to ask the instance to
replace the value of the flags by calling back the StateManager
replacingFlags method.
- jdoReplaceFlags() - Method in interface javax.jdo.spi.PersistenceCapable
-
The owning StateManager uses this method to ask the instance to
replace the value of the flags by calling back the StateManager
replacingFlags method.
- jdoReplaceStateManager(StateManager) - Method in interface javax.jdo.spi.PersistenceCapable
-
This method sets the StateManager instance that manages the state
of this instance.
- jdoReplaceStateManager(StateManager) - Method in interface javax.jdo.spi.PersistenceCapable
-
This method sets the StateManager instance that manages the state
of this instance.
- JDOUnsupportedOptionException - Exception in javax.jdo
-
This class represents exceptions caused by the use of optional features
not supported by the JDO implementation.
- JDOUnsupportedOptionException - Exception in javax.jdo
-
This class represents exceptions caused by the use of optional features
not supported by the JDO implementation.
- JDOUnsupportedOptionException() - Constructor for exception javax.jdo.JDOUnsupportedOptionException
-
Constructs a new JDOUnsupportedOptionException
without a detail message.
- JDOUnsupportedOptionException(String) - Constructor for exception javax.jdo.JDOUnsupportedOptionException
-
Constructs a new JDOUnsupportedOptionException
with the specified detail message.
- JDOUnsupportedOptionException(String, Throwable[]) - Constructor for exception javax.jdo.JDOUnsupportedOptionException
-
Constructs a new JDOUnsupportedOptionException
with the
specified detail message and nested Throwable
s.
- JDOUnsupportedOptionException(String, Throwable) - Constructor for exception javax.jdo.JDOUnsupportedOptionException
-
Constructs a new JDOUnsupportedOptionException
with the
specified detail message and nested Throwable
s.
- JDOUnsupportedOptionException() - Constructor for exception javax.jdo.JDOUnsupportedOptionException
-
Constructs a new JDOUnsupportedOptionException
without a detail message.
- JDOUnsupportedOptionException(String) - Constructor for exception javax.jdo.JDOUnsupportedOptionException
-
Constructs a new JDOUnsupportedOptionException
with the specified detail message.
- JDOUnsupportedOptionException(String, Throwable[]) - Constructor for exception javax.jdo.JDOUnsupportedOptionException
-
Constructs a new JDOUnsupportedOptionException
with the
specified detail message and nested Throwable
s.
- JDOUnsupportedOptionException(String, Throwable) - Constructor for exception javax.jdo.JDOUnsupportedOptionException
-
Constructs a new JDOUnsupportedOptionException
with the
specified detail message and nested Throwable
s.
- JDOUserCallbackException - Exception in javax.jdo
-
This class represents exceptions caused by exceptions thrown
during execution of callbacks or listeners.
- JDOUserCallbackException - Exception in javax.jdo
-
This class represents exceptions caused by exceptions thrown
during execution of callbacks or listeners.
- JDOUserCallbackException() - Constructor for exception javax.jdo.JDOUserCallbackException
-
Constructs a new JDOUserCallbackException
without a detail message.
- JDOUserCallbackException(String) - Constructor for exception javax.jdo.JDOUserCallbackException
-
Constructs a new JDOUserCallbackException
with the specified detail message.
- JDOUserCallbackException(String, Throwable[]) - Constructor for exception javax.jdo.JDOUserCallbackException
-
Constructs a new JDOUserCallbackException
with the
specified detail message and nested Throwable
s.
- JDOUserCallbackException(String, Throwable) - Constructor for exception javax.jdo.JDOUserCallbackException
-
Constructs a new JDOUserCallbackException
with the
specified detail message and nested Throwable
s.
- JDOUserCallbackException(String, Object) - Constructor for exception javax.jdo.JDOUserCallbackException
-
Constructs a new JDOUserCallbackException
with the specified detail message
and failed object.
- JDOUserCallbackException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOUserCallbackException
-
Constructs a new JDOUserCallbackException
with the specified detail message,
nested Throwable
s, and failed object.
- JDOUserCallbackException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOUserCallbackException
-
Constructs a new JDOUserException
with the specified detail message,
nested Throwable
s, and failed object.
- JDOUserCallbackException() - Constructor for exception javax.jdo.JDOUserCallbackException
-
Constructs a new JDOUserCallbackException
without a detail message.
- JDOUserCallbackException(String) - Constructor for exception javax.jdo.JDOUserCallbackException
-
Constructs a new JDOUserCallbackException
with the specified detail message.
- JDOUserCallbackException(String, Throwable[]) - Constructor for exception javax.jdo.JDOUserCallbackException
-
Constructs a new JDOUserCallbackException
with the
specified detail message and nested Throwable
s.
- JDOUserCallbackException(String, Throwable) - Constructor for exception javax.jdo.JDOUserCallbackException
-
Constructs a new JDOUserCallbackException
with the
specified detail message and nested Throwable
s.
- JDOUserCallbackException(String, Object) - Constructor for exception javax.jdo.JDOUserCallbackException
-
Constructs a new JDOUserCallbackException
with the specified detail message
and failed object.
- JDOUserCallbackException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOUserCallbackException
-
Constructs a new JDOUserCallbackException
with the specified detail message,
nested Throwable
s, and failed object.
- JDOUserCallbackException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOUserCallbackException
-
Constructs a new JDOUserException
with the specified detail message,
nested Throwable
s, and failed object.
- JDOUserException - Exception in javax.jdo
-
This class represents user errors that can possibly be retried.
- JDOUserException - Exception in javax.jdo
-
This class represents user errors that can possibly be retried.
- JDOUserException() - Constructor for exception javax.jdo.JDOUserException
-
Constructs a new JDOUserException
without a detail message.
- JDOUserException(String) - Constructor for exception javax.jdo.JDOUserException
-
Constructs a new JDOUserException
with the specified detail message.
- JDOUserException(String, Throwable[]) - Constructor for exception javax.jdo.JDOUserException
-
Constructs a new JDOUserException
with the specified detail message
and nested Throwable
s.
- JDOUserException(String, Throwable) - Constructor for exception javax.jdo.JDOUserException
-
Constructs a new JDOUserException
with the specified detail message
and nested Throwable
s.
- JDOUserException(String, Object) - Constructor for exception javax.jdo.JDOUserException
-
Constructs a new JDOUserException
with the specified detail message
and failed object.
- JDOUserException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOUserException
-
Constructs a new JDOUserException
with the specified detail message,
nested Throwable
s, and failed object.
- JDOUserException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOUserException
-
Constructs a new JDOUserException
with the specified detail message,
nested Throwable
s, and failed object.
- JDOUserException() - Constructor for exception javax.jdo.JDOUserException
-
Constructs a new JDOUserException
without a detail message.
- JDOUserException(String) - Constructor for exception javax.jdo.JDOUserException
-
Constructs a new JDOUserException
with the specified detail message.
- JDOUserException(String, Throwable[]) - Constructor for exception javax.jdo.JDOUserException
-
Constructs a new JDOUserException
with the specified detail message
and nested Throwable
s.
- JDOUserException(String, Throwable) - Constructor for exception javax.jdo.JDOUserException
-
Constructs a new JDOUserException
with the specified detail message
and nested Throwable
s.
- JDOUserException(String, Object) - Constructor for exception javax.jdo.JDOUserException
-
Constructs a new JDOUserException
with the specified detail message
and failed object.
- JDOUserException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOUserException
-
Constructs a new JDOUserException
with the specified detail message,
nested Throwable
s, and failed object.
- JDOUserException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOUserException
-
Constructs a new JDOUserException
with the specified detail message,
nested Throwable
s, and failed object.
- jdoVersion() - Method in interface javax.jdo.query.PersistableExpression
-
Method to return an expression for the (JDO) version of this persistable object.
- jdoVersion() - Method in interface javax.jdo.query.PersistableExpression
-
Method to return an expression for the (JDO) version of this persistable object.
- Join - Annotation Type in javax.jdo.annotations
-
Annotation for the join of a relation.
- Join - Annotation Type in javax.jdo.annotations
-
Annotation for the join of a relation.
- JoinMetadata - Interface in javax.jdo.metadata
-
Represents join information.
- JoinMetadata - Interface in javax.jdo.metadata
-
Represents join information.
- Joins - Annotation Type in javax.jdo.annotations
-
Annotation for a group of joins.
- Joins - Annotation Type in javax.jdo.annotations
-
Annotation for a group of joins.
- JTA - Static variable in interface javax.jdo.Constants
-
The value for TransactionType to specify that transactions
are managed by the Java Transactions API, as documented in
JSR-220.
- JTA - Static variable in interface javax.jdo.Constants
-
The value for TransactionType to specify that transactions
are managed by the Java Transactions API, as documented in
JSR-220.
- ne(Expression) - Method in interface javax.jdo.query.Expression
-
Method returning whether this expression doesn't equal the other expression.
- ne(T) - Method in interface javax.jdo.query.Expression
-
Method returning whether this expression doesn't equal the literal.
- ne(Expression) - Method in interface javax.jdo.query.Expression
-
Method returning whether this expression doesn't equal the other expression.
- ne(T) - Method in interface javax.jdo.query.Expression
-
Method returning whether this expression doesn't equal the literal.
- neg() - Method in interface javax.jdo.query.BooleanExpression
-
Method to return an expression that is the current expression negated.
- neg() - Method in interface javax.jdo.query.BooleanExpression
-
Method to return an expression that is the current expression negated.
- neg() - Method in interface javax.jdo.query.CharacterExpression
-
Method to return an expression that is the current expression negated.
- neg() - Method in interface javax.jdo.query.CharacterExpression
-
Method to return an expression that is the current expression negated.
- neg() - Method in interface javax.jdo.query.NumericExpression
-
Method to return an expression that is the current expression negated.
- neg() - Method in interface javax.jdo.query.NumericExpression
-
Method to return an expression that is the current expression negated.
- newArrayMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Method to define the array details (if the field/property is an array)
- newArrayMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Method to define the array details (if the field/property is an array)
- newClassMetadata(Class) - Method in interface javax.jdo.metadata.JDOMetadata
-
Add a new class to this JDO Metadata.
- newClassMetadata(Class) - Method in interface javax.jdo.metadata.JDOMetadata
-
Add a new class to this JDO Metadata.
- newClassMetadata(String) - Method in interface javax.jdo.metadata.PackageMetadata
-
Add a new class to this package.
- newClassMetadata(Class) - Method in interface javax.jdo.metadata.PackageMetadata
-
Add a new class to this package.
- newClassMetadata(String) - Method in interface javax.jdo.metadata.PackageMetadata
-
Add a new class to this package.
- newClassMetadata(Class) - Method in interface javax.jdo.metadata.PackageMetadata
-
Add a new class to this package.
- newCollectionMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Method to define the array details (if the field/property is an array).
- newCollectionMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Method to define the array details (if the field/property is an array).
- newColumn() - Method in interface javax.jdo.metadata.IndexMetadata
-
Add a new column for this index.
- newColumn() - Method in interface javax.jdo.metadata.IndexMetadata
-
Add a new column for this index.
- newColumnMetadata() - Method in interface javax.jdo.metadata.DatastoreIdentityMetadata
-
Add a new column for this datastore identity.
- newColumnMetadata() - Method in interface javax.jdo.metadata.DatastoreIdentityMetadata
-
Add a new column for this datastore identity.
- newColumnMetadata() - Method in interface javax.jdo.metadata.DiscriminatorMetadata
-
Add a new column for this discriminator.
- newColumnMetadata() - Method in interface javax.jdo.metadata.DiscriminatorMetadata
-
Add a new column for this discriminator.
- newColumnMetadata() - Method in interface javax.jdo.metadata.ElementMetadata
-
Add a new column for this element.
- newColumnMetadata() - Method in interface javax.jdo.metadata.ElementMetadata
-
Add a new column for this element.
- newColumnMetadata() - Method in interface javax.jdo.metadata.ForeignKeyMetadata
-
Add a new column for this FK.
- newColumnMetadata() - Method in interface javax.jdo.metadata.ForeignKeyMetadata
-
Add a new column for this FK.
- newColumnMetadata() - Method in interface javax.jdo.metadata.JoinMetadata
-
Add a new column for this join.
- newColumnMetadata() - Method in interface javax.jdo.metadata.JoinMetadata
-
Add a new column for this join.
- newColumnMetadata() - Method in interface javax.jdo.metadata.KeyMetadata
-
Add a new column for this key.
- newColumnMetadata() - Method in interface javax.jdo.metadata.KeyMetadata
-
Add a new column for this key.
- newColumnMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Add a new column for this join.
- newColumnMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Add a new column for this join.
- newColumnMetadata() - Method in interface javax.jdo.metadata.OrderMetadata
-
Add a column for this ordering.
- newColumnMetadata() - Method in interface javax.jdo.metadata.OrderMetadata
-
Add a column for this ordering.
- newColumnMetadata() - Method in interface javax.jdo.metadata.PrimaryKeyMetadata
-
Add a new column for this PK.
- newColumnMetadata() - Method in interface javax.jdo.metadata.PrimaryKeyMetadata
-
Add a new column for this PK.
- newColumnMetadata() - Method in interface javax.jdo.metadata.TypeMetadata
-
Add a new column for this join.
- newColumnMetadata() - Method in interface javax.jdo.metadata.TypeMetadata
-
Add a new column for this join.
- newColumnMetadata() - Method in interface javax.jdo.metadata.UniqueMetadata
-
Add a new column for this unique constraint.
- newColumnMetadata() - Method in interface javax.jdo.metadata.UniqueMetadata
-
Add a new column for this unique constraint.
- newColumnMetadata() - Method in interface javax.jdo.metadata.ValueMetadata
-
Add a new column for this value.
- newColumnMetadata() - Method in interface javax.jdo.metadata.ValueMetadata
-
Add a new column for this value.
- newColumnMetadata() - Method in interface javax.jdo.metadata.VersionMetadata
-
Add a new column for this version.
- newColumnMetadata() - Method in interface javax.jdo.metadata.VersionMetadata
-
Add a new column for this version.
- newDatastoreIdentityMetadata() - Method in interface javax.jdo.metadata.TypeMetadata
-
Method to define the datastore identity metadata details.
- newDatastoreIdentityMetadata() - Method in interface javax.jdo.metadata.TypeMetadata
-
Method to define the datastore identity metadata details.
- newDiscriminatorMetadata() - Method in interface javax.jdo.metadata.EmbeddedMetadata
-
Method to define the new discriminator metadata for handling inherited embedded objects.
- newDiscriminatorMetadata() - Method in interface javax.jdo.metadata.EmbeddedMetadata
-
Method to define the new discriminator metadata for handling inherited embedded objects.
- newDiscriminatorMetadata() - Method in interface javax.jdo.metadata.InheritanceMetadata
-
Method to define the new discriminator metadata.
- newDiscriminatorMetadata() - Method in interface javax.jdo.metadata.InheritanceMetadata
-
Method to define the new discriminator metadata.
- newElementMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Method to define the new element details.
- newElementMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Method to define the new element details.
- newEmbeddedMetadata() - Method in interface javax.jdo.metadata.ElementMetadata
-
Method to set new embedded metadata for the element.
- newEmbeddedMetadata() - Method in interface javax.jdo.metadata.ElementMetadata
-
Method to set new embedded metadata for the element.
- newEmbeddedMetadata() - Method in interface javax.jdo.metadata.KeyMetadata
-
Method to set new embedded metadata for the key.
- newEmbeddedMetadata() - Method in interface javax.jdo.metadata.KeyMetadata
-
Method to set new embedded metadata for the key.
- newEmbeddedMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Method to define the embedded details.
- newEmbeddedMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Method to define the embedded details.
- newEmbeddedMetadata() - Method in interface javax.jdo.metadata.ValueMetadata
-
Method to set new embedded metadata for the value.
- newEmbeddedMetadata() - Method in interface javax.jdo.metadata.ValueMetadata
-
Method to set new embedded metadata for the value.
- newExtensionMetadata(String, String, String) - Method in interface javax.jdo.metadata.Metadata
-
Add a vendor extension to this metadata component.
- newExtensionMetadata(String, String, String) - Method in interface javax.jdo.metadata.Metadata
-
Add a vendor extension to this metadata component.
- newFetchGroupMetadata(String) - Method in interface javax.jdo.metadata.FetchPlanMetadata
-
Add a new fetch group for this fetch plan.
- newFetchGroupMetadata(String) - Method in interface javax.jdo.metadata.FetchPlanMetadata
-
Add a new fetch group for this fetch plan.
- newFetchGroupMetadata(String) - Method in interface javax.jdo.metadata.TypeMetadata
-
Add a new FetchGroup for this component.
- newFetchGroupMetadata(String) - Method in interface javax.jdo.metadata.TypeMetadata
-
Add a new FetchGroup for this component.
- newFetchPlanMetadata(String) - Method in interface javax.jdo.metadata.JDOMetadata
-
Add a new fetch plan to this JDO Metadata.
- newFetchPlanMetadata(String) - Method in interface javax.jdo.metadata.JDOMetadata
-
Add a new fetch plan to this JDO Metadata.
- newFieldMetadata(String) - Method in interface javax.jdo.metadata.ClassMetadata
-
Add a new field to this class.
- newFieldMetadata(Field) - Method in interface javax.jdo.metadata.ClassMetadata
-
Add a new field to this class.
- newFieldMetadata(String) - Method in interface javax.jdo.metadata.ClassMetadata
-
Add a new field to this class.
- newFieldMetadata(Field) - Method in interface javax.jdo.metadata.ClassMetadata
-
Add a new field to this class.
- newFieldMetadata(String) - Method in interface javax.jdo.metadata.EmbeddedMetadata
-
Add a new field to be embedded.
- newFieldMetadata(String) - Method in interface javax.jdo.metadata.EmbeddedMetadata
-
Add a new field to be embedded.
- newFieldMetadata(String) - Method in interface javax.jdo.metadata.FetchGroupMetadata
-
Add a new field for this fetch group.
- newFieldMetadata(String) - Method in interface javax.jdo.metadata.FetchGroupMetadata
-
Add a new field for this fetch group.
- newFieldMetadata(String) - Method in interface javax.jdo.metadata.ForeignKeyMetadata
-
Add a new field for this FK.
- newFieldMetadata(String) - Method in interface javax.jdo.metadata.ForeignKeyMetadata
-
Add a new field for this FK.
- newFieldMetadata(String) - Method in interface javax.jdo.metadata.IndexMetadata
-
Add a new field for this index.
- newFieldMetadata(String) - Method in interface javax.jdo.metadata.IndexMetadata
-
Add a new field for this index.
- newFieldMetadata(String) - Method in interface javax.jdo.metadata.UniqueMetadata
-
Add a new field for this unique constraint.
- newFieldMetadata(String) - Method in interface javax.jdo.metadata.UniqueMetadata
-
Add a new field for this unique constraint.
- newForeignKeyMetadata() - Method in interface javax.jdo.metadata.ElementMetadata
-
Method to set new foreign key metadata for the element.
- newForeignKeyMetadata() - Method in interface javax.jdo.metadata.ElementMetadata
-
Method to set new foreign key metadata for the element.
- newForeignKeyMetadata() - Method in interface javax.jdo.metadata.JoinMetadata
-
Method to set new foreign key metadata for the join.
- newForeignKeyMetadata() - Method in interface javax.jdo.metadata.JoinMetadata
-
Method to set new foreign key metadata for the join.
- newForeignKeyMetadata() - Method in interface javax.jdo.metadata.KeyMetadata
-
Method to set new foreign key metadata for the key
- newForeignKeyMetadata() - Method in interface javax.jdo.metadata.KeyMetadata
-
Method to set new foreign key metadata for the key
- newForeignKeyMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Method to set new foreign key metadata for the field/property.
- newForeignKeyMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Method to set new foreign key metadata for the field/property.
- newForeignKeyMetadata() - Method in interface javax.jdo.metadata.TypeMetadata
-
Add a new FK for this component.
- newForeignKeyMetadata() - Method in interface javax.jdo.metadata.TypeMetadata
-
Add a new FK for this component.
- newForeignKeyMetadata() - Method in interface javax.jdo.metadata.ValueMetadata
-
Method to set new foreign key metadata for the value.
- newForeignKeyMetadata() - Method in interface javax.jdo.metadata.ValueMetadata
-
Method to set new foreign key metadata for the value.
- newIndexMetadata() - Method in interface javax.jdo.metadata.DiscriminatorMetadata
-
Method to set the index metadata for the discriminator.
- newIndexMetadata() - Method in interface javax.jdo.metadata.DiscriminatorMetadata
-
Method to set the index metadata for the discriminator.
- newIndexMetadata() - Method in interface javax.jdo.metadata.ElementMetadata
-
Method to set new index metadata for the element.
- newIndexMetadata() - Method in interface javax.jdo.metadata.ElementMetadata
-
Method to set new index metadata for the element.
- newIndexMetadata() - Method in interface javax.jdo.metadata.JoinMetadata
-
Method to set new index metadata for the join.
- newIndexMetadata() - Method in interface javax.jdo.metadata.JoinMetadata
-
Method to set new index metadata for the join.
- newIndexMetadata() - Method in interface javax.jdo.metadata.KeyMetadata
-
Method to set new index metadata for the key.
- newIndexMetadata() - Method in interface javax.jdo.metadata.KeyMetadata
-
Method to set new index metadata for the key.
- newIndexMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Method to set index metadata for the field/property.
- newIndexMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Method to set index metadata for the field/property.
- newIndexMetadata() - Method in interface javax.jdo.metadata.OrderMetadata
-
Method to set index metadata for the ordering.
- newIndexMetadata() - Method in interface javax.jdo.metadata.OrderMetadata
-
Method to set index metadata for the ordering.
- newIndexMetadata() - Method in interface javax.jdo.metadata.TypeMetadata
-
Add a new index for this component.
- newIndexMetadata() - Method in interface javax.jdo.metadata.TypeMetadata
-
Add a new index for this component.
- newIndexMetadata() - Method in interface javax.jdo.metadata.ValueMetadata
-
Method to set new index metadata for the value.
- newIndexMetadata() - Method in interface javax.jdo.metadata.ValueMetadata
-
Method to set new index metadata for the value.
- newIndexMetadata() - Method in interface javax.jdo.metadata.VersionMetadata
-
Method to set index metadata for the version.
- newIndexMetadata() - Method in interface javax.jdo.metadata.VersionMetadata
-
Method to set index metadata for the version.
- newInheritanceMetadata() - Method in interface javax.jdo.metadata.TypeMetadata
-
Method to define the inheritance metadata.
- newInheritanceMetadata() - Method in interface javax.jdo.metadata.TypeMetadata
-
Method to define the inheritance metadata.
- newInstance(Class<T>) - Method in interface javax.jdo.PersistenceManager
-
Creates an instance of a persistence-capable interface,
or of a concrete or abstract class.
- newInstance(Class<T>) - Method in interface javax.jdo.PersistenceManager
-
Creates an instance of a persistence-capable interface,
or of a concrete or abstract class.
- newInstance(Class, StateManager) - Method in class javax.jdo.spi.JDOImplHelper
-
Create a new instance of the class and assign its
jdoStateManager
.
- newInstance(Class, StateManager, Object) - Method in class javax.jdo.spi.JDOImplHelper
-
Create a new instance of the class and assign its
jdoStateManager
and key values from the ObjectId.
- newInstance(Class, StateManager) - Method in class javax.jdo.spi.JDOImplHelper
-
Create a new instance of the class and assign its
jdoStateManager
.
- newInstance(Class, StateManager, Object) - Method in class javax.jdo.spi.JDOImplHelper
-
Create a new instance of the class and assign its
jdoStateManager
and key values from the ObjectId.
- newInterfaceMetadata(Class) - Method in interface javax.jdo.metadata.JDOMetadata
-
Add a new interface to this JDO Metadata.
- newInterfaceMetadata(Class) - Method in interface javax.jdo.metadata.JDOMetadata
-
Add a new interface to this JDO Metadata.
- newInterfaceMetadata(String) - Method in interface javax.jdo.metadata.PackageMetadata
-
Add a new interface to this package.
- newInterfaceMetadata(Class) - Method in interface javax.jdo.metadata.PackageMetadata
-
Add a new interface to this package.
- newInterfaceMetadata(String) - Method in interface javax.jdo.metadata.PackageMetadata
-
Add a new interface to this package.
- newInterfaceMetadata(Class) - Method in interface javax.jdo.metadata.PackageMetadata
-
Add a new interface to this package.
- newJDOQLTypedQuery(Class<T>) - Method in interface javax.jdo.PersistenceManager
-
Create a new JDOQLTypedQuery
with the specified candidate class.
- newJDOQLTypedQuery(Class<T>) - Method in interface javax.jdo.PersistenceManager
-
Create a new JDOQLTypedQuery
with the specified candidate class.
- newJoinMetadata() - Method in interface javax.jdo.metadata.InheritanceMetadata
-
Method to define the new join information.
- newJoinMetadata() - Method in interface javax.jdo.metadata.InheritanceMetadata
-
Method to define the new join information.
- newJoinMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Method to define the join details.
- newJoinMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Method to define the join details.
- newJoinMetadata() - Method in interface javax.jdo.metadata.TypeMetadata
-
Add a join for this component.
- newJoinMetadata() - Method in interface javax.jdo.metadata.TypeMetadata
-
Add a join for this component.
- newKeyMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Method to define the key details.
- newKeyMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Method to define the key details.
- newMapMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Method to define the map details (if the field/property is an map).
- newMapMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Method to define the map details (if the field/property is an map).
- newMetadata() - Method in interface javax.jdo.JDOEnhancer
-
- newMetadata() - Method in interface javax.jdo.JDOEnhancer
-
- newMetadata() - Method in interface javax.jdo.PersistenceManagerFactory
-
- newMetadata() - Method in interface javax.jdo.PersistenceManagerFactory
-
- newNamedQuery(Class<T>, String) - Method in interface javax.jdo.PersistenceManager
-
Create a new Query
with the given candidate class
from a named query.
- newNamedQuery(Class<T>, String) - Method in interface javax.jdo.PersistenceManager
-
Create a new Query
with the given candidate class
from a named query.
- newObjectIdInstance(Class, Object) - Method in interface javax.jdo.PersistenceManager
-
This method returns an object id instance corresponding to the pcClass
and key arguments.
- newObjectIdInstance(Class, Object) - Method in interface javax.jdo.PersistenceManager
-
This method returns an object id instance corresponding to the pcClass
and key arguments.
- newObjectIdInstance(Class) - Method in class javax.jdo.spi.JDOImplHelper
-
Create a new instance of the ObjectId class of this
PersistenceCapable
class.
- newObjectIdInstance(Class, Object) - Method in class javax.jdo.spi.JDOImplHelper
-
Create a new instance of the class used by the parameter Class
for JDO identity, using the
key constructor of the object id class.
- newObjectIdInstance(Class) - Method in class javax.jdo.spi.JDOImplHelper
-
Create a new instance of the ObjectId class of this
PersistenceCapable
class.
- newObjectIdInstance(Class, Object) - Method in class javax.jdo.spi.JDOImplHelper
-
Create a new instance of the class used by the parameter Class
for JDO identity, using the
key constructor of the object id class.
- newOrderMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Method to define the order details.
- newOrderMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Method to define the order details.
- newPackageMetadata(String) - Method in interface javax.jdo.metadata.JDOMetadata
-
Add a new package to this JDO Metadata.
- newPackageMetadata(Package) - Method in interface javax.jdo.metadata.JDOMetadata
-
Add a new package to this JDO Metadata.
- newPackageMetadata(String) - Method in interface javax.jdo.metadata.JDOMetadata
-
Add a new package to this JDO Metadata.
- newPackageMetadata(Package) - Method in interface javax.jdo.metadata.JDOMetadata
-
Add a new package to this JDO Metadata.
- newPrimaryKeyMetadata() - Method in interface javax.jdo.metadata.JoinMetadata
-
Method to set new primary key metadata for the join.
- newPrimaryKeyMetadata() - Method in interface javax.jdo.metadata.JoinMetadata
-
Method to set new primary key metadata for the join.
- newPrimaryKeyMetadata() - Method in interface javax.jdo.metadata.TypeMetadata
-
Method to define the primary key details.
- newPrimaryKeyMetadata() - Method in interface javax.jdo.metadata.TypeMetadata
-
Method to define the primary key details.
- newPropertyMetadata(String) - Method in interface javax.jdo.metadata.EmbeddedMetadata
-
Add a new property for embedding.
- newPropertyMetadata(String) - Method in interface javax.jdo.metadata.EmbeddedMetadata
-
Add a new property for embedding.
- newPropertyMetadata(String) - Method in interface javax.jdo.metadata.FetchGroupMetadata
-
Add a new property for this fetch group.
- newPropertyMetadata(String) - Method in interface javax.jdo.metadata.FetchGroupMetadata
-
Add a new property for this fetch group.
- newPropertyMetadata(String) - Method in interface javax.jdo.metadata.ForeignKeyMetadata
-
Add a new property for this FK.
- newPropertyMetadata(String) - Method in interface javax.jdo.metadata.ForeignKeyMetadata
-
Add a new property for this FK.
- newPropertyMetadata(String) - Method in interface javax.jdo.metadata.IndexMetadata
-
Add a new property for this index.
- newPropertyMetadata(String) - Method in interface javax.jdo.metadata.IndexMetadata
-
Add a new property for this index.
- newPropertyMetadata(String) - Method in interface javax.jdo.metadata.TypeMetadata
-
Add a new property for this component.
- newPropertyMetadata(Method) - Method in interface javax.jdo.metadata.TypeMetadata
-
Add a new property for this component.
- newPropertyMetadata(String) - Method in interface javax.jdo.metadata.TypeMetadata
-
Add a new property for this component.
- newPropertyMetadata(Method) - Method in interface javax.jdo.metadata.TypeMetadata
-
Add a new property for this component.
- newPropertyMetadata(String) - Method in interface javax.jdo.metadata.UniqueMetadata
-
Add a new property for this unique constraint.
- newPropertyMetadata(String) - Method in interface javax.jdo.metadata.UniqueMetadata
-
Add a new property for this unique constraint.
- newQuery() - Method in interface javax.jdo.PersistenceManager
-
Create a new Query
with no elements.
- newQuery(Object) - Method in interface javax.jdo.PersistenceManager
-
Create a new Query
using elements from another
Query
.
- newQuery(String) - Method in interface javax.jdo.PersistenceManager
-
Create a Construct a new query instance using the specified String
as the single-string representation of the query.
- newQuery(String, Object) - Method in interface javax.jdo.PersistenceManager
-
Create a new Query
using the specified language.
- newQuery(Class<T>) - Method in interface javax.jdo.PersistenceManager
-
Create a new Query
specifying the Class
of the
candidate instances.
- newQuery(Extent<T>) - Method in interface javax.jdo.PersistenceManager
-
Create a new Query
with the Class
of the
candidate instances and candidate Extent
.
- newQuery(Class<T>, Collection<T>) - Method in interface javax.jdo.PersistenceManager
-
Create a new Query
with the candidate Class
and Collection
.
- newQuery(Class<T>, String) - Method in interface javax.jdo.PersistenceManager
-
Create a new Query
with the Class
of the
candidate instances and filter.
- newQuery(Class<T>, Collection<T>, String) - Method in interface javax.jdo.PersistenceManager
-
Create a new Query
with the Class
of the candidate instances,
candidate Collection
, and filter.
- newQuery(Extent<T>, String) - Method in interface javax.jdo.PersistenceManager
-
Create a new Query
with the
candidate Extent
and filter; the class
is taken from the Extent
.
- newQuery() - Method in interface javax.jdo.PersistenceManager
-
Create a new Query
with no elements.
- newQuery(Object) - Method in interface javax.jdo.PersistenceManager
-
Create a new Query
using elements from another
Query
.
- newQuery(String) - Method in interface javax.jdo.PersistenceManager
-
Create a Construct a new query instance using the specified String
as the single-string representation of the query.
- newQuery(String, Object) - Method in interface javax.jdo.PersistenceManager
-
Create a new Query
using the specified language.
- newQuery(Class<T>) - Method in interface javax.jdo.PersistenceManager
-
Create a new Query
specifying the Class
of the
candidate instances.
- newQuery(Extent<T>) - Method in interface javax.jdo.PersistenceManager
-
Create a new Query
with the Class
of the
candidate instances and candidate Extent
.
- newQuery(Class<T>, Collection<T>) - Method in interface javax.jdo.PersistenceManager
-
Create a new Query
with the candidate Class
and Collection
.
- newQuery(Class<T>, String) - Method in interface javax.jdo.PersistenceManager
-
Create a new Query
with the Class
of the
candidate instances and filter.
- newQuery(Class<T>, Collection<T>, String) - Method in interface javax.jdo.PersistenceManager
-
Create a new Query
with the Class
of the candidate instances,
candidate Collection
, and filter.
- newQuery(Extent<T>, String) - Method in interface javax.jdo.PersistenceManager
-
Create a new Query
with the
candidate Extent
and filter; the class
is taken from the Extent
.
- newQueryMetadata(String) - Method in interface javax.jdo.metadata.JDOMetadata
-
Add a new named query to this JDO Metadata.
- newQueryMetadata(String) - Method in interface javax.jdo.metadata.JDOMetadata
-
Add a new named query to this JDO Metadata.
- newQueryMetadata(String) - Method in interface javax.jdo.metadata.TypeMetadata
-
Add a new query for this component.
- newQueryMetadata(String) - Method in interface javax.jdo.metadata.TypeMetadata
-
Add a new query for this component.
- newSequenceMetadata(String, SequenceStrategy) - Method in interface javax.jdo.metadata.PackageMetadata
-
Add a new sequence to this package.
- newSequenceMetadata(String, SequenceStrategy) - Method in interface javax.jdo.metadata.PackageMetadata
-
Add a new sequence to this package.
- newUniqueMetadata() - Method in interface javax.jdo.metadata.ElementMetadata
-
Method to set new unique constraint metadata for the element.
- newUniqueMetadata() - Method in interface javax.jdo.metadata.ElementMetadata
-
Method to set new unique constraint metadata for the element.
- newUniqueMetadata() - Method in interface javax.jdo.metadata.JoinMetadata
-
Method to set new unique constraint metadata for the join.
- newUniqueMetadata() - Method in interface javax.jdo.metadata.JoinMetadata
-
Method to set new unique constraint metadata for the join.
- newUniqueMetadata() - Method in interface javax.jdo.metadata.KeyMetadata
-
Method to set new unique constraint metadata for the key
- newUniqueMetadata() - Method in interface javax.jdo.metadata.KeyMetadata
-
Method to set new unique constraint metadata for the key
- newUniqueMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Method to set new unique constraint metadata for the field/property.
- newUniqueMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Method to set new unique constraint metadata for the field/property.
- newUniqueMetadata() - Method in interface javax.jdo.metadata.TypeMetadata
-
Add a new unique constraint for this component.
- newUniqueMetadata() - Method in interface javax.jdo.metadata.TypeMetadata
-
Add a new unique constraint for this component.
- newUniqueMetadata() - Method in interface javax.jdo.metadata.ValueMetadata
-
Method to set new unique constraint metadata for the value.
- newUniqueMetadata() - Method in interface javax.jdo.metadata.ValueMetadata
-
Method to set new unique constraint metadata for the value.
- newValueMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Method to define the value details.
- newValueMetadata() - Method in interface javax.jdo.metadata.MemberMetadata
-
Method to define the value details.
- newVersionMetadata() - Method in interface javax.jdo.metadata.TypeMetadata
-
Method to define the version metadata.
- newVersionMetadata() - Method in interface javax.jdo.metadata.TypeMetadata
-
Method to define the version metadata.
- next() - Method in interface javax.jdo.datastore.Sequence
-
Returns the next sequence value as an Object.
- next() - Method in interface javax.jdo.datastore.Sequence
-
Returns the next sequence value as an Object.
- nextValue() - Method in interface javax.jdo.datastore.Sequence
-
Returns the next sequence value as a long.
- nextValue() - Method in interface javax.jdo.datastore.Sequence
-
Returns the next sequence value as a long.
- nonBinaryCompatibleGet(Object, JDOImplHelper.StateInterrogationObjectReturn) - Method in class javax.jdo.spi.JDOImplHelper
-
Return an object associated with a non-binary-compatible instance.
- nonBinaryCompatibleGet(Object, JDOImplHelper.StateInterrogationObjectReturn) - Method in class javax.jdo.spi.JDOImplHelper
-
Return an object associated with a non-binary-compatible instance.
- nonBinaryCompatibleIs(Object, JDOImplHelper.StateInterrogationBooleanReturn) - Method in class javax.jdo.spi.JDOImplHelper
-
Determine the state of a non-binary-compatible instance.
- nonBinaryCompatibleIs(Object, JDOImplHelper.StateInterrogationBooleanReturn) - Method in class javax.jdo.spi.JDOImplHelper
-
Determine the state of a non-binary-compatible instance.
- nonBinaryCompatibleMakeDirty(Object, String) - Method in class javax.jdo.spi.JDOImplHelper
-
Mark a non-binary-compatible instance dirty.
- nonBinaryCompatibleMakeDirty(Object, String) - Method in class javax.jdo.spi.JDOImplHelper
-
Mark a non-binary-compatible instance dirty.
- NONCONFIGURABLE_PROPERTY_VENDOR_NAME - Static variable in interface javax.jdo.Constants
-
Nonconfigurable property constant "VendorName"
- NONCONFIGURABLE_PROPERTY_VENDOR_NAME - Static variable in interface javax.jdo.Constants
-
Nonconfigurable property constant "VendorName"
- NONCONFIGURABLE_PROPERTY_VERSION_NUMBER - Static variable in interface javax.jdo.Constants
-
Nonconfigurable property constant "VersionNumber"
- NONCONFIGURABLE_PROPERTY_VERSION_NUMBER - Static variable in interface javax.jdo.Constants
-
Nonconfigurable property constant "VersionNumber"
- not() - Method in interface javax.jdo.query.BooleanExpression
-
Method to negate this expression.
- not() - Method in interface javax.jdo.query.BooleanExpression
-
Method to negate this expression.
- NotPersistent - Annotation Type in javax.jdo.annotations
-
Annotation to specify that the member is not persistent.
- NotPersistent - Annotation Type in javax.jdo.annotations
-
Annotation to specify that the member is not persistent.
- nullsFirst() - Method in interface javax.jdo.query.OrderExpression
-
Method to set nulls to be ordered BEFORE non-nulls.
- nullsFirst() - Method in interface javax.jdo.query.OrderExpression
-
Method to set nulls to be ordered BEFORE non-nulls.
- nullsLast() - Method in interface javax.jdo.query.OrderExpression
-
Method to set nulls to be ordered AFTER non-nulls.
- nullsLast() - Method in interface javax.jdo.query.OrderExpression
-
Method to set nulls to be ordered AFTER non-nulls.
- NullValue - Enum in javax.jdo.annotations
-
Enumeration of the "null-value" behavior values.
- NullValue - Enum in javax.jdo.annotations
-
Enumeration of the "null-value" behavior values.
- NumericExpression<T> - Interface in javax.jdo.query
-
Representation of a numeric expression.
- NumericExpression<T> - Interface in javax.jdo.query
-
Representation of a numeric expression.
- numericParameter(String) - Method in interface javax.jdo.JDOQLTypedQuery
-
Method to return a numeric parameter for the query.
- numericParameter(String, Class<N>) - Method in interface javax.jdo.JDOQLTypedQuery
-
Method to return a numeric parameter for the query.
- numericParameter(String) - Method in interface javax.jdo.JDOQLTypedQuery
-
Method to return a numeric parameter for the query.
- numericParameter(String, Class<N>) - Method in interface javax.jdo.JDOQLTypedQuery
-
Method to return a numeric parameter for the query.