Class StatelessRemoveOperation
java.lang.Object
com.atlassian.crowd.util.persistence.hibernate.batch.hibernate5.operation.StatelessRemoveOperation
- All Implemented Interfaces:
HibernateOperation<org.hibernate.StatelessSession>
public class StatelessRemoveOperation
extends Object
implements HibernateOperation<org.hibernate.StatelessSession>
-
Constructor Summary
Constructors -
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
-
StatelessRemoveOperation
public StatelessRemoveOperation()
-
-
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
-