|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.event.def.AbstractVisitor
org.hibernate.event.def.ProxyVisitor
org.hibernate.event.def.ReattachVisitor
org.hibernate.event.def.OnLockVisitor
public class OnLockVisitor
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
Constructor Summary | |
---|---|
OnLockVisitor(EventSource session,
java.io.Serializable key,
java.lang.Object owner)
|
Method Summary |
---|
Methods inherited from class org.hibernate.event.def.ProxyVisitor |
---|
isOwnerUnchanged, reattachCollection |
Methods inherited from class org.hibernate.event.def.AbstractVisitor |
---|
processEntityPropertyValues |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OnLockVisitor(EventSource session, java.io.Serializable key, java.lang.Object owner)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |