public class

OnLockVisitor

extends ReattachVisitor
java.lang.Object
   ↳ org.hibernate.event.def.AbstractVisitor
     ↳ org.hibernate.event.def.ProxyVisitor
       ↳ org.hibernate.event.def.ReattachVisitor
         ↳ org.hibernate.event.def.OnLockVisitor

Class Overview

When a transient entity is passed to lock(), we must inspect all its collections and 1. associate any uninitialized PersistentCollections with this session 2. associate any initialized PersistentCollections with this session, using the existing snapshot 3. throw an exception for each "new" collection

Summary

Public Constructors
OnLockVisitor(EventSource session, Serializable key, Object owner)
[Expand]
Inherited Methods
From class org.hibernate.event.def.ProxyVisitor
From class org.hibernate.event.def.AbstractVisitor
From class java.lang.Object

Public Constructors

public OnLockVisitor (EventSource session, Serializable key, Object owner)