com.atlassian.crowd.util.persistence.hibernate.batch
Interface HibernateOperation

All Known Implementing Classes:
DeleteOperation, DeleteOperation, MergeOperation, MergeOperation, RemoveUserOperation, RemoveUserOperation, ReplicateOperation, ReplicateOperation

public interface HibernateOperation


Method Summary
 void performOperation(Object object)
          Interface to logic that performs a single hibernate operation on a target object for use within a batch.
 

Method Detail

performOperation

void performOperation(Object object)
Interface to logic that performs a single hibernate operation on a target object for use within a batch.

Parameters:
object - perform the operation on this object


Copyright © 2013 Atlassian. All Rights Reserved.