| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SelectDescriptor<T>
Describes a mapping between JDBC ResultSet and object select result. In general terms, SelectDescriptor creates a mapping between a tree (object result metadata, including support for scalar/entity results as well as inheritance) and a 2D matrix, representing metadata of the SELECT clause of a UNION select query.
| Method Summary | |
|---|---|
|  List<? extends SelectColumn> | getColumns()Returns a list of result set columns. | 
|  RowReader<T> | getRowReader(ResultSet resultSet)Returns a RowReaderfor the result set.. | 
| Method Detail | 
|---|
RowReader<T> getRowReader(ResultSet resultSet)
                          throws CayenneException
RowReader for the result set..
CayenneExceptionList<? extends SelectColumn> getColumns()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||