ObjectDB Database Search
101-150 of 200 resultsjavax.persistence.TableGenerator.table JPA Annotation Attribute in javax. persistence .TableGenerator String table default "" (Optional) Name of table that stores the generated id values. Defaults to a name chosen by persistence provider. Since: JPA 1.0 | |
javax.persistence.SynchronizationType.SYNCHRONIZED JPA Enum Constant in javax. persistence .SynchronizationType SYNCHRONIZED Persistence context is automatically synchronized with the current transaction Since: JPA 2.1 | |
javax.persistence.AssociationOverride, the persistence provider's default foreign key strategy will apply. Since: JPA 2.1 JoinColumn [] joinColumns default {} The join column(s) being mapped to the persistent attribute(s). The joinColumns elements | |
javax.persistence.MapKeyJoinColumn.updatable JPA Annotation Attribute in javax. persistence .MapKeyJoinColumn boolean updatable default true (Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider. Since: JPA 2.0 | |
javax.persistence.SynchronizationType.UNSYNCHRONIZED JPA Enum Constant in javax. persistence .SynchronizationType UNSYNCHRONIZED Persistence context must be explicitly joined to the current transaction Since: JPA 2.1 | |
javax.persistence.MapKeyJoinColumn.insertable JPA Annotation Attribute in javax. persistence .MapKeyJoinColumn boolean insertable default true (Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider. Since: JPA 2.0 | |
javax.persistence.OneToOne. The EAGER strategy is a requirement on the persistence provider runtime that the associated entity must be eagerly fetched. The LAZY strategy is a hint to the persistence provider runtime. Since: JPA | |
javax.persistence.CollectionTable.foreignKey JPA Annotation Attribute in javax. persistence .CollectionTable ForeignKey foreignKey default @ForeignKey(PROVIDER_DEFAULT) (Optional) Used to specify or control the generation of a foreign key ... , the persistence provider's default foreign key strategy will apply. Since: JPA 2.1 | |
javax.persistence.MapKeyColumn.updatable JPA Annotation Attribute in javax. persistence .MapKeyColumn boolean updatable default true (Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider. Since: JPA 2.0 | |
javax.persistence.metamodel.Attribute Attribute .PersistentAttributeType getPersistentAttributeType () Return the persistent attribute type for the attribute. Return: persistent attribute type Since: JPA 2.0 boolean isAssociation | |
javax.persistence.MapKeyColumn.insertable JPA Annotation Attribute in javax. persistence .MapKeyColumn boolean insertable default true (Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider. Since: JPA 2.0 | |
javax.persistence.OneToMany must be eagerly fetched. The EAGER strategy is a requirement on the persistence provider runtime that the associated entities must be eagerly fetched. The LAZY strategy is a hint to the persistence provider | |
javax.persistence.MapKey.name JPA Annotation Attribute in javax. persistence .MapKey String name default "" (Optional) The name of the persistent field or property of the associated entity that is used as the map key. Default: If the name element is not specified, the primary key of the associated entity is used as the map key | |
javax.persistence.PrimaryKeyJoinColumns.foreignKey JPA Annotation Attribute in javax. persistence .PrimaryKeyJoinColumns ForeignKey foreignKey default @ForeignKey(PROVIDER_DEFAULT) (Optional) Used to specify or control the generation of a foreign key ... annotation element is specified in either location, the persistence provider's default foreign key strategy will apply. Since: JPA 2.1 | |
javax.persistence.PrimaryKeyJoinColumn.foreignKey JPA Annotation Attribute in javax. persistence .PrimaryKeyJoinColumn ForeignKey foreignKey default @ForeignKey(PROVIDER_DEFAULT) (Optional) Used to specify or control the generation of a foreign key ... specified, the persistence provider's default foreign key strategy will apply. Since: JPA 2.1 | |
javax.persistence.MapKeyColumn statements generated by the persistence provider. Since: JPA 2.0 int length default 255 (Optional) The column ... updatable default true (Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider. Since: JPA 2.0 | |
javax.persistence.SharedCacheMode.NONE JPA Enum Constant in javax. persistence .SharedCacheMode NONE Caching is disabled for the persistence unit. Since: JPA 2.0 | |
javax.persistence.PersistenceContextType.EXTENDED JPA Enum Constant in javax. persistence .PersistenceContextType EXTENDED Extended persistence context Since: JPA 1.0 | |
javax.persistence.PersistenceContextType.TRANSACTION JPA Enum Constant in javax. persistence .PersistenceContextType TRANSACTION Transaction-scoped persistence context Since: JPA 1.0 | |
javax.persistence.ManyToOne on the persistence provider runtime that the associated entity must be eagerly fetched. The LAZY strategy is a hint to the persistence provider runtime. Since: JPA 1.0 boolean optional default true | |
javax.persistence.SecondaryTable.foreignKey JPA Annotation Attribute in javax. persistence .SecondaryTable ForeignKey foreignKey default @ForeignKey(PROVIDER_DEFAULT) (Optional) Used to specify or control the generation of a foreign key ... , the persistence provider's default foreign key strategy will apply. Since: JPA 2.1 | |
Persistence.getPersistenceUtil() - JPA Static Method JPA Static Method in javax. persistence . Persistence PersistenceUtil getPersistenceUtil () Return the PersistenceUtil instance Return: PersistenceUtil instance Since: JPA 2.0 | |
javax.persistence.PersistenceContext.properties JPA Annotation Attribute in javax. persistence .PersistenceContext PersistenceProperty [] properties default {} (Optional) Properties for the container or persistence provider. Vendor specific properties may be included in this set of properties. Properties that are not recognized by a vendor are ignored. Since: JPA 1.0 | |
javax.persistence.TemporalType JPA Enum TemporalType java.lang.Object ∟ java.lang.Enum ∟ javax. persistence .TemporalType Type used to indicate a specific mapping of java.util.Date or java.util.Calendar . Since: JPA 1.0 The JPA Persistable Types article explains how to use TemporalType . Enum Constants DATE Map as | |
javax.persistence.SecondaryTable is specified, it is assumed that all persistent fields or properties of the entity are mapped to the primary ... either location, the persistence provider's default foreign key strategy will apply. Since: JPA 2.1 Index | |
javax.persistence.Temporal JPA Annotation Temporal Target: METHOD, FIELD Implemented Interfaces: Annotation This annotation must be specified for persistent fields or properties of type java.util.Date and java.util.Calendar ... java.util.Date endDate; Since: JPA 1.0 The JPA Persistable Types article explains how to use Temporal | |
javax.persistence.OrderColumn.insertable JPA Annotation Attribute in javax. persistence .OrderColumn boolean insertable default true (Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider. Since: JPA 2.0 | |
javax.persistence.OrderColumn.updatable JPA Annotation Attribute in javax. persistence .OrderColumn boolean updatable default true (Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider. Since: JPA 2.0 | |
javax.persistence.Column.updatable JPA Annotation Attribute in javax. persistence .Column boolean updatable default true (Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider. Since: JPA 1.0 | |
javax.persistence.Column.insertable JPA Annotation Attribute in javax. persistence .Column boolean insertable default true (Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider. Since: JPA 1.0 | |
javax.persistence.AttributeOverride.column JPA Annotation Attribute in javax. persistence .AttributeOverride Column column default null (Required) The column that is being mapped to the persistent attribute. The mapping type will remain the same as is defined in the embeddable class or mapped superclass. Since: JPA 1.0 | |
javax.persistence.Parameter only. Applications that use this method for Java Persistence query language queries and native queries will not ... on a parameter obtained from a Java persistence query language query or native query | |
javax.persistence.ForeignKey.value JPA Annotation Attribute in javax. persistence .ForeignKey ConstraintMode value default CONSTRAINT (Optional) Used to specify whether a foreign key constraint should be generated when schema generation is in effect. A value of CONSTRAINT will cause the persistence provider to generate a foreign key | |
javax.persistence.GeneratedValue persistence provider. Since: JPA 1.0 GenerationType strategy default AUTO (Optional) The primary key generation strategy that the persistence provider must use to generate the annotated entity primary key. Since: JPA 1.0 | |
javax.persistence.FieldResult.name JPA Annotation Attribute in javax. persistence .FieldResult String name default null Name of the persistent field or property of the class. Since: JPA 1.0 | |
javax.persistence.ValidationMode.NONE JPA Enum Constant in javax. persistence .ValidationMode NONE The persistence provider must not perform lifecycle event validation. Since: JPA 2.0 | |
javax.persistence.ForeignKey, the persistence provider's default foreign key strategy will be used. The ConstraintMode value is used ... generation is in effect. A value of CONSTRAINT will cause the persistence provider to generate | |
javax.persistence.ValidationMode.CALLBACK JPA Enum Constant in javax. persistence .ValidationMode CALLBACK The persistence provider must perform the lifecycle event validation. It is an error if there is no Bean Validation provider present in the environment. Since: JPA 2.0 | |
javax.persistence.ValidationMode.AUTO JPA Enum Constant in javax. persistence .ValidationMode AUTO If a Bean Validation provider is present in the environment, the persistence provider must perform the automatic validation of entities. If no Bean Validation provider is present in the environment, no lifecycle event validation takes place. This is the default behavior. Since: JPA 2.0 | |
javax.persistence.CacheStoreMode JPA Enum CacheStoreMode java.lang.Object ∟ java.lang.Enum ∟ javax. persistence .CacheStoreMode Used as the value of the javax. persistence .cache.storeMode property to specify the behavior when data is read from the database and when data is committed into the database. Since: JPA 2.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.CacheRetrieveMode JPA Enum CacheRetrieveMode java.lang.Object ∟ java.lang.Enum ∟ javax. persistence .CacheRetrieveMode Used as the value of the javax. persistence .cache.retrieveMode property to specify the behavior when data is retrieved by the find methods and by queries. Since: JPA 2.0 The Shared (L2 | |
javax.persistence.criteria.ParameterExpression that use this method for Java Persistence query language queries and native queries will not be portable ... obtained from a Java persistence query language query or native query when the implementation does not | |
javax.persistence.Converter. If the autoApply element is specified as true , the persistence provider must automatically apply the converter to all mapped attributes of the specified target type for all entities in the persistence unit | |
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.metamodel.ManagedType getPersistenceType () Return the persistence type. Return: persistence type Inherited from: Type | |
javax.persistence.JoinColumn.updatable JPA Annotation Attribute in javax. persistence .JoinColumn boolean updatable default true (Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider. Since: JPA 1.0 | |
javax.persistence.JoinColumn.insertable JPA Annotation Attribute in javax. persistence .JoinColumn boolean insertable default true (Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider. Since: JPA 1.0 | |
javax.persistence.JoinColumn.foreignKey JPA Annotation Attribute in javax. persistence .JoinColumn ForeignKey foreignKey default @ForeignKey(PROVIDER_DEFAULT) (Optional) Used to specify or control the generation of a foreign key constraint when table generation is in effect. If this element is not specified, the persistence provider's default foreign key strategy will apply. Since: JPA 2.1 | |
javax.persistence.MapKeyJoinColumn.foreignKey JPA Annotation Attribute in javax. persistence .MapKeyJoinColumn ForeignKey foreignKey default @ForeignKey(PROVIDER_DEFAULT) (Optional) Used to specify or control the generation of a foreign key constraint when table generation is in effect. If this element is not specified, the persistence |