com.vaadin.hilla.crud.

Interface CrudService<T,ID>

All Superinterfaces:

FormService<T,ID>, ListService<T>

All Known Implementing Classes:

CrudRepositoryService

public interface CrudService<T,ID> extends ListService<T>, FormService<T,ID>

A browser-callable service that can create, read, update, and delete a given type of object.