public interface SelectField<T> extends QueryPart
QueryPart to be used exclusively in SELECT
 clauses| Modifier and Type | Method and Description | 
|---|---|
Binding<?,T> | 
getBinding()
The field's underlying  
Binding. | 
Converter<?,T> | 
getConverter()
The field's underlying  
Converter. | 
DataType<T> | 
getDataType()
The type of this field (might not be dialect-specific). 
 | 
DataType<T> | 
getDataType(Configuration configuration)
The dialect-specific type of this field. 
 | 
String | 
getName()
The name of the field. 
 | 
Class<T> | 
getType()
The Java type of the field. 
 | 
String getName()
The name is any of these:
ParamConverter<?,T> getConverter()
Converter.
 
 By default, all fields reference an identity-converter
 Converter<T, T>. Custom data types may be obtained by a
 custom Converter placed on the generated TableField.
DataType<T> getDataType(Configuration configuration)
Copyright © 2015. All Rights Reserved.