https://www.objectdb.com/api/java/jpa/ManyToOne/fetch
jakarta.persistence.ManyToOne.fetch - JPA 3.2 Extended API Reference
(Optional) Whether the association should be lazily loaded or must be eagerly fetched.
jakarta persistencefetchjpaextendedapi
https://www.objectdb.com/api/java/jpa/NamedNativeQuery
jakarta.persistence.NamedNativeQuery - JPA 3.2 Extended API Reference
Declares a named native SQL query and, optionally, the mapping of the result of the native SQL query.
jakarta persistencejpaextendedapireference
https://www.objectdb.com/api/java/jpa/Access/value
jakarta.persistence.Access.value - JPA 3.2 Extended API Reference
(Required) Specification of field- or property-based access.
jakarta persistenceaccessvaluejpaextended
https://projects.eclipse.org/projects/ee4j.jpa/releases/3.1
Jakarta Persistence 3.1 | projects.eclipse.org
Mar 4, 2022 - The release contains following changes:
jakarta persistenceprojectseclipse
https://www.objectdb.com/api/java/jpa/PersistenceConfiguration/JDBC_USER
jakarta.persistence.PersistenceConfiguration.JDBC_USER - JPA 3.2 Extended API Reference
Username for JDBC authentication.
jakarta persistencejdbcuser
https://www.objectdb.com/api/java/jpa/IdClass/value
jakarta.persistence.IdClass.value - JPA 3.2 Extended API Reference
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.
jakarta persistencevaluejpaextendedapi
https://www.objectdb.com/api/java/jpa/NamedStoredProcedureQuery/hints
jakarta.persistence.NamedStoredProcedureQuery.hints - JPA 3.2 Extended API Reference
Query properties and hints.
jakarta persistencehintsjpaextendedapi
https://www.objectdb.com/api/java/jpa/EntityManager/merge(T)
jakarta.persistence.EntityManager.merge(T) - JPA 3.2 Extended API Reference
Merge the state of the given new or detached entity instance into the current persistence context, resulting in, respectively, an insert or possible update...
jakarta persistencemerge
https://jakarta.ee/specifications/platform/9/apidocs/jakarta/persistence/class-use/primarykeyjoincolumn
Uses of Class jakarta.persistence.PrimaryKeyJoinColumn (Jakarta EE Platform API)
jakarta persistenceusesclasseeplatform
https://www.objectdb.com/api/java/jpa/metamodel/Bindable
jakarta.persistence.metamodel.Bindable - JPA 3.2 Extended API Reference
An instances of the type Bindable represents an object or attribute type that can be bound into a Path.
jakarta persistencejpaextendedapireference
https://jakarta.ee/specifications/persistence/2.2/apidocs/javax/persistence/validationmode
ValidationMode (Jakarta Persistence API documentation)
jakarta persistenceapidocumentation
https://www.objectdb.com/api/java/jpa/criteria/CriteriaQuery/where(Expression)
jakarta.persistence.criteria.CriteriaQuery.where(Expression) - JPA 3.2 Extended API Reference
Modify the query to restrict the query result according to the specified boolean expression.
jakarta persistence
https://www.objectdb.com/api/java/jpa/ParameterMode/INOUT
jakarta.persistence.ParameterMode.INOUT - JPA 3.2 Extended API Reference
Stored procedure input/output parameter
jakarta persistenceinoutjpaextendedapi
https://www.objectdb.com/api/java/jpa/Column/updatable
jakarta.persistence.Column.updatable - JPA 3.2 Extended API Reference
(Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider.
jakarta persistencecolumnjpaextendedapi
https://www.objectdb.com/api/java/jpa/Column/scale
jakarta.persistence.Column.scale - JPA 3.2 Extended API Reference
(Optional) The scale for a column of SQL type decimal or numeric, or of similar database-native type.
jakarta persistencecolumnscalejpaextended
https://www.objectdb.com/api/java/jpa/criteria/AbstractQuery/getResultType()
jakarta.persistence.criteria.AbstractQuery.getResultType() - JPA 3.2 Extended API Reference
Return the result type of the query or subquery.
jakarta persistencecriteria
https://www.objectdb.com/api/java/jpa/AttributeConverter/convertToDatabaseColumn(X)
jakarta.persistence.AttributeConverter.convertToDatabaseColumn(X) - JPA 3.2 Extended API Reference
Converts the value stored in the entity attribute into the data representation to be stored in the database.
jakarta persistencex
https://www.objectdb.com/api/java/jpa
Jakarta Persistence (JPA) 3.2 Extended API Reference Guide
Jakarta Persistence API (JPA) Reference (based on the JPA 3.2 JavaDoc)
jakarta persistenceapi referencejpaextendedguide
https://www.objectdb.com/api/java/jpa/criteria/CriteriaBuilder/localTime()
jakarta.persistence.criteria.CriteriaBuilder.localTime() - JPA 3.2 Extended API Reference
Create expression to return current local time.
jakarta persistencecriterialocaltime
https://www.objectdb.com/api/java/jpa/PersistenceUnitUtil/getIdentifier(Object)
jakarta.persistence.PersistenceUnitUtil.getIdentifier(Object) - JPA 3.2 Extended API Reference
Return the id of the entity.
jakarta persistenceobject
https://www.objectdb.com/api/java/jpa/Access
jakarta.persistence.Access - JPA 3.2 Extended API Reference
Used to specify an access type to be applied to an entity class, mapped superclass, or embeddable class, or to a specific attribute of such a class.
jakarta persistenceaccessjpaextendedapi
https://www.objectdb.com/api/java/jpa/criteria/CriteriaQuery/orderBy(List)
jakarta.persistence.criteria.CriteriaQuery.orderBy(List) - JPA 3.2 Extended API Reference
Specify the ordering expressions that are used to order the query results.
jakarta persistence
https://www.objectdb.com/api/java/jpa/Persistence/createEntityManagerFactory(PersistenceConfiguration)
jakarta.persistence.Persistence.createEntityManagerFactory(PersistenceConfiguration) - JPA 3.2...
Create and return an EntityManagerFactory for the named persistence unit, using the given properties.
jakarta persistencejpa
https://www.objectdb.com/api/java/jpa/metamodel/ManagedType/getAttributes()
jakarta.persistence.metamodel.ManagedType.getAttributes() - JPA 3.2 Extended API Reference
Return the attributes of the managed type.
jakarta persistence
https://www.objectdb.com/api/java/jpa/criteria/CriteriaDelete
jakarta.persistence.criteria.CriteriaDelete - JPA 3.2 Extended API Reference
The CriteriaDelete interface defines functionality for performing bulk delete operations using the Criteria API
jakarta persistencecriteriajpaextendedapi
https://www.objectdb.com/api/java/jpa/criteria/CriteriaBuilder/notEqual(Expression,Expression)
jakarta.persistence.criteria.CriteriaBuilder.notEqual(Expression,Expression) - JPA 3.2 Extended API...
Create a predicate for testing the arguments for inequality.
jakarta persistencecriteria
https://www.objectdb.com/api/java/jpa/EntityManager/getCacheRetrieveMode()
jakarta.persistence.EntityManager.getCacheRetrieveMode() - JPA 3.2 Extended API Reference
The cache retrieval mode for this persistence context.
jakarta persistencejpaextendedapireference
https://www.objectdb.com/api/java/jpa/criteria/Predicate/getOperator()
jakarta.persistence.criteria.Predicate.getOperator() - JPA 3.2 Extended API Reference
Return the boolean operator for the predicate.
jakarta persistencecriteriapredicate
https://jakarta.ee/specifications/platform/9/apidocs/jakarta/persistence/class-use/namedsubgraph
Uses of Class jakarta.persistence.NamedSubgraph (Jakarta EE Platform API)
jakarta persistenceusesclasseeplatform
https://openliberty.io/docs/25.0.0.6/reference/feature/persistenceContainer-3.1.html
Jakarta Persistence 3.1 Container :: Open Liberty Docs
Open Liberty documentation and reference materials for developers to build applications and for administrators and operation teams to manage DevOps and deploy...
jakarta persistencecontaineropenlibertydocs
https://www.objectdb.com/api/java/jpa/Graph/addSubgraph(String)
jakarta.persistence.Graph.addSubgraph(String) - JPA 3.2 Extended API Reference
Add a node to the graph that corresponds to a managed type.
jakarta persistencegraphstring
https://www.objectdb.com/api/java/jpa/criteria/CriteriaBuilder/createTupleQuery()
jakarta.persistence.criteria.CriteriaBuilder.createTupleQuery() - JPA 3.2 Extended API Reference
jakarta persistencecriteria
https://www.eclipse.org/lists/jpa-dev/msg00106.html
[jpa-dev] Ballot for Jakarta Persistence 3.1 Plan started
jakarta persistencejpadevballotplan
https://www.objectdb.com/api/java/jpa/exceptions
Jakarta Persistence (JPA) 3.2: Exceptions Reference Guide
Reference (JavaDoc) of the JPA exception classes, including PersistenceException, EntityExistsException, EntityNotFoundException, LockTimeoutException,...
jakarta persistencejpaexceptionsreferenceguide
https://www.objectdb.com/api/java/jpa/PersistenceException/PersistenceException(Throwable)
jakarta.persistence.PersistenceException.PersistenceException(Throwable) - JPA 3.2 Extended API...
Constructs a new PersistenceException exception with the specified cause.
jakarta persistencethrowablejpaextendedapi
https://www.objectdb.com/api/java/jpa/metamodel/PluralAttribute.CollectionType
jakarta.persistence.metamodel.PluralAttribute.CollectionType - JPA 3.2 Extended API Reference
jakarta persistence
https://openliberty.io/docs/25.0.0.3/reference/feature/persistenceContainer-3.1.html
Jakarta Persistence 3.1 Container :: Open Liberty Docs
Open Liberty documentation and reference materials for developers to build applications and for administrators and operation teams to manage DevOps and deploy...
jakarta persistencecontaineropenlibertydocs
https://www.objectdb.com/api/java/jpa/Tuple/getElements()
jakarta.persistence.Tuple.getElements() - JPA 3.2 Extended API Reference
Return the tuple elements.
jakarta persistencetuplejpaextendedapi
https://www.objectdb.com/api/java/jpa/TupleElement/getJavaType()
jakarta.persistence.TupleElement.getJavaType() - JPA 3.2 Extended API Reference
Return the Java type of the tuple element.
jakarta persistencejpaextendedapireference
https://www.objectdb.com/api/java/jpa/CollectionTable/joinColumns
jakarta.persistence.CollectionTable.joinColumns - JPA 3.2 Extended API Reference
(Optional) The foreign key columns of the collection table which reference the primary table of the entity.
jakarta persistencejpaextendedapireference
https://openejb.apache.org/jakartaee-10.0/javadoc/jakarta/persistence/metamodel/package-tree.html
jakarta.persistence.metamodel Class Hierarchy
jakarta persistenceclasshierarchy
https://www.objectdb.com/api/java/jpa/query/criteria/helpers
Jakarta Persistence (JPA) 3.2: Criteria Query Date/Time Extraction Reference Guide
All about JPA Criteria Query Date/Time Extraction in Java/JPA database - explanations, examples, references, links and related information.
jakarta persistence
https://www.objectdb.com/api/java/jpa/Query/getCacheStoreMode()
jakarta.persistence.Query.getCacheStoreMode() - JPA 3.2 Extended API Reference
The cache storage mode that will be in effect during query execution.
jakarta persistencequeryjpaextendedapi
https://www.objectdb.com/api/java/jpa/Table/catalog
jakarta.persistence.Table.catalog - JPA 3.2 Extended API Reference
(Optional) The catalog of the table.
jakarta persistencetablecatalogjpaextended
https://www.objectdb.com/api/java/jpa/PersistenceUnitUtil/load(E,Attribute)
jakarta.persistence.PersistenceUnitUtil.load(E,Attribute) - JPA 3.2 Extended API Reference
Load the persistent value of a given persistent attribute of an entity belonging to the persistence unit and to an open persistence context.
jakarta persistence
https://www.eclipse.org/lists/jpa-dev/msg00125.html
[jpa-dev] Status of Jakarta Persistence 3.1?
jakarta persistencejpadevstatus
https://www.objectdb.com/api/java/jpa/LockOption
jakarta.persistence.LockOption - JPA 3.2 Extended API Reference
An option influencing the behavior of EntityManager.lock.
jakarta persistencejpaextendedapireference
https://www.objectdb.com/api/java/jpa/criteria/CommonAbstractCriteria/getRestriction()
jakarta.persistence.criteria.CommonAbstractCriteria.getRestriction() - JPA 3.2 Extended API...
Return the predicate that corresponds to the where clause restriction(s), or null if no restrictions have been specified.
jakarta persistencecriteriajpaextendedapi
https://jakarta.ee/zh/specifications/persistence/4.0/
Jakarta Persistence 4.0 (Under Development) | Jakarta EE | The Eclipse Foundation
Release for Jakarta EE 12
jakarta persistenceunder developmentthe eclipseeefoundation
https://www.objectdb.com/api/java/jpa/PessimisticLockScope
jakarta.persistence.PessimisticLockScope - JPA 3.2 Extended API Reference
Defines the values of the jakarta.persistence.lock.scope property for pessimistic locking.
jakarta persistencejpaextendedapireference
https://www.objectdb.com/api/java/jpa/OrderBy/value
jakarta.persistence.OrderBy.value - JPA 3.2 Extended API Reference
jakarta persistenceorderbyvaluejpaextended
https://www.objectdb.com/api/java/jpa/ValidationMode/CALLBACK
jakarta.persistence.ValidationMode.CALLBACK - JPA 3.2 Extended API Reference
The persistence provider must perform the lifecycle event validation.
jakarta persistencecallbackjpaextendedapi
https://www.objectdb.com/api/java/jpa/ManyToOne/fetch
jakarta.persistence.ManyToOne.fetch - JPA 3.2 Extended API Reference
(Optional) Whether the association should be lazily loaded or must be eagerly fetched.
jakarta persistencefetchjpaextendedapi
https://www.objectdb.com/api/java/jpa/NamedNativeQuery
jakarta.persistence.NamedNativeQuery - JPA 3.2 Extended API Reference
Declares a named native SQL query and, optionally, the mapping of the result of the native SQL query.
jakarta persistencejpaextendedapireference
https://www.objectdb.com/api/java/jpa/Access/value
jakarta.persistence.Access.value - JPA 3.2 Extended API Reference
(Required) Specification of field- or property-based access.
jakarta persistenceaccessvaluejpaextended
https://www.openliberty.io/docs/modules/reference/liberty-jakartaee9.1-javadoc/jakarta/persistence/Persistence.html
Persistence (Jakarta EE 91)
declaration: package: jakarta.persistence, class: Persistence
jakarta eepersistence
https://scholar.ui.ac.id/en/publications/evaluation-of-anti-diphtheria-toxoid-antibody-persistence-in-scho/
Evaluation of anti-diphtheria toxoid antibody persistence in school-aged children in Jakarta,...
school aged children
https://projects.eclipse.org/projects/ee4j.jpa/releases/3.1
Jakarta Persistence 3.1 | projects.eclipse.org
Mar 4, 2022 - The release contains following changes:
jakarta persistenceprojectseclipse
https://www.objectdb.com/api/java/jpa/PersistenceConfiguration/JDBC_USER
jakarta.persistence.PersistenceConfiguration.JDBC_USER - JPA 3.2 Extended API Reference
Username for JDBC authentication.
jakarta persistencejdbcuser
https://jakarta.ee/specifications/platform/8/apidocs/javax/persistence/class-use/fetchtype
Uses of Class javax.persistence.FetchType (Jakarta EE 8 Specification APIs)
jakarta eeusesclasspersistence
https://www.objectdb.com/api/java/jpa/IdClass/value
jakarta.persistence.IdClass.value - JPA 3.2 Extended API Reference
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.
jakarta persistencevaluejpaextendedapi
https://www.objectdb.com/api/java/jpa/NamedStoredProcedureQuery/hints
jakarta.persistence.NamedStoredProcedureQuery.hints - JPA 3.2 Extended API Reference
Query properties and hints.
jakarta persistencehintsjpaextendedapi
https://www.objectdb.com/api/java/jpa/EntityManager/merge(T)
jakarta.persistence.EntityManager.merge(T) - JPA 3.2 Extended API Reference
Merge the state of the given new or detached entity instance into the current persistence context, resulting in, respectively, an insert or possible update...
jakarta persistencemerge
https://jakarta.ee/specifications/platform/9/apidocs/jakarta/persistence/class-use/primarykeyjoincolumn
Uses of Class jakarta.persistence.PrimaryKeyJoinColumn (Jakarta EE Platform API)
jakarta persistenceusesclasseeplatform
https://www.objectdb.com/api/java/jpa/metamodel/Bindable
jakarta.persistence.metamodel.Bindable - JPA 3.2 Extended API Reference
An instances of the type Bindable represents an object or attribute type that can be bound into a Path.
jakarta persistencejpaextendedapireference
https://jakarta.ee/specifications/persistence/2.2/apidocs/javax/persistence/validationmode
ValidationMode (Jakarta Persistence API documentation)
jakarta persistenceapidocumentation
https://payara.fish/blog/a-quick-guide-to-dynamic-queries-with-jakarta-persistence/
A Quick Guide To Dynamic Queries with Jakarta Persistence
Oct 21, 2025 - In this blog post we discuss the essentials of using the Jakarta Persistence API (JPA) Criteria API to create dynamic queries.
quick guidedynamicqueriesjakartapersistence
https://www.objectdb.com/api/java/jpa/criteria/CriteriaQuery/where(Expression)
jakarta.persistence.criteria.CriteriaQuery.where(Expression) - JPA 3.2 Extended API Reference
Modify the query to restrict the query result according to the specified boolean expression.
jakarta persistence
https://www.objectdb.com/api/java/jpa/ParameterMode/INOUT
jakarta.persistence.ParameterMode.INOUT - JPA 3.2 Extended API Reference
Stored procedure input/output parameter
jakarta persistenceinoutjpaextendedapi
https://www.objectdb.com/api/java/jpa/Column/updatable
jakarta.persistence.Column.updatable - JPA 3.2 Extended API Reference
(Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider.
jakarta persistencecolumnjpaextendedapi
https://www.objectdb.com/api/java/jpa/Column/scale
jakarta.persistence.Column.scale - JPA 3.2 Extended API Reference
(Optional) The scale for a column of SQL type decimal or numeric, or of similar database-native type.
jakarta persistencecolumnscalejpaextended