java.lang.Object
ch.tocco.nice2.persist.core.impl.hibernate.cascade.InsertAction
All Implemented Interfaces:
EntityInsertAction

public class InsertAction extends Object implements EntityInsertAction
Inserts a new entity into the database by calling Session.persist(Object).
  • Constructor Details

    • InsertAction

      public InsertAction(org.hibernate.Session session, Entity entity)
  • Method Details