ObjectDB Database Search

51-100 of 200 results

javax.persistence.FlushModeType

JPA Enum FlushModeType java.lang.Object ∟  java.lang. Enum ∟  javax.persistence ... , the persistence provider must not flush to the database. Since: JPA 1.0 Enum Constants AUTO (Default ... . The provider may flush at other times, but is not required to. Since: JPA 1.0 Public Static Enum

javax.persistence.GenerationType

JPA Enum GenerationType java.lang.Object ∟  java.lang. Enum ∟  javax.persistence ... .0 The Auto Generated Values article explains how to use GenerationType . Enum Constants AUTO ... . Since: JPA 1.0 Public Static Enum Methods: GenerationType[] values () Returns an array containing

javax.persistence.InheritanceType

JPA Enum InheritanceType java.lang.Object ∟  java.lang. Enum ∟  javax.persistence.InheritanceType Defines inheritance strategy options. Since: JPA 1.0 Enum Constants JOINED A strategy in ... entity class. Since: JPA 1.0 Public Static Enum Methods: InheritanceType[] values () Returns an array

javax.persistence.LockModeType

JPA Enum LockModeType java.lang.Object ∟  java.lang. Enum ∟  javax.persistence ... the transaction for rollback). Since: JPA 1.0 Enum Constants NONE No lock. Since: JPA 2.0 OPTIMISTIC ... is to be preferred for new applications. Since: JPA 1.0 Public Static Enum Methods: LockModeType[] values

javax.persistence.ParameterMode

JPA Enum ParameterMode java.lang.Object ∟  java.lang. Enum ∟  javax.persistence ... StoredProcedureParameter Since: JPA 2.1 Enum Constants IN Stored procedure input parameter Since: JPA ... _CURSOR parameters to return result sets from stored procedures. Since: JPA 2.1 Public Static Enum

javax.persistence.PersistenceContextType

JPA Enum PersistenceContextType java.lang.Object ∟  java.lang. Enum ∟  javax.persistence ... . Since: JPA 1.0 Enum Constants EXTENDED Extended persistence context Since: JPA 1.0 TRANSACTION Transaction-scoped persistence context Since: JPA 1.0 Public Static Enum Methods: PersistenceContextType

javax.persistence.PessimisticLockScope

JPA Enum PessimisticLockScope java.lang.Object ∟  java.lang. Enum ∟  javax.persistence ... . Since: JPA 2.0 Enum Constants EXTENDED In addition to the behavior for PessimisticLockScope.NORMAL ... default. Since: JPA 2.0 Public Static Enum Methods: PessimisticLockScope[] values () Returns an array

javax.persistence.SharedCacheMode

JPA Enum SharedCacheMode java.lang.Object ∟  java.lang. Enum ∟  javax.persistence ... of () . Since: JPA 2.0 Enum Constants ALL All entities and entity-related state and data are cached ... Public Static Enum Methods: SharedCacheMode[] values () Returns an array containing the constants

javax.persistence.SynchronizationType

JPA Enum SynchronizationType java.lang.Object ∟  java.lang. Enum ∟  javax.persistence ... transaction by means of the EntityManager.joinTransaction method. Since: JPA 2.1 Enum Constants ... Since: JPA 2.1 Public Static Enum Methods: SynchronizationType[] values () Returns an array containing

javax.persistence.TemporalType

JPA Enum TemporalType java.lang.Object ∟  java.lang. Enum ∟  javax.persistence ... The JPA Persistable Types article explains how to use TemporalType . Enum Constants DATE Map as ... .Timestamp Since: JPA 1.0 Public Static Enum Methods: TemporalType[] values () Returns an array containing

javax.persistence.ValidationMode

JPA Enum ValidationMode java.lang.Object ∟  java.lang. Enum ∟  javax.persistence.ValidationMode The validation mode to be used by the provider for the persistence unit. Since: JPA 2.0 Enum ... provider must not perform lifecycle event validation. Since: JPA 2.0 Public Static Enum Methods

javax.persistence.criteria.CriteriaBuilder$Trimspec

JPA Enum Trimspec java.lang.Object ∟  java.lang. Enum ∟  javax.persistence.criteria.CriteriaBuilder$Trimspec Used to specify how strings are trimmed. Since: JPA 2.0 Enum Constants BOTH Trim ... trailing end. Since: JPA 2.0 Public Static Enum Methods: CriteriaBuilder.Trimspec[] values () Returns

