List<P> | 
BaseCrudEntityService.replaceAll(List<Update<P>> replacements,
          ContextInfo context) | 
  | 
List<P> | 
BaseMappableCrudEntityService.replaceAll(List<Update<P>> replacements) | 
  | 
<P> List<P> | 
CrudEntityHelper.replaceAll(List<Update<P>> replacements,
          ContextInfo context,
          TrackableRepository<Trackable> repository) | 
  | 
List<P> | 
CrudEntityService.replaceAll(List<Update<P>> replacements,
          ContextInfo context) | 
 Replace multiple narrowed instances of an entity at once based on the business instance
 containing relevant property values. 
 | 
<P> List<P> | 
MappableCrudEntityHelper.replaceAll(List<Update<P>> replacements,
          org.springframework.data.repository.CrudRepository<Identifiable,String> repository) | 
  | 
List<P> | 
MappableCrudEntityService.replaceAll(List<Update<P>> replacements) | 
 Replace multiple instances of an entity at once based on the business instance containing
 relevant property values. 
 | 
BulkPersistenceResponse<P> | 
BaseCrudEntityService.replaceAllAllowingPartialSuccess(List<Update<P>> replacements,
                                ContextInfo context) | 
  | 
BulkPersistenceResponse<P> | 
BaseMappableCrudEntityService.replaceAllAllowingPartialSuccess(List<Update<P>> replacements) | 
  | 
<P> BulkPersistenceResponse<P> | 
CrudEntityHelper.replaceAllAllowingPartialSuccess(List<Update<P>> replacements,
                                ContextInfo context,
                                TrackableRepository<Trackable> repository) | 
  | 
BulkPersistenceResponse<P> | 
CrudEntityService.replaceAllAllowingPartialSuccess(List<Update<P>> replacements,
                                ContextInfo context) | 
 Replace multiple narrowed instances of an entity at once based on the business instances
 containing relevant property values. 
 | 
<P> BulkPersistenceResponse<P> | 
MappableCrudEntityHelper.replaceAllAllowingPartialSuccess(List<Update<P>> replacements,
                                org.springframework.data.repository.CrudRepository<Identifiable,String> repository) | 
  | 
BulkPersistenceResponse<P> | 
MappableCrudEntityService.replaceAllAllowingPartialSuccess(List<Update<P>> replacements) | 
 Replace multiple instances of an entity at once based on the business instances containing
 relevant property values. 
 | 
List<P> | 
BaseCrudEntityService.updateAll(List<Update<P>> updates,
         ContextInfo context) | 
  | 
List<P> | 
BaseMappableCrudEntityService.updateAll(List<Update<P>> updates) | 
  | 
<P> List<P> | 
CrudEntityHelper.updateAll(List<Update<P>> updates,
         ContextInfo context,
         TrackableRepository<Trackable> repository) | 
  | 
List<P> | 
CrudEntityService.updateAll(List<Update<P>> updates,
         ContextInfo context) | 
 A bulk operation that updates all of the items managed by the backing repository in the form
 of the business entity containing property values. 
 | 
<P> List<P> | 
MappableCrudEntityHelper.updateAll(List<Update<P>> updates,
         org.springframework.data.repository.CrudRepository<Identifiable,String> repository) | 
  | 
List<P> | 
MappableCrudEntityService.updateAll(List<Update<P>> updates) | 
 A bulk operation that updates all of the items managed by the backing repository in the form
 of the business entity containing property values. 
 | 
BulkPersistenceResponse<P> | 
BaseCrudEntityService.updateAllAllowingPartialSuccess(List<Update<P>> updates,
                               ContextInfo context) | 
  | 
BulkPersistenceResponse<P> | 
BaseMappableCrudEntityService.updateAllAllowingPartialSuccess(List<Update<P>> updates) | 
  | 
<P> BulkPersistenceResponse<P> | 
CrudEntityHelper.updateAllAllowingPartialSuccess(List<Update<P>> updates,
                               ContextInfo context,
                               TrackableRepository<Trackable> repository) | 
  | 
BulkPersistenceResponse<P> | 
CrudEntityService.updateAllAllowingPartialSuccess(List<Update<P>> updates,
                               ContextInfo context) | 
 Updates all of the items managed by the backing repository in the form of the business
 instances containing property values. 
 | 
<P> BulkPersistenceResponse<P> | 
MappableCrudEntityHelper.updateAllAllowingPartialSuccess(List<Update<P>> updates,
                               org.springframework.data.repository.CrudRepository<Identifiable,String> repository) | 
  | 
BulkPersistenceResponse<P> | 
MappableCrudEntityService.updateAllAllowingPartialSuccess(List<Update<P>> updates) | 
 Updates all of the items managed by the backing repository in the form of the business
 instances containing property values. 
 | 
protected <P> void | 
CrudEntityHelper.validateAllForReplace(List<Update<P>> businessInstancesToValidate,
                     ContextInfo contextInfo,
                     List<Update<P>> valid,
                     List<BulkPersistenceResponse.PersistenceFailure<P>> failed) | 
Validates the business instance within each  Update for replacement.  
 | 
protected <P> void | 
MappableCrudEntityHelper.validateAllForReplace(List<Update<P>> businessInstancesToValidate,
                     List<Update<P>> valid,
                     List<BulkPersistenceResponse.PersistenceFailure<P>> failed) | 
Validates the business instance within each  Update for replacement.  
 |