Class StatelessInsertOperation
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
performOperation
(Object object, org.hibernate.StatelessSession session) Interface to logic that performs a single hibernate operation on a target object for use within a batch.
-
Constructor Details
-
StatelessInsertOperation
public StatelessInsertOperation()
-
-
Method Details
-
performOperation
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 interfaceHibernateOperation<org.hibernate.StatelessSession>
- Parameters:
object
- perform the operation on this object
-