public static class RawSql.ColumnMapping.Column extends Object implements Serializable
| Constructor and Description |
|---|
Column(int indexPos,
String dbColumn,
String dbAlias)
Construct a Column.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDbAlias()
Return the DB column alias (if it has one).
|
String |
getDbColumn()
Return the DB column name including table alias (if it has one).
|
int |
getIndexPos()
Return the index position of this column.
|
String |
getPropertyName()
Return the bean property this column is mapped to.
|
void |
tableAliasMapping(String path)
Prepend the path to the property name.
|
String |
toString() |
public int getIndexPos()
public String getDbColumn()
public String getDbAlias()
public String getPropertyName()
public void tableAliasMapping(String path)
Copyright © 2015. All rights reserved.