Interface ResourceMethodsImplementor
- All Known Implementing Classes:
CrudMethodsImplementor,PagingAndSortingMethodsImplementor
public interface ResourceMethodsImplementor
-
Method Summary
Modifier and TypeMethodDescriptionvoidimplementAdd(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface) voidimplementDelete(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface) voidimplementGet(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface) voidimplementList(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface) voidimplementListPageCount(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface) voidimplementUpdate(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface, String entityType)
-
Method Details
-
implementList
-
implementListPageCount
-
implementGet
-
implementAdd
-
implementUpdate
-
implementDelete
-