|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProxyVisitor | |
---|---|
org.hibernate.event.internal | This package defines a default set of event listeners that implements the default behaviors of Hibernate. |
Uses of ProxyVisitor in org.hibernate.event.internal |
---|
Subclasses of ProxyVisitor in org.hibernate.event.internal | |
---|---|
class |
OnLockVisitor
When a transient entity is passed to lock(), we must inspect all its collections and 1. |
class |
OnReplicateVisitor
When an entity is passed to replicate(), and there is an existing row, we must inspect all its collections and 1. |
class |
OnUpdateVisitor
When an entity is passed to update(), we must inspect all its collections and 1. |
class |
ReattachVisitor
Abstract superclass of visitors that reattach collections. |
class |
WrapVisitor
Wrap collections in a Hibernate collection wrapper. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |