public class ReplicateOperation extends Object implements HibernateOperation<org.hibernate.Session>
| Constructor and Description |
|---|
ReplicateOperation(org.hibernate.ReplicationMode replicationMode) |
| 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 ReplicateOperation(org.hibernate.ReplicationMode replicationMode)
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.