public interface Converter<T>
T
convert(Object val)
Object
toDatabaseParam(T val)
T convert(Object val) throws ConverterException
ConverterException
Object toDatabaseParam(T val)
Copyright © 2021. All rights reserved.