public abstract class AbstractConverter<T,U> extends Object implements Converter<T,U>
Constructor and Description |
---|
AbstractConverter(Class<T> fromType,
Class<U> toType) |
Modifier and Type | Method and Description |
---|---|
Class<T> |
fromType()
The database type
|
String |
toString() |
Class<U> |
toType()
The user type
|
Copyright © 2016. All Rights Reserved.