Class GenerationUtil

java.lang.Object
io.quarkus.spring.data.deployment.generate.GenerationUtil

public final class GenerationUtil extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) static List<org.jboss.jandex.DotName>
    extendedSpringDataRepos(org.jboss.jandex.ClassInfo repositoryToImplement, org.jboss.jandex.IndexView index)
     
    (package private) static org.jboss.jandex.AnnotationInstance
    getNamedQueryForMethod(org.jboss.jandex.MethodInfo methodInfo, org.jboss.jandex.ClassInfo entityClassInfo)
     
    (package private) static Set<org.jboss.jandex.MethodInfo>
    interfaceMethods(Collection<org.jboss.jandex.DotName> interfaces, org.jboss.jandex.IndexView index)
     
    (package private) static boolean
    isIntermediateRepository(org.jboss.jandex.DotName interfaceName, org.jboss.jandex.IndexView indexView)
     
    (package private) static io.quarkus.gizmo.MethodDescriptor
    toMethodDescriptor(String generatedClassName, org.jboss.jandex.MethodInfo methodInfo)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • extendedSpringDataRepos

      static List<org.jboss.jandex.DotName> extendedSpringDataRepos(org.jboss.jandex.ClassInfo repositoryToImplement, org.jboss.jandex.IndexView index)
    • isIntermediateRepository

      static boolean isIntermediateRepository(org.jboss.jandex.DotName interfaceName, org.jboss.jandex.IndexView indexView)
    • interfaceMethods

      static Set<org.jboss.jandex.MethodInfo> interfaceMethods(Collection<org.jboss.jandex.DotName> interfaces, org.jboss.jandex.IndexView index)
    • toMethodDescriptor

      static io.quarkus.gizmo.MethodDescriptor toMethodDescriptor(String generatedClassName, org.jboss.jandex.MethodInfo methodInfo)
    • getNamedQueryForMethod

      static org.jboss.jandex.AnnotationInstance getNamedQueryForMethod(org.jboss.jandex.MethodInfo methodInfo, org.jboss.jandex.ClassInfo entityClassInfo)