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


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 © 2012 Atlassian. All Rights Reserved.