-
Defines the set of cascadable operations that are propagated
to the associated entity.
Used to control the application of a constraint.
Defines supported types of the discriminator column.
Defines mapping for enumerated types.
Defines strategies for fetching data from the database.
Defines the types of primary key generation strategies.
Defines inheritance strategy options.
Lock modes can be specified by means of passing a
LockModeType argument to one of the
invalid reference
javax.persistence.EntityManager
methods that take locks (
lock,
find, or
refresh) or to the
Query.setLockMode() or
invalid reference
TypedQuery.setLockMode()
method.
Type for query parameter objects.
Specifies the mode of a parameter of a stored procedure query.
Thrown by the persistence provider when a problem occurs.
Defines the values of the javax.persistence.lock.scope property for pessimistic locking.
Interface used to control query execution.
Interface used to control stored procedure query execution.
Type used to indicate a specific mapping of java.util.Date
or java.util.Calendar.