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

A

abs() - Method in interface javax.jdo.query.NumericExpression
Method to return the absolute value expression of this expression.
acos() - Method in interface javax.jdo.query.NumericExpression
Method to return the arc cosine value expression of this expression.
add(Number) - Method in interface javax.jdo.query.NumericExpression
Method to return an expression for this expression added to the passed number.
add(String) - Method in interface javax.jdo.query.StringExpression
Method to return an expression for this string added to the passed expression (String concatenation).
add(Expression) - Method in interface javax.jdo.query.StringExpression
Method to return an expression for this expression added to the passed expression (String concatenation).
add(Expression<T>) - Method in interface javax.jdo.query.NumericExpression
Method to return an expression for this expression added to the passed expression.
addCategory(String) - Method in interface javax.jdo.FetchGroup
Add the members (fields or properties) of the named category to the set of members in this FetchGroup.
addClass(String, byte[]) - Method in interface javax.jdo.JDOEnhancer
Add an in-memory class to the items to be enhanced.
addClasses(String...) - Method in interface javax.jdo.JDOEnhancer
Add class(es) to the items to be enhanced.
addExtension(String, Object) - Method in interface javax.jdo.Query
Add a vendor-specific extension to this query.
addFetchGroups(FetchGroup...) - Method in interface javax.jdo.PersistenceManagerFactory
Add the FetchGroups to the set of active fetch groups.
addFiles(String...) - Method in interface javax.jdo.JDOEnhancer
Add metadata file(s) to the items to be enhanced.
addGroup(String) - Method in interface javax.jdo.FetchPlan
Add the fetch group to the set of active fetch groups.
addInstanceLifecycleListener(InstanceLifecycleListener, Class...) - Method in interface javax.jdo.PersistenceManager
Adds the listener instance to the list of lifecycle event listeners.
addInstanceLifecycleListener(InstanceLifecycleListener, Class[]) - Method in interface javax.jdo.PersistenceManagerFactory
Add the parameter listener to the list of instance lifecycle event listeners set as the initial listeners for each PersistenceManager created by this PersistenceManagerFactory.
addJar(String) - Method in interface javax.jdo.JDOEnhancer
Add a jar file to the items to be enhanced.
addMember(String) - Method in interface javax.jdo.FetchGroup
Add the member (field or property) to the set of members in this FetchGroup.
addMembers(String...) - Method in interface javax.jdo.FetchGroup
Add the member (field or property) to the set of members in this FetchGroup.
addPersistenceUnit(String) - Method in interface javax.jdo.JDOEnhancer
Add a persistence-unit to the items to be enhanced.
addRegisterClassListener(RegisterClassListener) - Method in class javax.jdo.spi.JDOImplHelper
Add the specified RegisterClassListener to the listener list.
addStateInterrogation(StateInterrogation) - Method in class javax.jdo.spi.JDOImplHelper
Add a StateInterrogation to the list.
addSubquery(Query, String, String) - Method in interface javax.jdo.Query
Add a subquery to this query.
addSubquery(Query, String, String, String) - Method in interface javax.jdo.Query
Add a subquery to this query.
addSubquery(Query, String, String, String...) - Method in interface javax.jdo.Query
Add a subquery to this query.
addSubquery(Query, String, String, Map) - Method in interface javax.jdo.Query
Add a subquery to this query.
ALL - Static variable in interface javax.jdo.FetchGroup
ALL - Static variable in interface javax.jdo.FetchPlan
allocate(int) - Method in interface javax.jdo.datastore.Sequence
Provides a hint to the implementation that the application will need additional sequence value objects in short order.
allocationSize() - Method in annotation type javax.jdo.annotations.Sequence
Allocation size for the sequence.
allowsNull() - Method in annotation type javax.jdo.annotations.Column
Whether the column allows null values to be inserted.
and(BooleanExpression) - Method in interface javax.jdo.query.BooleanExpression
Method to return the AND of this expression and the other expression.
ANONYMOUS_PERSISTENCE_MANAGER_FACTORY_NAME - Static variable in interface javax.jdo.Constants
The name of the anonymous PersistenceManagerFactory, which is the empty string.
APPLICATION - javax.jdo.annotations.IdentityType
 
ArrayMetadata - Interface in javax.jdo.metadata
Represents details of an array in a field/property in a class.
as(String) - Method in interface javax.jdo.query.Expression
Method to set the alias for this expression when used in the result clause.
asc() - Method in interface javax.jdo.query.ComparableExpression
Method to return an order expression for this expression in ascending order.
ASC - javax.jdo.query.OrderExpression.OrderDirection
 
asin() - Method in interface javax.jdo.query.NumericExpression
Method to return the arc sine value expression of this expression.
assertKeyNotNull(Object) - Method in class javax.jdo.identity.SingleFieldIdentity
Assert that the key is not null.
assertOnlyKnownStandardProperties(Map<?, ?>) - Static method in class javax.jdo.spi.JDOImplHelper
Examines the given map for keys beginning with the JDO standard prefix, Constants.JAVAX_JDO_PREFIX.
atan() - Method in interface javax.jdo.query.NumericExpression
Method to return the arc tangent value expression of this expression.
ATTACH - Static variable in class javax.jdo.listener.InstanceLifecycleEvent
 
AttachCallback - Interface in javax.jdo.listener
This interface is used to notify instances of attach events.
AttachLifecycleListener - Interface in javax.jdo.listener
This interface is implemented by listeners to be notified of attach events.
AttributeConverter<A,​D> - Interface in javax.jdo
Converts persistent attribute values (fields or properties) to different values stored in the underlying datastore and vice versa.
AttributeConverter.UseDefault - Class in javax.jdo
Dummy converter to represent "use the implementation default for this type" when using annotations.
avg() - Method in interface javax.jdo.query.NumericExpression
Method to return a numeric expression representing the aggregated average of this expression.
avgDistinct() - Method in interface javax.jdo.query.NumericExpression
Method to return a numeric expression representing the aggregated average of this distinct expression.

B

bAnd(NumericExpression) - Method in interface javax.jdo.query.NumericExpression
Method to return a bitwise AND expression for this expression with the supplied bit path.
BASIC - Static variable in interface javax.jdo.FetchGroup
begin() - Method in interface javax.jdo.Transaction
Begin a transaction.
BooleanExpression - Interface in javax.jdo.query
Representation of a boolean expression.
bOr(NumericExpression) - Method in interface javax.jdo.query.NumericExpression
Method to return a bitwise OR expression for this expression with the supplied bit path.
buffer(NumericExpression) - Method in interface javax.jdo.query.geospatial.GeometryExpression
Returns as Geometry defined by buffering a distance around the Geometry.
bXor(NumericExpression) - Method in interface javax.jdo.query.NumericExpression
Method to return a bitwise XOR expression for this expression with the supplied bit path.
ByteExpression - Interface in javax.jdo.query
Representation of a byte expression.
ByteIdentity - Class in javax.jdo.identity
This class is for identity with a single byte field.
ByteIdentity() - Constructor for class javax.jdo.identity.ByteIdentity
Constructor only for Externalizable.
ByteIdentity(Class, byte) - Constructor for class javax.jdo.identity.ByteIdentity
Constructor with class and key.
ByteIdentity(Class, Byte) - Constructor for class javax.jdo.identity.ByteIdentity
Constructor with class and key.
ByteIdentity(Class, String) - Constructor for class javax.jdo.identity.ByteIdentity
Constructor with class and key.

C

cacheable() - Method in annotation type javax.jdo.annotations.PersistenceCapable
Whether this class is cacheable in a Level2 cache.
cacheable() - Method in annotation type javax.jdo.annotations.Persistent
Whether this field/property is cacheable in a Level2 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.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.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.JDOQLTypedSubquery
Method to return an expression for the candidate of the subquery.
CASCADE - javax.jdo.annotations.ForeignKeyAction
 
cast(Class) - Method in interface javax.jdo.query.Expression
Return an expression where this expression is cast to the specified type.
catalog() - Method in annotation type javax.jdo.annotations.PersistenceCapable
Catalog to use for persisting this class or interface.
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.
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.
CharIdentity - Class in javax.jdo.identity
This class is for identity with a single character field.
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.
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;.
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").
checkConsistency() - Method in interface javax.jdo.PersistenceManager
Validates the PersistenceManager cache with the datastore.
CLASS_NAME - javax.jdo.annotations.DiscriminatorStrategy
 
ClassMetadata - Interface in javax.jdo.metadata
Represents 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
 
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.
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.Extent
Don't use this method directly; use closeAll() instead.
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.Query
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.Query
Close a query result and release any resources associated with it.
close(Iterator<E>) - Method in interface javax.jdo.Extent
Close an Iterator associated with this Extent instance.
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 Iterators 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.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.
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.
column() - Method in annotation type javax.jdo.annotations.DatastoreIdentity
Name of the column for the datastore identity
column() - Method in annotation type javax.jdo.annotations.Discriminator
Name of the column for the discriminator
column() - Method in annotation type javax.jdo.annotations.Element
Name of the column to store the element in.
column() - Method in annotation type javax.jdo.annotations.Join
Name of the column in the join table.
column() - Method in annotation type javax.jdo.annotations.Key
Name of the column to store the key in.
column() - Method in annotation type javax.jdo.annotations.Order
The name of the column to use for ordering the elements of the member.
column() - Method in annotation type javax.jdo.annotations.Persistent
Column name where the values are stored for this member.
column() - Method in annotation type javax.jdo.annotations.PrimaryKey
Name of the column to use for the primary key
column() - Method in annotation type javax.jdo.annotations.Value
Name of the column to store the value in.
column() - Method in annotation type javax.jdo.annotations.Version
Name of the column for the version.
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.
columns() - Method in annotation type javax.jdo.annotations.DatastoreIdentity
The column(s) making up the datastore identity.
columns() - Method in annotation type javax.jdo.annotations.Discriminator
The column(s) making up the discriminator.
columns() - Method in annotation type javax.jdo.annotations.Element
The column(s) for the element.
columns() - Method in annotation type javax.jdo.annotations.ForeignKey
Columns that compose this foreign key.
columns() - Method in annotation type javax.jdo.annotations.Index
Columns that compose this index.
columns() - Method in annotation type javax.jdo.annotations.Join
Detail definition of the join column(s).
columns() - Method in annotation type javax.jdo.annotations.Key
The column(s) for the key
columns() - Method in annotation type javax.jdo.annotations.Order
The definition of the column(s) to use for ordering.
columns() - Method in annotation type javax.jdo.annotations.Persistent
Column definition(s) for this member.
columns() - Method in annotation type javax.jdo.annotations.PrimaryKey
The column(s) for the primary key
columns() - Method in annotation type javax.jdo.annotations.Unique
Columns that compose this unique constraint.
columns() - Method in annotation type javax.jdo.annotations.Value
The column(s) for the value.
columns() - Method in annotation type javax.jdo.annotations.Version
The column(s) making up the version.
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.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.
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.
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.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.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.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.
COMPLETE_TABLE - javax.jdo.annotations.InheritanceStrategy
 
Constants - Interface in javax.jdo
Constant values used in JDO.
construct(String) - Method in interface javax.jdo.spi.JDOImplHelper.StringConstructor
Construct an instance of the class for which this instance is registered.
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.
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(GeometryExpression) - Method in interface javax.jdo.query.geospatial.GeometryExpression
TRUE if the second Geometry is completely contained in first Geometry
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.
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.
CONTIGUOUS - javax.jdo.annotations.SequenceStrategy
 
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.
converter() - Method in annotation type javax.jdo.annotations.Element
Optional AttributeConverter to use for converting this element.
converter() - Method in annotation type javax.jdo.annotations.Key
Optional AttributeConverter to use for converting this key.
converter() - Method in annotation type javax.jdo.annotations.Persistent
Optional AttributeConverter to use for converting this member.
converter() - Method in annotation type javax.jdo.annotations.Value
Optional AttributeConverter to use for converting this value.
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
 
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
 
convexHull() - Method in interface javax.jdo.query.geospatial.GeometryExpression
Returns a Geometry that is the convex hull of the Geometry.
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.
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.
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
 
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.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.ShortIdentity
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.
crosses(GeometryExpression) - Method in interface javax.jdo.query.geospatial.GeometryExpression
TRUE if this geometry crosses the other Geometry.
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.
currentValue() - Method in interface javax.jdo.datastore.Sequence
Returns the current sequence value as a long.
customStrategy() - Method in annotation type javax.jdo.annotations.DatastoreIdentity
Custom strategy to use to generate the value for the identity.
customStrategy() - Method in annotation type javax.jdo.annotations.Discriminator
Custom strategy to use for the discriminator.
customStrategy() - Method in annotation type javax.jdo.annotations.Inheritance
Custom inheritance strategy.
customStrategy() - Method in annotation type javax.jdo.annotations.Version
Custom strategy for versioning of objects of this class.
customValueStrategy() - Method in annotation type javax.jdo.annotations.Persistent
Custom value strategy to use to generate the value for this field or property (if any).

D

DATASTORE - javax.jdo.annotations.IdentityType
 
DataStoreCache - Interface in javax.jdo.datastore
Many JDO implementations allow instances to be cached in a second-level cache, and allow direct management of the cache by knowledgeable applications.
DataStoreCache.EmptyDataStoreCache - Class in javax.jdo.datastore
This class is an empty implementation of the DataStoreCache interface.
DatastoreIdentity - Annotation Type in javax.jdo.annotations
Annotation for the datastore identity of the class.
DatastoreIdentityMetadata - Interface in javax.jdo.metadata
Represents the datastore identity of a class.
datastoreReadTimeoutMillis(Integer) - Method in interface javax.jdo.JDOQLTypedQuery
Set the datastore read timeout (millis).
datastoreReadTimeoutMillis(Integer) - Method in interface javax.jdo.Query
Set the datastore read timeout (millis).
datastoreSequence() - Method in annotation type javax.jdo.annotations.Sequence
Name of the sequence in the datastore.
datastoreWriteTimeoutMillis(Integer) - Method in interface javax.jdo.JDOQLTypedQuery
Set the datastore write timeout (millis).
datastoreWriteTimeoutMillis(Integer) - Method in interface javax.jdo.Query
Set the datastore write timeout (millis).
DATE_TIME - javax.jdo.annotations.VersionStrategy
 
DateExpression - Interface in javax.jdo.query
Representation of a date in a query.
dateParameter(String) - Method in interface javax.jdo.JDOQLTypedQuery
Method to return a date parameter for the query.
DateTimeExpression - Interface in javax.jdo.query
Representation of a date-time type in a query.
datetimeParameter(String) - Method in interface javax.jdo.JDOQLTypedQuery
Method to return a datetime parameter for the query.
declareImports(String) - Method in interface javax.jdo.Query
Set the import statements to be used to identify the fully qualified name of variables or parameters.
declareParameters(String) - Method in interface javax.jdo.Query
Declare the list of parameters query execution.
declareVariables(String) - Method in interface javax.jdo.Query
Declare the unbound variables to be used in the query.
DEFAULT - javax.jdo.annotations.ForeignKeyAction
 
DEFAULT - javax.jdo.annotations.NullValue
 
DEFAULT - Static variable in interface javax.jdo.FetchGroup
DEFAULT - Static variable in interface javax.jdo.FetchPlan
defaultFetchGroup() - Method in annotation type javax.jdo.annotations.Persistent
Whether this member is in the default fetch group.
defaultValue() - Method in annotation type javax.jdo.annotations.Column
Default value for this column.
deferred() - Method in annotation type javax.jdo.annotations.ForeignKey
Whether this foreign key is deferred (constraint is checked only at commit).
deferred() - Method in annotation type javax.jdo.annotations.Unique
Whether this unique constraint is deferred until commit.
DELETE - Static variable in class javax.jdo.listener.InstanceLifecycleEvent
 
deleteAction() - Method in annotation type javax.jdo.annotations.Element
Delete action to apply to any foreign key for the element.
deleteAction() - Method in annotation type javax.jdo.annotations.ForeignKey
The delete action of this foreign key.
deleteAction() - Method in annotation type javax.jdo.annotations.Join
Delete action to be applied to any ForeignKey on this join.
deleteAction() - Method in annotation type javax.jdo.annotations.Key
Delete action to apply to the foreign key for the key.
deleteAction() - Method in annotation type javax.jdo.annotations.Value
Delete action to apply to any foreign key for the value.
DeleteCallback - Interface in javax.jdo.listener
This interface is used to notify instances of delete events.
DeleteLifecycleListener - Interface in javax.jdo.listener
This interface is implemented by listeners to be notified of delete events.
deletePersistent(Object) - Method in interface javax.jdo.PersistenceManager
Delete the persistent instance from the data store.
deletePersistentAll() - Method in interface javax.jdo.JDOQLTypedQuery
Method to execute the query deleting the affected instances.
deletePersistentAll() - Method in interface javax.jdo.Query
Deletes all the instances of the candidate class that pass the filter.
deletePersistentAll(Object...) - Method in interface javax.jdo.PersistenceManager
Delete an array of instances from the data store.
deletePersistentAll(Object...) - Method in interface javax.jdo.Query
Deletes all the instances of the candidate class that pass the filter.
deletePersistentAll(Collection) - Method in interface javax.jdo.PersistenceManager
Delete a Collection of instances from the data store.
deletePersistentAll(Map) - Method in interface javax.jdo.Query
Deletes all the instances of the candidate class that pass the filter.
dependent() - Method in annotation type javax.jdo.annotations.Element
Whether the element is dependent on the owner, and will be deleted when the owner is deleted.
dependent() - Method in annotation type javax.jdo.annotations.Key
Whether the key is dependent on the owner (and will be deleted when the owner is deleted).
dependent() - Method in annotation type javax.jdo.annotations.Persistent
Whether related object(s) of this member are dependent and so deleted when this object is deleted.
dependent() - Method in annotation type javax.jdo.annotations.Value
Whether the value is dependent on the owner (and will be deleted when the owner is deleted).
dependentElement() - Method in annotation type javax.jdo.annotations.Persistent
Whether the elements of this member are dependent.
dependentKey() - Method in annotation type javax.jdo.annotations.Persistent
Whether the keys of this member are dependent.
dependentValue() - Method in annotation type javax.jdo.annotations.Persistent
Whether the values of this member are dependent.
desc() - Method in interface javax.jdo.query.ComparableExpression
Method to return an order expression for this expression in descending order.
DESC - javax.jdo.query.OrderExpression.OrderDirection
 
DETACH - Static variable in class javax.jdo.listener.InstanceLifecycleEvent
 
DETACH_LOAD_FIELDS - Static variable in interface javax.jdo.FetchPlan
DETACH_UNLOAD_FIELDS - Static variable in interface javax.jdo.FetchPlan
detachable() - Method in annotation type javax.jdo.annotations.PersistenceCapable
Whether this class or interface is detachable.
Detachable - Interface in javax.jdo.spi
This interface is implemented by classes that can be detached from the persistence context and later attached.
DetachCallback - Interface in javax.jdo.listener
This interface is used to notify instances of detach events.
detachCopy(T) - Method in interface javax.jdo.PersistenceManager
Detach the specified instance from the PersistenceManager.
detachCopyAll(Collection<T>) - Method in interface javax.jdo.PersistenceManager
Detach the specified instances from the PersistenceManager.
detachCopyAll(T...) - Method in interface javax.jdo.PersistenceManager
Detach the specified instances from the PersistenceManager.
DETACHED_CLEAN - javax.jdo.ObjectState
 
DETACHED_DIRTY - javax.jdo.ObjectState
 
DetachLifecycleListener - Interface in javax.jdo.listener
This interface is implemented by listeners to be notified of detach events.
difference(GeometryExpression) - Method in interface javax.jdo.query.geospatial.GeometryExpression
Returns a Geometry that is the closure of the set difference of the two geometries.
DIRTY - Static variable in class javax.jdo.listener.InstanceLifecycleEvent
 
DirtyLifecycleListener - Interface in javax.jdo.listener
This interface is implemented by listeners to be notified of dirty events.
Discriminator - Annotation Type in javax.jdo.annotations
Annotation for the discriminator of the class.
discriminatorColumnName() - Method in annotation type javax.jdo.annotations.Embedded
Discriminator for cases where the embedded object has inheritance.
DiscriminatorMetadata - Interface in javax.jdo.metadata
Represents the discriminator for inheritance purposes for this class.
DiscriminatorStrategy - Enum in javax.jdo.annotations
Enumeration of the discriminator strategy values.
disjoint(GeometryExpression) - Method in interface javax.jdo.query.geospatial.GeometryExpression
TRUE if the two geometries are spatially disjoint.
distance(GeometryExpression) - Method in interface javax.jdo.query.geospatial.GeometryExpression
Returns the distance to the other geometry.
div(Number) - Method in interface javax.jdo.query.NumericExpression
Method to return an expression for this expression divided by the passed number.
div(Expression<T>) - Method in interface javax.jdo.query.NumericExpression
Method to return an expression for this expression divided by the passed expression.

E

Element - Annotation Type in javax.jdo.annotations
Annotation for the element of a collection/array relation.
ELEMENT_INSTANCE_LIFECYCLE_LISTENER - Static variable in interface javax.jdo.Constants
The name of the instance lifecycle listener element in the JDO configuration file.
ELEMENT_PERSISTENCE_MANAGER_FACTORY - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element in the JDO configuration file.
ELEMENT_PROPERTY - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory property elements in the JDO configuration file.
ElementMetadata - Interface in javax.jdo.metadata
Represents an element in a collection/array.
elseEnd(Expression<T>) - Method in interface javax.jdo.query.IfThenElseExpression
Method to add the "ELSE ..." clause.
elseEnd(T) - Method in interface javax.jdo.query.IfThenElseExpression
Method to add the "ELSE ..." clause.
embedded() - Method in annotation type javax.jdo.annotations.Element
Whether this element is embedded.
embedded() - Method in annotation type javax.jdo.annotations.Key
Whether this key is embedded.
embedded() - Method in annotation type javax.jdo.annotations.Persistent
Whether this member is embedded.
embedded() - Method in annotation type javax.jdo.annotations.Value
Whether this value is embedded.
Embedded - Annotation Type in javax.jdo.annotations
Annotation to define that the object is embedded into the table of the owning object.
embeddedElement() - Method in annotation type javax.jdo.annotations.Persistent
Whether the elements of this member are embedded.
embeddedKey() - Method in annotation type javax.jdo.annotations.Persistent
Whether the keys of this member are embedded.
embeddedMapping() - Method in annotation type javax.jdo.annotations.Element
The embedded mapping for the element.
embeddedMapping() - Method in annotation type javax.jdo.annotations.Key
The embedded mapping for the key.
embeddedMapping() - Method in annotation type javax.jdo.annotations.Value
The embedded mapping for the value.
EmbeddedMetadata - Interface in javax.jdo.metadata
Represents embedding details of a field/property in a class.
embeddedOnly() - Method in annotation type javax.jdo.annotations.PersistenceCapable
Whether objects of this class or interface can only be embedded.
EmbeddedOnly - Annotation Type in javax.jdo.annotations
Annotation for whether the class is only for persisting embedded into another object.
embeddedValue() - Method in annotation type javax.jdo.annotations.Persistent
Whether the values of this member are embedded.
EmptyDataStoreCache() - Constructor for class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
enabled() - Method in annotation type javax.jdo.annotations.Convert
Whether this conversion is enabled.
endsWith(String) - Method in interface javax.jdo.query.StringExpression
Method returning an expression for whether this string expression ends with the passed string expression.
endsWith(StringExpression) - Method in interface javax.jdo.query.StringExpression
Method returning an expression for whether this string expression ends with the passed string expression.
enhance() - Method in interface javax.jdo.JDOEnhancer
Method to enhance the items specified using addJar, addFiles, addClasses, addClass, addPersistenceUnit.
Enhancer - Class in javax.jdo
Main class to invoke a JDO Enhancer.
Enhancer() - Constructor for class javax.jdo.Enhancer
 
