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

A

ALL - javax.persistence.CascadeType
 
allocationSize() - Method in annotation type javax.persistence.SequenceGenerator
 
AssociationOverride - Annotation Type in javax.persistence
 
AssociationOverrides - Annotation Type in javax.persistence
 
AttributeConverter<X,​Y> - Interface in javax.persistence
 
attributeName() - Method in annotation type javax.persistence.Convert
 
attributeNodes() - Method in annotation type javax.persistence.NamedEntityGraph
 
attributeNodes() - Method in annotation type javax.persistence.NamedSubgraph
 
AttributeOverride - Annotation Type in javax.persistence
 
AttributeOverrides - Annotation Type in javax.persistence
 
AUTO - javax.persistence.FlushModeType
 
AUTO - javax.persistence.GenerationType
 
autoApply() - Method in annotation type javax.persistence.Converter
 

B

Basic - Annotation Type in javax.persistence
 
begin() - Method in interface javax.persistence.EntityTransaction
 

C

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
 
CHAR - javax.persistence.DiscriminatorType
 
CollectionTable - Annotation Type in javax.persistence
 
column() - Method in annotation type javax.persistence.AttributeOverride
 
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
 
columnList() - Method in annotation type javax.persistence.Index
 
columnNames() - Method in annotation type javax.persistence.UniqueConstraint
 
ColumnResult - Annotation Type in javax.persistence
 
commit() - Method in interface javax.persistence.EntityTransaction
 
COMMIT - javax.persistence.FlushModeType
 
CONSTRAINT - javax.persistence.ConstraintMode
 
ConstraintMode - Enum in javax.persistence
 
Convert - Annotation Type in javax.persistence
 
converter() - Method in annotation type javax.persistence.Convert
 
Converter - Annotation Type in javax.persistence
 
Converts - Annotation Type in javax.persistence
 
convertToDatabaseColumn(X) - Method in interface javax.persistence.AttributeConverter
 
convertToEntityAttribute(Y) - Method in interface javax.persistence.AttributeConverter
 

D

DATE - javax.persistence.TemporalType
 
DETACH - javax.persistence.CascadeType
 
disableConversion() - Method in annotation type javax.persistence.Convert
 
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
 

E

EAGER - javax.persistence.FetchType
 
ElementCollection - Annotation Type in javax.persistence
 
Embeddable - Annotation Type in javax.persistence
 
Embedded - Annotation Type in javax.persistence
 
EmbeddedId - Annotation Type in javax.persistence
 
Entity - Annotation Type in javax.persistence
 
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
 
EntityNotFoundException - Exception in javax.persistence
 
EntityNotFoundException() - Constructor for exception javax.persistence.EntityNotFoundException
 
EntityNotFoundException(String) - Constructor for exception javax.persistence.EntityNotFoundException
 
EntityTransaction - Interface in javax.persistence
 
Enumerated - Annotation Type in javax.persistence
 
EnumType - Enum in javax.persistence
 
ExcludeDefaultListeners - Annotation Type in javax.persistence
 
ExcludeSuperclassListeners - Annotation Type in javax.persistence
 
execute() - Method in interface javax.persistence.StoredProcedureQuery
 
executeUpdate() - Method in interface javax.persistence.Query
 
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
 
FetchType - Enum in javax.persistence
 
FlushModeType - Enum in javax.persistence
 
foreignKey() - Method in annotation type javax.persistence.AssociationOverride
 
foreignKey() - Method in annotation type javax.persistence.CollectionTable
 
foreignKey() - Method in annotation type javax.persistence.JoinColumn
 
foreignKey() - Method in annotation type javax.persistence.JoinColumns
 
foreignKey() - Method in annotation type javax.persistence.JoinTable
 
foreignKey() - Method in annotation type javax.persistence.MapKeyJoinColumn
 
foreignKey() - Method in annotation type javax.persistence.MapKeyJoinColumns
 
foreignKey() - Method in annotation type javax.persistence.PrimaryKeyJoinColumn
 
foreignKey() - Method in annotation type javax.persistence.PrimaryKeyJoinColumns
 