javax.persistence.criteria.JoinType

JPA Enum JoinType java.lang.Object ∟  java.lang. Enum ∟  javax.persistence.criteria ... to be supported. Applications that use RIGHT join types will not be portable. Since: JPA 2.0 Enum ... join. Since: JPA 2.0 Public Static Enum Methods: JoinType[] values () Returns an array containing

javax.persistence.criteria.Predicate$BooleanOperator

JPA Enum BooleanOperator java.lang.Object ∟  java.lang. Enum ∟  javax.persistence.criteria.Predicate$BooleanOperator Since: JPA 2.0 Enum Constants AND Since: JPA 2.0 OR Since: JPA 2.0 Public Static Enum Methods: Predicate.BooleanOperator[] values () Returns an array containing

javax.persistence.metamodel.Attribute$PersistentAttributeType

JPA Enum PersistentAttributeType java.lang.Object ∟  java.lang. Enum ∟  javax.persistence.metamodel.Attribute $PersistentAttributeType Since: JPA 2.0 Enum Constants BASIC Basic attribute ... ONE_TO_ONE One-to-one association Since: JPA 2.0 Public Static Enum Methods: Attribute.PersistentAttributeType[] values

javax.persistence.metamodel.Bindable$BindableType

JPA Enum BindableType java.lang.Object ∟  java.lang. Enum ∟  javax.persistence.metamodel.Bindable $BindableType Since: JPA 2.0 Enum Constants ENTITY_TYPE Entity type Since: JPA 2.0 PLURAL ... Since: JPA 2.0 Public Static Enum Methods: Bindable.BindableType[] values () Returns an array

javax.persistence.metamodel.PluralAttribute$CollectionType

JPA Enum CollectionType java.lang.Object ∟  java.lang. Enum ∟  javax.persistence.metamodel.PluralAttribute $CollectionType Since: JPA 2.0 Enum Constants COLLECTION Collection-valued ... SET Set-valued attribute Since: JPA 2.0 Public Static Enum Methods: PluralAttribute.CollectionType

javax.persistence.metamodel.Type$PersistenceType

JPA Enum PersistenceType java.lang.Object ∟  java.lang. Enum ∟  javax.persistence.metamodel.Type $PersistenceType Since: JPA 2.0 Enum Constants BASIC Basic type Since: JPA 2.0 EMBEDDABLE ... Since: JPA 2.0 Public Static Enum Methods: Type.PersistenceType[] values () Returns an array containing

javax.persistence.MapKeyEnumerated

the enum type for a map key whose basic type is an enumerated type. The MapKeyEnumerated annotation ... . Example: public enum ProjectStatus {COMPLETE, DELAYED, CANCELLED, IN_PROGRESS} public enum SalaryRate ... default ORDINAL (Optional) The type used in mapping a map key enum type. Since: JPA 2.0

javax.persistence.Enumerated

