Class Hierarchy
- java.lang.Object
- com.vaadin.hilla.crud.JpaFilterConverter
- com.vaadin.hilla.crud.ListRepositoryService<T,
ID, R> (implements com.vaadin.hilla.crud.CountService, com.vaadin.hilla.crud.GetService<T, ID>, com.vaadin.hilla.crud.ListService<T>) - com.vaadin.hilla.crud.CrudRepositoryService<T,
ID, R> (implements com.vaadin.hilla.crud.CrudService<T, ID>)
- com.vaadin.hilla.crud.CrudRepositoryService<T,
- com.vaadin.hilla.crud.PropertyStringFilterSpecification<T> (implements org.springframework.data.jpa.domain.Specification<T>)
Interface Hierarchy
- com.vaadin.hilla.crud.CountService
- com.vaadin.hilla.crud.FormService<T,
ID> - com.vaadin.hilla.crud.CrudService<T,
ID> (also extends com.vaadin.hilla.crud.ListService<T>)
- com.vaadin.hilla.crud.CrudService<T,
- com.vaadin.hilla.crud.GetService<T,
ID> - com.vaadin.hilla.crud.ListService<T>
- com.vaadin.hilla.crud.CrudService<T,
ID> (also extends com.vaadin.hilla.crud.FormService<T, ID>)
- com.vaadin.hilla.crud.CrudService<T,