com.vaadin.flow.spring.data.

Interface CrudService<T,ID>

Type Parameters:

T - the type of object to manage

ID - the type of the object's identifier

All Superinterfaces:

FormService<T,ID>, ListService<T>

All Known Implementing Classes:

CrudRepositoryService

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

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

  • Method Summary

    Methods inherited from interface com.vaadin.flow.spring.data.FormService

    delete, save

    Methods inherited from interface com.vaadin.flow.spring.data.ListService

    list