Interface ResourceMethodsImplementor
- All Known Implementing Classes:
RepositoryMethodsImplementor
public interface ResourceMethodsImplementor
-
Method Summary
Modifier and TypeMethodDescriptiondefault io.quarkus.gizmo.ResultHandlegetRepositoryInstance(io.quarkus.gizmo.BytecodeCreator creator, String repositoryInterface) voidimplementAdd(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface) voidimplementAddList(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface) voidimplementDelete(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface) voidimplementGet(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface) voidimplementIterable(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface) voidimplementList(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface) voidimplementListById(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface) voidimplementListPageCount(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface) voidimplementPagedList(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface) voidimplementUpdate(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface, String entityType)
-
Method Details
-
implementList
-
implementIterable
-
implementPagedList
-
implementListPageCount
-
implementListById
-
implementGet
-
implementAdd
-
implementAddList
-
implementUpdate
-
implementDelete
-
getRepositoryInstance
default io.quarkus.gizmo.ResultHandle getRepositoryInstance(io.quarkus.gizmo.BytecodeCreator creator, String repositoryInterface)
-