public class MergeOperation extends Object implements HibernateOperation<org.hibernate.Session>
NOTE: don't use merge for entities without single IDs.
| Constructor and Description |
|---|
MergeOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
performOperation(Object object,
org.hibernate.Session 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.Session session) throws org.hibernate.HibernateException
HibernateOperationperformOperation in interface HibernateOperation<org.hibernate.Session>object - perform the operation on this objectorg.hibernate.HibernateExceptionCopyright © 2018 Atlassian. All rights reserved.