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
All Classes All Packages
All Classes All Packages
A
- abs(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- AbstractQuery<T> - Interface in javax.persistence.criteria
- Access - Annotation Type in javax.persistence
- AccessType - Enum in javax.persistence
- addingService(ServiceReference) - Method in class org.apache.geronimo.specs.jpa.PersistenceTracker
- addProvider(ServiceReference) - Method in class org.apache.geronimo.specs.jpa.PersistenceActivator
- addTransformer(ClassTransformer) - Method in interface javax.persistence.spi.PersistenceUnitInfo
- alias(String) - Method in interface javax.persistence.criteria.Selection
- all(Subquery<Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- ALL - javax.persistence.CascadeType
- ALL - javax.persistence.SharedCacheMode
- allocationSize() - Method in annotation type javax.persistence.SequenceGenerator
- allocationSize() - Method in annotation type javax.persistence.TableGenerator
- and(Expression<Boolean>, Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- and(Predicate...) - Method in interface javax.persistence.criteria.CriteriaBuilder
- AND - javax.persistence.criteria.Predicate.BooleanOperator
- any(Subquery<Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- array(Selection<?>...) - Method in interface javax.persistence.criteria.CriteriaBuilder
- as(Class<X>) - Method in interface javax.persistence.criteria.Expression
- asc(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- AssociationOverride - Annotation Type in javax.persistence
- AssociationOverrides - Annotation Type in javax.persistence
- Attribute<X,Y> - Interface in javax.persistence.metamodel
- Attribute.PersistentAttributeType - Enum in javax.persistence.metamodel
- AttributeOverride - Annotation Type in javax.persistence
- AttributeOverrides - Annotation Type in javax.persistence
- AUTO - javax.persistence.FlushModeType
- AUTO - javax.persistence.GenerationType
- AUTO - javax.persistence.ValidationMode
- avg(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
B
- Basic - Annotation Type in javax.persistence
- BASIC - javax.persistence.metamodel.Attribute.PersistentAttributeType
- BASIC - javax.persistence.metamodel.Type.PersistenceType
- BasicType<X> - Interface in javax.persistence.metamodel
- begin() - Method in interface javax.persistence.EntityTransaction
- between(Expression<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- between(Expression<? extends Y>, Y, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
- Bindable<T> - Interface in javax.persistence.metamodel
- Bindable.BindableType - Enum in javax.persistence.metamodel
- BOTH - javax.persistence.criteria.CriteriaBuilder.Trimspec
- BYPASS - javax.persistence.CacheRetrieveMode
- BYPASS - javax.persistence.CacheStoreMode
C
- Cache - Interface in javax.persistence
- Cacheable - Annotation Type in javax.persistence
- CacheRetrieveMode - Enum in javax.persistence
- CacheStoreMode - Enum in javax.persistence
- CALLBACK - javax.persistence.ValidationMode
- cascade() - Method in annotation type javax.persistence.ManyToMany
- cascade() - Method in annotation type javax.persistence.ManyToOne
- cascade() - Method in annotation type javax.persistence.OneToMany
- cascade() - Method in annotation type javax.persistence.OneToOne
- CascadeType - Enum in javax.persistence
- catalog() - Method in annotation type javax.persistence.CollectionTable
- catalog() - Method in annotation type javax.persistence.JoinTable
- catalog() - Method in annotation type javax.persistence.SecondaryTable
- catalog() - Method in annotation type javax.persistence.SequenceGenerator
- catalog() - Method in annotation type javax.persistence.Table
- catalog() - Method in annotation type javax.persistence.TableGenerator
- CHAR - javax.persistence.DiscriminatorType
- ClassTransformer - Interface in javax.persistence.spi
- clear() - Method in interface javax.persistence.EntityManager
- clearCachedProviders() - Method in interface javax.persistence.spi.PersistenceProviderResolver
- clearCachedProviders() - Method in class org.apache.geronimo.specs.jpa.PersistenceActivator
- close() - Method in interface javax.persistence.EntityManager
- close() - Method in interface javax.persistence.EntityManagerFactory
- coalesce() - Method in interface javax.persistence.criteria.CriteriaBuilder
- coalesce(Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- coalesce(Expression<? extends Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
- COLLECTION - javax.persistence.metamodel.PluralAttribute.CollectionType
- CollectionAttribute<X,E> - Interface in javax.persistence.metamodel
- CollectionJoin<Z,E> - Interface in javax.persistence.criteria
- CollectionTable - Annotation Type in javax.persistence
- column() - Method in annotation type javax.persistence.AttributeOverride
- column() - Method in annotation type javax.persistence.FieldResult
- Column - Annotation Type in javax.persistence
- columnDefinition() - Method in annotation type javax.persistence.Column
- columnDefinition() - Method in annotation type javax.persistence.DiscriminatorColumn
- columnDefinition() - Method in annotation type javax.persistence.JoinColumn
- columnDefinition() - Method in annotation type javax.persistence.MapKeyColumn
- columnDefinition() - Method in annotation type javax.persistence.MapKeyJoinColumn
- columnDefinition() - Method in annotation type javax.persistence.OrderColumn
- columnDefinition() - Method in annotation type javax.persistence.PrimaryKeyJoinColumn
- columnNames() - Method in annotation type javax.persistence.UniqueConstraint
- ColumnResult - Annotation Type in javax.persistence
- columns() - Method in annotation type javax.persistence.SqlResultSetMapping
- commit() - Method in interface javax.persistence.EntityTransaction
- COMMIT - javax.persistence.FlushModeType
- CompoundSelection<X> - Interface in javax.persistence.criteria
- concat(String, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- concat(Expression<String>, String) - Method in interface javax.persistence.criteria.CriteriaBuilder
- concat(Expression<String>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- conjunction() - Method in interface javax.persistence.criteria.CriteriaBuilder
- construct(Class<Y>, Selection<?>...) - Method in interface javax.persistence.criteria.CriteriaBuilder
- contains(Class, Object) - Method in interface javax.persistence.Cache
- contains(Object) - Method in interface javax.persistence.EntityManager
- correlate(CollectionJoin<X, Y>) - Method in interface javax.persistence.criteria.Subquery
- correlate(Join<X, Y>) - Method in interface javax.persistence.criteria.Subquery
- correlate(ListJoin<X, Y>) - Method in interface javax.persistence.criteria.Subquery
- correlate(MapJoin<X, K, V>) - Method in interface javax.persistence.criteria.Subquery
- correlate(Root<Y>) - Method in interface javax.persistence.criteria.Subquery
- correlate(SetJoin<X, Y>) - Method in interface javax.persistence.criteria.Subquery
- count(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- countDistinct(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in interface javax.persistence.spi.PersistenceProvider
- createEntityManager() - Method in interface javax.persistence.EntityManagerFactory
- createEntityManager(Map) - Method in interface javax.persistence.EntityManagerFactory
- createEntityManagerFactory(String) - Static method in class javax.persistence.Persistence
- createEntityManagerFactory(String, Map) - Static method in class javax.persistence.Persistence
-
Geronimo implementation specific code
- createEntityManagerFactory(String, Map) - Method in interface javax.persistence.spi.PersistenceProvider
- createNamedQuery(String) - Method in interface javax.persistence.EntityManager
- createNamedQuery(String, Class<T>) - Method in interface javax.persistence.EntityManager
- createNativeQuery(String) - Method in interface javax.persistence.EntityManager
- createNativeQuery(String, Class) - Method in interface javax.persistence.EntityManager
- createNativeQuery(String, String) - Method in interface javax.persistence.EntityManager
- createQuery() - Method in interface javax.persistence.criteria.CriteriaBuilder
- createQuery(Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- createQuery(String) - Method in interface javax.persistence.EntityManager
- createQuery(String, Class<T>) - Method in interface javax.persistence.EntityManager
- createQuery(CriteriaQuery<T>) - Method in interface javax.persistence.EntityManager
- createTupleQuery() - Method in interface javax.persistence.criteria.CriteriaBuilder
- CriteriaBuilder - Interface in javax.persistence.criteria
- CriteriaBuilder.Case<R> - Interface in javax.persistence.criteria
- CriteriaBuilder.Coalesce<T> - Interface in javax.persistence.criteria
- CriteriaBuilder.In<T> - Interface in javax.persistence.criteria
- CriteriaBuilder.SimpleCase<C,R> - Interface in javax.persistence.criteria
- CriteriaBuilder.Trimspec - Enum in javax.persistence.criteria
- CriteriaQuery<T> - Interface in javax.persistence.criteria
- currentDate() - Method in interface javax.persistence.criteria.CriteriaBuilder
- currentTime() - Method in interface javax.persistence.criteria.CriteriaBuilder
- currentTimestamp() - Method in interface javax.persistence.criteria.CriteriaBuilder
D
- DATE - javax.persistence.TemporalType
- desc(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- detach(Object) - Method in interface javax.persistence.EntityManager
- DETACH - javax.persistence.CascadeType
- diff(Expression<? extends N>, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- diff(Expression<? extends N>, N) - Method in interface javax.persistence.criteria.CriteriaBuilder
- diff(N, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- DISABLE_SELECTIVE - javax.persistence.SharedCacheMode
- discriminatorColumn() - Method in annotation type javax.persistence.EntityResult
- DiscriminatorColumn - Annotation Type in javax.persistence
- discriminatorType() - Method in annotation type javax.persistence.DiscriminatorColumn
- DiscriminatorType - Enum in javax.persistence
- DiscriminatorValue - Annotation Type in javax.persistence
- disjunction() - Method in interface javax.persistence.criteria.CriteriaBuilder
- distinct(boolean) - Method in interface javax.persistence.criteria.AbstractQuery
- distinct(boolean) - Method in interface javax.persistence.criteria.CriteriaQuery
- distinct(boolean) - Method in interface javax.persistence.criteria.Subquery
E
- EAGER - javax.persistence.FetchType
- ELEMENT_COLLECTION - javax.persistence.metamodel.Attribute.PersistentAttributeType
- ElementCollection - Annotation Type in javax.persistence
- embeddable(Class<X>) - Method in interface javax.persistence.metamodel.Metamodel
- Embeddable - Annotation Type in javax.persistence
- EMBEDDABLE - javax.persistence.metamodel.Type.PersistenceType
- EmbeddableType<X> - Interface in javax.persistence.metamodel
- Embedded - Annotation Type in javax.persistence
- EMBEDDED - javax.persistence.metamodel.Attribute.PersistentAttributeType
- EmbeddedId - Annotation Type in javax.persistence
- ENABLE_SELECTIVE - javax.persistence.SharedCacheMode
- entities() - Method in annotation type javax.persistence.SqlResultSetMapping
- entity(Class<X>) - Method in interface javax.persistence.metamodel.Metamodel
- Entity - Annotation Type in javax.persistence
- ENTITY - javax.persistence.metamodel.Type.PersistenceType
- ENTITY_TYPE - javax.persistence.metamodel.Bindable.BindableType
- entityClass() - Method in annotation type javax.persistence.EntityResult
- EntityExistsException - Exception in javax.persistence
- EntityExistsException() - Constructor for exception javax.persistence.EntityExistsException
- EntityExistsException(String) - Constructor for exception javax.persistence.EntityExistsException
- EntityExistsException(String, Throwable) - Constructor for exception javax.persistence.EntityExistsException
- EntityExistsException(Throwable) - Constructor for exception javax.persistence.EntityExistsException
- EntityListeners - Annotation Type in javax.persistence
- EntityManager - Interface in javax.persistence
- EntityManagerFactory - Interface in javax.persistence
- EntityNotFoundException - Exception in javax.persistence
- EntityNotFoundException() - Constructor for exception javax.persistence.EntityNotFoundException
- EntityNotFoundException(String) - Constructor for exception javax.persistence.EntityNotFoundException
- EntityResult - Annotation Type in javax.persistence
- EntityTransaction - Interface in javax.persistence
- EntityType<X> - Interface in javax.persistence.metamodel
- entry() - Method in interface javax.persistence.criteria.MapJoin
- Enumerated - Annotation Type in javax.persistence
- EnumType - Enum in javax.persistence
- equal(Expression<?>, Object) - Method in interface javax.persistence.criteria.CriteriaBuilder
- equal(Expression<?>, Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- evict(Class) - Method in interface javax.persistence.Cache
- evict(Class, Object) - Method in interface javax.persistence.Cache
- evictAll() - Method in interface javax.persistence.Cache
- ExcludeDefaultListeners - Annotation Type in javax.persistence
- ExcludeSuperclassListeners - Annotation Type in javax.persistence
- excludeUnlistedClasses() - Method in interface javax.persistence.spi.PersistenceUnitInfo
- executeUpdate() - Method in interface javax.persistence.Query
- exists(Subquery<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- Expression<T> - Interface in javax.persistence.criteria
- EXTENDED - javax.persistence.PersistenceContextType
- EXTENDED - javax.persistence.PessimisticLockScope
F
- fetch() - Method in annotation type javax.persistence.Basic
- fetch() - Method in annotation type javax.persistence.ElementCollection
- fetch() - Method in annotation type javax.persistence.ManyToMany
- fetch() - Method in annotation type javax.persistence.ManyToOne
- fetch() - Method in annotation type javax.persistence.OneToMany
- fetch() - Method in annotation type javax.persistence.OneToOne
- fetch(String) - Method in interface javax.persistence.criteria.FetchParent
- fetch(String, JoinType) - Method in interface javax.persistence.criteria.FetchParent
- fetch(PluralAttribute<? super X, ?, Y>) - Method in interface javax.persistence.criteria.FetchParent
- fetch(PluralAttribute<? super X, ?, Y>, JoinType) - Method in interface javax.persistence.criteria.FetchParent
- fetch(SingularAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.FetchParent
- fetch(SingularAttribute<? super X, Y>, JoinType) - Method in interface javax.persistence.criteria.FetchParent
- Fetch<Z,X> - Interface in javax.persistence.criteria
- FetchParent<Z,X> - Interface in javax.persistence.criteria
- FetchType - Enum in javax.persistence
- FIELD - javax.persistence.AccessType
- FieldResult - Annotation Type in javax.persistence
- fields() - Method in annotation type javax.persistence.EntityResult
- find(Class<T>, Object) - Method in interface javax.persistence.EntityManager
- find(Class<T>, Object, Map<String, Object>) - Method in interface javax.persistence.EntityManager
- find(Class<T>, Object, LockModeType) - Method in interface javax.persistence.EntityManager
- find(Class<T>, Object, LockModeType, Map<String, Object>) - Method in interface javax.persistence.EntityManager
- flush() - Method in interface javax.persistence.EntityManager
- FlushModeType - Enum in javax.persistence
- from(Class<X>) - Method in interface javax.persistence.criteria.AbstractQuery
- from(EntityType<X>) - Method in interface javax.persistence.criteria.AbstractQuery
- From<Z,X> - Interface in javax.persistence.criteria
- function(String, Class<T>, Expression<?>...) - Method in interface javax.persistence.criteria.CriteriaBuilder
G
- ge(Expression<? extends Number>, Number) - Method in interface javax.persistence.criteria.CriteriaBuilder
- ge(Expression<? extends Number>, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- GeneratedValue - Annotation Type in javax.persistence
- GenerationType - Enum in javax.persistence
- generator() - Method in annotation type javax.persistence.GeneratedValue
- get(int) - Method in interface javax.persistence.Tuple
- get(int, Class<X>) - Method in interface javax.persistence.Tuple
- get(String) - Method in interface javax.persistence.criteria.Path
- get(String) - Method in interface javax.persistence.Tuple
- get(String, Class<X>) - Method in interface javax.persistence.Tuple
- get(MapAttribute<X, K, V>) - Method in interface javax.persistence.criteria.Path
- get(PluralAttribute<X, C, E>) - Method in interface javax.persistence.criteria.Path
- get(SingularAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.Path
- get(TupleElement<X>) - Method in interface javax.persistence.Tuple
- getAlias() - Method in interface javax.persistence.TupleElement
- getAttribute() - Method in interface javax.persistence.criteria.Fetch
- getAttribute() - Method in interface javax.persistence.criteria.Join
- getAttribute(String) - Method in interface javax.persistence.metamodel.ManagedType
- getAttributes() - Method in interface javax.persistence.metamodel.ManagedType
- getBindableJavaType() - Method in interface javax.persistence.metamodel.Bindable
- getBindableType() - Method in interface javax.persistence.metamodel.Bindable
- getCache() - Method in interface javax.persistence.EntityManagerFactory
- getClassLoader() - Method in interface javax.persistence.spi.PersistenceUnitInfo
- getCollection(String) - Method in interface javax.persistence.metamodel.ManagedType
- getCollection(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
- getCollectionType() - Method in interface javax.persistence.metamodel.PluralAttribute
- getCompoundSelectionItems() - Method in interface javax.persistence.criteria.Selection
- getCorrelatedJoins() - Method in interface javax.persistence.criteria.Subquery
- getCorrelationParent() - Method in interface javax.persistence.criteria.From
- getCriteriaBuilder() - Method in interface javax.persistence.EntityManager
- getCriteriaBuilder() - Method in interface javax.persistence.EntityManagerFactory
- getDeclaredAttribute(String) - Method in interface javax.persistence.metamodel.ManagedType
- getDeclaredAttributes() - Method in interface javax.persistence.metamodel.ManagedType
- getDeclaredCollection(String) - Method in interface javax.persistence.metamodel.ManagedType
- getDeclaredCollection(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
- getDeclaredId(Class<Y>) - Method in interface javax.persistence.metamodel.IdentifiableType
- getDeclaredList(String) - Method in interface javax.persistence.metamodel.ManagedType
- getDeclaredList(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
- getDeclaredMap(String) - Method in interface javax.persistence.metamodel.ManagedType
- getDeclaredMap(String, Class<K>, Class<V>) - Method in interface javax.persistence.metamodel.ManagedType
- getDeclaredPluralAttributes() - Method in interface javax.persistence.metamodel.ManagedType
- getDeclaredSet(String) - Method in interface javax.persistence.metamodel.ManagedType
- getDeclaredSet(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
- getDeclaredSingularAttribute(String) - Method in interface javax.persistence.metamodel.ManagedType
- getDeclaredSingularAttribute(String, Class<Y>) - Method in interface javax.persistence.metamodel.ManagedType
- getDeclaredSingularAttributes() - Method in interface javax.persistence.metamodel.ManagedType
- getDeclaredVersion(Class<Y>) - Method in interface javax.persistence.metamodel.IdentifiableType
- getDeclaringType() - Method in interface javax.persistence.metamodel.Attribute
- getDelegate() - Method in interface javax.persistence.EntityManager
- getElements() - Method in interface javax.persistence.Tuple
- getElementType() - Method in interface javax.persistence.metamodel.PluralAttribute
- getEmbeddables() - Method in interface javax.persistence.metamodel.Metamodel
- getEntities() - Method in interface javax.persistence.metamodel.Metamodel
- getEntity() - Method in exception javax.persistence.OptimisticLockException
- getEntity() - Method in exception javax.persistence.PessimisticLockException
- getEntityManagerFactory() - Method in interface javax.persistence.EntityManager
- getExpression() - Method in interface javax.persistence.criteria.CriteriaBuilder.In
- getExpression() - Method in interface javax.persistence.criteria.CriteriaBuilder.SimpleCase
- getExpression() - Method in interface javax.persistence.criteria.Order
- getExpressions() - Method in interface javax.persistence.criteria.Predicate
- getFetches() - Method in interface javax.persistence.criteria.FetchParent
- getFirstResult() - Method in interface javax.persistence.Query
- getFlushMode() - Method in interface javax.persistence.EntityManager
- getFlushMode() - Method in interface javax.persistence.Query
- getGroupList() - Method in interface javax.persistence.criteria.AbstractQuery
- getGroupRestriction() - Method in interface javax.persistence.criteria.AbstractQuery
- getHints() - Method in interface javax.persistence.Query
- getId(Class<Y>) - Method in interface javax.persistence.metamodel.IdentifiableType
- getIdClassAttributes() - Method in interface javax.persistence.metamodel.IdentifiableType
- getIdentifier(Object) - Method in interface javax.persistence.PersistenceUnitUtil
- getIdType() - Method in interface javax.persistence.metamodel.IdentifiableType
- getJarFileUrls() - Method in interface javax.persistence.spi.PersistenceUnitInfo
- getJavaMember() - Method in interface javax.persistence.metamodel.Attribute
- getJavaType() - Method in interface javax.persistence.metamodel.Attribute
- getJavaType() - Method in interface javax.persistence.metamodel.Type
- getJavaType() - Method in interface javax.persistence.TupleElement
- getJoins() - Method in interface javax.persistence.criteria.From
- getJoinType() - Method in interface javax.persistence.criteria.Fetch
- getJoinType() - Method in interface javax.persistence.criteria.Join
- getJtaDataSource() - Method in interface javax.persistence.spi.PersistenceUnitInfo
- getKeyJavaType() - Method in interface javax.persistence.metamodel.MapAttribute
- getKeyType() - Method in interface javax.persistence.metamodel.MapAttribute
- getList(String) - Method in interface javax.persistence.metamodel.ManagedType
- getList(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
- getLockMode() - Method in interface javax.persistence.Query
- getLockMode(Object) - Method in interface javax.persistence.EntityManager
- getManagedClassNames() - Method in interface javax.persistence.spi.PersistenceUnitInfo
- getManagedTypes() - Method in interface javax.persistence.metamodel.Metamodel
- getMap(String) - Method in interface javax.persistence.metamodel.ManagedType
- getMap(String, Class<K>, Class<V>) - Method in interface javax.persistence.metamodel.ManagedType
- getMappingFileNames() - Method in interface javax.persistence.spi.PersistenceUnitInfo
- getMaxResults() - Method in interface javax.persistence.Query
- getMetamodel() - Method in interface javax.persistence.EntityManager
- getMetamodel() - Method in interface javax.persistence.EntityManagerFactory
- getModel() - Method in interface javax.persistence.criteria.CollectionJoin
- getModel() - Method in interface javax.persistence.criteria.ListJoin
- getModel() - Method in interface javax.persistence.criteria.MapJoin
- getModel() - Method in interface javax.persistence.criteria.Path
- getModel() - Method in interface javax.persistence.criteria.PluralJoin
- getModel() - Method in interface javax.persistence.criteria.Root
- getModel() - Method in interface javax.persistence.criteria.SetJoin
- getName() - Method in interface javax.persistence.metamodel.Attribute
- getName() - Method in interface javax.persistence.metamodel.EntityType
- getName() - Method in interface javax.persistence.Parameter
- getNewTempClassLoader() - Method in interface javax.persistence.spi.PersistenceUnitInfo
- getNonJtaDataSource() - Method in interface javax.persistence.spi.PersistenceUnitInfo
- getObject() - Method in exception javax.persistence.LockTimeoutException
- getOperator() - Method in interface javax.persistence.criteria.Predicate
- getOrderList() - Method in interface javax.persistence.criteria.CriteriaQuery
- getParameter(int) - Method in interface javax.persistence.Query
- getParameter(int, Class<T>) - Method in interface javax.persistence.Query
- getParameter(String) - Method in interface javax.persistence.Query
- getParameter(String, Class<T>) - Method in interface javax.persistence.Query
- getParameters() - Method in interface javax.persistence.criteria.CriteriaQuery
- getParameters() - Method in interface javax.persistence.Query
- getParameterType() - Method in interface javax.persistence.Parameter
- getParameterValue(int) - Method in interface javax.persistence.Query
- getParameterValue(String) - Method in interface javax.persistence.Query
- getParameterValue(Parameter<T>) - Method in interface javax.persistence.Query
- getParent() - Method in interface javax.persistence.criteria.Fetch
- getParent() - Method in interface javax.persistence.criteria.Join
- getParent() - Method in interface javax.persistence.criteria.Subquery
- getParentPath() - Method in interface javax.persistence.criteria.Path
- getPersistenceProviderClassName() - Method in interface javax.persistence.spi.PersistenceUnitInfo
- getPersistenceProviderResolver() - Static method in class javax.persistence.spi.PersistenceProviderResolverHolder
- getPersistenceProviders() - Method in interface javax.persistence.spi.PersistenceProviderResolver
- getPersistenceProviders() - Method in class org.apache.geronimo.specs.jpa.PersistenceActivator
- getPersistenceType() - Method in interface javax.persistence.metamodel.Type
- getPersistenceUnitName() - Method in interface javax.persistence.spi.PersistenceUnitInfo
- getPersistenceUnitRootUrl() - Method in interface javax.persistence.spi.PersistenceUnitInfo
- getPersistenceUnitUtil() - Method in interface javax.persistence.EntityManagerFactory
- getPersistenceUtil() - Static method in class javax.persistence.Persistence
- getPersistenceXMLSchemaVersion() - Method in interface javax.persistence.spi.PersistenceUnitInfo
- getPersistentAttributeType() - Method in interface javax.persistence.metamodel.Attribute
- getPluralAttributes() - Method in interface javax.persistence.metamodel.ManagedType
- getPosition() - Method in interface javax.persistence.Parameter
- getProperties() - Method in interface javax.persistence.EntityManager
- getProperties() - Method in interface javax.persistence.EntityManagerFactory
- getProperties() - Method in interface javax.persistence.spi.PersistenceUnitInfo
- getProviderUtil() - Method in interface javax.persistence.spi.PersistenceProvider
- getQuery() - Method in exception javax.persistence.QueryTimeoutException
- getReference(Class<T>, Object) - Method in interface javax.persistence.EntityManager
- getRestriction() - Method in interface javax.persistence.criteria.AbstractQuery
- getResultList() - Method in interface javax.persistence.Query
- getResultList() - Method in interface javax.persistence.TypedQuery
- getResultType() - Method in interface javax.persistence.criteria.AbstractQuery
- getRollbackOnly() - Method in interface javax.persistence.EntityTransaction
- getRoots() - Method in interface javax.persistence.criteria.AbstractQuery
- getSelection() - Method in interface javax.persistence.criteria.AbstractQuery
- getSelection() - Method in interface javax.persistence.criteria.Subquery
- getSet(String) - Method in interface javax.persistence.metamodel.ManagedType
- getSet(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
- getSharedCacheMode() - Method in interface javax.persistence.spi.PersistenceUnitInfo
- getSingleResult() - Method in interface javax.persistence.Query
- getSingleResult() - Method in interface javax.persistence.TypedQuery
- getSingularAttribute(String) - Method in interface javax.persistence.metamodel.ManagedType
- getSingularAttribute(String, Class<Y>) - Method in interface javax.persistence.metamodel.ManagedType
- getSingularAttributes() - Method in interface javax.persistence.metamodel.ManagedType
- getSupertype() - Method in interface javax.persistence.metamodel.IdentifiableType
- getTransaction() - Method in interface javax.persistence.EntityManager
- getTransactionType() - Method in interface javax.persistence.spi.PersistenceUnitInfo
- getType() - Method in interface javax.persistence.metamodel.SingularAttribute
- getValidationMode() - Method in interface javax.persistence.spi.PersistenceUnitInfo
- getVersion(Class<Y>) - Method in interface javax.persistence.metamodel.IdentifiableType
- greaterThan(Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- greaterThan(Expression<? extends Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
- greaterThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- greaterThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
- greatest(Expression<X>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- groupBy(List<Expression<?>>) - Method in interface javax.persistence.criteria.AbstractQuery
- groupBy(List<Expression<?>>) - Method in interface javax.persistence.criteria.CriteriaQuery
- groupBy(List<Expression<?>>) - Method in interface javax.persistence.criteria.Subquery
- groupBy(Expression<?>...) - Method in interface javax.persistence.criteria.AbstractQuery
- groupBy(Expression<?>...) - Method in interface javax.persistence.criteria.CriteriaQuery
- groupBy(Expression<?>...) - Method in interface javax.persistence.criteria.Subquery
- gt(Expression<? extends Number>, Number) - Method in interface javax.persistence.criteria.CriteriaBuilder
- gt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
H
- hasSingleIdAttribute() - Method in interface javax.persistence.metamodel.IdentifiableType
- hasVersionAttribute() - Method in interface javax.persistence.metamodel.IdentifiableType
- having(Expression<Boolean>) - Method in interface javax.persistence.criteria.AbstractQuery
- having(Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaQuery
- having(Expression<Boolean>) - Method in interface javax.persistence.criteria.Subquery
- having(Predicate...) - Method in interface javax.persistence.criteria.AbstractQuery
- having(Predicate...) - Method in interface javax.persistence.criteria.CriteriaQuery
- having(Predicate...) - Method in interface javax.persistence.criteria.Subquery
- hints() - Method in annotation type javax.persistence.NamedNativeQuery
- hints() - Method in annotation type javax.persistence.NamedQuery
I
- Id - Annotation Type in javax.persistence
- IdClass - Annotation Type in javax.persistence
- IdentifiableType<X> - Interface in javax.persistence.metamodel
- IDENTITY - javax.persistence.GenerationType
- in(Object...) - Method in interface javax.persistence.criteria.Expression
- in(Collection<?>) - Method in interface javax.persistence.criteria.Expression
- in(Expression<?>...) - Method in interface javax.persistence.criteria.Expression
- in(Expression<? extends T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- in(Expression<Collection<?>>) - Method in interface javax.persistence.criteria.Expression
- index() - Method in interface javax.persistence.criteria.ListJoin
- Inheritance - Annotation Type in javax.persistence
- InheritanceType - Enum in javax.persistence
- initialValue() - Method in annotation type javax.persistence.SequenceGenerator
- initialValue() - Method in annotation type javax.persistence.TableGenerator
- INNER - javax.persistence.criteria.JoinType
- insertable() - Method in annotation type javax.persistence.Column
- insertable() - Method in annotation type javax.persistence.JoinColumn
- insertable() - Method in annotation type javax.persistence.MapKeyColumn
- insertable() - Method in annotation type javax.persistence.MapKeyJoinColumn
- insertable() - Method in annotation type javax.persistence.OrderColumn
- INTEGER - javax.persistence.DiscriminatorType
- inverseJoinColumns() - Method in annotation type javax.persistence.JoinTable
- isActive() - Method in interface javax.persistence.EntityTransaction
- isAscending() - Method in interface javax.persistence.criteria.Order
- isAssociation() - Method in interface javax.persistence.metamodel.Attribute
- isBound(Parameter<?>) - Method in interface javax.persistence.Query
- isCollection() - Method in interface javax.persistence.metamodel.Attribute
- isCompoundSelection() - Method in interface javax.persistence.criteria.Selection
- isCorrelated() - Method in interface javax.persistence.criteria.From
- isDistinct() - Method in interface javax.persistence.criteria.AbstractQuery
- isEmpty(Expression<C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- isFalse(Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- isId() - Method in interface javax.persistence.metamodel.SingularAttribute
- isLoaded(Object) - Method in interface javax.persistence.PersistenceUnitUtil
- isLoaded(Object) - Method in interface javax.persistence.PersistenceUtil
- isLoaded(Object) - Method in interface javax.persistence.spi.ProviderUtil
- isLoaded(Object, String) - Method in interface javax.persistence.PersistenceUnitUtil
- isLoaded(Object, String) - Method in interface javax.persistence.PersistenceUtil
- isLoadedWithoutReference(Object, String) - Method in interface javax.persistence.spi.ProviderUtil
- isLoadedWithReference(Object, String) - Method in interface javax.persistence.spi.ProviderUtil
- isMember(E, Expression<C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- isMember(Expression<E>, Expression<C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- isNegated() - Method in interface javax.persistence.criteria.Predicate
- isNotEmpty(Expression<C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- isNotMember(E, Expression<C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- isNotMember(Expression<E>, Expression<C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- isNotNull() - Method in interface javax.persistence.criteria.Expression
- isNotNull(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- isNull() - Method in interface javax.persistence.criteria.Expression
- isNull(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- isOpen() - Method in interface javax.persistence.EntityManager
- isOpen() - Method in interface javax.persistence.EntityManagerFactory
- isOptional() - Method in interface javax.persistence.metamodel.SingularAttribute
- isTrue(Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- isVersion() - Method in interface javax.persistence.metamodel.SingularAttribute
J
- javax.persistence - package javax.persistence
- javax.persistence.criteria - package javax.persistence.criteria
- javax.persistence.metamodel - package javax.persistence.metamodel
- javax.persistence.spi - package javax.persistence.spi
- join(String) - Method in interface javax.persistence.criteria.From
- join(String, JoinType) - Method in interface javax.persistence.criteria.From
- join(CollectionAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.From
- join(CollectionAttribute<? super X, Y>, JoinType) - Method in interface javax.persistence.criteria.From
- join(ListAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.From
- join(ListAttribute<? super X, Y>, JoinType) - Method in interface javax.persistence.criteria.From
- join(MapAttribute<? super X, K, V>) - Method in interface javax.persistence.criteria.From
- join(MapAttribute<? super X, K, V>, JoinType) - Method in interface javax.persistence.criteria.From
- join(SetAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.From
- join(SetAttribute<? super X, Y>, JoinType) - Method in interface javax.persistence.criteria.From
- join(SingularAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.From
- join(SingularAttribute<? super X, Y>, JoinType) - Method in interface javax.persistence.criteria.From
- Join<Z,X> - Interface in javax.persistence.criteria
- joinCollection(String) - Method in interface javax.persistence.criteria.From
- joinCollection(String, JoinType) - Method in interface javax.persistence.criteria.From
- JoinColumn - Annotation Type in javax.persistence
- joinColumns() - Method in annotation type javax.persistence.AssociationOverride
- joinColumns() - Method in annotation type javax.persistence.CollectionTable
- joinColumns() - Method in annotation type javax.persistence.JoinTable
- JoinColumns - Annotation Type in javax.persistence
- JOINED - javax.persistence.InheritanceType
- joinList(String) - Method in interface javax.persistence.criteria.From
- joinList(String, JoinType) - Method in interface javax.persistence.criteria.From
- joinMap(String) - Method in interface javax.persistence.criteria.From
- joinMap(String, JoinType) - Method in interface javax.persistence.criteria.From
- joinSet(String) - Method in interface javax.persistence.criteria.From
- joinSet(String, JoinType) - Method in interface javax.persistence.criteria.From
- joinTable() - Method in annotation type javax.persistence.AssociationOverride
- JoinTable - Annotation Type in javax.persistence
- joinTransaction() - Method in interface javax.persistence.EntityManager
- JoinType - Enum in javax.persistence.criteria
- JTA - javax.persistence.spi.PersistenceUnitTransactionType
K
- key() - Method in interface javax.persistence.criteria.MapJoin
- keys(M) - Method in interface javax.persistence.criteria.CriteriaBuilder
L
- LAZY - javax.persistence.FetchType
- le(Expression<? extends Number>, Number) - Method in interface javax.persistence.criteria.CriteriaBuilder
- le(Expression<? extends Number>, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- LEADING - javax.persistence.criteria.CriteriaBuilder.Trimspec
- least(Expression<X>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- LEFT - javax.persistence.criteria.JoinType
- length() - Method in annotation type javax.persistence.Column
- length() - Method in annotation type javax.persistence.DiscriminatorColumn
- length() - Method in annotation type javax.persistence.MapKeyColumn
- length(Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- lessThan(Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- lessThan(Expression<? extends Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
- lessThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- lessThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
- like(Expression<String>, String) - Method in interface javax.persistence.criteria.CriteriaBuilder
- like(Expression<String>, String, char) - Method in interface javax.persistence.criteria.CriteriaBuilder
- like(Expression<String>, String, Expression<Character>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- like(Expression<String>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- like(Expression<String>, Expression<String>, char) - Method in interface javax.persistence.criteria.CriteriaBuilder
- like(Expression<String>, Expression<String>, Expression<Character>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- LIST - javax.persistence.metamodel.PluralAttribute.CollectionType
- ListAttribute<X,E> - Interface in javax.persistence.metamodel
- ListJoin<Z,E> - Interface in javax.persistence.criteria
- literal(T) - Method in interface javax.persistence.criteria.CriteriaBuilder
- LOADED - javax.persistence.spi.LoadState
- LoadState - Enum in javax.persistence.spi
- Lob - Annotation Type in javax.persistence
- locate(Expression<String>, String) - Method in interface javax.persistence.criteria.CriteriaBuilder
- locate(Expression<String>, String, int) - Method in interface javax.persistence.criteria.CriteriaBuilder
- locate(Expression<String>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- locate(Expression<String>, Expression<String>, Expression<Integer>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- lock(Object, LockModeType) - Method in interface javax.persistence.EntityManager
- lock(Object, LockModeType, Map<String, Object>) - Method in interface javax.persistence.EntityManager
- lockMode() - Method in annotation type javax.persistence.NamedQuery
- LockModeType - Enum in javax.persistence
- LockTimeoutException - Exception in javax.persistence
- LockTimeoutException() - Constructor for exception javax.persistence.LockTimeoutException
- LockTimeoutException(Object) - Constructor for exception javax.persistence.LockTimeoutException
- LockTimeoutException(String) - Constructor for exception javax.persistence.LockTimeoutException
- LockTimeoutException(String, Throwable) - Constructor for exception javax.persistence.LockTimeoutException
- LockTimeoutException(String, Throwable, Object) - Constructor for exception javax.persistence.LockTimeoutException
- LockTimeoutException(Throwable) - Constructor for exception javax.persistence.LockTimeoutException
- lower(Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- lt(Expression<? extends Number>, Number) - Method in interface javax.persistence.criteria.CriteriaBuilder
- lt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
M
- managedType(Class<X>) - Method in interface javax.persistence.metamodel.Metamodel
- ManagedType<X> - Interface in javax.persistence.metamodel
- MANY_TO_MANY - javax.persistence.metamodel.Attribute.PersistentAttributeType
- MANY_TO_ONE - javax.persistence.metamodel.Attribute.PersistentAttributeType
- ManyToMany - Annotation Type in javax.persistence
- ManyToOne - Annotation Type in javax.persistence
- MAP - javax.persistence.metamodel.PluralAttribute.CollectionType
- MapAttribute<X,K,V> - Interface in javax.persistence.metamodel
- MapJoin<Z,K,V> - Interface in javax.persistence.criteria
- MapKey - Annotation Type in javax.persistence
- MapKeyClass - Annotation Type in javax.persistence
- MapKeyColumn - Annotation Type in javax.persistence
- MapKeyEnumerated - Annotation Type in javax.persistence
- MapKeyJoinColumn - Annotation Type in javax.persistence
- MapKeyJoinColumns - Annotation Type in javax.persistence
- MapKeyTemporal - Annotation Type in javax.persistence
- MAPPED_SUPERCLASS - javax.persistence.metamodel.Type.PersistenceType
- mappedBy() - Method in annotation type javax.persistence.ManyToMany
- mappedBy() - Method in annotation type javax.persistence.OneToMany
- mappedBy() - Method in annotation type javax.persistence.OneToOne
- MappedSuperclass - Annotation Type in javax.persistence
- MappedSuperclassType<X> - Interface in javax.persistence.metamodel
- MapsId - Annotation Type in javax.persistence
- max(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- merge(T) - Method in interface javax.persistence.EntityManager
- MERGE - javax.persistence.CascadeType
- Metamodel - Interface in javax.persistence.metamodel
- min(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- mod(Integer, Expression<Integer>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- mod(Expression<Integer>, Integer) - Method in interface javax.persistence.criteria.CriteriaBuilder
- mod(Expression<Integer>, Expression<Integer>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- modifiedService(ServiceReference, Object) - Method in class org.apache.geronimo.specs.jpa.PersistenceTracker
- multiselect(List<Selection<?>>) - Method in interface javax.persistence.criteria.CriteriaQuery
- multiselect(Selection<?>...) - Method in interface javax.persistence.criteria.CriteriaQuery
N
- name() - Method in annotation type javax.persistence.AssociationOverride
- name() - Method in annotation type javax.persistence.AttributeOverride
- name() - Method in annotation type javax.persistence.CollectionTable
- name() - Method in annotation type javax.persistence.Column
- name() - Method in annotation type javax.persistence.ColumnResult
- name() - Method in annotation type javax.persistence.DiscriminatorColumn
- name() - Method in annotation type javax.persistence.Entity
- name() - Method in annotation type javax.persistence.FieldResult
- name() - Method in annotation type javax.persistence.JoinColumn
- name() - Method in annotation type javax.persistence.JoinTable
- name() - Method in annotation type javax.persistence.MapKey
- name() - Method in annotation type javax.persistence.MapKeyColumn
- name() - Method in annotation type javax.persistence.MapKeyJoinColumn
- name() - Method in annotation type javax.persistence.NamedNativeQuery
- name() - Method in annotation type javax.persistence.NamedQuery
- name() - Method in annotation type javax.persistence.OrderColumn
- name() - Method in annotation type javax.persistence.PersistenceContext
- name() - Method in annotation type javax.persistence.PersistenceProperty
- name() - Method in annotation type javax.persistence.PersistenceUnit
- name() - Method in annotation type javax.persistence.PrimaryKeyJoinColumn
- name() - Method in annotation type javax.persistence.QueryHint
- name() - Method in annotation type javax.persistence.SecondaryTable
- name() - Method in annotation type javax.persistence.SequenceGenerator
- name() - Method in annotation type javax.persistence.SqlResultSetMapping
- name() - Method in annotation type javax.persistence.Table
- name() - Method in annotation type javax.persistence.TableGenerator
- name() - Method in annotation type javax.persistence.UniqueConstraint
- NamedNativeQueries - Annotation Type in javax.persistence
- NamedNativeQuery - Annotation Type in javax.persistence
- NamedQueries - Annotation Type in javax.persistence
- NamedQuery - Annotation Type in javax.persistence
- neg(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- NONE - javax.persistence.LockModeType
- NONE - javax.persistence.SharedCacheMode
- NONE - javax.persistence.ValidationMode
- NonUniqueResultException - Exception in javax.persistence
- NonUniqueResultException() - Constructor for exception javax.persistence.NonUniqueResultException
- NonUniqueResultException(String) - Constructor for exception javax.persistence.NonUniqueResultException
- NoResultException - Exception in javax.persistence
- NoResultException() - Constructor for exception javax.persistence.NoResultException
- NoResultException(String) - Constructor for exception javax.persistence.NoResultException
- NORMAL - javax.persistence.PessimisticLockScope
- not() - Method in interface javax.persistence.criteria.Predicate
- not(Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- NOT_LOADED - javax.persistence.spi.LoadState
- notEqual(Expression<?>, Object) - Method in interface javax.persistence.criteria.CriteriaBuilder
- notEqual(Expression<?>, Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- notLike(Expression<String>, String) - Method in interface javax.persistence.criteria.CriteriaBuilder
- notLike(Expression<String>, String, char) - Method in interface javax.persistence.criteria.CriteriaBuilder
- notLike(Expression<String>, String, Expression<Character>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- notLike(Expression<String>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- notLike(Expression<String>, Expression<String>, char) - Method in interface javax.persistence.criteria.CriteriaBuilder
- notLike(Expression<String>, Expression<String>, Expression<Character>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- nullable() - Method in annotation type javax.persistence.Column
- nullable() - Method in annotation type javax.persistence.JoinColumn
- nullable() - Method in annotation type javax.persistence.MapKeyColumn
- nullable() - Method in annotation type javax.persistence.MapKeyJoinColumn
- nullable() - Method in annotation type javax.persistence.OrderColumn
- nullif(Expression<Y>, Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- nullif(Expression<Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
- nullLiteral(Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
O
- ONE_TO_MANY - javax.persistence.metamodel.Attribute.PersistentAttributeType
- ONE_TO_ONE - javax.persistence.metamodel.Attribute.PersistentAttributeType
- OneToMany - Annotation Type in javax.persistence
- OneToOne - Annotation Type in javax.persistence
- OPTIMISTIC - javax.persistence.LockModeType
- OPTIMISTIC_FORCE_INCREMENT - javax.persistence.LockModeType
- OptimisticLockException - Exception in javax.persistence
- OptimisticLockException() - Constructor for exception javax.persistence.OptimisticLockException
- OptimisticLockException(Object) - Constructor for exception javax.persistence.OptimisticLockException
- OptimisticLockException(String) - Constructor for exception javax.persistence.OptimisticLockException
- OptimisticLockException(String, Throwable) - Constructor for exception javax.persistence.OptimisticLockException
- OptimisticLockException(String, Throwable, Object) - Constructor for exception javax.persistence.OptimisticLockException
- OptimisticLockException(Throwable) - Constructor for exception javax.persistence.OptimisticLockException
- optional() - Method in annotation type javax.persistence.Basic
- optional() - Method in annotation type javax.persistence.ManyToOne
- optional() - Method in annotation type javax.persistence.OneToOne
- or(Expression<Boolean>, Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- or(Predicate...) - Method in interface javax.persistence.criteria.CriteriaBuilder
- OR - javax.persistence.criteria.Predicate.BooleanOperator
- Order - Interface in javax.persistence.criteria
- orderBy(List<Order>) - Method in interface javax.persistence.criteria.CriteriaQuery
- orderBy(Order...) - Method in interface javax.persistence.criteria.CriteriaQuery
- OrderBy - Annotation Type in javax.persistence
- OrderColumn - Annotation Type in javax.persistence
- ORDINAL - javax.persistence.EnumType
- org.apache.geronimo.specs.jpa - package org.apache.geronimo.specs.jpa
- orphanRemoval() - Method in annotation type javax.persistence.OneToMany
- orphanRemoval() - Method in annotation type javax.persistence.OneToOne
- otherwise(Expression<? extends R>) - Method in interface javax.persistence.criteria.CriteriaBuilder.Case
- otherwise(Expression<? extends R>) - Method in interface javax.persistence.criteria.CriteriaBuilder.SimpleCase
- otherwise(R) - Method in interface javax.persistence.criteria.CriteriaBuilder.Case
- otherwise(R) - Method in interface javax.persistence.criteria.CriteriaBuilder.SimpleCase
P
- parameter(Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- parameter(Class<T>, String) - Method in interface javax.persistence.criteria.CriteriaBuilder
- Parameter<T> - Interface in javax.persistence
- ParameterExpression<T> - Interface in javax.persistence.criteria
- Path<X> - Interface in javax.persistence.criteria
- persist(Object) - Method in interface javax.persistence.EntityManager
- PERSIST - javax.persistence.CascadeType
- Persistence - Class in javax.persistence
-
Bootstrap class to obtain
EntityManagerFactory
references. - Persistence() - Constructor for class javax.persistence.Persistence
- PERSISTENCE_PROVIDER - Static variable in class javax.persistence.Persistence
-
Deprecated.
- PERSISTENCE_PROVIDER - Static variable in class org.apache.geronimo.specs.jpa.PersistenceActivator
- PersistenceActivator - Class in org.apache.geronimo.specs.jpa
-
Used to discover/resolve JPA providers in an OSGi environment.
- PersistenceActivator() - Constructor for class org.apache.geronimo.specs.jpa.PersistenceActivator
- PersistenceContext - Annotation Type in javax.persistence
- PersistenceContexts - Annotation Type in javax.persistence
- PersistenceContextType - Enum in javax.persistence
- PersistenceException - Exception in javax.persistence
- PersistenceException() - Constructor for exception javax.persistence.PersistenceException
- PersistenceException(String) - Constructor for exception javax.persistence.PersistenceException
- PersistenceException(String, Throwable) - Constructor for exception javax.persistence.PersistenceException
- PersistenceException(Throwable) - Constructor for exception javax.persistence.PersistenceException
- PersistenceProperty - Annotation Type in javax.persistence
- PersistenceProvider - Interface in javax.persistence.spi
- PersistenceProviderResolver - Interface in javax.persistence.spi
- PersistenceProviderResolverHolder - Class in javax.persistence.spi
-
Contains Geronimo implemented code as required by the JPA spec.
- PersistenceProviderResolverHolder() - Constructor for class javax.persistence.spi.PersistenceProviderResolverHolder
- PersistenceTracker - Class in org.apache.geronimo.specs.jpa
-
Used to track JPA service providers in an OSGi environment.
- PersistenceTracker(PersistenceActivator) - Constructor for class org.apache.geronimo.specs.jpa.PersistenceTracker
- PersistenceUnit - Annotation Type in javax.persistence
- PersistenceUnitInfo - Interface in javax.persistence.spi
- PersistenceUnits - Annotation Type in javax.persistence
- PersistenceUnitTransactionType - Enum in javax.persistence.spi
- PersistenceUnitUtil - Interface in javax.persistence
- PersistenceUtil - Interface in javax.persistence
- PESSIMISTIC_FORCE_INCREMENT - javax.persistence.LockModeType
- PESSIMISTIC_READ - javax.persistence.LockModeType
- PESSIMISTIC_WRITE - javax.persistence.LockModeType
- PessimisticLockException - Exception in javax.persistence
- PessimisticLockException() - Constructor for exception javax.persistence.PessimisticLockException
- PessimisticLockException(Object) - Constructor for exception javax.persistence.PessimisticLockException
- PessimisticLockException(String) - Constructor for exception javax.persistence.PessimisticLockException
- PessimisticLockException(String, Throwable) - Constructor for exception javax.persistence.PessimisticLockException
- PessimisticLockException(String, Throwable, Object) - Constructor for exception javax.persistence.PessimisticLockException
- PessimisticLockException(Throwable) - Constructor for exception javax.persistence.PessimisticLockException
- PessimisticLockScope - Enum in javax.persistence
- pkColumnName() - Method in annotation type javax.persistence.TableGenerator
- pkColumnValue() - Method in annotation type javax.persistence.TableGenerator
- pkJoinColumns() - Method in annotation type javax.persistence.SecondaryTable
- PLURAL_ATTRIBUTE - javax.persistence.metamodel.Bindable.BindableType
- PluralAttribute<X,C,E> - Interface in javax.persistence.metamodel
- PluralAttribute.CollectionType - Enum in javax.persistence.metamodel
- PluralJoin<Z,C,E> - Interface in javax.persistence.criteria
- PostLoad - Annotation Type in javax.persistence
- PostPersist - Annotation Type in javax.persistence
- PostRemove - Annotation Type in javax.persistence
- PostUpdate - Annotation Type in javax.persistence
- precision() - Method in annotation type javax.persistence.Column
- precision() - Method in annotation type javax.persistence.MapKeyColumn
- Predicate - Interface in javax.persistence.criteria
- Predicate.BooleanOperator - Enum in javax.persistence.criteria
- PrePersist - Annotation Type in javax.persistence
- PreRemove - Annotation Type in javax.persistence
- PreUpdate - Annotation Type in javax.persistence
- PrimaryKeyJoinColumn - Annotation Type in javax.persistence
- PrimaryKeyJoinColumns - Annotation Type in javax.persistence
- prod(Expression<? extends N>, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- prod(Expression<? extends N>, N) - Method in interface javax.persistence.criteria.CriteriaBuilder
- prod(N, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- properties() - Method in annotation type javax.persistence.PersistenceContext
- PROPERTY - javax.persistence.AccessType
- providers - Static variable in class javax.persistence.Persistence
-
Deprecated.
- ProviderUtil - Interface in javax.persistence.spi
Q
- query() - Method in annotation type javax.persistence.NamedNativeQuery
- query() - Method in annotation type javax.persistence.NamedQuery
- Query - Interface in javax.persistence
- QueryHint - Annotation Type in javax.persistence
- QueryTimeoutException - Exception in javax.persistence
- QueryTimeoutException() - Constructor for exception javax.persistence.QueryTimeoutException
- QueryTimeoutException(String) - Constructor for exception javax.persistence.QueryTimeoutException
- QueryTimeoutException(String, Throwable) - Constructor for exception javax.persistence.QueryTimeoutException
- QueryTimeoutException(String, Throwable, Query) - Constructor for exception javax.persistence.QueryTimeoutException
- QueryTimeoutException(Throwable) - Constructor for exception javax.persistence.QueryTimeoutException
- QueryTimeoutException(Query) - Constructor for exception javax.persistence.QueryTimeoutException
- quot(Number, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- quot(Expression<? extends Number>, Number) - Method in interface javax.persistence.criteria.CriteriaBuilder
- quot(Expression<? extends Number>, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
R
- READ - javax.persistence.LockModeType
- referencedColumnName() - Method in annotation type javax.persistence.JoinColumn
- referencedColumnName() - Method in annotation type javax.persistence.MapKeyJoinColumn
- referencedColumnName() - Method in annotation type javax.persistence.PrimaryKeyJoinColumn
- refresh(Object) - Method in interface javax.persistence.EntityManager
- refresh(Object, Map<String, Object>) - Method in interface javax.persistence.EntityManager
- refresh(Object, LockModeType) - Method in interface javax.persistence.EntityManager
- refresh(Object, LockModeType, Map<String, Object>) - Method in interface javax.persistence.EntityManager
- REFRESH - javax.persistence.CacheStoreMode
- REFRESH - javax.persistence.CascadeType
- remove(Object) - Method in interface javax.persistence.EntityManager
- REMOVE - javax.persistence.CascadeType
- removedService(ServiceReference, Object) - Method in class org.apache.geronimo.specs.jpa.PersistenceTracker
- removeProvider(ServiceReference) - Method in class org.apache.geronimo.specs.jpa.PersistenceActivator
- RESOURCE_LOCAL - javax.persistence.spi.PersistenceUnitTransactionType
- resultClass() - Method in annotation type javax.persistence.NamedNativeQuery
- resultSetMapping() - Method in annotation type javax.persistence.NamedNativeQuery
- reverse() - Method in interface javax.persistence.criteria.Order
- RIGHT - javax.persistence.criteria.JoinType
- rollback() - Method in interface javax.persistence.EntityTransaction
- RollbackException - Exception in javax.persistence
- RollbackException() - Constructor for exception javax.persistence.RollbackException
- RollbackException(String) - Constructor for exception javax.persistence.RollbackException
- RollbackException(String, Throwable) - Constructor for exception javax.persistence.RollbackException
- RollbackException(Throwable) - Constructor for exception javax.persistence.RollbackException
- Root<X> - Interface in javax.persistence.criteria
S
- scale() - Method in annotation type javax.persistence.Column
- scale() - Method in annotation type javax.persistence.MapKeyColumn
- schema() - Method in annotation type javax.persistence.CollectionTable
- schema() - Method in annotation type javax.persistence.JoinTable
- schema() - Method in annotation type javax.persistence.SecondaryTable
- schema() - Method in annotation type javax.persistence.SequenceGenerator
- schema() - Method in annotation type javax.persistence.Table
- schema() - Method in annotation type javax.persistence.TableGenerator
- SecondaryTable - Annotation Type in javax.persistence
- SecondaryTables - Annotation Type in javax.persistence
- select(Expression<T>) - Method in interface javax.persistence.criteria.Subquery
- select(Selection<? extends T>) - Method in interface javax.persistence.criteria.CriteriaQuery
- selectCase() - Method in interface javax.persistence.criteria.CriteriaBuilder
- selectCase(Expression<? extends C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- Selection<X> - Interface in javax.persistence.criteria
- SEQUENCE - javax.persistence.GenerationType
- SequenceGenerator - Annotation Type in javax.persistence
- sequenceName() - Method in annotation type javax.persistence.SequenceGenerator
- SET - javax.persistence.metamodel.PluralAttribute.CollectionType
- SetAttribute<X,E> - Interface in javax.persistence.metamodel
- setFirstResult(int) - Method in interface javax.persistence.Query
- setFirstResult(int) - Method in interface javax.persistence.TypedQuery
- setFlushMode(FlushModeType) - Method in interface javax.persistence.EntityManager
- setFlushMode(FlushModeType) - Method in interface javax.persistence.Query
- setFlushMode(FlushModeType) - Method in interface javax.persistence.TypedQuery
- setHint(String, Object) - Method in interface javax.persistence.Query
- setHint(String, Object) - Method in interface javax.persistence.TypedQuery
- SetJoin<Z,E> - Interface in javax.persistence.criteria
- setLockMode(LockModeType) - Method in interface javax.persistence.Query
- setLockMode(LockModeType) - Method in interface javax.persistence.TypedQuery
- setMaxResults(int) - Method in interface javax.persistence.Query
- setMaxResults(int) - Method in interface javax.persistence.TypedQuery
- setParameter(int, Object) - Method in interface javax.persistence.Query
- setParameter(int, Object) - Method in interface javax.persistence.TypedQuery
- setParameter(int, Calendar, TemporalType) - Method in interface javax.persistence.Query
- setParameter(int, Calendar, TemporalType) - Method in interface javax.persistence.TypedQuery
- setParameter(int, Date, TemporalType) - Method in interface javax.persistence.Query
- setParameter(int, Date, TemporalType) - Method in interface javax.persistence.TypedQuery
- setParameter(String, Object) - Method in interface javax.persistence.Query
- setParameter(String, Object) - Method in interface javax.persistence.TypedQuery
- setParameter(String, Calendar, TemporalType) - Method in interface javax.persistence.Query
- setParameter(String, Calendar, TemporalType) - Method in interface javax.persistence.TypedQuery
- setParameter(String, Date, TemporalType) - Method in interface javax.persistence.Query
- setParameter(String, Date, TemporalType) - Method in interface javax.persistence.TypedQuery
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface javax.persistence.Query
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface javax.persistence.TypedQuery
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface javax.persistence.Query
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface javax.persistence.TypedQuery
- setParameter(Parameter<T>, T) - Method in interface javax.persistence.Query
- setParameter(Parameter<T>, T) - Method in interface javax.persistence.TypedQuery
- setPersistenceProviderResolver(PersistenceProviderResolver) - Static method in class javax.persistence.spi.PersistenceProviderResolverHolder
- setProperty(String, Object) - Method in interface javax.persistence.EntityManager
- setRollbackOnly() - Method in interface javax.persistence.EntityTransaction
- SharedCacheMode - Enum in javax.persistence
- SINGLE_TABLE - javax.persistence.InheritanceType
- SINGULAR_ATTRIBUTE - javax.persistence.metamodel.Bindable.BindableType
- SingularAttribute<X,T> - Interface in javax.persistence.metamodel
- size(C) - Method in interface javax.persistence.criteria.CriteriaBuilder
- size(Expression<C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- some(Subquery<Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- SqlResultSetMapping - Annotation Type in javax.persistence
- SqlResultSetMappings - Annotation Type in javax.persistence
- sqrt(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- start(BundleContext) - Method in class org.apache.geronimo.specs.jpa.PersistenceActivator
- StaticMetamodel - Annotation Type in javax.persistence.metamodel
- stop(BundleContext) - Method in class org.apache.geronimo.specs.jpa.PersistenceActivator
- strategy() - Method in annotation type javax.persistence.GeneratedValue
- strategy() - Method in annotation type javax.persistence.Inheritance
- STRING - javax.persistence.DiscriminatorType
- STRING - javax.persistence.EnumType
- subquery(Class<U>) - Method in interface javax.persistence.criteria.AbstractQuery
- Subquery<T> - Interface in javax.persistence.criteria
- substring(Expression<String>, int) - Method in interface javax.persistence.criteria.CriteriaBuilder
- substring(Expression<String>, int, int) - Method in interface javax.persistence.criteria.CriteriaBuilder
- substring(Expression<String>, Expression<Integer>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- substring(Expression<String>, Expression<Integer>, Expression<Integer>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- sum(Expression<? extends N>, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- sum(Expression<? extends N>, N) - Method in interface javax.persistence.criteria.CriteriaBuilder
- sum(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- sum(N, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- sumAsDouble(Expression<Float>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- sumAsLong(Expression<Integer>) - Method in interface javax.persistence.criteria.CriteriaBuilder
T
- table() - Method in annotation type javax.persistence.Column
- table() - Method in annotation type javax.persistence.JoinColumn
- table() - Method in annotation type javax.persistence.MapKeyColumn
- table() - Method in annotation type javax.persistence.MapKeyJoinColumn
- table() - Method in annotation type javax.persistence.TableGenerator
- Table - Annotation Type in javax.persistence
- TABLE - javax.persistence.GenerationType
- TABLE_PER_CLASS - javax.persistence.InheritanceType
- TableGenerator - Annotation Type in javax.persistence
- targetClass() - Method in annotation type javax.persistence.ElementCollection
- targetEntity() - Method in annotation type javax.persistence.ManyToMany
- targetEntity() - Method in annotation type javax.persistence.ManyToOne
- targetEntity() - Method in annotation type javax.persistence.OneToMany
- targetEntity() - Method in annotation type javax.persistence.OneToOne
- Temporal - Annotation Type in javax.persistence
- TemporalType - Enum in javax.persistence
- TIME - javax.persistence.TemporalType
- TIMESTAMP - javax.persistence.TemporalType
- toArray() - Method in interface javax.persistence.Tuple
- toBigDecimal(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- toBigInteger(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- toDouble(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- toFloat(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- toInteger(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- toLong(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- toString(Expression<Character>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- TRAILING - javax.persistence.criteria.CriteriaBuilder.Trimspec
- TRANSACTION - javax.persistence.PersistenceContextType
- TransactionRequiredException - Exception in javax.persistence
- TransactionRequiredException() - Constructor for exception javax.persistence.TransactionRequiredException
- TransactionRequiredException(String) - Constructor for exception javax.persistence.TransactionRequiredException
- transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in interface javax.persistence.spi.ClassTransformer
- Transient - Annotation Type in javax.persistence
- trim(char, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- trim(CriteriaBuilder.Trimspec, char, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- trim(CriteriaBuilder.Trimspec, Expression<Character>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- trim(CriteriaBuilder.Trimspec, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- trim(Expression<Character>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- trim(Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- tuple(Selection<?>...) - Method in interface javax.persistence.criteria.CriteriaBuilder
- Tuple - Interface in javax.persistence
- TupleElement<X> - Interface in javax.persistence
- type() - Method in interface javax.persistence.criteria.Path
- type() - Method in annotation type javax.persistence.PersistenceContext
- Type<X> - Interface in javax.persistence.metamodel
- Type.PersistenceType - Enum in javax.persistence.metamodel
- TypedQuery<X> - Interface in javax.persistence
U
- unique() - Method in annotation type javax.persistence.Column
- unique() - Method in annotation type javax.persistence.JoinColumn
- unique() - Method in annotation type javax.persistence.MapKeyColumn
- unique() - Method in annotation type javax.persistence.MapKeyJoinColumn
- UniqueConstraint - Annotation Type in javax.persistence
- uniqueConstraints() - Method in annotation type javax.persistence.CollectionTable
- uniqueConstraints() - Method in annotation type javax.persistence.JoinTable
- uniqueConstraints() - Method in annotation type javax.persistence.SecondaryTable
- uniqueConstraints() - Method in annotation type javax.persistence.Table
- uniqueConstraints() - Method in annotation type javax.persistence.TableGenerator
- unitName() - Method in annotation type javax.persistence.PersistenceContext
- unitName() - Method in annotation type javax.persistence.PersistenceUnit
- UNKNOWN - javax.persistence.spi.LoadState
- UNSPECIFIED - javax.persistence.SharedCacheMode
- unwrap(Class<T>) - Method in interface javax.persistence.EntityManager
- unwrap(Class<T>) - Method in interface javax.persistence.Query
- updatable() - Method in annotation type javax.persistence.Column
- updatable() - Method in annotation type javax.persistence.JoinColumn
- updatable() - Method in annotation type javax.persistence.MapKeyColumn
- updatable() - Method in annotation type javax.persistence.MapKeyJoinColumn
- updatable() - Method in annotation type javax.persistence.OrderColumn
- upper(Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
- USE - javax.persistence.CacheRetrieveMode
- USE - javax.persistence.CacheStoreMode
V
- ValidationMode - Enum in javax.persistence
- value() - Method in annotation type javax.persistence.Access
- value() - Method in annotation type javax.persistence.AssociationOverrides
- value() - Method in annotation type javax.persistence.AttributeOverrides
- value() - Method in annotation type javax.persistence.Cacheable
- value() - Method in interface javax.persistence.criteria.MapJoin
- value() - Method in annotation type javax.persistence.DiscriminatorValue
- value() - Method in annotation type javax.persistence.EntityListeners
- value() - Method in annotation type javax.persistence.Enumerated
- value() - Method in annotation type javax.persistence.IdClass
- value() - Method in annotation type javax.persistence.JoinColumns
- value() - Method in annotation type javax.persistence.MapKeyClass
- value() - Method in annotation type javax.persistence.MapKeyEnumerated
- value() - Method in annotation type javax.persistence.MapKeyJoinColumns
- value() - Method in annotation type javax.persistence.MapKeyTemporal
- value() - Method in annotation type javax.persistence.MapsId
- value() - Method in annotation type javax.persistence.metamodel.StaticMetamodel
- value() - Method in annotation type javax.persistence.NamedNativeQueries
- value() - Method in annotation type javax.persistence.NamedQueries
- value() - Method in annotation type javax.persistence.OrderBy
- value() - Method in annotation type javax.persistence.PersistenceContexts
- value() - Method in annotation type javax.persistence.PersistenceProperty
- value() - Method in annotation type javax.persistence.PersistenceUnits
- value() - Method in annotation type javax.persistence.PrimaryKeyJoinColumns
- value() - Method in annotation type javax.persistence.QueryHint
- value() - Method in annotation type javax.persistence.SecondaryTables
- value() - Method in annotation type javax.persistence.SqlResultSetMappings
- value() - Method in annotation type javax.persistence.Temporal
- value(Expression<? extends T>) - Method in interface javax.persistence.criteria.CriteriaBuilder.Coalesce
- value(Expression<? extends T>) - Method in interface javax.persistence.criteria.CriteriaBuilder.In
- value(T) - Method in interface javax.persistence.criteria.CriteriaBuilder.Coalesce
- value(T) - Method in interface javax.persistence.criteria.CriteriaBuilder.In
- valueColumnName() - Method in annotation type javax.persistence.TableGenerator
- valueOf(String) - Static method in enum javax.persistence.AccessType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.persistence.CacheRetrieveMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.persistence.CacheStoreMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.persistence.CascadeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.persistence.criteria.CriteriaBuilder.Trimspec
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.persistence.criteria.JoinType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.persistence.criteria.Predicate.BooleanOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.persistence.DiscriminatorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.persistence.EnumType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.persistence.FetchType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.persistence.FlushModeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.persistence.GenerationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.persistence.InheritanceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.persistence.LockModeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.persistence.metamodel.Attribute.PersistentAttributeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.persistence.metamodel.Bindable.BindableType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.persistence.metamodel.PluralAttribute.CollectionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.persistence.metamodel.Type.PersistenceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.persistence.PersistenceContextType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.persistence.PessimisticLockScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.persistence.SharedCacheMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.persistence.spi.LoadState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.persistence.spi.PersistenceUnitTransactionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.persistence.TemporalType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.persistence.ValidationMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum javax.persistence.AccessType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.persistence.CacheRetrieveMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.persistence.CacheStoreMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.persistence.CascadeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.persistence.criteria.CriteriaBuilder.Trimspec
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.persistence.criteria.JoinType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.persistence.criteria.Predicate.BooleanOperator
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.persistence.DiscriminatorType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.persistence.EnumType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.persistence.FetchType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.persistence.FlushModeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.persistence.GenerationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.persistence.InheritanceType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.persistence.LockModeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.persistence.metamodel.Attribute.PersistentAttributeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.persistence.metamodel.Bindable.BindableType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.persistence.metamodel.PluralAttribute.CollectionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.persistence.metamodel.Type.PersistenceType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.persistence.PersistenceContextType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.persistence.PessimisticLockScope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.persistence.SharedCacheMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.persistence.spi.LoadState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.persistence.spi.PersistenceUnitTransactionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.persistence.TemporalType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.persistence.ValidationMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values(M) - Method in interface javax.persistence.criteria.CriteriaBuilder
- Version - Annotation Type in javax.persistence
W
- when(C, Expression<? extends R>) - Method in interface javax.persistence.criteria.CriteriaBuilder.SimpleCase
- when(C, R) - Method in interface javax.persistence.criteria.CriteriaBuilder.SimpleCase
- when(Expression<Boolean>, Expression<? extends R>) - Method in interface javax.persistence.criteria.CriteriaBuilder.Case
- when(Expression<Boolean>, R) - Method in interface javax.persistence.criteria.CriteriaBuilder.Case
- where(Expression<Boolean>) - Method in interface javax.persistence.criteria.AbstractQuery
- where(Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaQuery
- where(Expression<Boolean>) - Method in interface javax.persistence.criteria.Subquery
- where(Predicate...) - Method in interface javax.persistence.criteria.AbstractQuery
- where(Predicate...) - Method in interface javax.persistence.criteria.CriteriaQuery
- where(Predicate...) - Method in interface javax.persistence.criteria.Subquery
- WRITE - javax.persistence.LockModeType
All Classes All Packages