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

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.
ElementCollection - Annotation Type in javax.persistence
Defines a collection of instances of a basic type or embeddable class.
Embeddable - Annotation Type in javax.persistence
Defines a class whose instances are stored as an intrinsic part of an owning entity and share the identity of the entity.
embeddable(Class<X>) - Method in interface javax.persistence.metamodel.Metamodel
Return the metamodel embeddable type representing the embeddable class.
EmbeddableType<X> - Interface in javax.persistence.metamodel
Instances of the type EmbeddableType represent embeddable types.
Embedded - Annotation Type in javax.jdo.annotations
Annotation to define that the object is embedded into the table of the owning object.
Embedded - Annotation Type in javax.persistence
Specifies a persistent field or property of an entity whose value is an instance of an embeddable class.
EmbeddedId - Annotation Type in javax.persistence
Applied to a persistent field or property of an entity class or mapped superclass to denote a composite primary key that is an embeddable class.
EmbeddedOnly - Annotation Type in javax.jdo.annotations
Annotation for whether the class is only for persisting embedded into another object.
Entity - Annotation Type in javax.persistence
Specifies that the class is an entity.
entity(Class<X>) - Method in interface javax.persistence.metamodel.Metamodel
Return the metamodel entity type representing the entity.
EntityExistsException - Exception in javax.persistence
Thrown by the persistence provider when EntityManager.persist(Object) is called and the entity already exists.
EntityExistsException() - Constructor for exception javax.persistence.EntityExistsException
Constructs a new EntityExistsException exception with null as its detail message.
EntityExistsException(String) - Constructor for exception javax.persistence.EntityExistsException
Constructs a new EntityExistsException exception with the specified detail message.
EntityExistsException(String, Throwable) - Constructor for exception javax.persistence.EntityExistsException
Constructs a new EntityExistsException exception with the specified detail message and cause.
EntityExistsException(Throwable) - Constructor for exception javax.persistence.EntityExistsException
Constructs a new EntityExistsException exception with the specified cause.
EntityListeners - Annotation Type in javax.persistence
Specifies the callback listener classes to be used for an entity or mapped superclass.
EntityManager - Interface in javax.persistence
Interface used to interact with the persistence context.
EntityManagerFactory - Interface in javax.persistence
Interface used to interact with the entity manager factory for the persistence unit.
EntityNotFoundException - Exception in javax.persistence
Thrown by the persistence provider when an entity reference obtained by EntityManager.getReference is accessed but the entity does not exist.
EntityNotFoundException() - Constructor for exception javax.persistence.EntityNotFoundException
Constructs a new EntityNotFoundException exception with null as its detail message.
EntityNotFoundException(String) - Constructor for exception javax.persistence.EntityNotFoundException
Constructs a new EntityNotFoundException exception with the specified detail message.
EntityResult - Annotation Type in javax.persistence
Used to map the SELECT clause of a SQL query to an entity result.
EntityTransaction - Interface in javax.persistence
Interface used to control transactions on resource-local entity managers.
EntityType<X> - Interface in javax.persistence.metamodel
Instances of the type EntityType represent entity types.
entry() - Method in interface javax.persistence.criteria.MapJoin
Create an expression that corresponds to the map entry.
Enumerated - Annotation Type in javax.persistence
Specifies that a persistent property or field should be persisted as a enumerated type.
EnumType - Enum in javax.persistence
Defines mapping for enumerated types.
equal(Expression<?>, Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing the arguments for equality.
equal(Expression<?>, Object) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing the arguments for equality.
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.
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.
evict(Class, Object) - Method in interface javax.persistence.Cache
Remove the data for the given entity from the cache.
evict(Class) - Method in interface javax.persistence.Cache
Remove the data for entities of the specified class (and its subclasses) from the cache.
evictAll() - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
evictAll(Object...) - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
evictAll(Collection) - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
evictAll(Class, boolean) - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
evictAll(boolean, Class) - 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(Object...) - Method in interface javax.jdo.datastore.DataStoreCache
Evict the parameter instances from the second-level cache.
evictAll(Collection) - Method in interface javax.jdo.datastore.DataStoreCache
Evict the parameter instances from the second-level cache.
evictAll(Class, boolean) - Method in interface javax.jdo.datastore.DataStoreCache
Deprecated. use evictAll (boolean subclasses, Class pcClass)
evictAll(boolean, Class) - 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 interface javax.jdo.PersistenceManager
Mark a Collection of instances as no longer needed in the cache.
evictAll(boolean, Class) - Method in interface javax.jdo.PersistenceManager
Mark the parameter instances as no longer needed in the cache.
evictAll() - Method in interface javax.jdo.PersistenceManager
Mark all persistent-nontransactional instances as no longer needed in the cache.
evictAll() - Method in interface javax.persistence.Cache
Clear the cache.
ExcludeDefaultListeners - Annotation Type in javax.persistence
Specifies that the invocation of default listeners is to be excluded for the entity class (or mapped superclass) and its subclasses.
ExcludeSuperclassListeners - Annotation Type in javax.persistence
Specifies that the invocation of superclass listeners is to be excluded for the entity class (or mapped superclass) and its subclasses.
excludeUnlistedClasses() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns whether classes in the root of the persistence unit that have not been explicitly listed are to be included in the set of managed classes.
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.
executeUpdate() - Method in interface javax.persistence.Query
Execute an update or delete statement.
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.
exists(Subquery<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate testing the existence of a subquery result.
Expression<T> - Interface in javax.persistence.criteria
Type for query expressions.
Extension - Annotation Type in javax.jdo.annotations
Annotation for a JDO vendor extension.
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.

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