Interface ResourceMethodsImplementor

    • Method Detail

      • 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)