Class SaveOrUpdateOperation
- java.lang.Object
 - 
- com.atlassian.confluence.impl.user.crowd.hibernate.batch.operation.SaveOrUpdateOperation
 
 
- 
- All Implemented Interfaces:
 com.atlassian.crowd.util.persistence.hibernate.batch.HibernateOperation<org.hibernate.Session>
public class SaveOrUpdateOperation extends Object implements com.atlassian.crowd.util.persistence.hibernate.batch.HibernateOperation<org.hibernate.Session>
- Since:
 - 7.20.0
 
 
- 
- 
Constructor Summary
Constructors Constructor Description SaveOrUpdateOperation() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidperformOperation(Object object, org.hibernate.Session session) 
 - 
 
- 
- 
Method Detail
- 
performOperation
public void performOperation(Object object, org.hibernate.Session session)
- Specified by:
 performOperationin interfacecom.atlassian.crowd.util.persistence.hibernate.batch.HibernateOperation<org.hibernate.Session>
 
 - 
 
 -