Uses of Class
nl.datasteel.crudcraft.runtime.Identified
Packages that use Identified
Package
Description
-
Uses of Identified in nl.datasteel.crudcraft.runtime.controller
Method parameters in nl.datasteel.crudcraft.runtime.controller with type arguments of type IdentifiedModifier and TypeMethodDescriptionAbstractCrudController.patchAll
(@Valid List<Identified<ID, U>> requests) Bulk patch.AbstractCrudController.updateAll
(@Valid List<Identified<ID, U>> requests) Bulk update. -
Uses of Identified in nl.datasteel.crudcraft.runtime.service
Method parameters in nl.datasteel.crudcraft.runtime.service with type arguments of type IdentifiedModifier and TypeMethodDescriptionAbstractCrudService.patchAll
(List<Identified<ID, U>> requests) Bulk patch entities by their IDs.CrudService.patchAll
(List<Identified<ID, U>> requests) Bulk patch from a collection of DTOs.AbstractCrudService.updateAll
(List<Identified<ID, U>> requests) Bulk update entities by their IDs.CrudService.updateAll
(List<Identified<ID, U>> requests) Bulk update from a collection of DTOs.