|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.util.persistence.hibernate.batch.operation.ReplicateOperation
public class ReplicateOperation
| Constructor Summary | |
|---|---|
ReplicateOperation(org.hibernate.ReplicationMode replicationMode)
|
|
| Method Summary | |
|---|---|
void |
performOperation(org.hibernate.Session session,
java.lang.Object object)
Perform a single Hibernate operation on an object given a Hiberante session. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReplicateOperation(org.hibernate.ReplicationMode replicationMode)
| Method Detail |
|---|
public void performOperation(org.hibernate.Session session,
java.lang.Object object)
throws org.hibernate.HibernateException
HibernateOperation
performOperation in interface HibernateOperationsession - Hibernate session prebound to an active transaction.object - perform the operation on this persistable object.
org.hibernate.HibernateException - a Hibernate error has occured while
attempting to perform the operation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||