org.hibernate.action

Class CollectionUpdateAction

Implemented Interfaces:
Comparable, Executable, Serializable

public final class CollectionUpdateAction
extends CollectionAction

Constructor Summary

CollectionUpdateAction(PersistentCollection collection, CollectionPersister persister, Serializable id, boolean emptySnapshot, SessionImplementor session)

Method Summary

void
execute()

Methods inherited from class org.hibernate.action.CollectionAction

afterTransactionCompletion, beforeExecutions, compareTo, evict, getCollection, getKey, getPersister, getPropertySpaces, getSession, hasAfterTransactionCompletion, toString

Constructor Details

CollectionUpdateAction

public CollectionUpdateAction(PersistentCollection collection,
                              CollectionPersister persister,
                              Serializable id,
                              boolean emptySnapshot,
                              SessionImplementor session)
            throws CacheException

Method Details

execute

public void execute()
            throws HibernateException
Specified by:
execute in interface Executable