ObjectDB Database Search
51-100 of 200 resultsjavax.persistence.CascadeType JPA Enum CascadeType java.lang.Object ∟ java.lang. Enum ∟ javax.persistence.CascadeType ... cascade=ALL is equivalent to cascade={PERSIST, MERGE, REMOVE, REFRESH, DETACH} . Since: JPA 1.0 Enum ... Static Enum Methods: CascadeType[] values () Returns an array containing the constants of this enum type | |
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.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.ConstraintMode JPA Enum ConstraintMode java.lang.Object ∟ java.lang. Enum ∟ javax.persistence.ConstraintMode Used to control the application of a constraint. Since: JPA 2.1 Enum Constants CONSTRAINT ... _DEFAULT Use the provider-defined default behavior. Since: JPA 2.1 Public Static Enum Methods | |
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.AccessType JPA Enum AccessType java.lang.Object ∟ java.lang. Enum ∟ javax.persistence.AccessType ... Since: JPA 2.0 Enum Constants FIELD Field-based access is used. Since: JPA 2.0 PROPERTY Property-based access is used. Since: JPA 2.0 Public Static Enum Methods: AccessType[] values () Returns an array | |
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.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.DiscriminatorType JPA Enum DiscriminatorType java.lang.Object ∟ java.lang. Enum ∟ javax.persistence.DiscriminatorType Defines supported types of the discriminator column. Since: JPA 1.0 Enum Constants CHAR ... type. Since: JPA 1.0 STRING String as the discriminator type. Since: JPA 1.0 Public Static Enum Methods | |
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.CacheStoreMode JPA Enum CacheStoreMode java.lang.Object ∟ java.lang. Enum ∟ javax.persistence ... The Shared (L2) Entity Cache article explains how to use CacheStoreMode . Enum Constants BYPASS Don't ... when reading from database. Since: JPA 2.0 Public Static Enum Methods: CacheStoreMode[] values | |
javax.persistence.CacheRetrieveMode JPA Enum CacheRetrieveMode java.lang.Object ∟ java.lang. Enum ∟ javax.persistence ... ) Entity Cache article explains how to use CacheRetrieveMode . Enum Constants BYPASS Bypass the cache ... : this is the default behavior. Since: JPA 2.0 Public Static Enum Methods: CacheRetrieveMode[] values () Returns | |
javax.persistence.FetchType JPA Enum FetchType java.lang.Object ∟ java.lang. Enum ∟ javax.persistence.FetchType ... ManyToMany OneToMany ManyToOne OneToOne Since: JPA 1.0 Enum Constants EAGER Defines that data ... Static Enum Methods: FetchType[] values () Returns an array containing the constants of this enum | |
javax.persistence.EnumType JPA Enum EnumType java.lang.Object ∟ java.lang. Enum ∟ javax.persistence.EnumType ... article explains how to use EnumType . Enum Constants ORDINAL Persist enumerated type property or ... . Since: JPA 1.0 Public Static Enum Methods: EnumType[] values () Returns an array containing the constants | |
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.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.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.metamodel.Type | |
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.metamodel.PluralAttribute | |
javax.persistence.criteria.Predicate$BooleanOperator.AND JPA Enum Constant in javax.persistence.criteria.Predicate$BooleanOperator AND Since: JPA 2.0 | |
javax.persistence.PessimisticLockScope.NORMAL JPA Enum Constant in javax.persistence.PessimisticLockScope NORMAL This value defines the default behavior for pessimistic locking. The persistence provider must lock the database row(s) that correspond to the non-collection-valued persistent state of that instance. If a joined inheritance | |
javax.persistence.PessimisticLockScope.EXTENDED JPA Enum Constant in javax.persistence.PessimisticLockScope EXTENDED In addition to the behavior for PessimisticLockScope.NORMAL , element collections and relationships owned by the entity that are contained in join tables will be locked if the javax.persistence.lock.scope property is specified | |
javax.persistence.criteria.CriteriaBuilder$Trimspec.TRAILING JPA Enum Constant in javax.persistence.criteria.CriteriaBuilder$Trimspec TRAILING Trim from trailing end. Since: JPA 2.0 | |
javax.persistence.criteria.CriteriaBuilder$Trimspec.BOTH JPA Enum Constant in javax.persistence.criteria.CriteriaBuilder$Trimspec BOTH Trim from both ends. Since: JPA 2.0 | |
javax.persistence.criteria.CriteriaBuilder$Trimspec.LEADING JPA Enum Constant in javax.persistence.criteria.CriteriaBuilder$Trimspec LEADING Trim from leading end. Since: JPA 2.0 | |
javax.persistence.LockModeType.OPTIMISTIC_FORCE_INCREMENT JPA Enum Constant in javax.persistence.LockModeType OPTIMISTIC_FORCE_INCREMENT Optimistic lock, with version update. Since: JPA 2.0 | |
javax.persistence.LockModeType.OPTIMISTIC JPA Enum Constant in javax.persistence.LockModeType OPTIMISTIC Optimistic lock. Since: JPA 2.0 | |
javax.persistence.LockModeType.WRITE JPA Enum Constant in javax.persistence.LockModeType WRITE Synonymous with OPTIMISTIC_FORCE_INCREMENT . OPTIMISTIC_FORCE_IMCREMENT is to be preferred for new applications. Since: JPA 1.0 | |
javax.persistence.criteria.Predicate$BooleanOperator.OR JPA Enum Constant in javax.persistence.criteria.Predicate$BooleanOperator OR Since: JPA 2.0 | |
javax.persistence.LockModeType.READ JPA Enum Constant in javax.persistence.LockModeType READ Synonymous with OPTIMISTIC . OPTIMISTIC is to be preferred for new applications. Since: JPA 1.0 | |
javax.persistence.LockModeType.PESSIMISTIC_FORCE_INCREMENT JPA Enum Constant in javax.persistence.LockModeType PESSIMISTIC_FORCE_INCREMENT Pessimistic write lock, with version update. Since: JPA 2.0 | |
javax.persistence.LockModeType.NONE JPA Enum Constant in javax.persistence.LockModeType NONE No lock. Since: JPA 2.0 | |
javax.persistence.LockModeType.PESSIMISTIC_WRITE JPA Enum Constant in javax.persistence.LockModeType PESSIMISTIC_WRITE Pessimistic write lock. Since: JPA 2.0 | |
javax.persistence.LockModeType.PESSIMISTIC_READ JPA Enum Constant in javax.persistence.LockModeType PESSIMISTIC_READ Pessimistic read lock. Since: JPA 2.0 | |
javax.persistence.metamodel.Bindable | |
javax.persistence.metamodel.Bindable | |
javax.persistence.metamodel.Bindable | |
javax.persistence.metamodel.Attribute | |
javax.jdo.annotations.SequenceStrategy.NONTRANSACTIONAL JDO Enum Constant in javax.jdo.annotations.SequenceStrategy NONTRANSACTIONAL Since: JDO 2.1 | |
javax.jdo.annotations.SequenceStrategy.NONCONTIGUOUS JDO Enum Constant in javax.jdo.annotations.SequenceStrategy NONCONTIGUOUS Since: JDO 2.1 | |
javax.jdo.annotations.SequenceStrategy.CONTIGUOUS JDO Enum Constant in javax.jdo.annotations.SequenceStrategy CONTIGUOUS Since: JDO 2.1 | |
javax.jdo.annotations.NullValue.DEFAULT JDO Enum Constant in javax.jdo.annotations.NullValue DEFAULT Since: JDO 2.1 | |
javax.jdo.annotations.NullValue.EXCEPTION JDO Enum Constant in javax.jdo.annotations.NullValue EXCEPTION Since: JDO 2.1 | |
javax.jdo.annotations.NullValue.NONE JDO Enum Constant in javax.jdo.annotations.NullValue NONE Since: JDO 2.1 | |
javax.jdo.annotations.PersistenceModifier.PERSISTENT JDO Enum Constant in javax.jdo.annotations.PersistenceModifier PERSISTENT Since: JDO 2.1 | |
javax.jdo.annotations.PersistenceModifier.UNSPECIFIED JDO Enum Constant in javax.jdo.annotations.PersistenceModifier UNSPECIFIED Since: JDO 2.1 | |
javax.jdo.annotations.PersistenceModifier.NONE JDO Enum Constant in javax.jdo.annotations.PersistenceModifier NONE Since: JDO 2.1 | |
javax.jdo.annotations.PersistenceModifier.TRANSACTIONAL JDO Enum Constant in javax.jdo.annotations.PersistenceModifier TRANSACTIONAL Since: JDO 2.1 |