com.atlassian.crowd.embedded.hibernate2.batch.operation
Class RemoveOperation

java.lang.Object
  extended by com.atlassian.crowd.embedded.hibernate2.batch.operation.RemoveOperation
All Implemented Interfaces:
com.atlassian.crowd.util.persistence.hibernate.batch.HibernateOperation<net.sf.hibernate.Session>

public class RemoveOperation
extends java.lang.Object
implements com.atlassian.crowd.util.persistence.hibernate.batch.HibernateOperation<net.sf.hibernate.Session>

Hibernate batch operation to remove a list of entities


Constructor Summary
RemoveOperation()
           
 
Method Summary
 void performOperation(java.lang.Object object, net.sf.hibernate.Session session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveOperation

public RemoveOperation()
Method Detail

performOperation

public void performOperation(java.lang.Object object,
                             net.sf.hibernate.Session session)
Specified by:
performOperation in interface com.atlassian.crowd.util.persistence.hibernate.batch.HibernateOperation<net.sf.hibernate.Session>


Copyright © 2003-2013 Atlassian. All Rights Reserved.