Class GenerationUtil
java.lang.Object
io.quarkus.spring.data.deployment.generate.GenerationUtil
-
Method Summary
Modifier and TypeMethodDescription(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.AnnotationInstancegetNamedQueryForMethod(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 booleanisIntermediateRepository(org.jboss.jandex.DotName interfaceName, org.jboss.jandex.IndexView indexView) (package private) static io.quarkus.gizmo.MethodDescriptortoMethodDescriptor(String generatedClassName, org.jboss.jandex.MethodInfo methodInfo)
-
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)
-