Package nl.datasteel.crudcraft.runtime.service
package nl.datasteel.crudcraft.runtime.service
-
ClassDescriptionAbstractCrudService<T,
U, R, F, ID> Generic abstract base for CRUD operations, with hooks for custom business logic, bulk operations, upsert, and partial updates (patch).CrudService<T,U, R, F, ID> Defines the basic CRUD API surface, including pagination, search, partial updates (patch), upsert, and bulk operations.