Package com.vaadin.hilla.crud
Interface CrudService<T,ID>
- All Superinterfaces:
FormService<T,
,ID> ListService<T>
- All Known Implementing Classes:
CrudRepositoryService
A browser-callable service that can create, read, update, and delete a given
type of object.
-
Method Summary
Methods inherited from interface com.vaadin.hilla.crud.FormService
delete, save
Methods inherited from interface com.vaadin.hilla.crud.ListService
list