Uses of Class
nl.datasteel.crudcraft.runtime.service.AbstractCrudService
Packages that use AbstractCrudService
-
Uses of AbstractCrudService in nl.datasteel.crudcraft.runtime.controller
Fields in nl.datasteel.crudcraft.runtime.controller declared as AbstractCrudServiceModifier and TypeFieldDescriptionAbstractCrudController.service
The service that handles CRUD operations.Constructors in nl.datasteel.crudcraft.runtime.controller with parameters of type AbstractCrudServiceModifierConstructorDescriptionprotected
AbstractCrudController
(AbstractCrudService<T, U, R, F, ID> service) Constructor to initialize the controller with the service.