|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BatchResult | |
---|---|
com.atlassian.crowd.model.group | |
com.atlassian.crowd.model.membership | |
com.atlassian.crowd.model.principal | |
com.atlassian.crowd.util.persistence.hibernate.batch |
Uses of BatchResult in com.atlassian.crowd.model.group |
---|
Methods in com.atlassian.crowd.model.group that return BatchResult | |
---|---|
BatchResult<Group> |
GroupDAOHibernate.addAll(long directoryId,
Set<GroupTemplate> groups)
|
BatchResult<Group> |
GroupDAO.addAll(long directoryId,
Set<GroupTemplate> groups)
Bulk add of users using JDBC batch support. |
Uses of BatchResult in com.atlassian.crowd.model.membership |
---|
Methods in com.atlassian.crowd.model.membership that return BatchResult | |
---|---|
BatchResult<InternalMembership> |
MembershipDAOHibernate.addAll(Set<InternalMembership> memberships)
|
BatchResult<InternalMembership> |
MembershipDAO.addAll(Set<InternalMembership> memberships)
|
Uses of BatchResult in com.atlassian.crowd.model.principal |
---|
Methods in com.atlassian.crowd.model.principal that return BatchResult | |
---|---|
BatchResult<User> |
UserDAOHibernate.addAll(long directoryId,
Set<UserTemplateWithCredentialAndAttributes> users)
|
BatchResult<User> |
UserDAO.addAll(long directoryId,
Set<UserTemplateWithCredentialAndAttributes> users)
Bulk add of users using JDBC batch support. |
Uses of BatchResult in com.atlassian.crowd.util.persistence.hibernate.batch |
---|
Subclasses of BatchResult in com.atlassian.crowd.util.persistence.hibernate.batch | |
---|---|
class |
BatchResultWithIdReferences<T>
Batch result that stores ID references of all the directory entities that were successfully processed by the batch. |
Methods in com.atlassian.crowd.util.persistence.hibernate.batch that return BatchResult | ||
---|---|---|
|
BatchProcessorImpl.merge(Collection<E> objects)
|
|
|
BatchProcessor.merge(Collection<E> objects)
Merge (almost SaveOrUpdate) a set of entities using Hibernate/JDBC batching. |
|
|
BatchProcessorImpl.replicate(Collection<E> objects,
org.hibernate.ReplicationMode replicationMode)
|
|
|
BatchProcessor.replicate(Collection<E> objects,
org.hibernate.ReplicationMode replicationMode)
Replicate a set of entities using Hibernate/JDBC batching. |
|
|
BatchProcessorImpl.saveOrUpdate(Collection<E> objects)
|
|
|
BatchProcessor.saveOrUpdate(Collection<E> objects)
Merge (almost SaveOrUpdate) a set of entities using Hibernate/JDBC batching. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |