Class MethodNameParser.Result
- java.lang.Object
-
- io.quarkus.spring.data.deployment.MethodNameParser.Result
-
- Enclosing class:
- MethodNameParser
public static class MethodNameParser.Result extends Object
-
-
Constructor Summary
Constructors Constructor Description Result(org.jboss.jandex.ClassInfo entityClass, String query, MethodNameParser.QueryType queryType, int paramCount, io.quarkus.panache.common.Sort sort, Integer topCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.jandex.ClassInfogetEntityClass()intgetParamCount()StringgetQuery()MethodNameParser.QueryTypegetQueryType()io.quarkus.panache.common.SortgetSort()IntegergetTopCount()
-
-
-
Constructor Detail
-
Result
public Result(org.jboss.jandex.ClassInfo entityClass, String query, MethodNameParser.QueryType queryType, int paramCount, io.quarkus.panache.common.Sort sort, Integer topCount)
-
-
Method Detail
-
getEntityClass
public org.jboss.jandex.ClassInfo getEntityClass()
-
getQuery
public String getQuery()
-
getQueryType
public MethodNameParser.QueryType getQueryType()
-
getParamCount
public int getParamCount()
-
getSort
public io.quarkus.panache.common.Sort getSort()
-
getTopCount
public Integer getTopCount()
-
-