Interface HibernateOperation<S>
- Type Parameters:
S- type of the hibernate session which implementations may require in order to be performed.
public interface HibernateOperation<S>
Hibernate specific batch operation abstraction, shared between hibernate 2 (Confluence) and 4 (Crowd).
-
Method Summary
Modifier and TypeMethodDescriptionvoidperformOperation(Object object, S session) Interface to logic that performs a single hibernate operation on a target object for use within a batch.
-
Method Details
-
performOperation
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
-