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, toString
public 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
Executable
HibernateException
- Indicates a problem during execution.Copyright © 2017 JBoss by Red Hat. All rights reserved.