|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
List of field names provider for SQL Helper.
These names correspond to bean fields (e.g. "name", "age", "address.town"].
There are two lists of fields:
SELECT - returned by getNames()ResultSet - returned by getResultSetNames()
BaseListSqlHelper.getFields(),
StandardFields,
MappingNamingStrategyAndFields,
ConcatFields| Method Summary | |
Collection |
getNames()
Return the list of fields used in SELECT. |
Collection |
getResultSetNames()
Return the list of fields read from the ResultSet. |
| Method Detail |
public Collection getNames()
SELECT.
public Collection getResultSetNames()
ResultSet.
ResultSet.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||