Uses of Class
org.hibernate.event.internal.ProxyVisitor
-
Packages that use ProxyVisitor Package Description org.hibernate.event.internal -
-
Uses of ProxyVisitor in org.hibernate.event.internal
Subclasses of ProxyVisitor in org.hibernate.event.internal Modifier and Type Class Description classOnLockVisitorWhen a transient entity is passed to lock(), we must inspect all its collections and 1.classOnReplicateVisitorWhen an entity is passed to replicate(), and there is an existing row, we must inspect all its collections and 1.classOnUpdateVisitorWhen an entity is passed to update(), we must inspect all its collections and 1.classReattachVisitorAbstract superclass of visitors that reattach collections.classWrapVisitorWrap collections in a Hibernate collection wrapper.
-