We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.hilla.crud.
Package com.vaadin.hilla.crud
@NonNullApi
package com.vaadin.hilla.crud
-
ClassDescription
A 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 Hilla
Filter
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.