Class InsertAction
java.lang.Object
ch.tocco.nice2.persist.core.impl.hibernate.cascade.InsertAction
- All Implemented Interfaces:
EntityInsertAction
Inserts a new entity into the database by calling
Session.persist(Object)
.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
InsertAction
-
-
Method Details
-
executeAction
public void executeAction()- Specified by:
executeAction
in interfaceEntityInsertAction
-