| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface SQLQuery.FetchReturn
Allows access to further control how join fetch returns are mapped back from result sets
| Method Summary | |
|---|---|
|  SQLQuery.ReturnProperty | addProperty(String propertyName)Add a property, presumably with more than one column. | 
|  SQLQuery.FetchReturn | addProperty(String propertyName,
            String columnAlias)Add a simple property-to-one-column mapping | 
|  SQLQuery.FetchReturn | setLockMode(LockMode lockMode)Set the lock mode for this return | 
| Method Detail | 
|---|
SQLQuery.FetchReturn setLockMode(LockMode lockMode)
lockMode - The new lock mode.
this, for method chaining
SQLQuery.FetchReturn addProperty(String propertyName,
                                 String columnAlias)
propertyName - The name of the property.columnAlias - The name of the column
this, for method chainingSQLQuery.ReturnProperty addProperty(String propertyName)
propertyName - The name of the property.
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||