S - type of the hibernate session which implementations may require in order to be performed.public interface HibernateOperation<S>
| Modifier and Type | Method and Description |
|---|---|
void |
performOperation(Object object,
S session)
Interface to logic that performs a single hibernate operation on a target object for
use within a batch.
|
Copyright © 2018 Atlassian. All rights reserved.