com.atlassian.crowd.util.persistence.hibernate.batch
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 |
void |
performOperation(Object object,
S session)
Interface to logic that performs a single hibernate operation on a target object for
use within a batch. |
performOperation
void performOperation(Object object,
S session)
- 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 © 2016 Atlassian. All Rights Reserved.