com.vaadin.hilla.crud

Package com.vaadin.hilla.crud

@NonNullApi package com.vaadin.hilla.crud
  • Class
    Description

    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.

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

    A browser-callable service that can create, update, and delete a given type of object.

    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.

    A browser-callable service that can list the given type of object.