Update70
Composite Recipes
Recipes that include further recipes, often including the individual recipes below.
Recipes
- Migrate @JdbcType to @JdbcTypeCode (Moderne Edition)
- Migrate
Configurable.configure()to useGeneratorCreationContext(Moderne Edition) - Migrate Hibernate
Integrator#integratemethod (Moderne Edition) - Migrate LockOptions to direct parameters (Moderne Edition)
- Migrate
MetamodelImplementorto Hibernate 7.0 (Moderne Edition) - Migrate NaturalIdLoadAccess method calls (Moderne Edition)
- Migrate NaturalIdMultiLoadAccess method calls (Moderne Edition)
- Migrate Session interface method calls (Moderne Edition)
- Migrate Session save/update/delete method calls (Moderne Edition)
- Migrate implicit cascade=PERSIST for @Id and @MapsId associations (Moderne Edition)
- Migrate
setFlushMode()tosetQueryFlushMode()(Moderne Edition) - Migrate to @TargetEmbeddable (Moderne Edition)
- Null safe Transaction#getTimeout() (Moderne Edition)
- Remove leaking of SessionFactoryImplementor from
org.hibernate.usertype.CompositeUserTypeinvocations and implementations (Moderne Edition) - Remove leaking of SharedSessionContractImplementor from
org.hibernate.usertype.UserTypeimplementations (Moderne Edition) - Remove leaking of SharedSessionContractImplementor from
org.hibernate.usertype.UserTypeinvocations (Moderne Edition) - Remove unnecessary cast to
SessionforSessionFactory.createEntityManager()(Moderne Edition) - Replace Session.buildLockRequest with LockOptions (Moderne Edition)
- Replace hibernate annotations with Jakarta variants (Moderne Edition)