public final class

CollectionRecreateAction

extends CollectionAction
java.lang.Object
   ↳ org.hibernate.action.CollectionAction
     ↳ org.hibernate.action.CollectionRecreateAction

Summary

Public Constructors
CollectionRecreateAction(PersistentCollection collection, CollectionPersister persister, Serializable id, SessionImplementor session)
Public Methods
void execute()
[Expand]
Inherited Methods
From class org.hibernate.action.CollectionAction
From class java.lang.Object
From interface java.lang.Comparable
From interface org.hibernate.action.Executable

Public Constructors

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

Public Methods

public void execute ()