Hibernate
Categories
Composite Recipes
Recipes that include further recipes, often including the individual recipes below.
- Migrate Hibernate dependencies to 6.0.x
- Migrate to Hibernate 6.0.x
- Migrate to Hibernate 6.1.x
- Migrate to Hibernate 6.2.x
- Migrate to Hibernate 6.3.x
- Migrate to Hibernate 6.4.x
- Migrate to Hibernate 6.5.x
- Rename
JavaTypeDescriptor
andSqlTypeDescriptor
toJavaType
andSqlType
Recipes
- @Type annotation type parameter migration
- Migrate
UserType
to Hibernate 6 - Migration of
ResultCheckStyle
toExpectation
- Remove invalid
@GeneratedValue
annotation - Replace
@LazyCollection
withjakarta.persistence.FetchType
- Replace boolean type mappings with converters
- Replace
extends EmptyInterceptor
withimplements Interceptor
and potentiallyStatementInspector