public static class PropertyWrapperDefinition.ColumnAspects extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
columnAlias |
DBExpression |
expression |
String |
selectableName |
| Constructor and Description |
|---|
PropertyWrapperDefinition.ColumnAspects(String selectableName,
String columnAlias) |
PropertyWrapperDefinition.ColumnAspects(String selectableName,
String columnAlias,
DBExpression expression) |
public final String selectableName
public final String columnAlias
public final DBExpression expression
public PropertyWrapperDefinition.ColumnAspects(String selectableName, String columnAlias, DBExpression expression)
Copyright © 2018. All Rights Reserved.