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

JPA 3.2 - @Column(secondPrecision) #3342

Open
rbygrave opened this issue Feb 26, 2024 · 0 comments
Open

JPA 3.2 - @Column(secondPrecision) #3342

rbygrave opened this issue Feb 26, 2024 · 0 comments

Comments

@rbygrave
Copy link
Member

rbygrave commented Feb 26, 2024

JPA 3.2 Mapping changes:

  • Adds CheckConstraint annotation
  • Adds comment and check members to Table and Column annotations, along with CheckConstraint
  • Adds secondPrecision to Column annotation and clarified semantics of Column members
  • Adds options member to elements which result in DDL generation
  • Adds EnumeratedValue allowing custom mapping of fields of Java enums
  • Adds SchemaManager API

Refer to
https://jakarta.ee/specifications/persistence/3.2/
jakartaee/persistence#568

@rbygrave rbygrave changed the title @Column(secondPrecision) JPA 3.2 - @Column(secondPrecision) Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant