public static class MethodNameParser.Result extends Object
| Constructor and Description |
|---|
Result(org.jboss.jandex.ClassInfo entityClass,
String query,
MethodNameParser.QueryType queryType,
int paramCount,
io.quarkus.panache.common.Sort sort,
Integer topCount) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.jandex.ClassInfo |
getEntityClass() |
int |
getParamCount() |
String |
getQuery() |
MethodNameParser.QueryType |
getQueryType() |
io.quarkus.panache.common.Sort |
getSort() |
Integer |
getTopCount() |
public Result(org.jboss.jandex.ClassInfo entityClass,
String query,
MethodNameParser.QueryType queryType,
int paramCount,
io.quarkus.panache.common.Sort sort,
Integer topCount)
public org.jboss.jandex.ClassInfo getEntityClass()
public String getQuery()
public MethodNameParser.QueryType getQueryType()
public int getParamCount()
public io.quarkus.panache.common.Sort getSort()
public Integer getTopCount()
Copyright © 2020 JBoss by Red Hat. All rights reserved.