New features, enhancements or additions
- support for subqueries in the
select
,from
andjoin
clauses - allow Java records as embeddable types
- provide programmatic way to perform schema management
- improvements of JPQL/Criteria API - add additional functions and operations such as
left()
,right
,replace
,
||
operator,cast
,union
,union all
,intersect
,intersect all
,except
,except all
- define stateless
EntityManager
- improve type safety of the
find()
andrefresh
methods - provide support for spatial queries and data types
- add comment and check to
@Table
and@Column
- provide standalone TCK based on Apache Maven
Removals, deprecations or backwards incompatible changes
- deprecates support for
java.util.Calendar
,java.util.Date
,java.sql.Time
,java.sql.Timestamp
Release Date:
Thursday, November 30, 2023
Release Type:
Minor release