ENHANCER_EXCEPTION - Static variable in interface javax.jdo.Constants
Exit value for an exception from the JDOEnhancer
ENHANCER_NO_JDO_ENHANCER_FOUND - Static variable in interface javax.jdo.Constants
Exit value for no enhancer found
ENHANCER_USAGE_ERROR - Static variable in interface javax.jdo.Constants
Exit value for usage error
EnumExpression<T> - Interface in javax.jdo.query
Representation of an Enum in a query.
eq(Expression) - Method in interface javax.jdo.query.Expression
Method returning whether this expression equals the other expression.
eq(T) - Method in interface javax.jdo.query.Expression
Method returning whether this expression equals the literal.
equals(Object) - Method in interface javax.jdo.FetchGroup
Return whether this instance is equal to the other.
equals(Object) - Method in class javax.jdo.identity.ByteIdentity
Determine if the other object represents the same object id.
equals(Object) - Method in class javax.jdo.identity.CharIdentity
Determine if the other object represents the same object id.
equals(Object) - Method in class javax.jdo.identity.IntIdentity
Determine if the other object represents the same object id.
equals(Object) - Method in class javax.jdo.identity.LongIdentity
Determine if the other object represents the same object id.
equals(Object) - Method in class javax.jdo.identity.ObjectIdentity
Determine if the other object represents the same object id.
equals(Object) - Method in class javax.jdo.identity.ShortIdentity
Determine if the other object represents the same object id.
equals(Object) - Method in class javax.jdo.identity.SingleFieldIdentity
Check the class and class name and object type.
equals(Object) - Method in class javax.jdo.identity.StringIdentity
Determine if the other object represents the same object id.
equals(GeometryExpression) - Method in interface javax.jdo.query.geospatial.GeometryExpression
TRUE if the two geometries are spatially equal.
equalsIgnoreCase(String) - Method in interface javax.jdo.query.StringExpression
Method returning an expression for whether this string expression is equal to (ignoring case) the passed string.
equalsIgnoreCase(StringExpression) - Method in interface javax.jdo.query.StringExpression
Method returning an expression for whether this string expression is equal to (ignoring case) the passed string expression.
evict(Object) - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
evict(Object) - Method in interface javax.jdo.datastore.DataStoreCache
Evict the parameter instance from the second-level cache.
evict(Object) - Method in interface javax.jdo.PersistenceManager
Mark an instance as no longer needed in the cache.
evictAll() - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
evictAll() - Method in interface javax.jdo.datastore.DataStoreCache
Evict the parameter instances from the second-level cache.
evictAll() - Method in interface javax.jdo.PersistenceManager
Mark all persistent-nontransactional instances as no longer needed in the cache.
evictAll(boolean, Class) - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
evictAll(boolean, Class) - Method in interface javax.jdo.datastore.DataStoreCache
Evict the parameter instances from the second-level cache.
evictAll(boolean, Class) - Method in interface javax.jdo.PersistenceManager
Mark the parameter instances as no longer needed in the cache.
evictAll(Object...) - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
evictAll(Object...) - Method in interface javax.jdo.datastore.DataStoreCache
Evict the parameter instances from the second-level cache.
evictAll(Object...) - Method in interface javax.jdo.PersistenceManager
Mark an array of instances as no longer needed in the cache.
evictAll(Collection) - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
evictAll(Collection) - Method in interface javax.jdo.datastore.DataStoreCache
Evict the parameter instances from the second-level cache.
evictAll(Collection) - Method in interface javax.jdo.PersistenceManager
Mark a Collection of instances as no longer needed in the cache.
EXCEPTION - javax.jdo.annotations.NullValue
 
excludeSubclasses() - Method in interface javax.jdo.JDOQLTypedQuery
Method to remove subclasses (of the candidate) from the query
execute() - Method in interface javax.jdo.Query
Execute the query and return the filtered Collection.
execute(Object) - Method in interface javax.jdo.Query
Execute the query and return the filtered Collection.
execute(Object, Object) - Method in interface javax.jdo.Query
Execute the query and return the filtered Collection.
execute(Object, Object, Object) - Method in interface javax.jdo.Query
Execute the query and return the filtered Collection.
executeList() - Method in interface javax.jdo.JDOQLTypedQuery
Method to execute the query where there are (potentially) multiple rows and we are returning the candidate type.
executeList() - Method in interface javax.jdo.Query
Method to execute the query where there are (potentially) multiple rows and we are returning the candidate type.
executeResultList() - Method in interface javax.jdo.JDOQLTypedQuery
Method to execute the query where there are (potentially) multiple rows and we have a result defined but no result class.
executeResultList() - Method in interface javax.jdo.Query
Method to execute the query where there are (potentially) multiple rows and we have a result defined but no result class.
executeResultList(Class<R>) - Method in interface javax.jdo.JDOQLTypedQuery
Method to execute the query where there are (potentially) multiple rows and we are returning either the result type.
executeResultList(Class<R>) - Method in interface javax.jdo.Query
Method to execute the query where there are (potentially) multiple rows and we are returning a result type for the specified result.
executeResultUnique() - Method in interface javax.jdo.JDOQLTypedQuery
Method to execute the query where there is a single row and we have a result defined but no result class.
executeResultUnique() - Method in interface javax.jdo.Query
Method to execute the query where there is a single row and we have a result defined but no result class.
executeResultUnique(Class<R>) - Method in interface javax.jdo.JDOQLTypedQuery
Method to execute the query where there is a single row and we are returning either the result type.
executeResultUnique(Class<R>) - Method in interface javax.jdo.Query
Method to execute the query where there is a single row and we are returning a result type for the specified result.
executeUnique() - Method in interface javax.jdo.JDOQLTypedQuery
Method to execute the query where there is a single row and we are returning the candidate type.
executeUnique() - Method in interface javax.jdo.Query
Method to execute the query where there is a single row and we are returning the candidate type.
executeWithArray(Object...) - Method in interface javax.jdo.Query
Execute the query and return the filtered Collection.
executeWithMap(Map) - Method in interface javax.jdo.Query
Execute the query and return the filtered Collection.
exp() - Method in interface javax.jdo.query.NumericExpression
Method to return the exponential value expression of this expression.
Expression<T> - Interface in javax.jdo.query
Representation of an expression in a query.
extension(String, Object) - Method in interface javax.jdo.JDOQLTypedQuery
Specify an extension for this query.
extension(String, Object) - Method in interface javax.jdo.Query
Specify an extension for this query.
Extension - Annotation Type in javax.jdo.annotations
Annotation for a JDO vendor extension.
ExtensionMetadata - Interface in javax.jdo.metadata
A vendor extension defined in Metadata.
extensions() - Method in annotation type javax.jdo.annotations.Column
Vendor extensions.
extensions() - Method in annotation type javax.jdo.annotations.DatastoreIdentity
Vendor extensions.
extensions() - Method in annotation type javax.jdo.annotations.Element
Vendor extensions.
extensions() - Method in annotation type javax.jdo.annotations.ForeignKey
Vendor extensions.
extensions() - Method in annotation type javax.jdo.annotations.Index
Vendor extensions.
extensions() - Method in annotation type javax.jdo.annotations.Join
Vendor extensions.
extensions() - Method in annotation type javax.jdo.annotations.Key
Vendor extensions.
extensions() - Method in annotation type javax.jdo.annotations.Order
Vendor extensions.
extensions() - Method in annotation type javax.jdo.annotations.PersistenceCapable
Any vendor extensions.
extensions() - Method in annotation type javax.jdo.annotations.Persistent
Vendor extensions for this member.
extensions() - Method in annotation type javax.jdo.annotations.PrimaryKey
Vendor extensions.
extensions() - Method in annotation type javax.jdo.annotations.Query
Vendor extensions.
extensions() - Method in annotation type javax.jdo.annotations.Sequence
Vendor extensions for this sequence.
extensions() - Method in annotation type javax.jdo.annotations.Unique
Vendor extensions.
extensions() - Method in annotation type javax.jdo.annotations.Value
Vendor extensions.
extensions() - Method in annotation type javax.jdo.annotations.Version
Vendor extensions.
extensions(Map) - Method in interface javax.jdo.JDOQLTypedQuery
Specify a map of extensions for this query.
extensions(Map) - Method in interface javax.jdo.Query
Specify a map of extensions for this query.
Extensions - Annotation Type in javax.jdo.annotations
Annotation for a group of extensions
Extent<E> - Interface in javax.jdo
Instances of the Extent class represent the entire collection of instances in the data store of the candidate class or interface possibly including its subclasses or subinterfaces.

F

factoryClass() - Method in annotation type javax.jdo.annotations.Sequence
Name of a factory class for generating the sequence values.
FALSE - javax.jdo.metadata.Indexed
 
