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

D

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.
DataStoreCache.EmptyDataStoreCache() - Constructor for class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
DatastoreIdentity - Annotation Type in javax.jdo.annotations
Annotation for the datastore identity of the class.
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 - Static variable in interface javax.jdo.FetchGroup
For use with FetchGroup.addCategory(java.lang.String) and FetchGroup.removeCategory(java.lang.String) calls.
DEFAULT - Static variable in interface javax.jdo.FetchPlan
For use with FetchPlan.addGroup(java.lang.String), FetchPlan.removeGroup(java.lang.String), and the various FetchPlan.setGroups(java.util.Collection) calls.
DELETE - Static variable in class javax.jdo.listener.InstanceLifecycleEvent
 
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(Object...) - Method in interface javax.jdo.PersistenceManager
Delete an array of instances from the data store.
deletePersistentAll(Collection) - Method in interface javax.jdo.PersistenceManager
Delete a Collection 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(Map) - Method in interface javax.jdo.Query
Deletes all the instances of the candidate class that pass the filter.
deletePersistentAll() - Method in interface javax.jdo.Query
Deletes all the instances of the candidate class that pass the filter.
desc(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an ordering by the descending value of the expression.
DETACH - Static variable in class javax.jdo.listener.InstanceLifecycleEvent
 
detach(Object) - Method in interface javax.persistence.EntityManager
Remove the given entity from the persistence context, causing a managed entity to become detached.
DETACH_LOAD_FIELDS - Static variable in interface javax.jdo.FetchPlan
For use with PersistenceManager.detachCopy(T) and FetchPlan.setDetachmentOptions(int).
DETACH_UNLOAD_FIELDS - Static variable in interface javax.jdo.FetchPlan
For use with PersistenceManager.detachCopy(T) and FetchPlan.setDetachmentOptions(int).
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.
DetachLifecycleListener - Interface in javax.jdo.listener
This interface is implemented by listeners to be notified of detach events.
diff(Expression<? extends N>, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the difference between its arguments.
diff(Expression<? extends N>, N) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the difference between its arguments.
diff(N, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the difference between its arguments.
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.
DiscriminatorColumn - Annotation Type in javax.persistence
Specifies the discriminator column for the SINGLE_TABLE and JOINED Inheritance mapping strategies.
DiscriminatorStrategy - Enum in javax.jdo.annotations
Enumeration of the discriminator strategy values.
DiscriminatorType - Enum in javax.persistence
Defines supported types of the discriminator column.
DiscriminatorValue - Annotation Type in javax.persistence
Specifies the value of the discriminator column for entities of the given type.
disjunction() - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a disjunction (with zero disjuncts).
distinct(boolean) - Method in interface javax.persistence.criteria.AbstractQuery
Specify whether duplicate query results will be eliminated.
distinct(boolean) - Method in interface javax.persistence.criteria.CriteriaQuery
Specify whether duplicate query results will be eliminated.
distinct(boolean) - Method in interface javax.persistence.criteria.Subquery
Specify whether duplicate query results will be eliminated.

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