public class QueryRoot extends QueryPart
| Modifier and Type | Field and Description |
|---|---|
static QueryRoot |
UNKNOWN_ROOT |
| Modifier | Constructor and Description |
|---|---|
protected |
QueryRoot(String entityName,
String queryPrefix) |
| Modifier and Type | Method and Description |
|---|---|
protected QueryPart |
build(String queryPart,
String method,
RepositoryComponent repo) |
protected QueryPart |
buildQuery(QueryBuilderContext ctx) |
static QueryRoot |
create(String method,
RepositoryComponent repo) |
protected String |
createJpql() |
String |
getJpqlQuery() |
buildQueryForChildren, hasChildrenpublic static final QueryRoot UNKNOWN_ROOT
public static QueryRoot create(String method, RepositoryComponent repo)
public String getJpqlQuery()
protected QueryPart build(String queryPart, String method, RepositoryComponent repo)
protected QueryPart buildQuery(QueryBuilderContext ctx)
buildQuery in class QueryPartprotected String createJpql()
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.