java.lang.Object
org.jooq.impl.IdentityConverter<T>
- All Implemented Interfaces:
 Serializable,Converter<T,T>
A converter that doesn't convert anything.
- Author:
 - Lukas Eder
 - See Also:
 - Serialized Form
 
- 
Constructor Details
- 
IdentityConverter
 
 - 
 - 
Method Details
- 
from
Description copied from interface:ConverterRead and convert a database object to a user object. - 
to
Description copied from interface:ConverterConvert and write a user object to a database object. - 
fromType
Description copied from interface:ConverterThe database type. - 
toType
Description copied from interface:ConverterThe user type. - 
toString
 
 -