Update70
Recipes
- Migrate LockOptions to direct parameters
- 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 to @TargetEmbeddable
- Remove unnecessary cast to
Session
forSessionFactory.createEntityManager()
- Replace Session.buildLockRequest with LockOptions
- Replace hibernate annotations with Jakarta variants