We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Allow folks to migrate to Hibernate 6.6, as 6.5 is out of support.
Hibernate 6.6 is compatible with these versions, so possibly these could be influence preconditions.
As per https://docs.jboss.org/hibernate/orm/6.6/migration-guide/migration-guide.html
UserDefinedType
array_includes
jakarta.persistence.criteria.Expression#as(Class)
@Table
SINGLE_TABLE
https://hibernate.org/orm/releases/6.5/ https://hibernate.org/orm/releases/6.6/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What problem are you trying to solve?
Allow folks to migrate to Hibernate 6.6, as 6.5 is out of support.
What precondition(s) should be checked before applying this recipe?
Hibernate 6.6 is compatible with these versions, so possibly these could be influence preconditions.
Necessary migration steps
As per https://docs.jboss.org/hibernate/orm/6.6/migration-guide/migration-guide.html
UserDefinedType
array_includes
jakarta.persistence.criteria.Expression#as(Class)
@Table
andSINGLE_TABLE
inheritanceAny additional context
https://hibernate.org/orm/releases/6.5/
https://hibernate.org/orm/releases/6.6/
The text was updated successfully, but these errors were encountered: