Class CollectionUpdateAction

java.lang.Object
org.hibernate.action.internal.CollectionAction
org.hibernate.action.internal.CollectionUpdateAction
All Implemented Interfaces:
Serializable, Comparable<ComparableExecutable>, Executable, ComparableExecutable

public final class CollectionUpdateAction extends CollectionAction
The action for updating a collection
See Also:
  • Constructor Details

    • CollectionUpdateAction

      public CollectionUpdateAction(PersistentCollection<?> collection, CollectionPersister persister, Object id, boolean emptySnapshot, EventSource session)
      Constructs a CollectionUpdateAction
      Parameters:
      collection - The collection to update
      persister - The collection persister
      id - The collection key
      emptySnapshot - Indicates if the snapshot is empty
      session - The session
  • Method Details