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

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

public interface HibernateOperation


Method Summary
 void performOperation(java.lang.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(java.lang.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 © 2010 Atlassian. All Rights Reserved.