Uses of Annotation Interface
com.vaadin.hilla.EndpointExposed
Packages that use EndpointExposed
-
Uses of EndpointExposed in com.vaadin.hilla.crud
Classes in com.vaadin.hilla.crud with annotations of type EndpointExposedModifier and TypeClassDescriptionclassCrudRepositoryService<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.classListRepositoryService<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.