public class RemoveGroupOperation extends Object implements HibernateOperation<org.hibernate.Session>
InternalGroup
, this should act the same as calling
GroupDAOHibernate.remove(com.atlassian.crowd.model.group.Group)
directly.Constructor and Description |
---|
RemoveGroupOperation() |
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
HibernateOperation
performOperation
in interface HibernateOperation<org.hibernate.Session>
object
- perform the operation on this objectorg.hibernate.HibernateException
Copyright © 2021 Atlassian. All rights reserved.