: public enum EmployeeStatus {FULL_TIME, PART_TIME, CONTRACT} public enum SalaryRate {JUNIOR, SENIOR ... Attributes EnumType value default ORDINAL (Optional) The type used in mapping an enum type. Since: JPA 1.0

javax.persistence.AccessType.FIELD

JPA Enum Constant in javax.persistence.AccessType FIELD Field-based access is used. Since: JPA 2.0

javax.persistence.AccessType.PROPERTY

JPA Enum Constant in javax.persistence.AccessType PROPERTY Property-based access is used. Since: JPA 2.0

javax.persistence.Basic

.Date , java.sql.Time , java.sql.Timestamp , byte[] , Byte[] , char[] , Character[] , enums , and any

javax.persistence.CacheRetrieveMode.USE

JPA Enum Constant in javax.persistence.CacheRetrieveMode USE Read entity data from the cache: this is the default behavior. Since: JPA 2.0

javax.persistence.CacheRetrieveMode.BYPASS

JPA Enum Constant in javax.persistence.CacheRetrieveMode BYPASS Bypass the cache: get data directly from the database. Since: JPA 2.0

javax.persistence.CacheStoreMode.USE

JPA Enum Constant in javax.persistence.CacheStoreMode USE Insert entity data into cache when read from database and insert/update entity data when committed into database: this is the default behavior. Does not force refresh of already cached items when reading from database. Since: JPA 2.0

javax.persistence.CacheStoreMode.BYPASS

JPA Enum Constant in javax.persistence.CacheStoreMode BYPASS Don't insert into cache. Since: JPA 2.0

javax.persistence.CacheStoreMode.REFRESH

JPA Enum Constant in javax.persistence.CacheStoreMode REFRESH Insert/update entity data into cache when read from database and when committed into database. Forces refresh of cache for items read from database. Since: JPA 2.0

javax.persistence.CascadeType.ALL

JPA Enum Constant in javax.persistence.CascadeType ALL Cascade all operations Since: JPA 1.0

javax.persistence.CascadeType.PERSIST

JPA Enum Constant in javax.persistence.CascadeType PERSIST Cascade persist operation Since: JPA 1.0

javax.persistence.CascadeType.MERGE

JPA Enum Constant in javax.persistence.CascadeType MERGE Cascade merge operation Since: JPA 1.0

javax.persistence.CascadeType.REMOVE

JPA Enum Constant in javax.persistence.CascadeType REMOVE Cascade remove operation Since: JPA 1.0

javax.persistence.CascadeType.REFRESH

JPA Enum Constant in javax.persistence.CascadeType REFRESH Cascade refresh operation Since: JPA 1.0

javax.persistence.CascadeType.DETACH

JPA Enum Constant in javax.persistence.CascadeType DETACH Cascade detach operation Since: JPA 2.0

javax.persistence.ConstraintMode.CONSTRAINT

JPA Enum Constant in javax.persistence.ConstraintMode CONSTRAINT Apply the constraint. Since: JPA 2.1

javax.persistence.ConstraintMode.NO_CONSTRAINT

JPA Enum Constant in javax.persistence.ConstraintMode NO_CONSTRAINT Do not apply the constraint. Since: JPA 2.1

javax.persistence.ConstraintMode.PROVIDER_DEFAULT

JPA Enum Constant in javax.persistence.ConstraintMode PROVIDER_DEFAULT Use the provider-defined default behavior. Since: JPA 2.1

javax.persistence.DiscriminatorType.STRING

JPA Enum Constant in javax.persistence.DiscriminatorType STRING String as the discriminator type. Since: JPA 1.0

javax.persistence.DiscriminatorType.CHAR

JPA Enum Constant in javax.persistence.DiscriminatorType CHAR Single character as the discriminator type. Since: JPA 1.0

javax.persistence.DiscriminatorType.INTEGER

JPA Enum Constant in javax.persistence.DiscriminatorType INTEGER Integer as the discriminator type. Since: JPA 1.0

javax.persistence.EnumType.ORDINAL

JPA Enum Constant in javax.persistence.EnumType ORDINAL Persist enumerated type property or field as an integer. Since: JPA 1.0

javax.persistence.EnumType.STRING

JPA Enum Constant in javax.persistence.EnumType STRING Persist enumerated type property or field as a string. Since: JPA 1.0

javax.persistence.Enumerated.value

JPA Annotation Attribute in javax.persistence.Enumerated EnumType value default ORDINAL (Optional) The type used in mapping an enum type. Since: JPA 1.0

javax.persistence.FetchType.LAZY

JPA Enum Constant in javax.persistence.FetchType LAZY Defines that data can be lazily fetched. Since: JPA 1.0

javax.persistence.FetchType.EAGER

JPA Enum Constant in javax.persistence.FetchType EAGER Defines that data must be eagerly fetched. Since: JPA 1.0

javax.persistence.FlushModeType.COMMIT

JPA Enum Constant in javax.persistence.FlushModeType COMMIT Flushing to occur at transaction commit. The provider may flush at other times, but is not required to. Since: JPA 1.0

javax.persistence.FlushModeType.AUTO

JPA Enum Constant in javax.persistence.FlushModeType AUTO (Default) Flushing to occur at query execution. Since: JPA 1.0

javax.persistence.GenerationType.TABLE

JPA Enum Constant in javax.persistence.GenerationType TABLE Indicates that the persistence provider must assign primary keys for the entity using an underlying database table to ensure uniqueness. Since: JPA 1.0

javax.persistence.GenerationType.SEQUENCE

JPA Enum Constant in javax.persistence.GenerationType SEQUENCE Indicates that the persistence provider must assign primary keys for the entity using a database sequence. Since: JPA 1.0

javax.persistence.GenerationType.IDENTITY

JPA Enum Constant in javax.persistence.GenerationType IDENTITY Indicates that the persistence provider must assign primary keys for the entity using a database identity column. Since: JPA 1.0