|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HibernateOperation | |
---|---|
com.atlassian.crowd.util.persistence.hibernate.batch | |
com.atlassian.crowd.util.persistence.hibernate.batch.hibernate3.operation |
Uses of HibernateOperation in com.atlassian.crowd.util.persistence.hibernate.batch |
---|
Methods in com.atlassian.crowd.util.persistence.hibernate.batch with parameters of type HibernateOperation | ||
---|---|---|
|
BatchProcessor.execute(HibernateOperation operation,
java.util.Collection<E> objects)
|
|
|
AbstractBatchProcessor.execute(HibernateOperation op,
java.util.Collection<E> objects)
The set is first divided into smaller sets of batchSize . |
Uses of HibernateOperation in com.atlassian.crowd.util.persistence.hibernate.batch.hibernate3.operation |
---|
Classes in com.atlassian.crowd.util.persistence.hibernate.batch.hibernate3.operation that implement HibernateOperation | |
---|---|
class |
DeleteOperation
Hibernate Operation to delete entities in batch |
class |
MergeOperation
Hibernate Operation to merge entities in batch
NOTE: don't use merge for entities without single IDs. |
class |
RemoveUserOperation
An operation to remove a user and its related information such as memberships and attributes. |
class |
ReplicateOperation
Hibernate Operation to replicate entities in batch |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |