java.lang.Object
com.atlassian.crowd.util.persistence.hibernate.batch.hibernate5.operation.StatelessInsertOperation
All Implemented Interfaces:
HibernateOperation<org.hibernate.StatelessSession>

public class StatelessInsertOperation extends Object implements HibernateOperation<org.hibernate.StatelessSession>
  • Constructor Details

    • StatelessInsertOperation

      public StatelessInsertOperation()
  • Method Details

    • performOperation

      public void performOperation(Object object, org.hibernate.StatelessSession session)
      Description copied from interface: HibernateOperation
      Interface to logic that performs a single hibernate operation on a target object for use within a batch.
      Specified by:
      performOperation in interface HibernateOperation<org.hibernate.StatelessSession>
      Parameters:
      object - perform the operation on this object