class |
DirtyCollectionSearchVisitor |
Do we have a dirty collection here?
If it's a new application-instantiated collection, return true.
|
class |
EvictVisitor |
Evict any collections referenced by the object from the session cache.
|
class |
FlushVisitor |
Process collections reachable from an entity.
|
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 |
ProxyVisitor |
Reassociates uninitialized proxies with the session
|
class |
ReattachVisitor |
Abstract superclass of visitors that reattach collections.
|
class |
WrapVisitor |
Wrap collections in a Hibernate collection wrapper.
|