foreignKey() - Method in annotation type javax.persistence.SecondaryTable
 
ForeignKey - Annotation Type in javax.persistence
 
foreignKeyDefinition() - Method in annotation type javax.persistence.ForeignKey
 

G

GeneratedValue - Annotation Type in javax.persistence
 
GenerationType - Enum in javax.persistence
 
generator() - Method in annotation type javax.persistence.GeneratedValue
 
getEntity() - Method in exception javax.persistence.OptimisticLockException
 
getEntity() - Method in exception javax.persistence.PessimisticLockException
 
getFirstResult() - Method in interface javax.persistence.Query
 
getFlushMode() - Method in interface javax.persistence.Query
 
getHints() - Method in interface javax.persistence.Query
 
getLockMode() - Method in interface javax.persistence.Query
 
getMaxResults() - Method in interface javax.persistence.Query
 
getName() - Method in interface javax.persistence.Parameter
 
getObject() - Method in exception javax.persistence.LockTimeoutException
 
getOutputParameterValue(int) - Method in interface javax.persistence.StoredProcedureQuery
 
getOutputParameterValue(String) - Method in interface javax.persistence.StoredProcedureQuery
 
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.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
 
getPosition() - Method in interface javax.persistence.Parameter
 
getQuery() - Method in exception javax.persistence.QueryTimeoutException
 
getResultList() - Method in interface javax.persistence.Query
 
getRollbackOnly() - Method in interface javax.persistence.EntityTransaction
 
getSingleResult() - Method in interface javax.persistence.Query
 
getUpdateCount() - Method in interface javax.persistence.StoredProcedureQuery
 

H

hasMoreResults() - Method in interface javax.persistence.StoredProcedureQuery
 
hints() - Method in annotation type javax.persistence.NamedNativeQuery
 
hints() - Method in annotation type javax.persistence.NamedQuery
 
hints() - Method in annotation type javax.persistence.NamedStoredProcedureQuery
 

I

Id - Annotation Type in javax.persistence
 
IdClass - Annotation Type in javax.persistence
 
IDENTITY - javax.persistence.GenerationType
 
IN - javax.persistence.ParameterMode
 
includeAllAttributes() - Method in annotation type javax.persistence.NamedEntityGraph
 
Index - Annotation Type in javax.persistence
 
indexes() - Method in annotation type javax.persistence.CollectionTable
 
indexes() - Method in annotation type javax.persistence.JoinTable
 
indexes() - Method in annotation type javax.persistence.SecondaryTable
 
indexes() - Method in annotation type javax.persistence.Table
 
Inheritance - Annotation Type in javax.persistence
 
InheritanceType - Enum in javax.persistence
 
initialValue() - Method in annotation type javax.persistence.SequenceGenerator
 
INOUT - javax.persistence.ParameterMode
 
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
 
inverseForeignKey() - Method in annotation type javax.persistence.JoinTable
 
inverseJoinColumns() - Method in annotation type javax.persistence.JoinTable
 
isActive() - Method in interface javax.persistence.EntityTransaction
 
isBound(Parameter<?>) - Method in interface javax.persistence.Query
 

J

javax.persistence - package javax.persistence
 
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
 
joinTable() - Method in annotation type javax.persistence.AssociationOverride
 
JoinTable - Annotation Type in javax.persistence
 

K

keySubgraph() - Method in annotation type javax.persistence.NamedAttributeNode
 

L

LAZY - javax.persistence.FetchType
 
length() - Method in annotation type javax.persistence.Column
 
length() - Method in annotation type javax.persistence.DiscriminatorColumn
 
length() - Method in annotation type javax.persistence.MapKeyColumn
 
Lob - Annotation Type in javax.persistence
 
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
 

M

ManyToMany - Annotation Type in javax.persistence
 
ManyToOne - Annotation Type in javax.persistence
 
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
 
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
 
MapsId - Annotation Type in javax.persistence
 
MERGE - javax.persistence.CascadeType
 
mode() - Method in annotation type javax.persistence.StoredProcedureParameter
 

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.ForeignKey
 
name() - Method in annotation type javax.persistence.Index
 
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.NamedEntityGraph
 
name() - Method in annotation type javax.persistence.NamedNativeQuery
 
name() - Method in annotation type javax.persistence.NamedQuery
 
name() - Method in annotation type javax.persistence.NamedStoredProcedureQuery
 
name() - Method in annotation type javax.persistence.NamedSubgraph
 
name() - Method in annotation type javax.persistence.OrderColumn
 
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.StoredProcedureParameter
 
name() - Method in annotation type javax.persistence.Table
 
name() - Method in annotation type javax.persistence.UniqueConstraint
 
NamedAttributeNode - Annotation Type in javax.persistence
 
NamedEntityGraph - Annotation Type in javax.persistence
 
NamedEntityGraphs - Annotation Type in javax.persistence
 
NamedNativeQueries - Annotation Type in javax.persistence
 
NamedNativeQuery - Annotation Type in javax.persistence
 
NamedQueries - Annotation Type in javax.persistence
 
NamedQuery - Annotation Type in javax.persistence
 
NamedStoredProcedureQueries - Annotation Type in javax.persistence
 
NamedStoredProcedureQuery - Annotation Type in javax.persistence
 
NamedSubgraph - Annotation Type in javax.persistence
 
NO_CONSTRAINT - javax.persistence.ConstraintMode
 
NONE - javax.persistence.LockModeType
 
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
 
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
 

O

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
 
OrderBy - Annotation Type in javax.persistence
 
OrderColumn - Annotation Type in javax.persistence
 
ORDINAL - javax.persistence.EnumType
 
orphanRemoval() - Method in annotation type javax.persistence.OneToMany
 
orphanRemoval() - Method in annotation type javax.persistence.OneToOne
 
OUT - javax.persistence.ParameterMode
 

P

Parameter<T> - Interface in javax.persistence
 
ParameterMode - Enum in javax.persistence
 
parameters() - Method in annotation type javax.persistence.NamedStoredProcedureQuery
 
PERSIST - javax.persistence.CascadeType
 
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
 
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
 
pkJoinColumns() - Method in annotation type javax.persistence.SecondaryTable
 
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
 
prefix() - Method in annotation type javax.persistence.Embedded
 
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
 
procedureName() - Method in annotation type javax.persistence.NamedStoredProcedureQuery
 
PROVIDER_DEFAULT - javax.persistence.ConstraintMode
 

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
 

R

READ - javax.persistence.LockModeType
 
REF_CURSOR - javax.persistence.ParameterMode
 
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 - javax.persistence.CascadeType
 
registerStoredProcedureParameter(int, Class, ParameterMode) - Method in interface javax.persistence.StoredProcedureQuery
 
registerStoredProcedureParameter(String, Class, ParameterMode) - Method in interface javax.persistence.StoredProcedureQuery
 
REMOVE - javax.persistence.CascadeType
 
resultClass() - Method in annotation type javax.persistence.NamedNativeQuery
 
resultClasses() - Method in annotation type javax.persistence.NamedStoredProcedureQuery
 
resultSetMapping() - Method in annotation type javax.persistence.NamedNativeQuery
 
resultSetMappings() - Method in annotation type javax.persistence.NamedStoredProcedureQuery
 
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
 

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
 
SecondaryTable - Annotation Type in javax.persistence
 
SecondaryTables - Annotation Type in javax.persistence
 
SEQUENCE - javax.persistence.GenerationType
 
SequenceGenerator - Annotation Type in javax.persistence
 
sequenceName() - Method in annotation type javax.persistence.SequenceGenerator
 
setFirstResult(int) - Method in interface javax.persistence.Query
 
setFlushMode(FlushModeType) - Method in interface javax.persistence.Query
 
setFlushMode(FlushModeType) - Method in interface javax.persistence.StoredProcedureQuery
 
setHint(String, Object) - Method in interface javax.persistence.Query
 
setHint(String, Object) - Method in interface javax.persistence.StoredProcedureQuery
 
