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
HibernateOperation
performOperation
in interface HibernateOperation<org.hibernate.Session>
object
- perform the operation on this objectorg.hibernate.HibernateException
Copyright © 2019 Atlassian. All rights reserved.