站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

CollectionRecreateAction (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


org.hibernate.action
Class CollectionRecreateAction

java.lang.Object
  extended byorg.hibernate.action.CollectionAction
      extended byorg.hibernate.action.CollectionRecreateAction
All Implemented Interfaces:
Comparable, Executable, Serializable

public final class CollectionRecreateAction
extends CollectionAction

See Also:
Serialized Form

Constructor Summary
CollectionRecreateAction(PersistentCollection collection, CollectionPersister persister, Serializable id, SessionImplementor session)
           
 
Method Summary
 void execute()
          Execute this action
 
Methods inherited from class org.hibernate.action.CollectionAction
afterTransactionCompletion, beforeExecutions, compareTo, evict, getCollection, getKey, getPersister, getPropertySpaces, getSession, hasAfterTransactionCompletion, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CollectionRecreateAction

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

execute

public void execute()
             throws HibernateException
Description copied from interface: Executable
Execute this action

Throws:
HibernateException