Uses of Enum Class
io.quarkus.spring.data.deployment.MethodNameParser.QueryType
Packages that use MethodNameParser.QueryType
-
Uses of MethodNameParser.QueryType in io.quarkus.spring.data.deployment
Methods in io.quarkus.spring.data.deployment that return MethodNameParser.QueryTypeModifier and TypeMethodDescriptionMethodNameParser.Result.getQueryType()static MethodNameParser.QueryTypeReturns the enum constant of this class with the specified name.static MethodNameParser.QueryType[]MethodNameParser.QueryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.quarkus.spring.data.deployment with parameters of type MethodNameParser.QueryTypeModifierConstructorDescriptionResult(org.jboss.jandex.ClassInfo entityClass, String query, MethodNameParser.QueryType queryType, int paramCount, io.quarkus.panache.common.Sort sort, Integer topCount)