| Modifier and Type | Class and Description | 
|---|---|
| class  | BooleanConverterThis  Convertertranslates true values to "T" and false
 values to "F". | 
| Modifier and Type | Method and Description | 
|---|---|
| <E> DaoBuilder<T> | DaoBuilder. withConvertingStringColumn(String columnName,
                          Function<T,E> getter,
                          BiConsumer<T,E> setter,
                          Converter<E,String> converter)Describes a data element with a particular type (like an enumeration) that
 is persisted using a  Stringrepresentation. | 
| Constructor and Description | 
|---|
| StringConverterColumn(String name,
                     String prefix,
                     Function<T,E> getter,
                     BiConsumer<T,E> setter,
                     Converter<E,String> converter) | 
Copyright © 2018. All rights reserved.