Package com.vaadin.hilla.crud
@NonNullApi
package com.vaadin.hilla.crud
-
ClassDescriptionA browser-callable service that can count the given type of objects with a given filter.CrudRepositoryService<T,
ID, R extends org.springframework.data.repository.CrudRepository<T, ID> & org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>> A browser-callable service that delegates crud operations to a JPA repository.CrudService<T,ID> A browser-callable service that can create, read, update, and delete a given type of object.FormService<T,ID> A browser-callable service that can create, update, and delete a given type of object.GetService<T,ID> A browser-callable service that can fetch the given type of object.Utility class for converting HillaFilter
specifications into JPA filter specifications.ListRepositoryService<T,ID, R extends org.springframework.data.repository.CrudRepository<T, ID> & org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>> A browser-callable service that delegates list operations to a JPA repository.ListService<T>A browser-callable service that can list the given type of object.