| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| Modifier and Type | Method and Description |
|---|---|
DRawSqlColumnInfo |
DRawSqlSelect.getRawSqlColumnInfo(String propertyName)
Return the RawSqlColumnInfo given it's logical property name.
|
| Modifier and Type | Method and Description |
|---|---|
List<DRawSqlColumnInfo> |
DRawSqlSelectColumnsParser.parse() |
| Constructor and Description |
|---|
DRawSqlSelect(BeanDescriptor<?> desc,
List<DRawSqlColumnInfo> selectColumns,
String tableAlias,
String preWhereExprSql,
boolean andWhereExpr,
String preHavingExprSql,
boolean andHavingExpr,
String orderBySql,
DRawSqlMeta meta) |
Copyright © 2014. All Rights Reserved.