|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.avaje.ebean.RawSql.ColumnMapping.Column
public static class RawSql.ColumnMapping.Column
A Column of the RawSql that is mapped to a bean property (or ignored).
| Constructor Summary | |
|---|---|
RawSql.ColumnMapping.Column(int indexPos,
String dbColumn,
String dbAlias)
Construct a Column. |
|
| Method Summary | |
|---|---|
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. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RawSql.ColumnMapping.Column(int indexPos,
String dbColumn,
String dbAlias)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic int getIndexPos()
public String getDbColumn()
public String getDbAlias()
public String getPropertyName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||