org.hibernate.action

Class CollectionRecreateAction

Implemented Interfaces:
Comparable, Executable, Serializable

public final class CollectionRecreateAction
extends CollectionAction

Constructor Summary

CollectionRecreateAction(PersistentCollection collection, CollectionPersister persister, Serializable id, 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

CollectionRecreateAction

public CollectionRecreateAction(PersistentCollection collection,
                                CollectionPersister persister,
                                Serializable id,
                                SessionImplementor session)
            throws CacheException

Method Details

execute

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