FETCH_SIZE_GREEDY - Static variable in interface javax.jdo.FetchPlan
FETCH_SIZE_OPTIMAL - Static variable in interface javax.jdo.FetchPlan
fetchBooleanField(int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchByteField(int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchCharField(int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchDoubleField(int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchFloatField(int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
FetchGroup - Interface in javax.jdo
FetchGroup represents a named fetch group for a specific class or interface.
FetchGroup - Annotation Type in javax.jdo.annotations
Annotation for the fetch group of a class.
FetchGroupMetadata - Interface in javax.jdo.metadata
Represents a fetch group for a class.
fetchGroups() - Method in annotation type javax.jdo.annotations.FetchGroup
Fetch groups to be nested (included) in this fetch group.
fetchGroups() - Method in annotation type javax.jdo.annotations.FetchPlan
The fetch groups in this fetch plan.
FetchGroups - Annotation Type in javax.jdo.annotations
Annotation for a group of fetch-group objects
fetchIntField(int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchLongField(int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchObjectField(int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchPlan() - Method in annotation type javax.jdo.annotations.Query
The name of the fetch plan used by this query
FetchPlan - Interface in javax.jdo
Fetch groups are activated using methods on this interface.
FetchPlan - Annotation Type in javax.jdo.annotations
Annotation for the fetch plan of a persistence manager, query, or extent.
FetchPlanMetadata - Interface in javax.jdo.metadata
Represents a fetch plan for a class.
FetchPlans - Annotation Type in javax.jdo.annotations
Annotation for a group of FetchPlan objects
fetchShortField(int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchSize() - Method in annotation type javax.jdo.annotations.FetchPlan
The number of instances of multi-valued fields retrieved by queries.
fetchStringField(int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fieldFlags - Variable in class javax.jdo.spi.RegisterClassEvent
The flags of managed fields of the persistence-capable class
FieldMetadata - Interface in javax.jdo.metadata
Represents a field in a class.
fieldNames - Variable in class javax.jdo.spi.RegisterClassEvent
The names of managed fields of the persistence-capable class
fieldTypes - Variable in class javax.jdo.spi.RegisterClassEvent
The types of managed fields of the persistence-capable class
filter(String) - Method in interface javax.jdo.Query
Set the filter for the query.
filter(BooleanExpression) - Method in interface javax.jdo.JDOQLTypedQuery
Method to set the filter of the query.
filter(BooleanExpression) - Method in interface javax.jdo.JDOQLTypedSubquery
Method to set the filter of the query.
FIRST - javax.jdo.query.OrderExpression.OrderNullsPosition
 
floor() - Method in interface javax.jdo.query.NumericExpression
Method to return the floor value expression of this expression.
flush() - Method in interface javax.jdo.PersistenceManager
Flushes all dirty, new, and deleted instances to the data store.
foreignKey() - Method in annotation type javax.jdo.annotations.Element
Name for a generated foreign key constraint.
foreignKey() - Method in annotation type javax.jdo.annotations.Join
Name for a generated foreign key constraint.
foreignKey() - Method in annotation type javax.jdo.annotations.Key
Name for a generated foreign key constraint.
foreignKey() - Method in annotation type javax.jdo.annotations.Value
Name for a generated foreign key constraint.
ForeignKey - Annotation Type in javax.jdo.annotations
Annotation for a database foreign-key.
ForeignKeyAction - Enum in javax.jdo.annotations
Enumeration of the foreign-key delete/update action values.
ForeignKeyMetadata - Interface in javax.jdo.metadata
Represents a FK constraint in an ORM context.
ForeignKeys - Annotation Type in javax.jdo.annotations
Annotation for a group of foreign-key constraints.

G

generateForeignKey() - Method in annotation type javax.jdo.annotations.Element
Generate or assume a foreign key constraint exists on the column or columns associated with this join.
generateForeignKey() - Method in annotation type javax.jdo.annotations.Join
Generate or assume a foreign key constraint exists on the column or columns associated with this join.
generateForeignKey() - Method in annotation type javax.jdo.annotations.Key
Generate or assume a foreign key constraint exists on the column or columns associated with this join.
generateForeignKey() - Method in annotation type javax.jdo.annotations.Value
Generate or assume a foreign key constraint exists on the column or columns associated with this join.
generatePrimaryKey() - Method in annotation type javax.jdo.annotations.Join
Generate or assume a primary key constraint exists on the column or columns associated with this join.
GeometryCollectionExpression<T> - Interface in javax.jdo.query.geospatial
Representation of a GeometryCollection expression.
geometryCollFromText(String, Integer) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a GeometryCollectionExpression given its text and SRID values.
geometryCollFromText(StringExpression, NumericExpression<Integer>) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a GeometryCollectionExpression given its text and SRID expressions.
geometryCollFromWKB(Object, Integer) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a GeometryCollectionExpression given its WKB and SRID values.
geometryCollFromWKB(ObjectExpression, NumericExpression<Integer>) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a GeometryCollectionExpression given its WKB and SRID expressions.
GeometryExpression<T> - Interface in javax.jdo.query.geospatial
Representation of a geometry expression.
geometryFromText(String, Integer) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a GeometryExpression given its text and SRID values.
geometryFromText(StringExpression, NumericExpression<Integer>) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a GeometryExpression given its text and SRID expressions.
geometryFromWKB(Object, Integer) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a GeometryExpression given its WKB and SRID values.
geometryFromWKB(ObjectExpression, NumericExpression<Integer>) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a GeometryExpression given its WKB and SRID expressions.
geospatialHelper() - Method in interface javax.jdo.JDOQLTypedQuery
Accessor for a helper for (DataNucleus vendor extension) Geospatial helper methods.
GeospatialHelper - Interface in javax.jdo.query.geospatial
Helper builder for (DataNucleus vendor extension) Geospatial features.
get() - Method in interface javax.jdo.query.OptionalExpression
Accessor for the object within the Optional.
get(int) - Method in interface javax.jdo.query.ListExpression
Method returning the element at this position in the List.
get(Object, StateInterrogation) - Method in interface javax.jdo.spi.JDOImplHelper.StateInterrogationObjectReturn
Return the associated instance.
get(Expression<K>) - Method in interface javax.jdo.query.MapExpression
Method returning the value expression for a specified key expression.
get(NumericExpression<Integer>) - Method in interface javax.jdo.query.ListExpression
Method returning the element at this position in the List.
get(K) - Method in interface javax.jdo.query.MapExpression
Method returning the value expression for a specified key.
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).
getAllowsNull() - Method in interface javax.jdo.metadata.ColumnMetadata
Accessor for whether the column allows null.
getArea() - Method in interface javax.jdo.query.geospatial.GeometryExpression
Returns the area of Surface/MultiSurface.
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.
getBoundary() - Method in interface javax.jdo.query.geospatial.GeometryExpression
Returns a Geometry that is the combinatorial boundary of the Geometry.
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.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.
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.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.
getCentroid() - Method in interface javax.jdo.query.geospatial.GeometryExpression
Returns the centroid of Surface/MultiSurface, which may lie outside of it.
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.
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.
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.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.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.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.ValueMetadata
Accessor for the name of the column.
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.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.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.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.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.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.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.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.
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.
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.
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.
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.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).
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.
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.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.
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.
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.PersistenceManagerFactory
Get the default 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
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.PersistenceManagerFactory
Get the default 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.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.LocalDateTimeExpression
Accessor for the day (of the month) of this date-time.
getDefaultDocumentBuilderFactory() - 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.
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.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.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.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.ValueMetadata
Accessor for the delete action of the FK.
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.CollectionMetadata
Accessor for whether the element 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.
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.PersistenceManagerFactory
Gets the detachAllOnCommit setting.
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.
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.
getDimension() - Method in interface javax.jdo.query.geospatial.GeometryExpression
Returns the dimension of the Geometry.
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.InheritanceMetadata
Accessor for the discriminator (if any).
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.
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.CollectionMetadata
Accessor for the element type.
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.CollectionMetadata
Accessor for whether the element 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.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.ValueMetadata
Accessor for any embedded metadata on this value.
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.
getEndPoint() - Method in interface javax.jdo.query.geospatial.LineStringExpression
Returns the last point of the Curve
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"
getEnvelope() - Method in interface javax.jdo.query.geospatial.GeometryExpression
Returns the rectangle bounding Geometry as a Polygon.
getErrorHandler() - Static method in class javax.jdo.JDOHelper
 
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.
getExtensions() - Method in interface javax.jdo.metadata.Metadata
Accessor for the defined extensions for this component
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.
getExteriorRing() - Method in interface javax.jdo.query.geospatial.PolygonExpression
Returns the exterior ring of this Polygon.
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.
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.
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.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.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.PersistenceManager
Returns the FetchPlan used by this PersistenceManager.
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.
getFetchSize() - Method in interface javax.jdo.FetchPlan
Return the fetch size, or FetchPlan.FETCH_SIZE_OPTIMAL if not set, or FetchPlan.FETCH_SIZE_GREEDY to fetch all.
getFetchSize() - Method in interface javax.jdo.metadata.FetchPlanMetadata
Accessor for the max fetch depth.
getFieldFlags() - Method in class javax.jdo.spi.RegisterClassEvent
Returns the flags of the managed field of the persistence-capable class.
getFieldFlags(Class) - Method in class javax.jdo.spi.JDOImplHelper
Get the field flags for a PersistenceCapable class.
getFieldName() - Method in interface javax.jdo.metadata.PropertyMetadata
Accessor for the field name.
getFieldNames() - Method in class javax.jdo.spi.RegisterClassEvent
Returns the names of the managed field of the persistence-capable class.
getFieldNames(Class) - Method in class javax.jdo.spi.JDOImplHelper
Get the field names for a PersistenceCapable class.
getFieldType() - Method in interface javax.jdo.metadata.MemberMetadata
Accessor for the type storable in the field.
getFieldTypes() - Method in class javax.jdo.spi.RegisterClassEvent
Returns the types of the managed field of the persistence-capable class.
getFieldTypes(Class) - Method in class javax.jdo.spi.JDOImplHelper
Get the field types for a PersistenceCapable class.
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.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.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.
getForeignKeys() - Method in interface javax.jdo.metadata.TypeMetadata
Accessor for all fk(s) defined on the component.
getGeometryN(NumericExpression) - Method in interface javax.jdo.query.geospatial.GeometryExpression
Returns the nth geometry in the collection.
getGeometryType() - Method in interface javax.jdo.query.geospatial.GeometryExpression
Returns the name of the instantiable subtype of Geometry.
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.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.TimeExpression
Accessor for the hour of this time.
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.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.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.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.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.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.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.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.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.
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).
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.spi.JDOImplHelper
Get an instance of JDOImplHelper.
getInstance(Class) - 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(String, ClassLoader) - Static method in class javax.jdo.spi.I18NHelper
An instance bound to a bundle.
getInterfaces() - Method in interface javax.jdo.metadata.PackageMetadata
Accessor for all interfaces defined in this package.
getInteriorRingN(NumericExpression) - Method in interface javax.jdo.query.geospatial.PolygonExpression
Returns the nth interior ring in the Polygon.
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.
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.MemberMetadata
Accessor for the join details.
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.CharIdentity
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.ObjectIdentity
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 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.
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.
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.query.geospatial.GeometryExpression
Returns the length of the Curve/MultiCurve.
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.
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(Class...) - Method in interface javax.jdo.PersistenceManager
Get the objects managed by this persistence manager being instances of the specified classes.
getManagedObjects(EnumSet<ObjectState>) - Method in interface javax.jdo.PersistenceManager
Get the objects managed by this persistence manager having the specified object states.
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.
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.
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.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.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.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.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.
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.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.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.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.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.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.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.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.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.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.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.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.UniqueMetadata
Accessor for the constraint name.
getName() - Method in interface javax.jdo.PersistenceManagerFactory
Gets the name of this PersistenceManagerFactory.
getNamedPMFProperties(String, ClassLoader, String) - Static method in class javax.jdo.JDOHelper
Find and return the named PersistenceManagerFactory's properties, or null if not found.
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.
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.
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.
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.
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
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.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.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.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.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.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.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.
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.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.
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.
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.
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.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.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.
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.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.
getNumberOfUniques() - Method in interface javax.jdo.metadata.TypeMetadata
Accessor for the number of unique constraints defined for this component.
getNumGeometries() - Method in interface javax.jdo.query.geospatial.GeometryExpression
Returns the number of geometries in the collection.
getNumInteriorRings() - Method in interface javax.jdo.query.geospatial.PolygonExpression
Returns the number of interior rings in the Polygon.
getNumPoints() - Method in interface javax.jdo.query.geospatial.GeometryExpression
Returns the number of points in the LineString.
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.
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) - 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(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(Class) - Method in interface javax.jdo.PersistenceManager
Return the Class that implements the JDO Identity for the specified PersistenceCapable class.
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.
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) - 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.
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.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.
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.
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.
getPersistenceCapableSuperclass() - Method in class javax.jdo.spi.RegisterClassEvent
Returns the class object of the persistence-capable superclass.
getPersistenceCapableSuperclass(Class) - Method in class javax.jdo.spi.JDOImplHelper
Get the persistence-capable superclass for a PersistenceCapable class.
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.JDOQLTypedQuery
Accessor for the PersistenceManager for this query
getPersistenceManager() - 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.Transaction
The Transaction instance is always associated with exactly one PersistenceManager.
getPersistenceManager(Object) - Static method in class javax.jdo.JDOHelper
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(String, String) - Method in interface javax.jdo.PersistenceManagerFactory
Get an instance of PersistenceManager from this factory.
getPersistenceManager(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
Return the PersistenceManager that owns this instance.
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() - Method in interface javax.jdo.PersistenceManager
This method returns the PersistenceManagerFactory used to create this PersistenceManager.
getPersistenceManagerFactory(File) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory configured based on the properties stored in the file at propsFile.
getPersistenceManagerFactory(File, ClassLoader) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory configured based on the properties stored in the file at propsFile.
getPersistenceManagerFactory(InputStream) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory configured based on the Properties stored in the input stream at stream.
getPersistenceManagerFactory(InputStream, ClassLoader) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory configured based on the Properties stored in the input stream at stream.
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(String) - Static method in class javax.jdo.JDOHelper
Returns a named PersistenceManagerFactory or persistence unit.
getPersistenceManagerFactory(String, ClassLoader) - Static method in class javax.jdo.JDOHelper
Returns a named PersistenceManagerFactory or persistence unit.
getPersistenceManagerFactory(String, ClassLoader, ClassLoader) - Static method in class javax.jdo.JDOHelper
Returns a named PersistenceManagerFactory or persistence unit.
getPersistenceManagerFactory(String, Context) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory at the JNDI location specified by jndiLocation in the context context.
getPersistenceManagerFactory(String, Context, ClassLoader) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory at the JNDI location specified by jndiLocation in the context context.
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<?, ?>, String) - Static method in class javax.jdo.JDOHelper
Returns a named PersistenceManagerFactory or persistence unit.
getPersistenceManagerFactory(Map<?, ?>, String, ClassLoader) - Static method in class javax.jdo.JDOHelper
Returns a named PersistenceManagerFactory or persistence unit.
getPersistenceManagerFactory(Map<?, ?>, String, ClassLoader, ClassLoader) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory configured based on the properties stored in the resource at name, or, if not found, returns a PersistenceManagerFactory with the given name or, if not found, returns a javax.persistence.EntityManagerFactory cast to a PersistenceManagerFactory.
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.
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.MemberMetadata
Accessor for the persistence modifier of the field/property.
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.
getPointN(NumericExpression) - Method in interface javax.jdo.query.geospatial.LineStringExpression
Returns the nth Point in the LineString.
getPointOnSurface() - Method in interface javax.jdo.query.geospatial.GeometryExpression
Returns a Point guaranteed to lie on the surface.
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.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.
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).
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.PersistenceManagerFactory
Return non-configurable properties of this PersistenceManagerFactory.
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.TypeMetadata
Accessor for all named queries defined on the component.
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.
getRecursionDepth() - Method in interface javax.jdo.metadata.MemberMetadata
Accessor for the recursion depth (when part of a fetch group).
getRecursionDepth(String) - Method in interface javax.jdo.FetchGroup
Get the recursion-depth for this member.
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.
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.
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.
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.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.
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.
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.
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.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.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.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.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.
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).
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.CollectionMetadata
Accessor for whether the element 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.
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.Query
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.
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.
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.
getSRID() - Method in interface javax.jdo.query.geospatial.GeometryExpression
Returns the Spatial Reference System ID for this Geometry.
getStartPoint() - Method in interface javax.jdo.query.geospatial.LineStringExpression
Returns the first point of the Curve
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.InheritanceMetadata
Accessor for the inheritance 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.
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.
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.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.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.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.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 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.
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.
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.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.
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.
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.IndexMetadata
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.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.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.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.
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.
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.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.
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.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.
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.ExtensionMetadata
Accessor for the value (set at construction).
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
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).
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(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).
getX() - Method in interface javax.jdo.query.geospatial.PointExpression
Returns the x-coordinate of the Point as a Double.
getY() - Method in interface javax.jdo.query.geospatial.PointExpression
Returns the y-coordinate of the Point as a Double.
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.LocalDateExpression
Accessor for the year of this date.
getYear() - Method in interface javax.jdo.query.LocalDateTimeExpression
Accessor for the year of this date-time.
groupBy(String) - Method in interface javax.jdo.Query
Set the grouping expressions, optionally including a "having" clause.
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.
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.

H

hashClassName() - Method in class javax.jdo.identity.SingleFieldIdentity
Return the hash code of the class name.
hashCode - Variable in class javax.jdo.identity.SingleFieldIdentity
The hashCode.
hashCode() - Method in interface javax.jdo.FetchGroup
Return the hashCode for this instance.
hashCode() - Method in class javax.jdo.identity.ObjectIdentity
Provide the hash code for this instance.
hashCode() - Method in class javax.jdo.identity.SingleFieldIdentity
Return the cached hash code.
hasSubclasses() - Method in interface javax.jdo.Extent
Returns whether this Extent was defined to contain subclasses.
having(Expression<?>) - Method in interface javax.jdo.JDOQLTypedQuery
Method to set the having clause of the query.
having(Expression<?>) - Method in interface javax.jdo.JDOQLTypedSubquery
Method to set the having clause of the query.
HOLLOW_PERSISTENT_NONTRANSACTIONAL - javax.jdo.ObjectState
 

I

I18NHelper - Class in javax.jdo.spi
Helper class for constructing messages from bundles.
IDENTITY - javax.jdo.annotations.IdGeneratorStrategy
 
identityType() - Method in annotation type javax.jdo.annotations.PersistenceCapable
Type of identity for this class or interface.
IdentityType - Enum in javax.jdo.annotations
Enumeration of the identity type values.
IdGeneratorStrategy - Enum in javax.jdo.annotations
Enumeration of the id generator strategy values.
ifThen(Class<V>, BooleanExpression, Expression<V>) - Method in interface javax.jdo.JDOQLTypedQuery
Method to return an "IF (...) ...
ifThen(BooleanExpression, Expression<T>) - Method in interface javax.jdo.query.IfThenElseExpression
Method to add an "IF (...) ..." clause.
ifThen(BooleanExpression, T) - Method in interface javax.jdo.query.IfThenElseExpression
Method to add an "IF (...) ..." clause.
ifThen(BooleanExpression, V) - Method in interface javax.jdo.JDOQLTypedQuery
Method to return an "IF (...) ...
ifThenElse(Class<V>, BooleanExpression, Expression<V>, Expression<V>) - Method in interface javax.jdo.JDOQLTypedQuery
Method to return an "IF (...) ...
ifThenElse(BooleanExpression, Expression<V>, V) - Method in interface javax.jdo.JDOQLTypedQuery
Method to return an "IF (...) ...
ifThenElse(BooleanExpression, V, Expression<V>) - Method in interface javax.jdo.JDOQLTypedQuery
Method to return an "IF (...) ...
ifThenElse(BooleanExpression, V, V) - Method in interface javax.jdo.JDOQLTypedQuery
Method to return an "IF (...) ...
IfThenElseExpression<T> - Interface in javax.jdo.query
Expression representing an "IF ...
ignoreCache(boolean) - Method in interface javax.jdo.JDOQLTypedQuery
Set whether we to ignore the cache with this query.
ignoreCache(boolean) - Method in interface javax.jdo.Query
Set whether we to ignore the cache with this query.
imports(String) - Method in interface javax.jdo.Query
Set the import statements to be used to identify the fully qualified name of variables or parameters.
includeSubclasses() - Method in interface javax.jdo.JDOQLTypedQuery
Method to include subclasses (of the candidate) to the query
INCREMENT - javax.jdo.annotations.IdGeneratorStrategy
 
index() - Method in annotation type javax.jdo.annotations.Element
The name of the index to generate.
index() - Method in annotation type javax.jdo.annotations.Join
The name of the index to generate.
index() - Method in annotation type javax.jdo.annotations.Key
The name of the index to generate.
index() - Method in annotation type javax.jdo.annotations.Value
The name of the index to generate.
Index - Annotation Type in javax.jdo.annotations
Annotation for a database index.
indexed() - Method in annotation type javax.jdo.annotations.Discriminator
Whether the discriminator is indexed.
indexed() - Method in annotation type javax.jdo.annotations.Element
Whether the value column(s) should be indexed.
indexed() - Method in annotation type javax.jdo.annotations.Join
Whether the join column is indexed.
indexed() - Method in annotation type javax.jdo.annotations.Key
Whether the value column(s) should be indexed.
indexed() - Method in annotation type javax.jdo.annotations.Value
Whether the value column(s) should be indexed.
indexed() - Method in annotation type javax.jdo.annotations.Version
Whether the version column(s) is(are) indexed.
Indexed - Enum in javax.jdo.metadata
Enumeration of the indexed values.
IndexMetadata - Interface in javax.jdo.metadata
Represents an index.
indexOf(String) - Method in interface javax.jdo.query.StringExpression
Method to return an expression for the position of the passed string in this string.
indexOf(String, int) - Method in interface javax.jdo.query.StringExpression
Method to return an expression for the position of the passed string in this string after a position.
indexOf(String, NumericExpression<Integer>) - Method in interface javax.jdo.query.StringExpression
Method to return an expression for the position of the passed string in this string after a position.
indexOf(StringExpression) - Method in interface javax.jdo.query.StringExpression
Method to return an expression for the position of the passed string in this string.
indexOf(StringExpression, int) - Method in interface javax.jdo.query.StringExpression
Method to return an expression for the position of the passed string in this string after a position.
indexOf(StringExpression, NumericExpression<Integer>) - Method in interface javax.jdo.query.StringExpression
Method to return an expression for the position of the passed string in this string after a position.
Indices - Annotation Type in javax.jdo.annotations
Annotation for a group of index constraints.
Inheritance - Annotation Type in javax.jdo.annotations
Annotation for the inheritance of the class.
InheritanceMetadata - Interface in javax.jdo.metadata
Represents the inheritance of a class.
InheritanceStrategy - Enum in javax.jdo.annotations
Enumeration of the inheritance strategy values.
initCause(Throwable) - Method in exception javax.jdo.JDOException
JDK 1.4 includes a new chaining mechanism for Throwable, but since JDO has its own "legacy" chaining mechanism, the "standard" mechanism cannot be used.
initialValue() - Method in annotation type javax.jdo.annotations.Sequence
Initial value for the sequence.
insertValue() - Method in annotation type javax.jdo.annotations.Column
Value to be inserted when this is an "unmapped" column
INSTANCE_LIFECYCLE_LISTENER_ATTRIBUTE_CLASSES - Static variable in interface javax.jdo.Constants
The name of the instance lifecycle listener element's "classes" attribute.
INSTANCE_LIFECYCLE_LISTENER_ATTRIBUTE_LISTENER - Static variable in interface javax.jdo.Constants
The name of the instance lifecycle listener element's "listener" attribute.
InstanceCallbacks - Interface in javax.jdo
A PersistenceCapable class that provides callback methods for life cycle events implements this interface.
InstanceLifecycleEvent - Class in javax.jdo.listener
This is the event class used in life cycle event notifications.
InstanceLifecycleEvent(Object, int) - Constructor for class javax.jdo.listener.InstanceLifecycleEvent
Creates a new event object with the specified source and type.
InstanceLifecycleEvent(Object, int, Object) - Constructor for class javax.jdo.listener.InstanceLifecycleEvent
Creates a new event object with the specified source, type, and target.
InstanceLifecycleListener - Interface in javax.jdo.listener
All lifecycle listeners extend from this base interface.
instanceOf(Class) - Method in interface javax.jdo.query.Expression
Return an expression for whether this expression is an instanceof the supplied class.
InterfaceMetadata - Interface in javax.jdo.metadata
Represents a persistent-interface.
intersection(GeometryExpression) - Method in interface javax.jdo.query.geospatial.GeometryExpression
Returns a Geometry that is the set intersection of the two geometries.
intersects(GeometryExpression) - Method in interface javax.jdo.query.geospatial.GeometryExpression
TRUE if this Geometry spatially intersects the other Geometry.
IntIdentity - Class in javax.jdo.identity
This class is for identity with a single int field.
IntIdentity() - Constructor for class javax.jdo.identity.IntIdentity
Constructor only for Externalizable.
IntIdentity(Class, int) - Constructor for class javax.jdo.identity.IntIdentity
Constructor with class and key.
IntIdentity(Class, Integer) - Constructor for class javax.jdo.identity.IntIdentity
Constructor with class and key.
IntIdentity(Class, String) - Constructor for class javax.jdo.identity.IntIdentity
Constructor with class and key.
invokeGetPersistenceManagerFactoryOnImplementation(String, Map<?, ?>, Map<?, ?>, ClassLoader) - Static method in class javax.jdo.JDOHelper
Invoke the getPersistenceManagerFactory method on the implementation.
is(Object, StateInterrogation) - Method in interface javax.jdo.spi.JDOImplHelper.StateInterrogationBooleanReturn
Interrogate the state of the instance
isActive() - Method in interface javax.jdo.Transaction
Returns whether there is a transaction currently active.
isClosed() - Method in interface javax.jdo.PersistenceManager
A PersistenceManager instance can be used until it is closed.
isClosed() - Method in interface javax.jdo.PersistenceManagerFactory
A PersistenceManagerFactory instance can be used until it is closed.
isClosed() - Method in interface javax.jdo.query.geospatial.LinearRingExpression
Returns TRUE if this is closed, i.e., if StartPoint(Curve) = EndPoint(Curve).
isClosed() - Method in interface javax.jdo.query.geospatial.LineStringExpression
Returns TRUE if Curve/MultiCurve is closed, i.e., if StartPoint(Curve) = EndPoint(Curve).
isClosed() - Method in interface javax.jdo.query.geospatial.MultiLineStringExpression
Returns TRUE if this is closed, i.e., if StartPoint(Curve) = EndPoint(Curve).
isDeleted(Object) - Static method in class javax.jdo.JDOHelper
Tests whether the parameter instance has been deleted.
isDeleted(Object) - Method in interface javax.jdo.spi.StateInterrogation
Tests whether the parameter instance has been deleted.
isDeleted(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
Tests whether this object has been deleted.
isDetached(Object) - Static method in class javax.jdo.JDOHelper
Tests whether the parameter instance has been detached.
isDetached(Object) - Method in interface javax.jdo.spi.StateInterrogation
Tests whether the parameter instance is detached.
isDirty(Object) - Static method in class javax.jdo.JDOHelper
Tests whether the parameter instance is dirty.
isDirty(Object) - Method in interface javax.jdo.spi.StateInterrogation
Tests whether the parameter instance is dirty.
isDirty(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
Tests whether this object is dirty.
isEmpty() - Method in interface javax.jdo.query.CollectionExpression
Method returning whether the collection is empty.
isEmpty() - Method in interface javax.jdo.query.geospatial.GeometryExpression
Returns whether this Geometry corresponds to the empty set.
isEmpty() - Method in interface javax.jdo.query.MapExpression
Method returning whether the map is empty.
isLoaded(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
Return true if the field is cached in the calling instance.
isNew(Object) - Static method in class javax.jdo.JDOHelper
Tests whether the parameter instance has been newly made persistent.
isNew(Object) - Method in interface javax.jdo.spi.StateInterrogation
Tests whether the parameter instance has been newly made persistent.
isNew(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
Tests whether this object has been newly made persistent.
isNullOrBlank(String) - Static method in class javax.jdo.JDOHelper
 
isPersistent(Object) - Static method in class javax.jdo.JDOHelper
Tests whether the parameter instance is persistent.
isPersistent(Object) - Method in interface javax.jdo.spi.StateInterrogation
Tests whether the parameter instance is persistent.
isPersistent(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
Tests whether this object is persistent.
isPresent() - Method in interface javax.jdo.query.OptionalExpression
Accessor for whether there is an object within the Optional.
isRing() - Method in interface javax.jdo.query.geospatial.LineStringExpression
Returns TRUE if Curve/MultiCurve is closed and simple.
isSimple() - Method in interface javax.jdo.query.geospatial.GeometryExpression
Whether this Geometry is simple, as defined in the Geometry Model.
isTransactional(Object) - Static method in class javax.jdo.JDOHelper
Tests whether the parameter instance is transactional.
isTransactional(Object) - Method in interface javax.jdo.spi.StateInterrogation
Tests whether the parameter instance is transactional.
isTransactional(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
Tests whether this object is transactional.
isUnmodifiable() - Method in interface javax.jdo.FetchGroup
Return whether this FetchGroup is unmodifiable.
isUnmodifiable() - Method in interface javax.jdo.JDOQLTypedQuery
The unmodifiable flag, when set, disallows further modification of the query, except for specifying the range, result class, and ignoreCache option.
isUnmodifiable() - Method in interface javax.jdo.Query
The unmodifiable flag, when set, disallows further modification of the query, except for specifying the range, result class, and ignoreCache option.
iterator() - Method in interface javax.jdo.Extent
Returns an iterator over all the instances in the Extent.

J

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 - package javax.jdo
Package providing the Java Data Objects (JDO) primary API components.
javax.jdo.annotations - package javax.jdo.annotations
This package contains the JDO annotations for use as an alternative to XML metadata.
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.query.geospatial - package javax.jdo.query.geospatial
Package providing expressions representing geospatial types in building a typed JDOQL query.
javax.jdo.spi - package javax.jdo.spi
This package contains the interfaces and classes used by JDO implementations.
jdbcType() - Method in annotation type javax.jdo.annotations.Column
JDBC Type for this column.
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_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() - 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, Object) - Constructor for exception javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message and failed object.
JDOCanRetryException(String, Throwable) - Constructor for exception javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message and nested Throwables.
JDOCanRetryException(String, Throwable[]) - Constructor for exception javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message and nested Throwables.
JDOCanRetryException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message, nested Throwables, and failed object.
JDOCanRetryException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message, nested Throwables, 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_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_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
The underlying connection that is being used by a PersistenceManager.
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.
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() - 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, Object) - Constructor for exception javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message and failed object.
JDODataStoreException(String, Throwable) - Constructor for exception javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message and nested Throwables.
JDODataStoreException(String, Throwable[]) - Constructor for exception javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message and nested Throwables.
JDODataStoreException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message, nested Throwables, and failed object.
JDODataStoreException(String, Throwable, Object) - Constructor for exception javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message, nested Throwables, 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() - 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 Throwables.
JDODetachedFieldAccessException(String, Throwable[]) - Constructor for exception javax.jdo.JDODetachedFieldAccessException
Constructs a new JDODetachedFieldAccessException with the specified detail message and nested Throwables.
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 Throwables.
JDOEnhanceException(String, Throwable[]) - Constructor for exception javax.jdo.JDOEnhanceException
Constructs a new JDOEnhanceException with the specified detail message and nested Throwables.
JDOEnhancer - Interface in javax.jdo
Interface for a JDO Enhancer.
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, Object) - Constructor for exception javax.jdo.JDOException
Constructs a new JDOException with the specified detail message and failed object.
JDOException(String, Throwable) - Constructor for exception javax.jdo.JDOException
Constructs a new JDOException with the specified detail message and nested Throwable.
JDOException(String, Throwable[]) - Constructor for exception javax.jdo.JDOException
Constructs a new JDOException with the specified detail message and nested Throwables.
JDOException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOException
Constructs a new JDOException with the specified detail message, nested Throwables, 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() - 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 Throwables.
JDOFatalDataStoreException(String, Throwable[]) - Constructor for exception javax.jdo.JDOFatalDataStoreException
Constructs a new JDOFatalDataStoreException with the specified detail message and nested Throwables.
JDOFatalDataStoreException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOFatalDataStoreException
Constructs a new JDOFatalDataStoreException with the specified detail message, nested Throwables, and failed object.
JDOFatalDataStoreException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOFatalDataStoreException
Constructs a new JDOFatalDataStoreException with the specified detail message, nested Throwables, 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() - 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, Object) - Constructor for exception javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message and failed object.
JDOFatalException(String, Throwable) - Constructor for exception javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message and nested Throwables.
JDOFatalException(String, Throwable[]) - Constructor for exception javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message and nested Throwables.
JDOFatalException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message, nested Throwables, and failed object.
JDOFatalException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message, nested Throwables, and failed object.
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, Object) - Constructor for exception javax.jdo.JDOFatalInternalException
Constructs a new JDOFatalInternalException with the specified detail message and failed object.
JDOFatalInternalException(String, Throwable) - Constructor for exception javax.jdo.JDOFatalInternalException
Constructs a new JDOFatalInternalException with the specified detail message and nested Throwables.
JDOFatalInternalException(String, Throwable[]) - Constructor for exception javax.jdo.JDOFatalInternalException
Constructs a new JDOFatalInternalException with the specified detail message and nested Throwables.
JDOFatalInternalException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOFatalInternalException
Constructs a new JDOFatalInternalException with the specified detail message, nested Throwables, and failed object.
JDOFatalInternalException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOFatalInternalException
Constructs a new JDOFatalInternalException with the specified detail message, nested Throwables, and failed object.
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, Object) - Constructor for exception javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message and failed object.
JDOFatalUserException(String, Throwable) - Constructor for exception javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message and nested Throwables.
JDOFatalUserException(String, Throwable[]) - Constructor for exception javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message and nested Throwables.
JDOFatalUserException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message, nested Throwables, and failed object.
JDOFatalUserException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message, nested Throwables, and failed object.
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.
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.
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.
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.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.
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.
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.
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.
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.
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.
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 Throwables.
JDONullIdentityException(String, Throwable[]) - Constructor for exception javax.jdo.JDONullIdentityException
Constructs a new JDONullIdentityException with the specified detail message and nested Throwables.
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() - 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 Throwables.
JDOObjectNotFoundException(String, Throwable[]) - Constructor for exception javax.jdo.JDOObjectNotFoundException
Constructs a new JDOObjectNotFoundException with the specified detail message and nested Throwables.
JDOObjectNotFoundException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOObjectNotFoundException
Constructs a new JDOObjectNotFoundException with the specified detail message, nested Throwables, and failed object.
JDOObjectNotFoundException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOObjectNotFoundException
Constructs a new JDOFatalInternalException with the specified detail message, nested Throwables, and failed object.
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 Throwables, and failed object.
JDOOptimisticVerificationException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOOptimisticVerificationException
Constructs a new JDOOptimisticVerificationException with the specified detail message, nested Throwables, 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(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
This method is called during the execution of PersistenceManager.makePersistent(T) on the persistent instance after the copy is made.
jdoPostDetach(Object) - Method in interface javax.jdo.listener.DetachCallback
This method is called during the execution of PersistenceManager.detachCopy(T) on the detached instance after the copy is made.
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
This method is called during the execution of PersistenceManager.makePersistent(T) on the detached instance before the copy is made.
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.
jdoPreDetach() - Method in interface javax.jdo.listener.DetachCallback
This method is called during the execution of PersistenceManager.detachCopy(T) on the persistent instance before the copy is made.
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.
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
The string constant used as the first argument to PersistenceManager.newQuery(String,Object) to identify that the created query should obey the JDOQL syntax and semantic rules.
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.
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_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() - 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() - 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 Throwables.
JDOReadOnlyException(String, Throwable[]) - Constructor for exception javax.jdo.JDOReadOnlyException
Constructs a new JDOReadOnlyException with the specified detail message and nested Throwables.
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.
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.
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() - 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 Throwables.
JDOUnsupportedOptionException(String, Throwable[]) - Constructor for exception javax.jdo.JDOUnsupportedOptionException
Constructs a new JDOUnsupportedOptionException with the specified detail message and nested Throwables.
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, Object) - Constructor for exception javax.jdo.JDOUserCallbackException
Constructs a new JDOUserCallbackException with the specified detail message and failed object.
JDOUserCallbackException(String, Throwable) - Constructor for exception javax.jdo.JDOUserCallbackException
Constructs a new JDOUserCallbackException with the specified detail message and nested Throwables.
JDOUserCallbackException(String, Throwable[]) - Constructor for exception javax.jdo.JDOUserCallbackException
Constructs a new JDOUserCallbackException with the specified detail message and nested Throwables.
JDOUserCallbackException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOUserCallbackException
Constructs a new JDOUserCallbackException with the specified detail message, nested Throwables, and failed object.
JDOUserCallbackException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOUserCallbackException
Constructs a new JDOUserException with the specified detail message, nested Throwables, and failed object.
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, Object) - Constructor for exception javax.jdo.JDOUserException
Constructs a new JDOUserException with the specified detail message and failed object.
JDOUserException(String, Throwable) - Constructor for exception javax.jdo.JDOUserException
Constructs a new JDOUserException with the specified detail message and nested Throwables.
JDOUserException(String, Throwable[]) - Constructor for exception javax.jdo.JDOUserException
Constructs a new JDOUserException with the specified detail message and nested Throwables.
JDOUserException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOUserException
Constructs a new JDOUserException with the specified detail message, nested Throwables, and failed object.
JDOUserException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOUserException
Constructs a new JDOUserException with the specified detail message, nested Throwables, and failed 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.
JoinMetadata - Interface in javax.jdo.metadata
Represents join information.
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.

K

key() - Method in annotation type javax.jdo.annotations.Extension
The key for the extension (required).
Key - Annotation Type in javax.jdo.annotations
Annotation for the key of a map relation.
keyAsObject - Variable in class javax.jdo.identity.SingleFieldIdentity
The key as an Object.
KeyMetadata - Interface in javax.jdo.metadata
Represents a key in a map.

L

language() - Method in annotation type javax.jdo.annotations.Query
The query language
LAST - javax.jdo.query.OrderExpression.OrderNullsPosition
 
length() - Method in annotation type javax.jdo.annotations.Column
Maximum length of data stored in this column.
length() - Method in interface javax.jdo.query.StringExpression
Method returning a expression for the length of this string.
LinearRingExpression<T> - Interface in javax.jdo.query.geospatial
Representation of a LinearRing expression.
LineStringExpression<T> - Interface in javax.jdo.query.geospatial
Representation of a LineString expression.
lineStringFromText(String, Integer) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a LineStringExpression given its text and SRID values.
lineStringFromText(StringExpression, NumericExpression<Integer>) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a LineStringExpression given its text and SRID expressions.
lineStringFromWKB(Object, Integer) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a LineStringExpression given its WKB and SRID values.
lineStringFromWKB(ObjectExpression, NumericExpression<Integer>) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a LineStringExpression given its WKB and SRID expressions.
ListExpression<T extends List<E>,​E> - Interface in javax.jdo.query
Representation of a List in a query.
listParameter(String) - Method in interface javax.jdo.JDOQLTypedQuery
Method to return a list parameter for the query.
listParameter(String, Class<E>) - Method in interface javax.jdo.JDOQLTypedQuery
Method to return a list parameter for the query.
LOAD - Static variable in class javax.jdo.listener.InstanceLifecycleEvent
 
LOAD_REQUIRED - Static variable in interface javax.jdo.spi.PersistenceCapable
If jdoFlags is set to LOAD_REQUIRED, then the fields in the default fetch group cannot be accessed for read or write without notifying the StateManager.
LoadCallback - Interface in javax.jdo.listener
This interface is used to notify instances of load events.
loadFetchGroup() - Method in annotation type javax.jdo.annotations.Persistent
Name of the fetch-group to use when this member is loaded due to being referenced when not already loaded.
LoadLifecycleListener - Interface in javax.jdo.listener
This interface is implemented by listeners to be notified of load events.
loadPropertiesFromResource(ClassLoader, String) - Static method in class javax.jdo.JDOHelper
Load a Properties instance by name from the class loader.
LocalDateExpression - Interface in javax.jdo.query
Representation of a java.time.LocalDate in a query.
LocalDateTimeExpression - Interface in javax.jdo.query
Representation of a java.time.LocalDateTime type in a query.
LocalTimeExpression - Interface in javax.jdo.query
Representation of a java.time.LocalTime in a query.
log() - Method in interface javax.jdo.query.NumericExpression
Method to return the logarithm value expression of this expression.
LongIdentity - Class in javax.jdo.identity
This class is for identity with a single long field.
LongIdentity() - Constructor for class javax.jdo.identity.LongIdentity
Constructor only for Externalizable.
LongIdentity(Class, long) - Constructor for class javax.jdo.identity.LongIdentity
Constructor with class and key.
LongIdentity(Class, Long) - Constructor for class javax.jdo.identity.LongIdentity
Constructor with class and key.
LongIdentity(Class, String) - Constructor for class javax.jdo.identity.LongIdentity
Constructor with class and key.
lt(ComparableExpression<? extends T>) - Method in interface javax.jdo.query.ComparableExpression
Method returning whether this expression is less than the other expression.
lt(T) - Method in interface javax.jdo.query.ComparableExpression
Method returning whether this expression is less than the literal.
lteq(ComparableExpression<? extends T>) - Method in interface javax.jdo.query.ComparableExpression
Method returning whether this expression is less than or equal the other expression.
lteq(T) - Method in interface javax.jdo.query.ComparableExpression
Method returning whether this expression is less than or equal the literal.

M

main(String[]) - Static method in class javax.jdo.Enhancer
Run the enhancer from the command line.
makeDirty(Object, String) - Static method in class javax.jdo.JDOHelper
Explicitly mark the parameter instance and field dirty.
makeDirty(Object, String) - Method in interface javax.jdo.spi.StateInterrogation
Explicitly mark the parameter instance and field dirty.
makeDirty(PersistenceCapable, String) - Method in interface javax.jdo.spi.StateManager
Mark the associated PersistenceCapable field dirty.
makeNontransactional(Object) - Method in interface javax.jdo.PersistenceManager
Make an instance non-transactional after commit.
makeNontransactionalAll(Object...) - Method in interface javax.jdo.PersistenceManager
Make an array of instances non-transactional after commit.
makeNontransactionalAll(Collection) - Method in interface javax.jdo.PersistenceManager
Make a Collection of instances non-transactional after commit.
makePersistent(T) - Method in interface javax.jdo.PersistenceManager
Make the parameter instance persistent in this PersistenceManager.
makePersistentAll(Collection<T>) - Method in interface javax.jdo.PersistenceManager
Make a Collection of instances persistent.
makePersistentAll(T...) - Method in interface javax.jdo.PersistenceManager
Make an array of instances persistent.
makeTransactional(Object) - Method in interface javax.jdo.PersistenceManager
Make an instance subject to transactional boundaries.
makeTransactionalAll(Object...) - Method in interface javax.jdo.PersistenceManager
Make an array of instances subject to transactional boundaries.
makeTransactionalAll(Collection) - Method in interface javax.jdo.PersistenceManager
Make a Collection of instances subject to transactional boundaries.
makeTransient(Object) - Method in interface javax.jdo.PersistenceManager
Make an instance transient, removing it from management by this PersistenceManager.
makeTransient(Object, boolean) - Method in interface javax.jdo.PersistenceManager
Make an instance transient, removing it from management by this PersistenceManager.
makeTransientAll(boolean, Object...) - Method in interface javax.jdo.PersistenceManager
Make instances transient, removing them from management by this PersistenceManager.
makeTransientAll(Object...) - Method in interface javax.jdo.PersistenceManager
Make an array of instances transient, removing them from management by this PersistenceManager.
makeTransientAll(Collection) - Method in interface javax.jdo.PersistenceManager
Make a Collection of instances transient, removing them from management by this PersistenceManager.
makeTransientAll(Collection, boolean) - Method in interface javax.jdo.PersistenceManager
Make instances transient, removing them from management by this PersistenceManager.
MANAGE_METADATA - Static variable in class javax.jdo.spi.JDOPermission
An instance of JDOPermission to be used for manageMetadata permission checking.
MapExpression<T extends Map<K,​V>,​K,​V> - Interface in javax.jdo.query
Representation of a map in a query.
MapMetadata - Interface in javax.jdo.metadata
Represents details of a map in a field/property in a class.
mapParameter(String) - Method in interface javax.jdo.JDOQLTypedQuery
Method to return a map parameter for the query.
mapParameter(String, Class<K>, Class<V>) - Method in interface javax.jdo.JDOQLTypedQuery
Method to return a map parameter for the query.
mappedBy() - Method in annotation type javax.jdo.annotations.Element
Name of the member in the target class that forms a bidirectional relationship with this member.
mappedBy() - Method in annotation type javax.jdo.annotations.Key
Name of a member in the value class where this key is stored.
mappedBy() - Method in annotation type javax.jdo.annotations.Order
Name of a field or property in the target class that acts as the ordering field or property for this member.
mappedBy() - Method in annotation type javax.jdo.annotations.Persistent
Name of the related member in the other class where this value is mapped (bidirectional relationship).
mappedBy() - Method in annotation type javax.jdo.annotations.Value
Name of a member in the key class where this value is stored.
matches(String) - Method in interface javax.jdo.query.StringExpression
Method to return an expression for whether this string expression matches the provided string.
matches(StringExpression) - Method in interface javax.jdo.query.StringExpression
Method to return an expression for whether this string expression matches the provided expression.
max() - Method in interface javax.jdo.query.ComparableExpression
Method to return a numeric expression representing the aggregated maximum of this expression.
maxFetchDepth() - Method in annotation type javax.jdo.annotations.FetchPlan
The depth of references to instantiate, starting with the root object.
MEDIATE_READ - Static variable in interface javax.jdo.spi.PersistenceCapable
If jdoFieldFlags for a field includes MEDIATE_READ, then the field has been enhanced to always call the jdoStateManager on all reads.
MEDIATE_WRITE - Static variable in interface javax.jdo.spi.PersistenceCapable
If jdoFieldFlags for a field includes MEDIATE_WRITE, then the field has been enhanced to always call the jdoStateManager on all writes.
MemberMetadata - Interface in javax.jdo.metadata
Represents a field/property in a class/persistent-interface.
members() - Method in annotation type javax.jdo.annotations.Embedded
Members for this embedding.
members() - Method in annotation type javax.jdo.annotations.FetchGroup
Members (fields and properties) of the fetch group.
members() - Method in annotation type javax.jdo.annotations.ForeignKey
Member (field and property) names that compose this foreign key.
members() - Method in annotation type javax.jdo.annotations.Index
Member (field and property) names that compose this index.
members() - Method in annotation type javax.jdo.annotations.PersistenceCapable
Member declarations.
members() - Method in annotation type javax.jdo.annotations.Unique
Member (field and property) names that compose this unique constraint.
Metadata - Interface in javax.jdo.metadata
This interface provides base level definitions for all metadata components.
min() - Method in interface javax.jdo.query.ComparableExpression
Method to return a numeric expression representing the aggregated minimum of this expression.
mod(Number) - Method in interface javax.jdo.query.NumericExpression
Method to return an expression for this expression modulus the passed number.
mod(Expression<T>) - Method in interface javax.jdo.query.NumericExpression
Method to return an expression for this expression modulus the passed expression (
msg - Static variable in class javax.jdo.identity.SingleFieldIdentity
The Internationalization message helper.
msg(String) - Method in class javax.jdo.spi.I18NHelper
Message formatter
msg(String, boolean) - Method in class javax.jdo.spi.I18NHelper
Message formatter
msg(String, int) - Method in class javax.jdo.spi.I18NHelper
Message formatter
msg(String, Object) - Method in class javax.jdo.spi.I18NHelper
Message formatter
msg(String, Object[]) - Method in class javax.jdo.spi.I18NHelper
Message formatter
msg(String, Object, Object) - Method in class javax.jdo.spi.I18NHelper
Message formatter
msg(String, Object, Object, Object) - Method in class javax.jdo.spi.I18NHelper
Message formatter
mul(Number) - Method in interface javax.jdo.query.NumericExpression
Method to return an expression for this expression multiplied by the passed number.
mul(Expression<T>) - Method in interface javax.jdo.query.NumericExpression
Method to return an expression for this expression multiplied by the passed expression.
MultiLineStringExpression<T> - Interface in javax.jdo.query.geospatial
Representation of a MultiLineString expression.
multiLineStringFromText(String, Integer) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a MultiLineStringExpression given its text and SRID values.
multiLineStringFromText(StringExpression, NumericExpression<Integer>) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a MultiLineStringExpression given its text and SRID expressions.
multiLineStringFromWKB(Object, Integer) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a MultiLineStringExpression given its WKB and SRID values.
multiLineStringFromWKB(ObjectExpression, NumericExpression<Integer>) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a MultiLineStringExpression given its WKB and SRID expressions.
MultiPointExpression<T> - Interface in javax.jdo.query.geospatial
Representation of a MultiPoint expression.
multiPointFromText(String, Integer) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a MultiPointExpression given its text and SRID values.
multiPointFromText(StringExpression, NumericExpression<Integer>) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a MultiPointExpression given its text and SRID expressions.
multiPointFromWKB(Object, Integer) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a MultiPointExpression given its WKB and SRID values.
multiPointFromWKB(ObjectExpression, NumericExpression<Integer>) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a MultiPointExpression given its WKB and SRID expressions.
MultiPolygonExpression<T> - Interface in javax.jdo.query.geospatial
Representation of a MultiPolygon expression.
multiPolygonFromText(String, Integer) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a MultiPolygonExpression given its text and SRID values.
multiPolygonFromText(StringExpression, NumericExpression<Integer>) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a MultiPolygonExpression given its text and SRID expressions.
multiPolygonFromWKB(Object, Integer) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a MultiPolygonExpression given its WKB and SRID values.
multiPolygonFromWKB(ObjectExpression, NumericExpression<Integer>) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a MultiPolygonExpression given its WKB and SRID expressions.
MULTIVALUED - Static variable in interface javax.jdo.FetchGroup

N

name() - Method in annotation type javax.jdo.annotations.Column
Name of the column.
name() - Method in annotation type javax.jdo.annotations.FetchGroup
Name of the fetch group.
name() - Method in annotation type javax.jdo.annotations.FetchPlan
Name of the fetch plan.
name() - Method in annotation type javax.jdo.annotations.ForeignKey
Name of the foreign key.
name() - Method in annotation type javax.jdo.annotations.Index
Name of the index
name() - Method in annotation type javax.jdo.annotations.Persistent
Name of the member when this is embedded in another object.
name() - Method in annotation type javax.jdo.annotations.PrimaryKey
Name of the primary key constraint
name() - Method in annotation type javax.jdo.annotations.Query
Name of the query (mandatory)
name() - Method in annotation type javax.jdo.annotations.Sequence
The symbolic name of the datastore sequence.
name() - Method in annotation type javax.jdo.annotations.Unique
Name of the unique constraint.
NATIVE - javax.jdo.annotations.IdGeneratorStrategy
 
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.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.
NEW_TABLE - javax.jdo.annotations.InheritanceStrategy
 
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.PackageMetadata
Add a new class to this package.
newClassMetadata(String) - 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).
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.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.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.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.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.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.ValueMetadata
Add a new column for this value.
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.
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.
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.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.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.
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.
newFetchPlanMetadata(String) - Method in interface javax.jdo.metadata.JDOMetadata
Add a new fetch plan to this JDO Metadata.
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(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.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.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.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.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.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.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.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.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.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.
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, 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.PackageMetadata
Add a new interface to this package.
newInterfaceMetadata(String) - 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.
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.TypeMetadata
Add a join for this component.
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).
newMetadata() - Method in interface javax.jdo.JDOEnhancer
Method to return a new metadata object that can be subsequently modified and registered with the enhancement process using the method JDOEnhancer.registerMetadata(javax.jdo.metadata.JDOMetadata).
newMetadata() - Method in interface javax.jdo.PersistenceManagerFactory
Method to return a new metadata object that can be subsequently modified and registered with the persistence process using the method PersistenceManagerFactory.registerMetadata(javax.jdo.metadata.JDOMetadata).
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) - Method in class javax.jdo.spi.JDOImplHelper
Create a new instance of the ObjectId class of this PersistenceCapable class.
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 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.
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.
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.
newPropertyMetadata(Method) - Method in interface javax.jdo.metadata.TypeMetadata
Add a new property for this component.
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.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.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.
newQuery() - Method in interface javax.jdo.PersistenceManager
Create a new Query with no elements.
newQuery(Class<T>) - Method in interface javax.jdo.PersistenceManager
Create a new Query specifying the Class of the candidate instances.
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>) - Method in interface javax.jdo.PersistenceManager
Create a new Query with the candidate Class and Collection.
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(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(Extent<T>) - Method in interface javax.jdo.PersistenceManager
Create a new Query with the Class of the candidate instances and candidate Extent.
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.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.
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.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.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.
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.
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.
NON_PERSISTENT - javax.jdo.metadata.ClassPersistenceModifier
 
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.
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_VERSION_NUMBER - Static variable in interface javax.jdo.Constants
Nonconfigurable property constant "VersionNumber"
NONCONTIGUOUS - javax.jdo.annotations.SequenceStrategy
 
NONDURABLE - javax.jdo.annotations.IdentityType
 
NONE - javax.jdo.annotations.DiscriminatorStrategy
 
NONE - javax.jdo.annotations.ForeignKeyAction
 
NONE - javax.jdo.annotations.NullValue
 
NONE - javax.jdo.annotations.PersistenceModifier
 
NONE - javax.jdo.annotations.VersionStrategy
 
NONTRANSACTIONAL - javax.jdo.annotations.SequenceStrategy
 
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.
NULL - javax.jdo.annotations.ForeignKeyAction
 
nullIndicatorColumn() - Method in annotation type javax.jdo.annotations.Embedded
The column in the embedded object used to judge if the embedded object is null.
nullIndicatorColumn() - Method in annotation type javax.jdo.annotations.Persistent
Null indicator column for this member.
nullIndicatorValue() - Method in annotation type javax.jdo.annotations.Embedded
The value in the null column to interpret the object as being null.
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.
nullValue() - Method in annotation type javax.jdo.annotations.Persistent
Behavior when this member contains a null value.
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.
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.

O

ObjectExpression<T> - Interface in javax.jdo.query
Representation of an Object as an expression.
objectIdClass() - Method in annotation type javax.jdo.annotations.PersistenceCapable
Primary key class when using application identity and using own PK.
ObjectIdentity - Class in javax.jdo.identity
This class is for identity with a single Object type field.
ObjectIdentity() - Constructor for class javax.jdo.identity.ObjectIdentity
Constructor only for Externalizable.
ObjectIdentity(Class, Object) - Constructor for class javax.jdo.identity.ObjectIdentity
Constructor with class and key.
ObjectState - Enum in javax.jdo
This class defines the object states for JDO instances.
OPTION_APPLICATION_IDENTITY - Static variable in interface javax.jdo.Constants
"javax.jdo.option.ApplicationIdentity"
OPTION_ARRAY - Static variable in interface javax.jdo.Constants
"javax.jdo.option.Array"
OPTION_ARRAYLIST - Static variable in interface javax.jdo.Constants
"javax.jdo.option.ArrayList"
OPTION_BINARY_COMPATIBILITY - Static variable in interface javax.jdo.Constants
"javax.jdo.option.BinaryCompatibility"
OPTION_CHANGE_APPLICATION_IDENTITY - Static variable in interface javax.jdo.Constants
"javax.jdo.option.ChangeApplicationIdentity"
OPTION_DATASTORE_IDENTITY - Static variable in interface javax.jdo.Constants
"javax.jdo.option.DatastoreIdentity"
OPTION_DATASTORE_TIMEOUT - Static variable in interface javax.jdo.Constants
"javax.jdo.option.DatastoreTimeout"
OPTION_GET_DATASTORE_CONNECTION - Static variable in interface javax.jdo.Constants
"javax.jdo.option.GetDataStoreConnection"
OPTION_GET_JDBC_CONNECTION - Static variable in interface javax.jdo.Constants
"javax.jdo.option.GetJDBCConnection"
OPTION_LINKEDLIST - Static variable in interface javax.jdo.Constants
"javax.jdo.option.LinkedList"
OPTION_MAPPING_HETEROGENEOUS_INTERFACE_TYPE - Static variable in interface javax.jdo.Constants
"javax.jdo.option.mapping.HeterogeneousInterfaceType"
OPTION_MAPPING_HETEROGENEOUS_OBJECT_TYPE - Static variable in interface javax.jdo.Constants
"javax.jdo.option.mapping.HeterogeneousObjectType"
OPTION_MAPPING_JOINED_TABLE_PER_CLASS - Static variable in interface javax.jdo.Constants
"javax.jdo.option.mapping.JoinedTablePerClass"
OPTION_MAPPING_JOINED_TABLE_PER_CONCRETE_CLASS - Static variable in interface javax.jdo.Constants
"javax.jdo.option.mapping.JoinedTablePerConcreteClass"
OPTION_MAPPING_NON_JOINED_TABLE_PER_CONCRETE_CLASS - Static variable in interface javax.jdo.Constants
"javax.jdo.option.mapping.NonJoinedTablePerConcreteClass"
OPTION_MAPPING_RELATION_SUBCLASS_TABLE - Static variable in interface javax.jdo.Constants
"javax.jdo.option.mapping.RelationSubclassTable"
OPTION_NONDURABLE_IDENTITY - Static variable in interface javax.jdo.Constants
"javax.jdo.option.NonDurableIdentity"
OPTION_NONTRANSACTIONAL_READ - Static variable in interface javax.jdo.Constants
"javax.jdo.option.NontransactionalRead"
OPTION_NONTRANSACTIONAL_WRITE - Static variable in interface javax.jdo.Constants
"javax.jdo.option.NontransactionalWrite"
OPTION_NULL_COLLECTION - Static variable in interface javax.jdo.Constants
"javax.jdo.option.NullCollection"
OPTION_OPTIMISTIC - Static variable in interface javax.jdo.Constants
"javax.jdo.option.Optimistic"
OPTION_PREDIRTY_EVENT - Static variable in interface javax.jdo.Constants
"javax.jdo.option.PreDirtyEvent"
OPTION_QUERY_CANCEL - Static variable in interface javax.jdo.Constants
"javax.jdo.option.QueryCancel"
OPTION_QUERY_JDOQL_BITWISE_OPERATIONS - Static variable in interface javax.jdo.Constants
"javax.jdo.query.JDOQL.BitwiseOperations"
OPTION_QUERY_SQL - Static variable in interface javax.jdo.Constants
"javax.jdo.query.SQL"
OPTION_RETAIN_VALUES - Static variable in interface javax.jdo.Constants
"javax.jdo.option.RetainValues"
OPTION_TRANSACTIONAL_TRANSIENT - Static variable in interface javax.jdo.Constants
"javax.jdo.option.TransientTransactional"
OPTION_TREEMAP - Static variable in interface javax.jdo.Constants
"javax.jdo.option.TreeMap"
OPTION_TREESET - Static variable in interface javax.jdo.Constants
"javax.jdo.option.TreeSet"
OPTION_UNCONSTRAINED_QUERY_VARIABLES - Static variable in interface javax.jdo.Constants
"javax.jdo.query.JDOQL.UnconstrainedQueryVariables"
OPTION_VECTOR - Static variable in interface javax.jdo.Constants
"javax.jdo.option.Vector"
OPTION_VERSION_DATETIME - Static variable in interface javax.jdo.Constants
"javax.jdo.option.version.DateTime"
OPTION_VERSION_STATE_IMAGE - Static variable in interface javax.jdo.Constants
"javax.jdo.option.version.StateImage"
OptionalExpression<T> - Interface in javax.jdo.query
Representation of an Optional type in a query.
or(BooleanExpression) - Method in interface javax.jdo.query.BooleanExpression
Method to return the OR of this expression and the other expression.
order() - Method in annotation type javax.jdo.annotations.PostAttach
The order of execution of this method relative to other annotated callback methods.
order() - Method in annotation type javax.jdo.annotations.PostDetach
The order of execution of this method relative to other annotated callback methods.
order() - Method in annotation type javax.jdo.annotations.PostLoad
The order of execution of this method relative to other annotated callback methods.
order() - Method in annotation type javax.jdo.annotations.PreAttach
The order of execution of this method relative to other annotated callback methods.
order() - Method in annotation type javax.jdo.annotations.PreClear
The order of execution of this method relative to other annotated callback methods.
order() - Method in annotation type javax.jdo.annotations.PreDelete
The order of execution of this method relative to other annotated callback methods.
order() - Method in annotation type javax.jdo.annotations.PreDetach
The order of execution of this method relative to other annotated callback methods.
order() - Method in annotation type javax.jdo.annotations.PreStore
The order of execution of this method relative to other annotated callback methods.
Order - Annotation Type in javax.jdo.annotations
Annotation for the ordering component of an ordered container member, such as Java Collections Framework Array and List types and Java native array types.
orderBy(String) - Method in interface javax.jdo.Query
Set the ordering specification for the result Collection.
orderBy(OrderExpression<?>...) - Method in interface javax.jdo.JDOQLTypedQuery
Method to set the ordering of the query.
OrderExpression<T> - Interface in javax.jdo.query
Expression representing the ordering using an expression, a direction, and how to treat nulls.
OrderExpression.OrderDirection - Enum in javax.jdo.query
 
OrderExpression.OrderNullsPosition - Enum in javax.jdo.query
 
OrderMetadata - Interface in javax.jdo.metadata
Represents ordering of a collection field/property.
ordinal() - Method in interface javax.jdo.query.EnumExpression
Method to return an expression for the ordinal of this enum.
orElse(Expression<T>) - Method in interface javax.jdo.query.OptionalExpression
Accessor for the value expression (if present), otherwise return the other expression.
ORM_DTD_RESOURCE - Static variable in interface javax.jdo.Constants
The name of the resource for the DTD of the standard JDO object-relational mapping metadata file.
ORM_XSD_NS - Static variable in interface javax.jdo.Constants
The standard JDO object-repository mapping schema namespace.
ORM_XSD_RESOURCE - Static variable in interface javax.jdo.Constants
The name of the resource for the XML schema of the standard JDO object-relational mapping metadata file.
outer() - Method in annotation type javax.jdo.annotations.Join
Whether to use an outer join.
overlaps(GeometryExpression) - Method in interface javax.jdo.query.geospatial.GeometryExpression
TRUE if this geometry is spatially overlapping the other Geometry.
ownerMember() - Method in annotation type javax.jdo.annotations.Embedded
The member in the embedded object that links back to the owning object where it has a bidirectional relationship.

P

PackageMetadata - Interface in javax.jdo.metadata
Represents a package within a JDOMetadata.
parameter(String, Class<P>) - Method in interface javax.jdo.JDOQLTypedQuery
Method to return a parameter for the query.
parameters(String) - Method in interface javax.jdo.Query
Declare the list of parameters for query execution.
pcClass - Variable in class javax.jdo.spi.RegisterClassEvent
The class object of the registered persistence-capable class
PersistableExpression<T> - Interface in javax.jdo.query
Expression representing a persistable object in a query (e.g alias.persistableField).
PERSISTENCE_AWARE - javax.jdo.metadata.ClassPersistenceModifier
 
PERSISTENCE_CAPABLE - javax.jdo.metadata.ClassPersistenceModifier
 
PersistenceAware - Annotation Type in javax.jdo.annotations
Annotation to specify that the class is persistence-aware.
PersistenceCapable - Interface in javax.jdo.spi
A class that can be managed by a binary-compatible JDO implementation must implement this interface.
PersistenceCapable - Annotation Type in javax.jdo.annotations
Annotation for whether the class or interface is persistence-capable.
PersistenceCapable.ObjectIdFieldConsumer - Interface in javax.jdo.spi
This interface is used to store fields from the Object id instance.
PersistenceCapable.ObjectIdFieldManager - Interface in javax.jdo.spi
This interface is a convenience interface that allows an instance to implement both ObjectIdFieldSupplier and ObjectIdFieldConsumer.
PersistenceCapable.ObjectIdFieldSupplier - Interface in javax.jdo.spi
This interface is used to provide fields to the Object id instance.
persistenceCapableSuperclass - Variable in class javax.jdo.spi.RegisterClassEvent
 
PersistenceManager - Interface in javax.jdo
PersistenceManager is the primary interface for JDO-aware application components.
PersistenceManagerFactory - Interface in javax.jdo
The PersistenceManagerFactory is the interface to use to obtain PersistenceManager instances.
persistenceModifier() - Method in annotation type javax.jdo.annotations.Persistent
Modifier for this field.
PersistenceModifier - Enum in javax.jdo.annotations
Enumeration of the persistence-modifier values for a field or property.
Persistent - Annotation Type in javax.jdo.annotations
Annotation for defining the persistence of a member.
PERSISTENT - javax.jdo.annotations.PersistenceModifier
 
PERSISTENT_CLEAN - javax.jdo.ObjectState
 
PERSISTENT_DELETED - javax.jdo.ObjectState
 
PERSISTENT_DIRTY - javax.jdo.ObjectState
 
PERSISTENT_NEW - javax.jdo.ObjectState
 
PERSISTENT_NEW_DELETED - javax.jdo.ObjectState
 
PERSISTENT_NONTRANSACTIONAL_DIRTY - javax.jdo.ObjectState
 
pin(Object) - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
pin(Object) - Method in interface javax.jdo.datastore.DataStoreCache
Pin the parameter instance in the second-level cache.
pinAll(boolean, Class) - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
pinAll(boolean, Class) - Method in interface javax.jdo.datastore.DataStoreCache
Pin instances in the second-level cache.
pinAll(Object...) - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
pinAll(Object...) - Method in interface javax.jdo.datastore.DataStoreCache
Pin the parameter instances in the second-level cache.
pinAll(Collection) - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
pinAll(Collection) - Method in interface javax.jdo.datastore.DataStoreCache
Pin the parameter instances in the second-level cache.
PMF_ATTRIBUTE_CLASS - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "class" attribute.
PMF_ATTRIBUTE_CONNECTION_DRIVER_NAME - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "connection-driver-name" attribute.
PMF_ATTRIBUTE_CONNECTION_FACTORY_NAME - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "connection-factory-name" attribute.
PMF_ATTRIBUTE_CONNECTION_FACTORY2_NAME - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "connection-factory2-name" attribute.
PMF_ATTRIBUTE_CONNECTION_PASSWORD - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "connection-password" attribute.
PMF_ATTRIBUTE_CONNECTION_URL - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "connection-url" attribute.
PMF_ATTRIBUTE_CONNECTION_USER_NAME - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "connection-user-name" attribute.
PMF_ATTRIBUTE_COPY_ON_ATTACH - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "copy-on-attach" attribute.
PMF_ATTRIBUTE_DATASTORE_READ_TIMEOUT_MILLIS - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "datastore-read-timeout-millis" attribute.
PMF_ATTRIBUTE_DATASTORE_WRITE_TIMEOUT_MILLIS - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "datastore-write-timeout-millis" attribute.
PMF_ATTRIBUTE_DETACH_ALL_ON_COMMIT - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "detach-all-on-commit" attribute.
PMF_ATTRIBUTE_IGNORE_CACHE - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "ignore-cache" attribute.
PMF_ATTRIBUTE_MAPPING - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "mapping" attribute.
PMF_ATTRIBUTE_MULTITHREADED - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "multithreaded" attribute.
PMF_ATTRIBUTE_NAME - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "name" attribute.
PMF_ATTRIBUTE_NONTRANSACTIONAL_READ - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "nontransactional-read" attribute.
PMF_ATTRIBUTE_NONTRANSACTIONAL_WRITE - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "nontransactional-write" attribute.
PMF_ATTRIBUTE_OPTIMISTIC - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "optimistic" attribute.
PMF_ATTRIBUTE_PERSISTENCE_UNIT_NAME - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "persistence-unit-name" attribute.
PMF_ATTRIBUTE_READONLY - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "readonly" attribute.
PMF_ATTRIBUTE_RESTORE_VALUES - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "restore-values" attribute.
PMF_ATTRIBUTE_RETAIN_VALUES - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "retain-values" attribute.
PMF_ATTRIBUTE_SERVER_TIME_ZONE_ID - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "server-time-zone-id" attribute.
PointExpression<T> - Interface in javax.jdo.query.geospatial
Representation of a Point expression.
pointFromText(String, Integer) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a PointExpression given its text and SRID values.
pointFromText(StringExpression, NumericExpression<Integer>) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a PointExpression given its text and SRID expressions.
pointFromWKB(Object, Integer) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a PointExpression given its WKB and SRID values.
pointFromWKB(ObjectExpression, NumericExpression<Integer>) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a PointExpression given its WKB and SRID expressions.
PolygonExpression<T> - Interface in javax.jdo.query.geospatial
Representation of a Polygon expression.
polygonFromText(String, Integer) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a PolygonExpression given its text and SRID values.
polygonFromText(StringExpression, NumericExpression<Integer>) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a PolygonExpression given its text and SRID expressions.
polygonFromWKB(Object, Integer) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a PolygonExpression given its WKB and SRID values.
polygonFromWKB(ObjectExpression, NumericExpression<Integer>) - Method in interface javax.jdo.query.geospatial.GeospatialHelper
Construct a PolygonExpression given its WKB and SRID expressions.
position() - Method in annotation type javax.jdo.annotations.Column
Position of this column in the table for this class (0=first, -1=unset).
postAttach(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.AttachLifecycleListener
This method is called after a detached instance is attached, via the PersistenceManager.makePersistent(T) method.
PostAttach - Annotation Type in javax.jdo.annotations
Annotation for a method on a persistence capable object to be used just as javax.jdo.listener.AttachCallback#jdoPostAttach().
postClear(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.ClearLifecycleListener
This method is called after the ClearCallback.jdoPreClear() method is invoked on the instance and the fields have been cleared by the JDO implementation.
postCreate(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.CreateLifecycleListener
Invoked whenever an instance is made persistent via a call to PersistenceManager.makePersistent(T) or during persistence by reachability.
postDelete(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.DeleteLifecycleListener
Invoked whenever a persistent instance is deleted, for example during PersistenceManager.deletePersistent(java.lang.Object).
postDetach(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.DetachLifecycleListener
This method is called during the execution of PersistenceManager.detachCopy(T) after the detached copy is made.
PostDetach - Annotation Type in javax.jdo.annotations
Annotation for a method on a persistence capable object to be used just as javax.jdo.listener.AttachCallback#jdoPostDetach().
postDirty(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.DirtyLifecycleListener
Invoked whenever a persistent instance is first made dirty, during an operation that modifies the value of a persistent or transactional field.
postLoad() - Method in annotation type javax.jdo.annotations.FetchGroup
Whether we should load this group as part of the post load process.
postLoad(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.LoadLifecycleListener
Invoked whenever a persistent instance is loaded from the data store.
PostLoad - Annotation Type in javax.jdo.annotations
Annotation for a method on a persistence capable object to be used just as LoadCallback.jdoPostLoad().
postStore(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.StoreLifecycleListener
Invoked whenever a persistent instance is stored, for example during PersistenceManager.flush() or Transaction.commit().
preAttach(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.AttachLifecycleListener
This method is called before a detached instance is attached, via the PersistenceManager.makePersistent(T) method.
PreAttach - Annotation Type in javax.jdo.annotations
Annotation for a method on a persistence capable object to be used just as AttachCallback.jdoPreAttach().
preClear(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.ClearLifecycleListener
This method is called before the implementation calls the instance method ClearCallback.jdoPreClear() and before it clears the values in the instance to their Java default values.
PreClear - Annotation Type in javax.jdo.annotations
Annotation for a method on a persistence capable object to be used just as ClearCallback.jdoPreClear().
preDelete(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.DeleteLifecycleListener
Invoked whenever a persistent instance is deleted, for example during PersistenceManager.deletePersistent(java.lang.Object).
PreDelete - Annotation Type in javax.jdo.annotations
Annotation for a method on a persistence capable object to be used just as DeleteCallback.jdoPreDelete().
preDetach(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.DetachLifecycleListener
This method is called during the execution of PersistenceManager.detachCopy(T) before the detached copy is made.
PreDetach - Annotation Type in javax.jdo.annotations
Annotation for a method on a persistence capable object to be used just as DetachCallback.jdoPreDetach().
preDirty(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.DirtyLifecycleListener
Invoked whenever a persistent instance is first made dirty, during an operation that modifies the value of a persistent or transactional field.
preSerialize(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
Guarantee that the serializable transactional and persistent fields are loaded into the instance.
preStore(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.StoreLifecycleListener
Invoked whenever a persistent instance is stored, for example during PersistenceManager.flush() or Transaction.commit().
PreStore - Annotation Type in javax.jdo.annotations
Annotation for a method on a persistence capable object to be used just as StoreCallback.jdoPreStore().
primaryKey() - Method in annotation type javax.jdo.annotations.Join
Name for a generated primary key constraint.
primaryKey() - Method in annotation type javax.jdo.annotations.Persistent
Whether this member is part of the primary key for application identity.
PrimaryKey - Annotation Type in javax.jdo.annotations
Annotation on a member to define it as a primary key member of a class or persistent interface using application identity.
PrimaryKeyMetadata - Interface in javax.jdo.metadata
Represents the primary key definition of a class.
printStackTrace() - Method in exception javax.jdo.JDOException
Prints this JDOException and its backtrace to the standard error output.
printStackTrace(PrintStream) - Method in exception javax.jdo.JDOException
Prints this JDOException and its backtrace to the specified print stream.
printStackTrace(PrintWriter) - Method in exception javax.jdo.JDOException
Prints this JDOException and its backtrace to the specified print writer.
PROPERTY_ATTRIBUTE_NAME - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory property element's "name" attribute.
PROPERTY_ATTRIBUTE_VALUE - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory property element's "value" attribute.
PROPERTY_CONNECTION_DRIVER_NAME - Static variable in interface javax.jdo.Constants
"javax.jdo.option.ConnectionDriverName"
PROPERTY_CONNECTION_FACTORY_NAME - Static variable in interface javax.jdo.Constants
"javax.jdo.option.ConnectionFactoryName"
PROPERTY_CONNECTION_FACTORY2_NAME - Static variable in interface javax.jdo.Constants
"javax.jdo.option.ConnectionFactory2Name"
PROPERTY_CONNECTION_PASSWORD - Static variable in interface javax.jdo.Constants
"javax.jdo.option.Password"
PROPERTY_CONNECTION_URL - Static variable in interface javax.jdo.Constants
"javax.jdo.option.ConnectionURL"
PROPERTY_CONNECTION_USER_NAME - Static variable in interface javax.jdo.Constants
"javax.jdo.option.ConnectionUserName"
PROPERTY_COPY_ON_ATTACH - Static variable in interface javax.jdo.Constants
"javax.jdo.option.CopyOnAttach"
PROPERTY_DATASTORE_READ_TIMEOUT_MILLIS - Static variable in interface javax.jdo.Constants
Specified value "javax.jdo.option.DatastoreReadTimeoutMillis"
PROPERTY_DATASTORE_WRITE_TIMEOUT_MILLIS - Static variable in interface javax.jdo.Constants
Specified value "javax.jdo.option.DatastoreWriteTimeoutMillis"
PROPERTY_DETACH_ALL_ON_COMMIT - Static variable in interface javax.jdo.Constants
"javax.jdo.option.DetachAllOnCommit"
PROPERTY_ENHANCER_VENDOR_NAME - Static variable in interface javax.jdo.Constants
"VendorName"
PROPERTY_ENHANCER_VERSION_NUMBER - Static variable in interface javax.jdo.Constants
"VersionNumber"
PROPERTY_IGNORE_CACHE - Static variable in interface javax.jdo.Constants
"javax.jdo.option.IgnoreCache"
PROPERTY_INSTANCE_LIFECYCLE_LISTENER - Static variable in interface javax.jdo.Constants
"javax.jdo.listener.InstanceLifecycleListener"
PROPERTY_MAPPING - Static variable in interface javax.jdo.Constants
"javax.jdo.option.Mapping"
PROPERTY_MAPPING_CATALOG - Static variable in interface javax.jdo.Constants
Mapping "javax.jdo.mapping.Catalog"
PROPERTY_MAPPING_SCHEMA - Static variable in interface javax.jdo.Constants
Mapping "javax.jdo.mapping.Schema"
PROPERTY_MULTITHREADED - Static variable in interface javax.jdo.Constants
"javax.jdo.option.Multithreaded"
PROPERTY_NAME - Static variable in interface javax.jdo.Constants
"javax.jdo.option.Name"
PROPERTY_NONTRANSACTIONAL_READ - Static variable in interface javax.jdo.Constants
"javax.jdo.option.NontransactionalRead"
PROPERTY_NONTRANSACTIONAL_WRITE - Static variable in interface javax.jdo.Constants
"javax.jdo.option.NontransactionalWrite"
PROPERTY_OPTIMISTIC - Static variable in interface javax.jdo.Constants
"javax.jdo.option.Optimistic"
PROPERTY_PERSISTENCE_MANAGER_FACTORY_CLASS - Static variable in interface javax.jdo.Constants
"javax.jdo.PersistenceManagerFactoryClass"
PROPERTY_PERSISTENCE_UNIT_NAME - Static variable in interface javax.jdo.Constants
"javax.jdo.option.PersistenceUnitName"
PROPERTY_PREFIX_INSTANCE_LIFECYCLE_LISTENER - Static variable in interface javax.jdo.Constants
Prefix used to configure InstanceLifecycleListener instances externally.
PROPERTY_READONLY - Static variable in interface javax.jdo.Constants
"javax.jdo.option.ReadOnly"
PROPERTY_RESTORE_VALUES - Static variable in interface javax.jdo.Constants
"javax.jdo.option.RestoreValues"
PROPERTY_RETAIN_VALUES - Static variable in interface javax.jdo.Constants
"javax.jdo.option.RetainValues"
PROPERTY_SERVER_TIME_ZONE_ID - Static variable in interface javax.jdo.Constants
Specified value "javax.jdo.option.ServerTimeZoneID"
PROPERTY_SPI_PROPERTIES_FILE_NAME - Static variable in interface javax.jdo.Constants
"javax.jdo.spi.PropertiesFileName"
PROPERTY_SPI_RESOURCE_NAME - Static variable in interface javax.jdo.Constants
"javax.jdo.option.spi.ResourceName"
PROPERTY_TRANSACTION_ISOLATION_LEVEL - Static variable in interface javax.jdo.Constants
"javax.jdo.option.TransactionIsolationLevel"
PROPERTY_TRANSACTION_ISOLATION_LEVEL_READ_COMMITTED - Static variable in interface javax.jdo.Constants
"javax.jdo.option.TransactionIsolationLevel.read-committed"
PROPERTY_TRANSACTION_ISOLATION_LEVEL_READ_UNCOMMITTED - Static variable in interface javax.jdo.Constants
"javax.jdo.option.TransactionIsolationLevel.read-uncommitted"
PROPERTY_TRANSACTION_ISOLATION_LEVEL_REPEATABLE_READ - Static variable in interface javax.jdo.Constants
"javax.jdo.option.TransactionIsolationLevel.repeatable-read"
PROPERTY_TRANSACTION_ISOLATION_LEVEL_SERIALIZABLE - Static variable in interface javax.jdo.Constants
"javax.jdo.option.TransactionIsolationLevel.serializable"
PROPERTY_TRANSACTION_ISOLATION_LEVEL_SNAPSHOT - Static variable in interface javax.jdo.Constants
"javax.jdo.option.TransactionIsolationLevel.snapshot"
PROPERTY_TRANSACTION_TYPE - Static variable in interface javax.jdo.Constants
Specified value "javax.jdo.option.TransactionType"
PropertyMetadata - Interface in javax.jdo.metadata
Represents a property in a class/persistent-interface.
providedBooleanField(PersistenceCapable, int, boolean) - Method in interface javax.jdo.spi.StateManager
The value of the field requested to be provided to the StateManager.
providedByteField(PersistenceCapable, int, byte) - Method in interface javax.jdo.spi.StateManager
The value of the field requested to be provided to the StateManager.
providedCharField(PersistenceCapable, int, char) - Method in interface javax.jdo.spi.StateManager
The value of the field requested to be provided to the StateManager.
providedDoubleField(PersistenceCapable, int, double) - Method in interface javax.jdo.spi.StateManager
The value of the field requested to be provided to the StateManager.
providedFloatField(PersistenceCapable, int, float) - Method in interface javax.jdo.spi.StateManager
The value of the field requested to be provided to the StateManager.
providedIntField(PersistenceCapable, int, int) - Method in interface javax.jdo.spi.StateManager
The value of the field requested to be provided to the StateManager.
providedLongField(PersistenceCapable, int, long) - Method in interface javax.jdo.spi.StateManager
The value of the field requested to be provided to the StateManager.
providedObjectField(PersistenceCapable, int, Object) - Method in interface javax.jdo.spi.StateManager
The value of the field requested to be provided to the StateManager.
providedShortField(PersistenceCapable, int, short) - Method in interface javax.jdo.spi.StateManager
The value of the field requested to be provided to the StateManager.
providedStringField(PersistenceCapable, int, String) - Method in interface javax.jdo.spi.StateManager
The value of the field requested to be provided to the StateManager.
putUserObject(Object, Object) - Method in interface javax.jdo.PersistenceManager
Put the specified key-value pair into the map of user objects.

Q

Queries - Annotation Type in javax.jdo.annotations
Annotation for a group of named queries.
Query<T> - Interface in javax.jdo
The Query interface allows applications to obtain persistent instances, values, and aggregate data from the data store.
Query - Annotation Type in javax.jdo.annotations
Annotation for a named query.
QUERY_CLASS_PREFIX - Static variable in interface javax.jdo.JDOQLTypedQuery
 
QueryMetadata - Interface in javax.jdo.metadata
Represents a named query.

R

range(long, long) - Method in interface javax.jdo.JDOQLTypedQuery
Method to set the range of any required results, using long values.
range(long, long) - Method in interface javax.jdo.Query
Set the range of results to return.
range(String) - Method in interface javax.jdo.Query
Set the range of results to return.
range(Expression<?>, Expression<?>) - Method in interface javax.jdo.JDOQLTypedQuery
Method to set the range of any required results, using parameters (expressions).
range(NumericExpression<?>, NumericExpression<?>) - Method in interface javax.jdo.JDOQLTypedQuery
Method to set the range of any required results, using expressions.
READ_OK - Static variable in interface javax.jdo.spi.PersistenceCapable
If jdoFlags is set to READ_OK, then the fields in the default fetch group can be accessed for read without notifying the StateManager.
READ_WRITE_OK - Static variable in interface javax.jdo.spi.PersistenceCapable
If jdoFlags is set to READ_WRITE_OK, then the fields in the default fetch group can be accessed for read or write without notifying the StateManager.
readExternal(ObjectInput) - Method in class javax.jdo.identity.ByteIdentity
Read this object.
readExternal(ObjectInput) - Method in class javax.jdo.identity.CharIdentity
Read this object.
readExternal(ObjectInput) - Method in class javax.jdo.identity.IntIdentity
Read this object.
readExternal(ObjectInput) - Method in class javax.jdo.identity.LongIdentity
Read this object.
readExternal(ObjectInput) - Method in class javax.jdo.identity.ObjectIdentity
Read this object.
readExternal(ObjectInput) - Method in class javax.jdo.identity.ShortIdentity
Read this object.
readExternal(ObjectInput) - Method in class javax.jdo.identity.SingleFieldIdentity
Read from the input stream.
readExternal(ObjectInput) - Method in class javax.jdo.identity.StringIdentity
Read this object.
readNamedPMFProperties(URL, String, DocumentBuilderFactory) - Static method in class javax.jdo.JDOHelper
Reads JDO configuration file, creates a Map for each persistence-manager-factory, then returns the map.
readPropertiesFromPMFElementAttributes(Node) - Static method in class javax.jdo.JDOHelper
 
readPropertiesFromPMFSubelements(Node, URL) - Static method in class javax.jdo.JDOHelper
 
recursionDepth() - Method in annotation type javax.jdo.annotations.Persistent
Recursion depth for this member.
refresh(Object) - Method in interface javax.jdo.PersistenceManager
Refresh the state of the instance from the data store.
refreshAll() - Method in interface javax.jdo.PersistenceManager
Refresh the state of all applicable instances from the data store.
refreshAll(Object...) - Method in interface javax.jdo.PersistenceManager
Refresh the state of an array of instances from the data store.
refreshAll(Collection) - Method in interface javax.jdo.PersistenceManager
Refresh the state of a Collection of instances from the data store.
refreshAll(JDOException) - Method in interface javax.jdo.PersistenceManager
Refreshes all instances in the exception that failed verification.
registerAuthorizedStateManagerClass(Class) - Static method in class javax.jdo.spi.JDOImplHelper
Register a class authorized to replaceStateManager.
registerAuthorizedStateManagerClasses(Collection) - Static method in class javax.jdo.spi.JDOImplHelper
Register classes authorized to replaceStateManager.
registerClass(Class, String[], Class[], byte[], Class, PersistenceCapable) - Static method in class javax.jdo.spi.JDOImplHelper
Register metadata by class.
registerClass(RegisterClassEvent) - Method in interface javax.jdo.spi.RegisterClassListener
This method gets called when a persistence-capable class is registered.
RegisterClassEvent - Class in javax.jdo.spi
A RegisterClassEvent event gets delivered whenever a persistence-capable class registers itself with the JDOImplHelper.
RegisterClassEvent(JDOImplHelper, Class, String[], Class[], byte[], Class) - Constructor for class javax.jdo.spi.RegisterClassEvent
Constructs a new RegisterClassEvent.
RegisterClassListener - Interface in javax.jdo.spi
A "RegisterClassEvent" event gets fired whenever a persistence-capable class is loaded and gets registered with the JDOImplHelper.
registerDateFormat(DateFormat) - Method in class javax.jdo.spi.JDOImplHelper
Register a DateFormat instance for use with constructing Date instances.
registerDocumentBuilderFactory(DocumentBuilderFactory) - Method in class javax.jdo.spi.JDOImplHelper
Register a DocumentBuilderFactory instance for use in parsing the resource(s) META-INF/jdoconfig.xml.
registerErrorHandler(ErrorHandler) - Method in class javax.jdo.spi.JDOImplHelper
Register an ErrorHandler instance for use in parsing the resource(s) META-INF/jdoconfig.xml.
registerMetadata(JDOMetadata) - Method in interface javax.jdo.JDOEnhancer
Method to register metadata with the enhancement process managed by this JDOEnhancer.
registerMetadata(JDOMetadata) - Method in interface javax.jdo.PersistenceManagerFactory
Method to register metadata with the persistence process managed by this PersistenceManagerFactory.
registerStringConstructor(Class, JDOImplHelper.StringConstructor) - Method in class javax.jdo.spi.JDOImplHelper
Register special StringConstructor instances.
relate(GeometryExpression, StringExpression) - Method in interface javax.jdo.query.geospatial.GeometryExpression
TRUE if the spatial relationship specified by the pattern matrix holds
RELATIONSHIP - Static variable in interface javax.jdo.FetchGroup
removeAllFetchGroups() - Method in interface javax.jdo.PersistenceManagerFactory
Remove all FetchGroups from the set of active FetchGroups.
removeCategory(String) - Method in interface javax.jdo.FetchGroup
Remove the members (fields or properties) of the named category from the set of members in this FetchGroup.
removeFetchGroups(FetchGroup...) - Method in interface javax.jdo.PersistenceManagerFactory
Remove the FetchGroups from the set of active FetchGroups.
removeGroup(String) - Method in interface javax.jdo.FetchPlan
Remove the fetch group from the set active fetch groups.
removeInstanceLifecycleListener(InstanceLifecycleListener) - Method in interface javax.jdo.PersistenceManager
Removes the listener instance from the list of lifecycle event listeners.
removeInstanceLifecycleListener(InstanceLifecycleListener) - Method in interface javax.jdo.PersistenceManagerFactory
Remove the parameter listener instance from the list of instance lifecycle event listeners set as the initial listeners for each PersistenceManager created by this PersistenceManagerFactory.
removeMember(String) - Method in interface javax.jdo.FetchGroup
Remove the member (field or property) from the set of members in this FetchGroup.
removeMembers(String...) - Method in interface javax.jdo.FetchGroup
Remove the member (field or property) from the set of members in this FetchGroup.
removeRegisterClassListener(RegisterClassListener) - Method in class javax.jdo.spi.JDOImplHelper
Remove the specified RegisterClassListener from the listener list.
removeStateInterrogation(StateInterrogation) - Method in class javax.jdo.spi.JDOImplHelper
Remove a StateInterrogation from the list.
removeUserObject(Object) - Method in interface javax.jdo.PersistenceManager
Remove the specified key and its value from the map of user objects.
replacingBooleanField(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
The replacement value of the field in the calling instance.
replacingByteField(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
The replacement value of the field in the calling instance.
replacingCharField(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
The replacement value of the field in the calling instance.
replacingDetachedState(Detachable, Object[]) - Method in interface javax.jdo.spi.StateManager
The replacement value of the detached state in the calling instance.
replacingDoubleField(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
The replacement value of the field in the calling instance.
replacingFlags(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
The owning StateManager uses this method to supply the value of the flags to the PersistenceCapable instance.
replacingFloatField(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
The replacement value of the field in the calling instance.
replacingIntField(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
The replacement value of the field in the calling instance.
replacingLongField(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
The replacement value of the field in the calling instance.
replacingObjectField(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
The replacement value of the field in the calling instance.
replacingShortField(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
The replacement value of the field in the calling instance.
replacingStateManager(PersistenceCapable, StateManager) - Method in interface javax.jdo.spi.StateManager
Replace the current value of jdoStateManager.
replacingStringField(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
The replacement value of the field in the calling instance.
requiresExtent() - Method in annotation type javax.jdo.annotations.PersistenceCapable
Whether this class or interface manages an extent.
RESOURCE_LOCAL - Static variable in interface javax.jdo.Constants
The value for TransactionType to specify that transactions are managed by the javax.jdo.Transaction instance, similar to the usage as documented in JSR-220.
RESTRICT - javax.jdo.annotations.ForeignKeyAction
 
result(boolean, Expression<?>...) - Method in interface javax.jdo.JDOQLTypedQuery
Method to set the result of the query.
result(String) - Method in interface javax.jdo.Query
Set the result clause for the query.
resultClass() - Method in annotation type javax.jdo.annotations.Query
Result class into which to put the results.
retrieve(Object) - Method in interface javax.jdo.PersistenceManager
Retrieve field values of an instance from the store.
retrieve(Object, boolean) - Method in interface javax.jdo.PersistenceManager
Retrieve field values of an instance from the store.
retrieveAll(boolean, Object...) - Method in interface javax.jdo.PersistenceManager
Retrieve field values of instances from the store.
retrieveAll(Object...) - Method in interface javax.jdo.PersistenceManager
Retrieve field values of instances from the store.
retrieveAll(Collection) - Method in interface javax.jdo.PersistenceManager
Retrieve field values of instances from the store.
retrieveAll(Collection, boolean) - Method in interface javax.jdo.PersistenceManager
Retrieve field values of instances from the store.
rollback() - Method in interface javax.jdo.Transaction
Roll back the current transaction.

S

saveAsNamedQuery(String) - Method in interface javax.jdo.JDOQLTypedQuery
Save the query, as it is currently defined, as a named query under the specified name.
saveAsNamedQuery(String) - Method in interface javax.jdo.Query
Save the query, as it is currently defined, as a named query under the specified name.
scale() - Method in annotation type javax.jdo.annotations.Column
Scale for the column when handling floating point values.
schema() - Method in annotation type javax.jdo.annotations.PersistenceCapable
Schema to use for persisting this class or interface.
select(CollectionExpression<?, ?>) - Method in interface javax.jdo.JDOQLTypedSubquery
Accessor for the subquery (collection) expression from the subquery.
selectUnique(CharacterExpression) - Method in interface javax.jdo.JDOQLTypedSubquery
Accessor for the subquery (character) expression from the subquery when the subquery returns a single value.
selectUnique(DateExpression) - Method in interface javax.jdo.JDOQLTypedSubquery
Accessor for the subquery (date) expression from the subquery when the subquery returns a single value.
selectUnique(DateTimeExpression) - Method in interface javax.jdo.JDOQLTypedSubquery
Accessor for the subquery (datetime) expression from the subquery when the subquery returns a single value.
selectUnique(NumericExpression<S>) - Method in interface javax.jdo.JDOQLTypedSubquery
Accessor for the subquery (numeric) expression from the subquery when the subquery returns a single value.
selectUnique(StringExpression) - Method in interface javax.jdo.JDOQLTypedSubquery
Accessor for the subquery (string) expression from the subquery when the subquery returns a single value.
selectUnique(TimeExpression) - Method in interface javax.jdo.JDOQLTypedSubquery
Accessor for the subquery (time) expression from the subquery when the subquery returns a single value.
sequence() - Method in annotation type javax.jdo.annotations.DatastoreIdentity
Name of sequence to use when the strategy involves sequences
sequence() - Method in annotation type javax.jdo.annotations.Persistent
Name of the sequence to use with particular value strategies.
Sequence - Interface in javax.jdo.datastore
Implementations of this interface can be used to obtain sequences.
Sequence - Annotation Type in javax.jdo.annotations
Annotation for a datastore sequence.
SEQUENCE - javax.jdo.annotations.IdGeneratorStrategy
 
SequenceMetadata - Interface in javax.jdo.metadata
Represents a sequence.
SequenceStrategy - Enum in javax.jdo.annotations
Enumeration of the sequence strategy values.
SERIALIZABLE - Static variable in interface javax.jdo.spi.PersistenceCapable
If jdoFieldFlags for a field includes SERIALIZABLE, then the field is not declared as TRANSIENT.
serialized() - Method in annotation type javax.jdo.annotations.Element
Whether the element is to be stored serialized (into a join table)
serialized() - Method in annotation type javax.jdo.annotations.Key
Whether the key is to be stored serialized (into a single column of a join table).
serialized() - Method in annotation type javax.jdo.annotations.Persistent
Whether this member is serialized into a single column.
serialized() - Method in annotation type javax.jdo.annotations.Value
Whether the value is to be stored serialized (into a single column of a join table).
Serialized - Annotation Type in javax.jdo.annotations
Annotation on a member (field or property) to indicate that the member is stored serialized.
serializedElement() - Method in annotation type javax.jdo.annotations.Persistent
Whether the elements of this member are serialized.
serializedKey() - Method in annotation type javax.jdo.annotations.Persistent
Whether the keys of this member are serialized.
serializedValue() - Method in annotation type javax.jdo.annotations.Persistent
Whether the values of this member are serialized.
serializeRead() - Method in annotation type javax.jdo.annotations.PersistenceCapable
Whether objects of this type should, by default, be locked when read.
serializeRead(Boolean) - Method in interface javax.jdo.JDOQLTypedQuery
Set whether we to lock all objects read by this query.
serializeRead(Boolean) - Method in interface javax.jdo.Query
Set whether we to lock all objects read by this query.
SERVICE_LOOKUP_ENHANCER_RESOURCE_NAME - Static variable in interface javax.jdo.Constants
The name of the standard service configuration resource text file containing the name of an enhancer of JDOEnhancer.
SERVICE_LOOKUP_PMF_RESOURCE_NAME - Static variable in interface javax.jdo.Constants
The name of the standard service configuration resource text file containing the name of an implementation of PersistenceManagerFactory.
SET_STATE_MANAGER - Static variable in class javax.jdo.spi.JDOPermission
An instance of JDOPermission to be used for setStateManager permission checking.
setAllocationSize(int) - Method in interface javax.jdo.metadata.SequenceMetadata
Method to set the allocation size for the sequence.
setAllowsNull(boolean) - Method in interface javax.jdo.metadata.ColumnMetadata
Method to set whether it allows null.
setBooleanField(PersistenceCapable, int, boolean, boolean) - Method in interface javax.jdo.spi.StateManager
Mark the field as modified by the user.
setByteField(PersistenceCapable, int, byte, byte) - Method in interface javax.jdo.spi.StateManager
Mark the field as modified by the user.
setCacheable(boolean) - Method in interface javax.jdo.metadata.MemberMetadata
Method to set whether this is cacheable
setCacheable(boolean) - Method in interface javax.jdo.metadata.TypeMetadata
Method to set whether this is cacheable.
setCandidates(Collection<T>) - Method in interface javax.jdo.JDOQLTypedQuery
Method to set the candidates to use over which we are querying.
setCandidates(Collection<T>) - Method in interface javax.jdo.Query
Set the candidate Collection to query.
setCandidates(Extent<T>) - Method in interface javax.jdo.Query
Set the candidate Extent to query.
setCatalog(String) - Method in interface javax.jdo.metadata.JDOMetadata
Method to set the catalog (ORM) to apply to all classes in this JDO Metadata.
setCatalog(String) - Method in interface javax.jdo.metadata.PackageMetadata
Method to set the catalog (ORM) to apply to all classes in this package.
setCatalog(String) - Method in interface javax.jdo.metadata.TypeMetadata
Method to set the catalog (ORM) for this component.
setCharField(PersistenceCapable, int, char, char) - Method in interface javax.jdo.spi.StateManager
Mark the field as modified by the user.
setClass(Class<T>) - Method in interface javax.jdo.Query
Set the class of the candidate instances of the query.
setClassLoader(ClassLoader) - Method in interface javax.jdo.JDOEnhancer
Mutator to set the class loader to use for loading classes.
setColumn(String) - Method in interface javax.jdo.metadata.DatastoreIdentityMetadata
Method to set the datastore identity column name.
setColumn(String) - Method in interface javax.jdo.metadata.DiscriminatorMetadata
Method to set the discriminator column.
setColumn(String) - Method in interface javax.jdo.metadata.ElementMetadata
Method to set the column name.
setColumn(String) - Method in interface javax.jdo.metadata.JoinMetadata
Method to set the join column.
setColumn(String) - Method in interface javax.jdo.metadata.KeyMetadata
Method to set the column name.
setColumn(String) - Method in interface javax.jdo.metadata.MemberMetadata
Method to set the column name.
setColumn(String) - Method in interface javax.jdo.metadata.OrderMetadata
Method to set the version column name.
setColumn(String) - Method in interface javax.jdo.metadata.PrimaryKeyMetadata
Method to set the PK column name.
setColumn(String) - Method in interface javax.jdo.metadata.ValueMetadata
Method to set the column name.
setColumn(String) - Method in interface javax.jdo.metadata.VersionMetadata
Method to set the version column name.
setConnectionDriverName(String) - Method in interface javax.jdo.PersistenceManagerFactory
Set the driver name for the data store connection.
setConnectionFactory(Object) - Method in interface javax.jdo.PersistenceManagerFactory
Set the data store connection factory.
setConnectionFactory2(Object) - Method in interface javax.jdo.PersistenceManagerFactory
Set the second data store connection factory.
setConnectionFactory2Name(String) - Method in interface javax.jdo.PersistenceManagerFactory
Set the name for the second data store connection factory.
setConnectionFactoryName(String) - Method in interface javax.jdo.PersistenceManagerFactory
Set the name for the data store connection factory.
setConnectionPassword(String) - Method in interface javax.jdo.PersistenceManagerFactory
Set the password for the data store connection.
setConnectionURL(String) - Method in interface javax.jdo.PersistenceManagerFactory
Set the URL for the data store connection.
setConnectionUserName(String) - Method in interface javax.jdo.PersistenceManagerFactory
Set the user name for the data store connection.
setConverter(AttributeConverter<?, ?>) - Method in interface javax.jdo.metadata.ElementMetadata
Method to set the attribute converter to use for this element.
setConverter(AttributeConverter<?, ?>) - Method in interface javax.jdo.metadata.KeyMetadata
Method to set the attribute converter to use for this key.
setConverter(AttributeConverter<?, ?>) - Method in interface javax.jdo.metadata.MemberMetadata
Method to set the attribute converter to use for this member.
setConverter(AttributeConverter<?, ?>) - Method in interface javax.jdo.metadata.ValueMetadata
Method to set the attribute converter to use for this value.
setCopyOnAttach(boolean) - Method in interface javax.jdo.PersistenceManager
Sets the copyOnAttach setting.
setCopyOnAttach(boolean) - Method in interface javax.jdo.PersistenceManagerFactory
Sets the default copyOnAttach setting for all PersistenceManager instances obtained from this factory.
setCustomStrategy(String) - Method in interface javax.jdo.metadata.DatastoreIdentityMetadata
Method to set the custom identity generation strategy.
setCustomStrategy(String) - Method in interface javax.jdo.metadata.InheritanceMetadata
Method to set the custom inheritance strategy.
setCustomStrategy(String) - Method in interface javax.jdo.metadata.MemberMetadata
Method to set the custom identity generation strategy.
setDatastoreReadTimeoutMillis(Integer) - Method in interface javax.jdo.PersistenceManager
Specify a timeout interval (milliseconds) for any datastore read operations associated with this persistence manager.
setDatastoreReadTimeoutMillis(Integer) - Method in interface javax.jdo.PersistenceManagerFactory
Specify a default timeout interval (milliseconds) for any read operations for persistence managers obtained from this persistence manager factory.
setDatastoreReadTimeoutMillis(Integer) - Method in interface javax.jdo.Query
Specify a timeout interval (milliseconds) for any read operations associated with this query.
setDatastoreSequence(String) - Method in interface javax.jdo.metadata.SequenceMetadata
Method to set the name of the datastore sequence that this maps to.
setDatastoreWriteTimeoutMillis(Integer) - Method in interface javax.jdo.PersistenceManager
Specify a timeout interval (milliseconds) for any write operations associated with this persistence manager.
setDatastoreWriteTimeoutMillis(Integer) - Method in interface javax.jdo.PersistenceManagerFactory
Specify a default timeout interval (milliseconds) for any write operations for persistence managers obtained from this persistence manager factory.
setDatastoreWriteTimeoutMillis(Integer) - Method in interface javax.jdo.Query
Specify a timeout interval (milliseconds) for any write operations associated with this query.
setDefaultFetchGroup(boolean) - Method in interface javax.jdo.metadata.MemberMetadata
Method to set whether it is in the DFG.
setDefaultValue(String) - Method in interface javax.jdo.metadata.ColumnMetadata
Method to set the default value.
setDeferred(boolean) - Method in interface javax.jdo.metadata.ForeignKeyMetadata
Method to set whether it is deferred.
setDeferred(boolean) - Method in interface javax.jdo.metadata.UniqueMetadata
Method to set whether the constraint is deferred.
setDeleteAction(ForeignKeyAction) - Method in interface javax.jdo.metadata.ElementMetadata
Method to set the delete action of the FK
setDeleteAction(ForeignKeyAction) - Method in interface javax.jdo.metadata.ForeignKeyMetadata
Method to set the delete action of the FK
setDeleteAction(ForeignKeyAction) - Method in interface javax.jdo.metadata.JoinMetadata
Method to set the delete action of the FK
setDeleteAction(ForeignKeyAction) - Method in interface javax.jdo.metadata.KeyMetadata
Method to set the delete action of the FK
setDeleteAction(ForeignKeyAction) - Method in interface javax.jdo.metadata.MemberMetadata
Method to set the delete action of the FK
setDeleteAction(ForeignKeyAction) - Method in interface javax.jdo.metadata.ValueMetadata
Method to set the delete action of the FK.
setDependent(boolean) - Method in interface javax.jdo.metadata.MemberMetadata
Method to set whether it is unique.
setDependentElement(boolean) - Method in interface javax.jdo.metadata.ArrayMetadata
Method to set whether the element is dependent.
setDependentElement(boolean) - Method in interface javax.jdo.metadata.CollectionMetadata
Method to set whether the element is dependent.
setDependentKey(boolean) - Method in interface javax.jdo.metadata.MapMetadata
Method to set whether the key is dependent.
setDependentValue(boolean) - Method in interface javax.jdo.metadata.MapMetadata
Method to set whether the value is dependent.
setDetachable(boolean) - Method in interface javax.jdo.metadata.TypeMetadata
Method to set whether this is detachable.
setDetachAllOnCommit(boolean) - Method in interface javax.jdo.PersistenceManager
Sets the detachAllOnCommit setting.
setDetachAllOnCommit(boolean) - Method in interface javax.jdo.PersistenceManagerFactory
Sets the default detachAllOnCommit setting for all PersistenceManager instances obtained from this factory.
setDetachmentOptions(int) - Method in interface javax.jdo.FetchPlan
Set options to be used during detachment.
setDetachmentRootClasses(Class...) - Method in interface javax.jdo.FetchPlan
Set the root classes for DetachAllOnCommit.
setDetachmentRoots(Collection) - Method in interface javax.jdo.FetchPlan
Set the roots for DetachAllOnCommit.
setDoubleField(PersistenceCapable, int, double, double) - Method in interface javax.jdo.spi.StateManager
Mark the field as modified by the user.
setElementType(String) - Method in interface javax.jdo.metadata.ArrayMetadata
Method to set the name of the element type.
setElementType(String) - Method in interface javax.jdo.metadata.CollectionMetadata
Method to set the name of the element type.
setEmbedded(boolean) - Method in interface javax.jdo.metadata.MemberMetadata
Method to set whether it is embedded.
setEmbeddedElement(boolean) - Method in interface javax.jdo.metadata.ArrayMetadata
Method to set whether the element is embedded.
setEmbeddedElement(boolean) - Method in interface javax.jdo.metadata.CollectionMetadata
Method to set whether the element is embedded.
setEmbeddedKey(boolean) - Method in interface javax.jdo.metadata.MapMetadata
Method to set whether the key is embedded.
setEmbeddedOnly(boolean) - Method in interface javax.jdo.metadata.TypeMetadata
Method to set whether it is stored only as embedded in other objects.
setEmbeddedValue(boolean) - Method in interface javax.jdo.metadata.MapMetadata
Method to set whether the value is embedded.
setExtensions(Map) - Method in interface javax.jdo.Query
Set multiple extensions, or use null to clear all extensions.
setFactoryClass(String) - Method in interface javax.jdo.metadata.SequenceMetadata
Method to set the result class name for the query.
setFetchPlan(String) - Method in interface javax.jdo.metadata.QueryMetadata
Method to set the FetchPlan to use for this named query.
setFetchSize(int) - Method in interface javax.jdo.FetchPlan
Set the fetch size for large result set support.
setFetchSize(int) - Method in interface javax.jdo.metadata.FetchPlanMetadata
Method to set the fetch size.
setFieldName(String) - Method in interface javax.jdo.metadata.PropertyMetadata
Method to set the field name (persistent interfaces).
setFieldType(String) - Method in interface javax.jdo.metadata.MemberMetadata
Method to set the field type(s).
setFilter(String) - Method in interface javax.jdo.Query
Set the filter for the query.
setFloatField(PersistenceCapable, int, float, float) - Method in interface javax.jdo.spi.StateManager
Mark the field as modified by the user.
setGroup(String) - Method in interface javax.jdo.FetchPlan
Set the active fetch groups to the single named fetch group.
setGrouping(String) - Method in interface javax.jdo.Query
Set the grouping expressions, optionally including a "having" clause.
setGroups(String...) - Method in interface javax.jdo.FetchPlan
Set a collection of groups.
setGroups(Collection) - Method in interface javax.jdo.FetchPlan
Set a collection of groups.
setIdentityType(IdentityType) - Method in interface javax.jdo.metadata.TypeMetadata
Method to define the identity type to use.
setIgnoreCache(boolean) - Method in interface javax.jdo.PersistenceManager
Set the ignoreCache parameter for queries.
setIgnoreCache(boolean) - Method in interface javax.jdo.PersistenceManagerFactory
Set the default IgnoreCache setting for all PersistenceManager instances obtained from this factory.
setIgnoreCache(boolean) - Method in interface javax.jdo.Query
Set the ignoreCache option.
setIndexed(boolean) - Method in interface javax.jdo.metadata.MemberMetadata
Method to set whether it is indexed.
setIndexed(Indexed) - Method in interface javax.jdo.metadata.DiscriminatorMetadata
Method to set whether indexed.
setIndexed(Indexed) - Method in interface javax.jdo.metadata.JoinMetadata
Method to set whether indexed.
setIndexed(Indexed) - Method in interface javax.jdo.metadata.VersionMetadata
Method to set whether indexed.
setInitialValue(int) - Method in interface javax.jdo.metadata.SequenceMetadata
Method to set the initial value for the sequence.
setInsertValue(String) - Method in interface javax.jdo.metadata.ColumnMetadata
Method to set the insert value (for columns with no field/property).
setIntField(PersistenceCapable, int, int, int) - Method in interface javax.jdo.spi.StateManager
Mark the field as modified by the user.
setIsolationLevel(String) - Method in interface javax.jdo.Transaction
Set the value for transaction isolation level for this transaction.
setJDBCType(String) - Method in interface javax.jdo.metadata.ColumnMetadata
Method to set the JDBC type.
setKeyAsObject(Object) - Method in class javax.jdo.identity.SingleFieldIdentity
Set the given key as the key for this instance.
setKeyType(String) - Method in interface javax.jdo.metadata.MapMetadata
Method to set the name of the key type.
setLanguage(String) - Method in interface javax.jdo.metadata.QueryMetadata
Method to set the language of the query.
setLength(int) - Method in interface javax.jdo.metadata.ColumnMetadata
Method to set the length.
setLoadFetchGroup(String) - Method in interface javax.jdo.metadata.MemberMetadata
Method to set the load fetch group.
setLongField(PersistenceCapable, int, long, long) - Method in interface javax.jdo.spi.StateManager
Mark the field as modified by the user.
setMappedBy(String) - Method in interface javax.jdo.metadata.MemberMetadata
Method to set the field on the other side of a bidirectional relation (this side is owner).
setMappedBy(String) - Method in interface javax.jdo.metadata.OrderMetadata
Method to set mapped-by information whether the order is present in the element class.
setMapping(String) - Method in interface javax.jdo.PersistenceManagerFactory
Set the Mapping setting for this factory.
setMaxFetchDepth(int) - Method in interface javax.jdo.FetchPlan
Set the maximum fetch depth when fetching.
setMaxFetchDepth(int) - Method in interface javax.jdo.metadata.FetchPlanMetadata
Method to set the max fetch depth for this plan.
setMultithreaded(boolean) - Method in interface javax.jdo.PersistenceManager
Set the Multithreaded flag for this PersistenceManager.
setMultithreaded(boolean) - Method in interface javax.jdo.PersistenceManagerFactory
Set the default Multithreaded setting for all PersistenceManager instances obtained from this factory.
setName(String) - Method in interface javax.jdo.metadata.ColumnMetadata
Method to set the column name.
setName(String) - Method in interface javax.jdo.metadata.ForeignKeyMetadata
Method to set the name of the constraint
setName(String) - Method in interface javax.jdo.metadata.IndexMetadata
Method to set the name of the index.
setName(String) - Method in interface javax.jdo.metadata.MemberMetadata
Method to set the name.
setName(String) - Method in interface javax.jdo.metadata.PrimaryKeyMetadata
Method to set the name of the PK constraint.
setName(String) - Method in interface javax.jdo.metadata.UniqueMetadata
Method to set the name of the constraint.
setName(String) - Method in interface javax.jdo.PersistenceManagerFactory
Sets the name of this PersistenceManagerFactory.
setNamedParameters(Map<String, ?>) - Method in interface javax.jdo.Query
Method to set the named parameters on this query prior to execution.
setNontransactionalRead(boolean) - Method in interface javax.jdo.PersistenceManagerFactory
Set the default NontransactionalRead setting for all PersistenceManager instances obtained from this factory.
setNontransactionalRead(boolean) - Method in interface javax.jdo.Transaction
If true, allow persistent instances to be read without a transaction active.
setNontransactionalWrite(boolean) - Method in interface javax.jdo.PersistenceManagerFactory
Set the default NontransactionalWrite setting for all PersistenceManager instances obtained from this factory.
setNontransactionalWrite(boolean) - Method in interface javax.jdo.Transaction
If true, allow persistent instances to be written without a transaction active.
setNullIndicatorColumn(String) - Method in interface javax.jdo.metadata.EmbeddedMetadata
Method to set any column that indicates a null embedded object.
setNullIndicatorValue(String) - Method in interface javax.jdo.metadata.EmbeddedMetadata
Method to set the value of a null indicator column to signify null object.
setNullValue(NullValue) - Method in interface javax.jdo.metadata.MemberMetadata
Method to set the behaviour of a null value
setObjectField(PersistenceCapable, int, Object, Object) - Method in interface javax.jdo.spi.StateManager
Mark the field as modified by the user.
setObjectIdClass(String) - Method in interface javax.jdo.metadata.TypeMetadata
Method to set the object-id (PK) class.
setOptimistic(boolean) - Method in interface javax.jdo.PersistenceManagerFactory
Set the default Optimistic setting for all PersistenceManager instances obtained from this factory.
setOptimistic(boolean) - Method in interface javax.jdo.Transaction
Optimistic transactions do not hold data store locks until commit time.
setOrdering(String) - Method in interface javax.jdo.Query
Set the ordering specification for the result Collection.
setOuter(boolean) - Method in interface javax.jdo.metadata.JoinMetadata
Method to set whether to use an outer join.
setOutputDirectory(String) - Method in interface javax.jdo.JDOEnhancer
Mutator to set the location where enhanced classes are written.
setOwnerMember(String) - Method in interface javax.jdo.metadata.EmbeddedMetadata
Method to set the name of the owner field/property.
setParameter(String, Object) - Method in interface javax.jdo.JDOQLTypedQuery
Method to set the value for a named parameter for use when executing the query.
setParameter(Expression<?>, Object) - Method in interface javax.jdo.JDOQLTypedQuery
Method to set a parameter value for the specified (parameter) expression when executing the query.
setParameters(Object...) - Method in interface javax.jdo.Query
Method to set the values of the numbered parameters on this query prior to execution.
setParameters(Map<String, ?>) - Method in interface javax.jdo.JDOQLTypedQuery
Method to set the named parameters on this query prior to execution.
setPersistenceModifier(PersistenceModifier) - Method in interface javax.jdo.metadata.MemberMetadata
Method to set the persistence-modifier of the field/property.
setPersistenceModifier(ClassPersistenceModifier) - Method in interface javax.jdo.metadata.ClassMetadata
Method to define the persistence modifier.
setPersistenceUnitName(String) - Method in interface javax.jdo.PersistenceManagerFactory
Sets the PersistenceUnitName for this PersistenceManagerFactory.
setPosition(int) - Method in interface javax.jdo.metadata.ColumnMetadata
Method to set the position.
setPostLoad(boolean) - Method in interface javax.jdo.FetchGroup
Set the post-load property of this FetchGroup.
setPostLoad(boolean) - Method in interface javax.jdo.metadata.FetchGroupMetadata
Method to set whether to call post load with this fetch group
setPrimaryKey(boolean) - Method in interface javax.jdo.metadata.MemberMetadata
Method to set whether it is part of the pk
setProperty(String, Object) - Method in interface javax.jdo.PersistenceManager
Set a persistence manager property.
setQuery(String) - Method in interface javax.jdo.metadata.QueryMetadata
Method to set the single-string query.
setRange(long, long) - Method in interface javax.jdo.Query
Set the range of results to return.
setRange(String) - Method in interface javax.jdo.Query
Set the range of results to return.
setReadOnly(boolean) - Method in interface javax.jdo.PersistenceManagerFactory
Sets the value for whether the datastore is to be considered read-only.
setRecursionDepth(int) - Method in interface javax.jdo.metadata.MemberMetadata
Method to set the recursion depth (when used in a fetch group).
setRecursionDepth(String, int) - Method in interface javax.jdo.FetchGroup
Set the recursion-depth for this member.
setRequiresExtent(boolean) - Method in interface javax.jdo.metadata.TypeMetadata
Method to set whether the component requires an extent.
setRestoreValues(boolean) - Method in interface javax.jdo.PersistenceManagerFactory
Set the default value for the RestoreValues property.
setRestoreValues(boolean) - Method in interface javax.jdo.Transaction
If true, at rollback, fields of newly persistent instances are restored to their values as of the beginning of the transaction, and the instances revert to transient.
setResult(String) - Method in interface javax.jdo.Query
Specifies what type of data this query should return.
setResultClass(Class) - Method in interface javax.jdo.Query
Specify the type of object in which to return each element of the result of invoking Query.execute() or one of its siblings.
setResultClass(String) - Method in interface javax.jdo.metadata.QueryMetadata
Method to set the result class name for the query.
setRetainValues(boolean) - Method in interface javax.jdo.PersistenceManagerFactory
Set the default RetainValues setting for all PersistenceManager instances obtained from this factory.
setRetainValues(boolean) - Method in interface javax.jdo.Transaction
If true, at commit instances retain their values and the instances transition to persistent-nontransactional.
setRollbackOnly() - Method in interface javax.jdo.Transaction
Sets the rollback-only status of the transaction to true.
setScale(int) - Method in interface javax.jdo.metadata.ColumnMetadata
Method to set the scale.
setSchema(String) - Method in interface javax.jdo.metadata.JDOMetadata
Method to set the schema (ORM) to apply to all classes in this JDO Metadata.
setSchema(String) - Method in interface javax.jdo.metadata.PackageMetadata
Method to set the schema (ORM) to apply to all classes in this package.
setSchema(String) - Method in interface javax.jdo.metadata.TypeMetadata
Method to set the schema (ORM) for this component.
setSequence(String) - Method in interface javax.jdo.metadata.DatastoreIdentityMetadata
Method to set the sequence key (when using "sequence" strategy).
setSequence(String) - Method in interface javax.jdo.metadata.MemberMetadata
Method to set the sequence (when using value-strategy of "sequence")
setSerialized(boolean) - Method in interface javax.jdo.metadata.MemberMetadata
Method to set whether it is serialized.
setSerializedElement(boolean) - Method in interface javax.jdo.metadata.ArrayMetadata
Method to set whether the element is serialised.
setSerializedElement(boolean) - Method in interface javax.jdo.metadata.CollectionMetadata
Method to set whether the element is serialised.
setSerializedKey(boolean) - Method in interface javax.jdo.metadata.MapMetadata
Method to set whether the key is serialised.
setSerializedValue(boolean) - Method in interface javax.jdo.metadata.MapMetadata
Method to set whether the value is serialised.
setSerializeRead(boolean) - Method in interface javax.jdo.metadata.TypeMetadata
Method to set the default value of serializeRead for objects of this type.
setSerializeRead(Boolean) - Method in interface javax.jdo.Query
If true, a lock will be applied to all objects read in this query.
setSerializeRead(Boolean) - Method in interface javax.jdo.Transaction
If true, a lock will be applied to all objects read in this transaction.
setServerTimeZoneID(String) - Method in interface javax.jdo.PersistenceManagerFactory
Sets the TimeZone ID of the server associated with this PersistenceManagerFactory.
setShortField(PersistenceCapable, int, short, short) - Method in interface javax.jdo.spi.StateManager
Mark the field as modified by the user.
setSQLType(String) - Method in interface javax.jdo.metadata.ColumnMetadata
Method to set the SQL type.
setStrategy(DiscriminatorStrategy) - Method in interface javax.jdo.metadata.DiscriminatorMetadata
Method to set the discriminator strategy.
setStrategy(IdGeneratorStrategy) - Method in interface javax.jdo.metadata.DatastoreIdentityMetadata
Method to set the identity generation strategy.
setStrategy(InheritanceStrategy) - Method in interface javax.jdo.metadata.InheritanceMetadata
Method to set the inheritance strategy.
setStrategy(VersionStrategy) - Method in interface javax.jdo.metadata.VersionMetadata
Method to set the version strategy.
setStringField(PersistenceCapable, int, String, String) - Method in interface javax.jdo.spi.StateManager
Mark the field as modified by the user.
setSynchronization(Synchronization) - Method in interface javax.jdo.Transaction
The user can specify a Synchronization instance to be notified on transaction completions.
setTable(String) - Method in interface javax.jdo.metadata.ElementMetadata
Method to set the table name.
setTable(String) - Method in interface javax.jdo.metadata.ForeignKeyMetadata
Method to set the table name.
setTable(String) - Method in interface javax.jdo.metadata.IndexMetadata
Method to set the table name.
setTable(String) - Method in interface javax.jdo.metadata.JoinMetadata
Method to set the table name.
setTable(String) - Method in interface javax.jdo.metadata.KeyMetadata
Method to set the table name.
setTable(String) - Method in interface javax.jdo.metadata.MemberMetadata
Method to set the table name.
setTable(String) - Method in interface javax.jdo.metadata.TypeMetadata
Method to set the table name.
setTable(String) - Method in interface javax.jdo.metadata.UniqueMetadata
Method to set the table name.
setTable(String) - Method in interface javax.jdo.metadata.ValueMetadata
Method to set the table name.
setTarget(String) - Method in interface javax.jdo.metadata.ColumnMetadata
Method to set the target column (at the other side of the relation).
setTargetField(String) - Method in interface javax.jdo.metadata.ColumnMetadata
Method to set the target field (at the other side of the relation).
setTransactionIsolationLevel(String) - Method in interface javax.jdo.PersistenceManagerFactory
Set the value for transaction isolation level for this PMF.
setTransactionType(String) - Method in interface javax.jdo.PersistenceManagerFactory
Sets the TransactionType for this PersistenceManagerFactory.
setUnique(boolean) - Method in interface javax.jdo.metadata.ForeignKeyMetadata
Method to set whether it is unique.
setUnique(boolean) - Method in interface javax.jdo.metadata.IndexMetadata
Method to set whether it is unique.
setUnique(boolean) - Method in interface javax.jdo.metadata.JoinMetadata
Method to set whether it is unique.
setUnique(boolean) - Method in interface javax.jdo.metadata.MemberMetadata
Method to set whether it is unique.
setUnique(boolean) - Method in interface javax.jdo.metadata.QueryMetadata
Method to set if the query results are unique.
setUnique(boolean) - Method in interface javax.jdo.Query
Specify that only the first result of the query should be returned, rather than a collection.
setUnmodifiable() - Method in interface javax.jdo.FetchGroup
Make this FetchGroup unmodifiable.
setUnmodifiable() - Method in interface javax.jdo.metadata.QueryMetadata
Method to set the query as not being modifiable from now.
setUnmodifiable() - Method in interface javax.jdo.Query
The unmodifiable flag, when set, disallows further modification of the query, except for specifying the range, result class, and ignoreCache option.
setUpdateAction(ForeignKeyAction) - Method in interface javax.jdo.metadata.ElementMetadata
Method to set the update action of the FK
setUpdateAction(ForeignKeyAction) - Method in interface javax.jdo.metadata.ForeignKeyMetadata
Method to set the update action of the FK.
setUpdateAction(ForeignKeyAction) - Method in interface javax.jdo.metadata.KeyMetadata
Method to set the update action of the FK.
setUpdateAction(ForeignKeyAction) - Method in interface javax.jdo.metadata.ValueMetadata
Method to set the update action of the FK.
setUseDefaultConversion(Boolean) - Method in interface javax.jdo.metadata.ElementMetadata
Method to explicitly set whether to disable use of AttributeConverter for this type (either here, class-level or PMF level).
setUseDefaultConversion(Boolean) - Method in interface javax.jdo.metadata.KeyMetadata
Method to explicitly set whether to disable use of AttributeConverter for this type (either here, class-level or PMF level).
setUseDefaultConversion(Boolean) - Method in interface javax.jdo.metadata.MemberMetadata
Method to explicitly set whether to disable use of AttributeConverter for this type (either here, class-level or PMF level).
setUseDefaultConversion(Boolean) - Method in interface javax.jdo.metadata.ValueMetadata
Method to explicitly set whether to disable use of AttributeConverter for this type (either here, class-level or PMF level).
setUserObject(Object) - 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.
setValue(String) - Method in interface javax.jdo.metadata.DiscriminatorMetadata
Method to set the discriminator value (when using "value-map" strategy).
setValueStrategy(IdGeneratorStrategy) - Method in interface javax.jdo.metadata.MemberMetadata
Method to set the value strategy
setValueType(String) - Method in interface javax.jdo.metadata.MapMetadata
Method to set the name of the value type.
setVerbose(boolean) - Method in interface javax.jdo.JDOEnhancer
Whether to provide verbose output
ShortIdentity - Class in javax.jdo.identity
This class is for identity with a single short field.
ShortIdentity() - Constructor for class javax.jdo.identity.ShortIdentity
Constructor only for Externalizable.
ShortIdentity(Class, short) - Constructor for class javax.jdo.identity.ShortIdentity
Constructor with class and key.
ShortIdentity(Class, Short) - Constructor for class javax.jdo.identity.ShortIdentity
Constructor with class and key.
ShortIdentity(Class, String) - Constructor for class javax.jdo.identity.ShortIdentity
Constructor with class and key.
sin() - Method in interface javax.jdo.query.NumericExpression
Method to return the sine value expression of this expression.
SingleFieldIdentity - Class in javax.jdo.identity
This class is the abstract base class for all single field identity classes.
SingleFieldIdentity() - Constructor for class javax.jdo.identity.SingleFieldIdentity
Constructor only for Externalizable.
SingleFieldIdentity(Class) - Constructor for class javax.jdo.identity.SingleFieldIdentity
Constructor with target class.
size() - Method in interface javax.jdo.query.CollectionExpression
Method returning an expression for the size of the collection
size() - Method in interface javax.jdo.query.MapExpression
Method returning an expression for the size of the map
SQL - Static variable in interface javax.jdo.Query
The string constant used as the first argument to PersistenceManager.newQuery(String,Object) to identify that the created query should use SQL semantics.
sqlType() - Method in annotation type javax.jdo.annotations.Column
SQL Type for this column.
sqrt() - Method in interface javax.jdo.query.NumericExpression
Method to return the square-root value expression of this expression.
startsWith(String) - Method in interface javax.jdo.query.StringExpression
Method returning an expression for whether this string expression starts with the passed string.
startsWith(String, int) - Method in interface javax.jdo.query.StringExpression
Method returning an expression for whether this string expression starts with the passed string.
startsWith(String, NumericExpression<Integer>) - Method in interface javax.jdo.query.StringExpression
Method returning an expression for whether this string expression starts with the passed string.
startsWith(StringExpression) - Method in interface javax.jdo.query.StringExpression
Method returning an expression for whether this string expression starts with the passed string expression.
startsWith(StringExpression, int) - Method in interface javax.jdo.query.StringExpression
Method returning an expression for whether this string expression starts with the passed string expression.
startsWith(StringExpression, NumericExpression<Integer>) - Method in interface javax.jdo.query.StringExpression
Method returning an expression for whether this string expression starts with the passed string expression.
STATE_IMAGE - javax.jdo.annotations.VersionStrategy
 
StateInterrogation - Interface in javax.jdo.spi
This interface is implemented by a non-binary-compatible JDO implementation to provide state interrogation for non-enhanced persistent classes.
StateManager - Interface in javax.jdo.spi
This interface is the point of contact between managed instances of PersistenceCapable classes and the JDO implementation.
STORE - Static variable in class javax.jdo.listener.InstanceLifecycleEvent
 
storeBooleanField(int, boolean) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer
Store one field into the field manager.
storeByteField(int, byte) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer
Store one field into the field manager.
StoreCallback - Interface in javax.jdo.listener
This interface is used to notify instances of store events.
storeCharField(int, char) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer
Store one field into the field manager.
storeDoubleField(int, double) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer
Store one field into the field manager.
storeFloatField(int, float) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer
Store one field into the field manager.
storeIntField(int, int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer
Store one field into the field manager.
StoreLifecycleListener - Interface in javax.jdo.listener
This interface is implemented by listeners to be notified of store events.
storeLongField(int, long) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer
Store one field into the field manager.
storeObjectField(int, Object) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer
Store one field into the field manager.
storeShortField(int, short) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer
Store one field into the field manager.
storeStringField(int, String) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer
Store one field into the field manager.
strategy() - Method in annotation type javax.jdo.annotations.DatastoreIdentity
Strategy to use when generating datastore identities
strategy() - Method in annotation type javax.jdo.annotations.Discriminator
Strategy to use for the discriminator.
strategy() - Method in annotation type javax.jdo.annotations.Inheritance
Strategy to use for inheritance.
strategy() - Method in annotation type javax.jdo.annotations.Sequence
Strategy for the sequence.
strategy() - Method in annotation type javax.jdo.annotations.Version
Strategy for versioning of objects of this class.
StringExpression - Interface in javax.jdo.query
Representation of a string in a query.
StringIdentity - Class in javax.jdo.identity
This class is for identity with a single String field.
StringIdentity() - Constructor for class javax.jdo.identity.StringIdentity
Constructor only for Externalizable.
StringIdentity(Class, String) - Constructor for class javax.jdo.identity.StringIdentity
Constructor with class and key.
stringParameter(String) - Method in interface javax.jdo.JDOQLTypedQuery
Method to return a string parameter for the query.
sub(Number) - Method in interface javax.jdo.query.NumericExpression
Method to return an expression for this expression subtracting the passed number.
sub(Expression<T>) - Method in interface javax.jdo.query.NumericExpression
Method to return an expression for this expression subtracting the passed expression.
SUBCLASS_TABLE - javax.jdo.annotations.InheritanceStrategy
 
subquery(Class<S>, String) - Method in interface javax.jdo.JDOQLTypedQuery
Method to return a subquery for use in this query.
subquery(String) - Method in interface javax.jdo.JDOQLTypedQuery
Method to return a subquery for use in this query using the same candidate class as this query.
subquery(CollectionExpression<Collection<E>, E>, Class<E>, String) - Method in interface javax.jdo.JDOQLTypedQuery
Method to return a correlated subquery for use in this query.
subquery(Query, String, String) - Method in interface javax.jdo.Query
Add a subquery to this query.
subquery(Query, String, String, String) - Method in interface javax.jdo.Query
Add a subquery to this query.
subquery(Query, String, String, String...) - Method in interface javax.jdo.Query
Add a subquery to this query.
subquery(Query, String, String, Map) - Method in interface javax.jdo.Query
Add a subquery to this query.
SubqueryExpression - Interface in javax.jdo.query
Representation of a subquery in a query.
substring(int) - Method in interface javax.jdo.query.StringExpression
Method to return an expression for the substring of this string expression.
substring(int, int) - Method in interface javax.jdo.query.StringExpression
Method to return an expression for the substring of this string expression.
substring(NumericExpression<Integer>) - Method in interface javax.jdo.query.StringExpression
Method to return an expression for the substring of this string expression.
substring(NumericExpression<Integer>, NumericExpression<Integer>) - Method in interface javax.jdo.query.StringExpression
Method to return an expression for the substring of this string expression.
sum() - Method in interface javax.jdo.query.NumericExpression
Method to return a numeric expression representing the aggregated sum of this expression.
sumDistinct() - Method in interface javax.jdo.query.NumericExpression
Method to return a numeric expression representing the aggregated sum of this distinct expression.
SUPERCLASS_TABLE - javax.jdo.annotations.InheritanceStrategy
 
supportedOptions() - Method in interface javax.jdo.PersistenceManagerFactory
The application can determine from the results of this method which optional features, and which query languages are supported by the JDO implementation.
symDifference(GeometryExpression) - Method in interface javax.jdo.query.geospatial.GeometryExpression
Returns a Geometry that is the closure of the set symmetric difference of the two geometries.

T

table() - Method in annotation type javax.jdo.annotations.Element
Name of the table for the element.
table() - Method in annotation type javax.jdo.annotations.ForeignKey
Table for the foreign key.
table() - Method in annotation type javax.jdo.annotations.Index
Table for the index.
table() - Method in annotation type javax.jdo.annotations.Join
Table to join to (used when joining to secondary tables).
table() - Method in annotation type javax.jdo.annotations.Key
Name of the table for the key.
table() - Method in annotation type javax.jdo.annotations.PersistenceCapable
Table to use for persisting this class or interface.
table() - Method in annotation type javax.jdo.annotations.Persistent
Table to use for persisting this member.
table() - Method in annotation type javax.jdo.annotations.Unique
Table for the unique constraint.
table() - Method in annotation type javax.jdo.annotations.Value
Name of the table for the value.
tan() - Method in interface javax.jdo.query.NumericExpression
Method to return the tangent value expression of this expression.
target() - Method in annotation type javax.jdo.annotations.Column
Target column for this column in the other table when part of a foreign key relation.
targetMember() - Method in annotation type javax.jdo.annotations.Column
Target member in the other class or interface for this column when part of a bidirectional relation.
TimeExpression - Interface in javax.jdo.query
Representation of a time in a query.
timeParameter(String) - Method in interface javax.jdo.JDOQLTypedQuery
Method to return a time parameter for the query.
toBinary() - Method in interface javax.jdo.query.geospatial.GeometryExpression
Returns the well-known binary representation.
toLowerCase() - Method in interface javax.jdo.query.CharacterExpression
Method to return a CharacterExpression representing this CharacterExpression in lower case.
toLowerCase() - Method in interface javax.jdo.query.StringExpression
Method to return a StringExpression representing this string expression in lower case.
toString() - Method in class javax.jdo.identity.ByteIdentity
Return the String version of the key.
toString() - Method in class javax.jdo.identity.CharIdentity
Return the String form of the key.
toString() - Method in class javax.jdo.identity.IntIdentity
Return the String form of the key.
toString() - Method in class javax.jdo.identity.LongIdentity
Return the String form of the key.
toString() - Method in class javax.jdo.identity.ObjectIdentity
Return the String form of the object id.
toString() - Method in class javax.jdo.identity.ShortIdentity
Return the String form of the key.
toString() - Method in class javax.jdo.identity.StringIdentity
Return the String form of the key.
toString() - Method in exception javax.jdo.JDOException
The String representation includes the name of the class, the descriptive comment (if any), the String representation of the failed Object (if any), and the String representation of the nested Throwables (if any).
toString() - Method in interface javax.jdo.JDOQLTypedQuery
Method to return the equivalent String form of this query (if applicable for the query language).
toString() - Method in enum javax.jdo.ObjectState
 
toText() - Method in interface javax.jdo.query.geospatial.GeometryExpression
Returns the well-known textual representation.
touches(GeometryExpression) - Method in interface javax.jdo.query.geospatial.GeometryExpression
TRUE if this geometry spatially touches the other Geometry.
toUpperCase() - Method in interface javax.jdo.query.CharacterExpression
Method to return a CharacterExpression representing this CharacterExpression in upper case.
toUpperCase() - Method in interface javax.jdo.query.StringExpression
Method to return a StringExpression representing this string expression in upper case.
Transaction - Interface in javax.jdo
The JDO Transaction interface provides for initiation and completion of transactions under user control.
Transactional - Annotation Type in javax.jdo.annotations
Annotation to indicate that a member (field or property) is transactional but not persistent.
TRANSACTIONAL - javax.jdo.annotations.PersistenceModifier
 
TRANSIENT - javax.jdo.ObjectState
 
TRANSIENT_CLEAN - javax.jdo.ObjectState
 
TRANSIENT_DIRTY - javax.jdo.ObjectState
 
trim() - Method in interface javax.jdo.query.StringExpression
Method returning a string expression with whitespace trimmed from start and end.
TRUE - javax.jdo.metadata.Indexed
 
TX_READ_COMMITTED - Static variable in interface javax.jdo.Constants
Transaction isolation level representing the requirement to read committed data only.
TX_READ_UNCOMMITTED - Static variable in interface javax.jdo.Constants
Transaction isolation level representing the ability to read uncommitted data.
TX_REPEATABLE_READ - Static variable in interface javax.jdo.Constants
Transaction isolation level representing the requirement to read the same data in the same transaction.
TX_SERIALIZABLE - Static variable in interface javax.jdo.Constants
Transaction isolation level representing the requirement to serialize transactions.
TX_SNAPSHOT - Static variable in interface javax.jdo.Constants
Transaction isolation level representing the requirement to keep a snapshot for reading data.
TypeMetadata - Interface in javax.jdo.metadata
Represents a class or interface.
types() - Method in annotation type javax.jdo.annotations.Element
Types of the elements.
types() - Method in annotation type javax.jdo.annotations.Key
Types of the keys.
types() - Method in annotation type javax.jdo.annotations.Persistent
Types of the member.
types() - Method in annotation type javax.jdo.annotations.Value
Types of the values.

U

union(GeometryExpression) - Method in interface javax.jdo.query.geospatial.GeometryExpression
Returns a Geometry that is the set union of the two geometries.
unique() - Method in annotation type javax.jdo.annotations.Element
Whether a unique constraint should be generated or assumed.
unique() - Method in annotation type javax.jdo.annotations.ForeignKey
Whether this foreign key is unique.
unique() - Method in annotation type javax.jdo.annotations.Index
Whether this index is unique
unique() - Method in annotation type javax.jdo.annotations.Join
Whether the join column is unique.
unique() - Method in annotation type javax.jdo.annotations.Key
Whether the element column(s) contents should be considered unique
unique() - Method in annotation type javax.jdo.annotations.Query
Whether the query returns a single unique result.
unique() - Method in annotation type javax.jdo.annotations.Value
Whether the element column(s) contents should be considered unique
Unique - Annotation Type in javax.jdo.annotations
Annotation for a database unique constraint.
UNIQUE - javax.jdo.metadata.Indexed
 
uniqueKey() - Method in annotation type javax.jdo.annotations.Element
The name of the unique key constraint to generate.
uniqueKey() - Method in annotation type javax.jdo.annotations.Join
The name of the unique key constraint to generate.
uniqueKey() - Method in annotation type javax.jdo.annotations.Key
The name of the unique key constraint to generate.
uniqueKey() - Method in annotation type javax.jdo.annotations.Value
The name of the unique key constraint to generate.
UniqueMetadata - Interface in javax.jdo.metadata
Represents a unique constraint.
Uniques - Annotation Type in javax.jdo.annotations
Annotation for a group of unique constraints.
unmodifiable() - Method in annotation type javax.jdo.annotations.Query
Whether the query is unmodifiable.
unmodifiable() - Method in interface javax.jdo.JDOQLTypedQuery
Set to make this query unmodifiable hereafter.
unmodifiable() - Method in interface javax.jdo.Query
Set whether to make this query unmodifiable.
unpin(Object) - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
unpin(Object) - Method in interface javax.jdo.datastore.DataStoreCache
Unpin the parameter instance from the second-level cache.
unpinAll(boolean, Class) - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
unpinAll(boolean, Class) - Method in interface javax.jdo.datastore.DataStoreCache
Unpin instances from the second-level cache.
unpinAll(Object...) - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
unpinAll(Object...) - Method in interface javax.jdo.datastore.DataStoreCache
Unpin the parameter instance from the second-level cache.
unpinAll(Collection) - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
unpinAll(Collection) - Method in interface javax.jdo.datastore.DataStoreCache
Unpin the parameter instances from the second-level cache.
unregisterClass(Class) - Method in class javax.jdo.spi.JDOImplHelper
Unregister metadata by class.
unregisterClasses(ClassLoader) - Method in class javax.jdo.spi.JDOImplHelper
Unregister metadata by class loader.
UNSPECIFIED - javax.jdo.annotations.DiscriminatorStrategy
 
UNSPECIFIED - javax.jdo.annotations.ForeignKeyAction
 
UNSPECIFIED - javax.jdo.annotations.IdentityType
 
UNSPECIFIED - javax.jdo.annotations.IdGeneratorStrategy
 
UNSPECIFIED - javax.jdo.annotations.InheritanceStrategy
 
UNSPECIFIED - javax.jdo.annotations.PersistenceModifier
 
UNSPECIFIED - javax.jdo.annotations.VersionStrategy
 
UNSPECIFIED - javax.jdo.metadata.Indexed
 
updateAction() - Method in annotation type javax.jdo.annotations.Element
Update action to apply to any foreign key for the element
updateAction() - Method in annotation type javax.jdo.annotations.ForeignKey
The update action of this foreign key.
updateAction() - Method in annotation type javax.jdo.annotations.Key
Update action to apply to the foreign key for the key.
updateAction() - Method in annotation type javax.jdo.annotations.Value
Update action to apply to any foreign key for the value.
UseDefault() - Constructor for class javax.jdo.AttributeConverter.UseDefault
 
useDefaultConversion() - Method in annotation type javax.jdo.annotations.Element
Whether we should disable any converter that was specified as default for this type on the PMF.
useDefaultConversion() - Method in annotation type javax.jdo.annotations.Key
Whether we should disable any converter that was specified as default for this type on the PMF.
useDefaultConversion() - Method in annotation type javax.jdo.annotations.Persistent
Whether we should disable any converter that was specified as default for this type on the PMF.
useDefaultConversion() - Method in annotation type javax.jdo.annotations.Value
Whether we should disable any converter that was specified as default for this type on the PMF.
USER_CONFIGURABLE_STANDARD_PROPERTIES - Static variable in class javax.jdo.spi.JDOImplHelper
JDO standard properties that the user can configure.
UUIDHEX - javax.jdo.annotations.IdGeneratorStrategy
 
UUIDSTRING - javax.jdo.annotations.IdGeneratorStrategy
 

V

validate() - Method in interface javax.jdo.JDOEnhancer
Method to validate the items specified using addJar, addFiles, addClasses, addClass, addPersistenceUnit.
value() - Method in annotation type javax.jdo.annotations.Cacheable
 
value() - Method in annotation type javax.jdo.annotations.Columns
The columns annotation information.
value() - Method in annotation type javax.jdo.annotations.Convert
The AttributeConverter to use for conversion.
value() - Method in annotation type javax.jdo.annotations.Discriminator
The value for the discriminator for objects of this class when using "value-map" strategy.
value() - Method in annotation type javax.jdo.annotations.Extension
The value for the extension (required).
value() - Method in annotation type javax.jdo.annotations.Extensions
The extensions.
value() - Method in annotation type javax.jdo.annotations.FetchGroups
The Fetch Groups
value() - Method in annotation type javax.jdo.annotations.FetchPlans
The Fetch Plans
value() - Method in annotation type javax.jdo.annotations.ForeignKeys
The foreign keys.
value() - Method in annotation type javax.jdo.annotations.Indices
The indices
value() - Method in annotation type javax.jdo.annotations.Joins
The join definitions used for the mapping of this type.
value() - Method in annotation type javax.jdo.annotations.Queries
The named queries
value() - Method in annotation type javax.jdo.annotations.Query
The query string (mandatory)
value() - Method in annotation type javax.jdo.annotations.Uniques
The unique constraints.
Value - Annotation Type in javax.jdo.annotations
Annotation for the value of a map relation.
VALUE_MAP - javax.jdo.annotations.DiscriminatorStrategy
 
ValueMetadata - Interface in javax.jdo.metadata
Represents a value in a map.
valueOf(String) - Static method in enum javax.jdo.annotations.DiscriminatorStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.jdo.annotations.ForeignKeyAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.jdo.annotations.IdentityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.jdo.annotations.IdGeneratorStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.jdo.annotations.InheritanceStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.jdo.annotations.NullValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.jdo.annotations.PersistenceModifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.jdo.annotations.SequenceStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.jdo.annotations.VersionStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.jdo.metadata.ClassPersistenceModifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.jdo.metadata.Indexed
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.jdo.ObjectState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.jdo.query.OrderExpression.OrderDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.jdo.query.OrderExpression.OrderNullsPosition
Returns the enum constant of this type with the specified name.
values() - Static method in enum javax.jdo.annotations.DiscriminatorStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.jdo.annotations.ForeignKeyAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.jdo.annotations.IdentityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.jdo.annotations.IdGeneratorStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.jdo.annotations.InheritanceStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.jdo.annotations.NullValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.jdo.annotations.PersistenceModifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.jdo.annotations.SequenceStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.jdo.annotations.VersionStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.jdo.metadata.ClassPersistenceModifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.jdo.metadata.Indexed
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.jdo.ObjectState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.jdo.query.OrderExpression.OrderDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.jdo.query.OrderExpression.OrderNullsPosition
Returns an array containing the constants of this enum type, in the order they are declared.
valueStrategy() - Method in annotation type javax.jdo.annotations.Persistent
Value strategy to use to generate the value for this field or property (if any).
variable(String, Class<V>) - Method in interface javax.jdo.JDOQLTypedQuery
Method to return a variable for this query.
variables(String) - Method in interface javax.jdo.Query
Declare the unbound variables to be used in the query.
vendorName() - Method in annotation type javax.jdo.annotations.Extension
Vendor that the extension applies to (required).
Version - Annotation Type in javax.jdo.annotations
Annotation for the versioning of the class.
VERSION_NUMBER - javax.jdo.annotations.VersionStrategy
 
VersionMetadata - Interface in javax.jdo.metadata
Represents versioning of a class.
VersionStrategy - Enum in javax.jdo.annotations
Enumeration of the version strategy values.

W

within(GeometryExpression) - Method in interface javax.jdo.query.geospatial.GeometryExpression
TRUE if this geometry is completely contained in second Geometry.
writeExternal(ObjectOutput) - Method in class javax.jdo.identity.ByteIdentity
Write this object.
writeExternal(ObjectOutput) - Method in class javax.jdo.identity.CharIdentity
Write this object.
writeExternal(ObjectOutput) - Method in class javax.jdo.identity.IntIdentity
Write this object.
writeExternal(ObjectOutput) - Method in class javax.jdo.identity.LongIdentity
Write this object.
writeExternal(ObjectOutput) - Method in class javax.jdo.identity.ObjectIdentity
Write this object.
writeExternal(ObjectOutput) - Method in class javax.jdo.identity.ShortIdentity
Write this object.
writeExternal(ObjectOutput) - Method in class javax.jdo.identity.SingleFieldIdentity
Write to the output stream.
writeExternal(ObjectOutput) - Method in class javax.jdo.identity.StringIdentity
Write this object.
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages