ObjectDB Database Search
101-150 of 200 resultsjakarta.persistence.AssociationOverrides properties or fields. Example: @MappedSuperclass public class Employee { @Id protected Integer id ... ) The association override mappings that are to be applied to the relationship field or property | |
jakarta.persistence.Column Jakarta Persistence (JPA) Annotation Type jakarta.persistence.Column Implemented Interfaces: Annotation Target: Method, Field Specifies the column mapped by the annotated persistent property or ... (Optional) The name of the column. Defaults to the property or field name. Default: "" Since: Jakarta | |
jakarta.persistence.SequenceGenerator generator may be specified on the entity class or on the primary key field or property . The scope ... is the defaulted generator name, and its other properties are determined by the members of the package | |
jakarta.persistence.Temporal Jakarta Persistence (JPA) Annotation Type jakarta.persistence.Temporal Implemented Interfaces: Annotation Target: Method, Field This annotation must be specified for persistent fields or properties of type Date and Calendar . It may only be specified for fields or properties of these types | |
jakarta.persistence.TableGenerator generator may be specified on the entity class or on the primary key field or property . The scope ... generator name, and its other properties are determined by the members of the package TableGenerator | |
jakarta.persistence.Convert.attributeName") , then the converter is applied to the field or property named startDate of the annotated entity class, if an embedded ... to the field or property named startDate of the referenced embeddable class, or if an map collection whose key ... is applied to the field or property named jobType of the map key class. When Convert directly annotates | |
jakarta.persistence.AttributeOverride.name Jakarta Persistence (JPA) Method in jakarta.persistence.AttributeOverride String name (Required) The name of the property whose mapping is being overridden if property -based access is being used, or the name of the field if field-based access is used. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.PersistenceConfiguration.transactionType(). If PersistenceUnitTransactionType.RESOURCE_LOCAL , database connection properties may be specified via PersistenceConfiguration. properties , or a non-JTA datasource may be provided | |
jakarta.persistence.JoinColumn.name): The concatenation of the following: the name of the referencing relationship property or field ... . If there is no such referencing relationship property or field in the entity, or if the join | |
jakarta.persistence.IdClass.value Jakarta Persistence (JPA) Method in jakarta.persistence.IdClass Class value The primary key class, which must declare fields or properties with names and types that match the Id fields and properties of the annotated entity class. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.EntityManagerFactory.createEntityManager(Map) Map specifying property settings. This method returns a new EntityManager instance each time ... - properties for entity manager Returns: entity manager instance. Throws: IllegalStateException | |
jakarta.persistence.EntityManagerFactory.createEntityManager(SynchronizationType,Map) of properties . This method returns a new EntityManager instance each time it is invoked. The EntityManager ... - how and when the entity manager should be synchronized with the current JTA transaction map - properties | |
jakarta.persistence.EntityManagerFactory.getProperties() Jakarta Persistence (JPA) Method in jakarta.persistence.EntityManagerFactory Map getProperties() Get the properties and associated values that are in effect for the entity manager factory. Changing the contents of the map does not change the configuration in effect. Returns: properties . Throws | |
jakarta.persistence.EntityManager.getProperties() Jakarta Persistence (JPA) Method in jakarta.persistence.EntityManager Map getProperties() The properties and hints and their associated values which are in effect for this entity manager. Modifying ... of properties and hints currently in effect. Since: Jakarta Persistence (JPA) 2.0 | |
jakarta.persistence.InheritanceType.JOINED and properties declared by the entity class. Each class in the hierarchy has its own table, but that table does not contain columns mapped to inherited fields or properties , and so the state of an entity | |
jakarta.persistence.AssociationOverride.name Jakarta Persistence (JPA) Method in jakarta.persistence.AssociationOverride String name (Required) The name of the relationship property whose mapping is being overridden if property -based access is being used, or the name of the relationship field if field-based access is used. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.Query.getHints() Jakarta Persistence (JPA) Method in jakarta.persistence.Query Map getHints() Get the properties and hints and associated values that are in effect for the query instance. Returns: query properties and hints. Since: Jakarta Persistence (JPA) 2.0 | |
jakarta.persistence.GeneratedValue Jakarta Persistence (JPA) Annotation Type jakarta.persistence.GeneratedValue Implemented Interfaces: Annotation Target: Method, Field Specifies a generation strategy for generated primary keys. The GeneratedValue annotation may be applied to a primary key property or field of an entity or mapped | |
jakarta.persistence.JoinTable", referencedColumnName = "ID")) This annotation may not be applied to a persistent field or property not annotated | |
jakarta.persistence.MappedSuperclass mapped to a database table. The persistent fields and properties of a mapped superclass are declared | |
jakarta.persistence.Embedded Jakarta Persistence (JPA) Annotation Type jakarta.persistence.Embedded Implemented Interfaces: Annotation Target: Method, Field Declares a persistent field or property of an entity whose value is an instance of an embeddable class. The embeddable class must be annotated as Embeddable | |
jakarta.persistence.ElementCollection of the collection. This element is optional only if the collection field or property is defined using Java | |
jakarta.persistence.EntityResult[] fields Maps the columns specified in the SELECT list of the query to the properties or fields | |
jakarta.persistence.metamodel.SingularAttribute-valued properties or fields. Since: Jakarta Persistence (JPA) 2.0 Public Instance Methods Class | |
jakarta.persistence.Access property -based access. Since: Jakarta Persistence (JPA) 1.0 Additional JDK methods inherited from java | |
jakarta.persistence.CacheRetrieveMode the second-level cache. Enumerates legal values of the property jakarta.persistence.cache | |
jakarta.persistence.CacheStoreMode, even when the data is already cached. Enumerates legal values of the property jakarta.persistence.cache | |
jakarta.persistence.SchemaManager Jakarta Persistence (JPA) Interface jakarta.persistence.SchemaManager Allows programmatic schema creation , schema validation , data cleanup , and schema cleanup for entities belonging to a certain persistence unit. Properties are inherited from the EntityManagerFactory | |
jakarta.persistence.SecondaryTable properties of the entity are mapped to the primary table. If no primary key join columns are specified | |
jakarta.persistence.QueryHint Jakarta Persistence (JPA) Annotation Type jakarta.persistence.QueryHint Implemented Interfaces: Annotation Used to supply a query property or hint to the NamedQuery or NamedNativeQuery annotation. Vendor-specific hints that are not recognized by a provider are ignored. Since: Jakarta Persistence | |
jakarta.persistence.NamedNativeQuery. Since: Jakarta Persistence (JPA) 1.0 QueryHint[] hints Query properties and hints. (May include vendor-specific | |
jakarta.persistence.NamedQuery.0 QueryHint[] hints (Optional) Query properties and hints. May include vendor-specific query hints | |
jakarta.persistence.OrderColumn column. Defaults to the concatenation of the name of the referencing property or field | |
jakarta.persistence.AttributeOverrides.value Jakarta Persistence (JPA) Method in jakarta.persistence.AttributeOverrides AttributeOverride[] value (Required) One or more field or property mapping overrides. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.Basic.fetch Jakarta Persistence (JPA) Method in jakarta.persistence.Basic FetchType fetch (Optional) Whether the value of the field or property should be lazily loaded or must be eagerly fetched. The EAGER strategy is a requirement on the persistence provider runtime that the associated entity must be eagerly | |
jakarta.persistence.PersistenceProperty.name Jakarta Persistence (JPA) Method in jakarta.persistence.PersistenceProperty String name The name of the property Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.PersistenceProperty.value Jakarta Persistence (JPA) Method in jakarta.persistence.PersistenceProperty String value The value of the property Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.PessimisticLockScope.EXTENDED Jakarta Persistence (JPA) Enum Constant in jakarta.persistence.PessimisticLockScope EXTENDED In addition to the locking behavior specified for PessimisticLockScope.NORMAL , element collections and relationships owned by the entity that are contained in join tables are locked if the property | |
jakarta.persistence.EntityResult.fields Jakarta Persistence (JPA) Method in jakarta.persistence.EntityResult FieldResult[] fields Maps the columns specified in the SELECT list of the query to the properties or fields of the entity class. Default: {} Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.FieldResult.name Jakarta Persistence (JPA) Method in jakarta.persistence.FieldResult String name Name of the persistent field or property of the class. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.OneToOne.targetEntity Jakarta Persistence (JPA) Method in jakarta.persistence.OneToOne Class targetEntity (Optional) The entity class that is the target of the association. Defaults to the type of the field or property that stores the association. Default: void/class Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.OneToMany.targetEntity Jakarta Persistence (JPA) Method in jakarta.persistence.OneToMany Class targetEntity (Optional) The entity class that is the target of the association. Optional only if the collection property is defined using Java generics. Must be specified otherwise. Defaults to the parameterized type | |
jakarta.persistence.OrderBy.value Jakarta Persistence (JPA) Method in jakarta.persistence.OrderBy String value An orderby_list . Specified as follows: orderby_list::= orderby_item [,orderby_item]* orderby_item::= [ property _or_field_name] [ASC | DESC] If ASC or DESC is not specified, ASC (ascending order) is assumed | |
jakarta.persistence.OrderColumn.name Jakarta Persistence (JPA) Method in jakarta.persistence.OrderColumn String name (Optional) The name of the ordering column. Defaults to the concatenation of the name of the referencing property or field; " _ "; " ORDER ". Default: "" Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.Persistence.createEntityManagerFactory(PersistenceConfiguration) Jakarta Persistence (JPA) Method in jakarta.persistence.Persistence EntityManagerFactory createEntityManagerFactory ( PersistenceConfiguration configuration ) Create and return an EntityManagerFactory for the named persistence unit, using the given properties . Parameters | |
jakarta.persistence.NamedNativeQuery.hints Jakarta Persistence (JPA) Method in jakarta.persistence.NamedNativeQuery QueryHint[] hints Query properties and hints. (May include vendor-specific query hints.) Default: {} Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.NamedQuery.hints Jakarta Persistence (JPA) Method in jakarta.persistence.NamedQuery QueryHint[] hints (Optional) Query properties and hints. May include vendor-specific query hints. Default: {} Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.EnumType.ORDINAL Jakarta Persistence (JPA) Enum Constant in jakarta.persistence.EnumType ORDINAL Persist enumerated type property or field as an integer. The ordinal value of an enum instance with no EnumeratedValue field is the value of its Enum.java.lang.Enum/ordinal() member. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.EnumType.STRING Jakarta Persistence (JPA) Enum Constant in jakarta.persistence.EnumType STRING Persist enumerated type property or field as a string. The string value of an enum instance with no EnumeratedValue field is the value of its Enum.java.lang.Enum/name() member. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.NamedStoredProcedureQuery.hints Jakarta Persistence (JPA) Method in jakarta.persistence.NamedStoredProcedureQuery QueryHint[] hints Query properties and hints. (May include vendor-specific query hints.) Default: {} Since: Jakarta Persistence (JPA) 1.0 |