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
- Migrate to Hibernate 6.6.x
- Migrate to Hibernate 7.0.x
- Rename
JavaTypeDescriptorandSqlTypeDescriptortoJavaTypeandSqlType
Recipes
@Typeannotation type parameter migration- AddScalarPreferStandardBasicTypesForHibernate5
- Migrate
UserTypeto Hibernate 6 - Migration of
ResultCheckStyletoExpectation - Remove invalid
@GeneratedValueannotation - Replace
@LazyCollectionwithjakarta.persistence.FetchType - Replace boolean type mappings with converters
- Replace
extends EmptyInterceptorwithimplements Interceptorand potentiallyStatementInspector