| Package | Description |
|---|---|
| io.quarkus.spring.data.deployment |
| Modifier and Type | Method and Description |
|---|---|
MethodNameParser.QueryType |
MethodNameParser.Result.getQueryType() |
static MethodNameParser.QueryType |
MethodNameParser.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.
|
| Constructor and Description |
|---|
Result(org.jboss.jandex.ClassInfo entityClass,
String query,
MethodNameParser.QueryType queryType,
int paramCount,
io.quarkus.panache.common.Sort sort,
Integer topCount) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.