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:
- 
Constructor Details- 
IdentityConverter
 
- 
- 
Method Details- 
fromDescription copied from interface:ConverterRead and convert a database object to a user object.
- 
toDescription copied from interface:ConverterConvert and write a user object to a database object.
- 
fromTypeDescription copied from interface:ConverterThe database type.
- 
toTypeDescription copied from interface:ConverterThe user type.
- 
toString
 
-