public class JoinRow
extends Object
Holder for a single joined row.
-
Method Summary 
<T> T
Return the value mapped for a given class.
Return the value mapped for a given type.
-
Method Details 
-
get 
public <T> T get(Class<T> klass)
Return the value mapped for a given class.
- Type Parameters:
T
- the type to map
- Parameters:
klass
- the type that was mapped
- Returns:
- the value for that type
-
get 
Return the value mapped for a given type.
- Parameters:
type
- the type that was mapped
- Returns:
- the value for that type