public class StatelessInsertOperation extends Object implements HibernateOperation<org.hibernate.StatelessSession>
| Constructor and Description |
|---|
StatelessInsertOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
performOperation(Object object,
org.hibernate.StatelessSession session)
Interface to logic that performs a single hibernate operation on a target object for
use within a batch.
|
public void performOperation(Object object, org.hibernate.StatelessSession session)
HibernateOperationperformOperation in interface HibernateOperation<org.hibernate.StatelessSession>object - perform the operation on this objectCopyright © 2021 Atlassian. All rights reserved.