Quantcast
Viewing all articles
Browse latest Browse all 19

Hibernate CascadeType.LOCK gotchas

Introduction Having introduced Hibernate explicit locking support, as well as Cascade Types, it’s time to analyze the CascadeType.LOCK behavior. A Hibernate lock request triggers an internal LockEvent. The associated DefaultLockEventListener may cascade the lock request to the locking entity children. Since CascadeType.ALL includes CascadeType.LOCK too, it’s worth understanding when a lock request propagates from a … Continue reading Hibernate CascadeType.LOCK gotchas Image may be NSFW.
Clik here to view.

Viewing all articles
Browse latest Browse all 19

Trending Articles