Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Jakarta Persistence Section annotation #461

Merged
merged 3 commits into from
Feb 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 1 addition & 14 deletions spec/src/main/asciidoc/portability.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,7 @@ All functionality defined by Jakarta Data must be supported when using relationa

==== Jakarta Persistence Annotations

Jakarta Data, when used in conjunction with a Jakarta Data provider that is backed by Jakarta Persistence, requires support for the `jakarta.persistence.Entity` annotation on entity classes and requires support for the following minimal set of Jakarta Persistence annotations for entity properties:

* `jakarta.persistence.Basic`
* `jakarta.persistence.Column`
* `jakarta.persistence.Convert`
* `jakarta.persistence.ElementCollection`
* `jakarta.persistence.Embedded`
* `jakarta.persistence.Enumerated`
* `jakarta.persistence.GeneratedValue`
* `jakarta.persistence.Id`
* `jakarta.persistence.Temporal`
* `jakarta.persistence.Version`

Jakarta Data providers might choose to offer additional functionality that is provided by Jakarta Persistence beyond what is stated in this section.
A Jakarta Data provider backed by Jakarta Persistence must allow the use of `jakarta.persistence.Entity` as an entity-defining annotation.

==== Built-In Repositories

Expand Down