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