setLockMode(LockModeType) - Method in interface javax.persistence.Query
 
setMaxResults(int) - Method in interface javax.persistence.Query
 
setParameter(int, Object) - Method in interface javax.persistence.Query
 
setParameter(int, Object) - Method in interface javax.persistence.StoredProcedureQuery
 
setParameter(int, Calendar, TemporalType) - Method in interface javax.persistence.Query
 
setParameter(int, Calendar, TemporalType) - Method in interface javax.persistence.StoredProcedureQuery
 
setParameter(int, Date, TemporalType) - Method in interface javax.persistence.Query
 
setParameter(int, Date, TemporalType) - Method in interface javax.persistence.StoredProcedureQuery
 
setParameter(String, Object) - Method in interface javax.persistence.Query
 
setParameter(String, Object) - Method in interface javax.persistence.StoredProcedureQuery
 
setParameter(String, Calendar, TemporalType) - Method in interface javax.persistence.Query
 
setParameter(String, Calendar, TemporalType) - Method in interface javax.persistence.StoredProcedureQuery
 
setParameter(String, Date, TemporalType) - Method in interface javax.persistence.Query
 
setParameter(String, Date, TemporalType) - Method in interface javax.persistence.StoredProcedureQuery
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface javax.persistence.Query
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface javax.persistence.StoredProcedureQuery
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface javax.persistence.Query
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface javax.persistence.StoredProcedureQuery
 
setParameter(Parameter<T>, T) - Method in interface javax.persistence.Query
 
setParameter(Parameter<T>, T) - Method in interface javax.persistence.StoredProcedureQuery
 
setRollbackOnly() - Method in interface javax.persistence.EntityTransaction
 
SINGLE_TABLE - javax.persistence.InheritanceType
 
StoredProcedureParameter - Annotation Type in javax.persistence
 
StoredProcedureQuery - Interface in javax.persistence
 
strategy() - Method in annotation type javax.persistence.GeneratedValue
 
strategy() - Method in annotation type javax.persistence.Inheritance
 
STRING - javax.persistence.DiscriminatorType
 
STRING - javax.persistence.EnumType
 
subclassSubgraphs() - Method in annotation type javax.persistence.NamedEntityGraph
 
subgraph() - Method in annotation type javax.persistence.NamedAttributeNode
 
subgraphs() - Method in annotation type javax.persistence.NamedEntityGraph
 

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 - Annotation Type in javax.persistence
 
TABLE_PER_CLASS - javax.persistence.InheritanceType
 
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
 
TransactionRequiredException - Exception in javax.persistence
 
TransactionRequiredException() - Constructor for exception javax.persistence.TransactionRequiredException
 
TransactionRequiredException(String) - Constructor for exception javax.persistence.TransactionRequiredException
 
Transient - Annotation Type in javax.persistence
 
type() - Method in annotation type javax.persistence.ColumnResult
 
type() - Method in annotation type javax.persistence.NamedSubgraph
 
type() - Method in annotation type javax.persistence.StoredProcedureParameter
 

U

unique() - Method in annotation type javax.persistence.Column
 
unique() - Method in annotation type javax.persistence.Index
 
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
 
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
 

V

value() - Method in annotation type javax.persistence.AssociationOverrides
 
value() - Method in annotation type javax.persistence.AttributeOverrides
 
value() - Method in annotation type javax.persistence.Converts
 
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.ForeignKey
 
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.NamedAttributeNode
 
value() - Method in annotation type javax.persistence.NamedEntityGraphs
 
value() - Method in annotation type javax.persistence.NamedNativeQueries
 
value() - Method in annotation type javax.persistence.NamedQueries
 
value() - Method in annotation type javax.persistence.NamedStoredProcedureQueries
 
value() - Method in annotation type javax.persistence.OrderBy
 
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.Temporal
 
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.ConstraintMode
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.ParameterMode
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.TemporalType
Returns the enum constant of this type with the specified name.
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.ConstraintMode
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.ParameterMode
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.TemporalType
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Annotation Type in javax.persistence
 

W

WRITE - javax.persistence.LockModeType
 
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