Interface ResourceMethodsImplementor

All Known Implementing Classes:
CrudMethodsImplementor, PagingAndSortingMethodsImplementor

public interface ResourceMethodsImplementor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    implementAdd(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface)
     
    void
    implementDelete(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface)
     
    void
    implementGet(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface)
     
    void
    implementList(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface)
     
    void
    implementListPageCount(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface)
     
    void
    implementUpdate(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface, String entityType)
     
  • Method Details

    • implementList

      void implementList(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface)
    • implementListPageCount

      void implementListPageCount(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface)
    • implementGet

      void implementGet(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface)
    • implementAdd

      void implementAdd(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface)
    • implementUpdate

      void implementUpdate(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface, String entityType)
    • implementDelete

      void implementDelete(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface)