| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractVisitor | |
|---|---|
| org.hibernate.event.internal | This package defines a default set of event listeners that implements the default behaviors of Hibernate. | 
| Uses of AbstractVisitor in org.hibernate.event.internal | 
|---|
| Subclasses of AbstractVisitor in org.hibernate.event.internal | |
|---|---|
|  class | DirtyCollectionSearchVisitorDo we have a dirty collection here? 1. | 
|  class | EvictVisitorEvict any collections referenced by the object from the session cache. | 
|  class | FlushVisitorProcess collections reachable from an entity. | 
|  class | OnLockVisitorWhen a transient entity is passed to lock(), we must inspect all its collections and 1. | 
|  class | OnReplicateVisitorWhen an entity is passed to replicate(), and there is an existing row, we must inspect all its collections and 1. | 
|  class | OnUpdateVisitorWhen an entity is passed to update(), we must inspect all its collections and 1. | 
|  class | ProxyVisitorReassociates uninitialized proxies with the session | 
|  class | ReattachVisitorAbstract superclass of visitors that reattach collections. | 
|  class | WrapVisitorWrap collections in a Hibernate collection wrapper. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||