Uses of Class
org.hibernate.event.internal.AbstractVisitor

Packages that use AbstractVisitor
Package
Description
This package defines a default set of event listeners that implement the default behaviors of Hibernate session operations.
  • Uses of AbstractVisitor in org.hibernate.event.internal

    Modifier and Type
    Class
    Description
    class 
    Do we have a dirty collection here? If it's a new application-instantiated collection, return true.
    class 
    Evict any collections referenced by the object from the session cache.
    class 
    Process collections reachable from an entity.
    class 
    When a transient entity is passed to lock(), we must inspect all its collections and associate any uninitialized PersistentCollections with this session associate any initialized PersistentCollections with this session, using the existing snapshot throw an exception for each "new" collection
    class 
    When an entity is passed to replicate(), and there is an existing row, we must inspect all its collections and associate any uninitialized PersistentCollections with this session associate any initialized PersistentCollections with this session, using the existing snapshot execute a collection removal (SQL DELETE) for each null collection property or "new" collection
    class 
    When an entity is passed to update(), we must inspect all its collections and 1.
    class 
    Reassociates uninitialized proxies with the session
    class 
    Abstract superclass of visitors that reattach collections.
    class 
    Wrap collections in a Hibernate collection wrapper.