| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.deploy.meta |
Temporary objects used to collect deployment information
|
| Modifier and Type | Method and Description |
|---|---|
void |
DRawSqlMeta.extend(DRawSqlMeta parentQuery) |
| Constructor and Description |
|---|
DRawSqlSelect(BeanDescriptor<?> desc,
List<DRawSqlColumnInfo> selectColumns,
String tableAlias,
String preWhereExprSql,
boolean andWhereExpr,
String preHavingExprSql,
boolean andHavingExpr,
String orderBySql,
DRawSqlMeta meta) |
DRawSqlSelectBuilder(NamingConvention namingConvention,
BeanDescriptor<?> desc,
DRawSqlMeta sqlSelectMeta) |
| Modifier and Type | Method and Description |
|---|---|
Collection<DRawSqlMeta> |
DeployBeanDescriptor.getRawSqlMeta() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeployBeanDescriptor.add(DRawSqlMeta rawSqlMeta) |
Copyright © 2014. All Rights Reserved.