| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.query |
| Modifier and Type | Method and Description |
|---|---|
String |
DRawSqlSelect.buildSql(String orderBy,
CQueryPredicates predicates,
OrmQueryRequest<?> request)
Build the full SQL Select statement for the request.
|
String |
DRawSqlSelect.getOrderBy(CQueryPredicates predicates) |
| Modifier and Type | Method and Description |
|---|---|
CQueryPredicates |
CQuery.getPredicates() |
| Modifier and Type | Method and Description |
|---|---|
SqlLimitResponse |
CQueryBuilderRawSql.buildSql(OrmQueryRequest<?> request,
CQueryPredicates predicates,
RawSql.Sql rsql)
Build the full SQL Select statement for the request.
|
| Constructor and Description |
|---|
CQuery(OrmQueryRequest<T> request,
CQueryPredicates predicates,
CQueryPlan queryPlan)
Create the Sql select based on the request.
|
CQueryFetchIds(OrmQueryRequest<?> request,
CQueryPredicates predicates,
String sql,
BackgroundExecutor backgroundExecutor)
Create the Sql select based on the request.
|
CQueryRowCount(OrmQueryRequest<?> request,
CQueryPredicates predicates,
String sql)
Create the Sql select based on the request.
|
SqlTreeBuilder(OrmQueryRequest<?> request,
CQueryPredicates predicates,
OrmQueryDetail queryDetail)
Construct for RawSql query.
|
SqlTreeBuilder(String tableAliasPlaceHolder,
String columnAliasPrefix,
OrmQueryRequest<?> request,
CQueryPredicates predicates)
The predicates are used to determine if 'extra' joins are required to
support the where and/or order by clause.
|
Copyright © 2014. All Rights Reserved.