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