Class RepositoryMethodsImplementor

java.lang.Object
io.quarkus.spring.data.rest.deployment.RepositoryMethodsImplementor
All Implemented Interfaces:
ResourceMethodsImplementor

public class RepositoryMethodsImplementor extends Object implements ResourceMethodsImplementor
  • Field Details

    • GET

      public static final io.quarkus.gizmo.MethodDescriptor GET
    • ADD

      public static final io.quarkus.gizmo.MethodDescriptor ADD
    • UPDATE

      public static final io.quarkus.gizmo.MethodDescriptor UPDATE
    • DELETE

      public static final io.quarkus.gizmo.MethodDescriptor DELETE
    • LIST_ITERABLE

      public static final io.quarkus.gizmo.MethodDescriptor LIST_ITERABLE
    • LIST

      public static final io.quarkus.gizmo.MethodDescriptor LIST
    • LIST_BY_ID

      public static final io.quarkus.gizmo.MethodDescriptor LIST_BY_ID
    • SAVE_LIST

      public static final io.quarkus.gizmo.MethodDescriptor SAVE_LIST
    • LIST_PAGED

      public static final io.quarkus.gizmo.MethodDescriptor LIST_PAGED
    • CRUD_REPOSITORY_INTERFACE

      public static final org.jboss.jandex.DotName CRUD_REPOSITORY_INTERFACE
    • LIST_CRUD_REPOSITORY_INTERFACE

      public static final org.jboss.jandex.DotName LIST_CRUD_REPOSITORY_INTERFACE
    • PAGING_AND_SORTING_REPOSITORY_INTERFACE

      public static final org.jboss.jandex.DotName PAGING_AND_SORTING_REPOSITORY_INTERFACE
    • LIST_PAGING_AND_SORTING_REPOSITORY_INTERFACE

      public static final org.jboss.jandex.DotName LIST_PAGING_AND_SORTING_REPOSITORY_INTERFACE
    • JPA_REPOSITORY_INTERFACE

      public static final org.jboss.jandex.DotName JPA_REPOSITORY_INTERFACE
    • entityClassHelper

      protected final EntityClassHelper entityClassHelper
  • Constructor Details

    • RepositoryMethodsImplementor

      public RepositoryMethodsImplementor(org.jboss.jandex.IndexView index, EntityClassHelper entityClassHelper)
  • Method Details