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

A

abs(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the absolute value of its argument.
AbstractQuery<T> - Interface in javax.persistence.criteria
The AbstractQuery interface defines functionality that is common to both top-level queries and subqueries.
Access - Annotation Type in javax.persistence
Used to specify an access type to be applied to an entity class, mapped superclass, or embeddable class, or to a specific attribute of such a class.
AccessType - Enum in javax.persistence
Is used with the Access annotation to specify an access type to be applied to an entity class, mapped superclass, or embeddable class, or to a specific attribute of such a class.
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.
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.
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.
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.
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.
addTransformer(ClassTransformer) - Method in interface javax.persistence.spi.PersistenceUnitInfo
Add a transformer supplied by the provider that will be called for every new class definition or class redefinition that gets loaded by the loader returned by the PersistenceUnitInfo.getClassLoader() method.
afterCompletion(int) - Method in interface javax.transaction.Synchronization
 
alias(String) - Method in interface javax.persistence.criteria.Selection
Assigns an alias to the selection item.
ALL - Static variable in interface javax.jdo.FetchGroup
For use with FetchGroup.addCategory(java.lang.String) and FetchGroup.removeCategory(java.lang.String) calls.
ALL - 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.
all(Subquery<Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an all expression over the subquery results.
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.
and(Expression<Boolean>, Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a conjunction of the given boolean expressions.
and(Predicate...) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a conjunction of the given restriction predicates.
ANONYMOUS_PERSISTENCE_MANAGER_FACTORY_NAME - Static variable in interface javax.jdo.Constants
The name of the anonymous PersistenceManagerFactory, which is the empty string.
any(Subquery<Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an any expression over the subquery results.
array(Selection<?>...) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an array-valued selection item.
as(Class<X>) - Method in interface javax.persistence.criteria.Expression
Perform a typecast upon the expression, returning a new expression object.
asc(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an ordering by the ascending value of the expression.
AssociationOverride - Annotation Type in javax.persistence
Used to override a mapping for an entity relationship.
AssociationOverrides - Annotation Type in javax.persistence
Used to override mappings of multiple relationship properties or fields.
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.
Attribute<X,Y> - Interface in javax.persistence.metamodel
Represents an attribute of a Java type.
Attribute.PersistentAttributeType - Enum in javax.persistence.metamodel
 
AttributeOverride - Annotation Type in javax.persistence
Used to override the mapping of a Basic (whether explicit or default) property or field or Id property or field.
AttributeOverrides - Annotation Type in javax.persistence
Used to override mappings of multiple properties or fields.
avg(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the avg operation.

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