Skip to content

Commit

Permalink
Finalize the changelog for 3.2
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Mar 26, 2024
1 parent c73b77a commit 4eb1617
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions spec/src/main/asciidoc/appA-revision-history.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Added support for `java.time.Instant` and `java.time.Year` and clarified JDBC ma

Added `union`, `intersect`, `except`, `cast`, `left`, `right`, and `replace` for Jakarta Persistence QL and criteria queries

Added `||` string concatenation operator to Jakarta Persistence QL
Added `||` string concatenation operator and `id` and `version` functions to Jakarta Persistence QL

Added `CriteriaSelect` to the Criteria API

Expand Down Expand Up @@ -87,9 +87,13 @@ Added factory-level access to named queries and named entity graphs

Added integration points for dependency injection

Allowed scalar expressions in the `ORDER BY` clause in Jakarta Persistence QL

Made the `name` member of `TableGenerator` and `SequenceGenerator` optional and allow usage of these annotations
at the java package level

Made identification variables and the `SELECT` clause in Jakarta Persistence QL optional

Clarified the primary key types supported for each `GenerationType`

Clarified availability of `SEQUENCE`, `TABLE` and `UUID` generated IDs on `PrePersist`
Expand Down Expand Up @@ -137,7 +141,7 @@ Deprecated `multiselect` methods in `CriteriaQuery`. The preference is to use `a

Deprecated `addSubclassSubgraph()` in `EntityGraph` for removal; `addTreatedSubgraph()` method should be used as direct replacement

Deprecated _addSubgraph(Attribute, Class)_ and `addKeySubgraph()` in `Graph`/`EntityGraph`/`SubGraph` for removal; `addTreatedSubgraph(Attribute, Class)`
Deprecated `addSubgraph(Attribute, Class)` and `addKeySubgraph()` in `Graph`/`EntityGraph`/`SubGraph` for removal; `addTreatedSubgraph(Attribute, Class)`
and `addMapKeySubgraph()` methods should be used as direct replacements

Deprecated `jakarta.persistence.spi.PersistenceUnitTransactionType` for removal; `jakarta.persistence.PersistenceUnitTransactionType`
Expand Down

0 comments on commit 4eb1617

Please sign in to comment.