public final class CollectionRecreateAction extends CollectionAction
| Constructor and Description | 
|---|
CollectionRecreateAction(PersistentCollection collection,
                        CollectionPersister persister,
                        Serializable id,
                        SessionImplementor session)
Constructs a CollectionRecreateAction 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
execute()
Execute this action. 
 | 
afterDeserialize, beforeExecutions, compareTo, eventSource, evict, getAfterTransactionCompletionProcess, getBeforeTransactionCompletionProcess, getCollection, getKey, getPersister, getPropertySpaces, getSession, listenerGroup, toStringpublic CollectionRecreateAction(PersistentCollection collection, CollectionPersister persister, Serializable id, SessionImplementor session)
collection - The collection being recreatedpersister - The collection persisterid - The collection keysession - The sessionpublic void execute()
             throws HibernateException
ExecutableHibernateException - Indicates a problem during execution.Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.