Interface ValueConverter<T>
- All Known Implementing Classes:
ComplexValueConverter
,NumberConverter
,SimpleValueConverter
,StringConverter
,UUIDConverter
public interface ValueConverter<T>
-
Method Summary
Modifier and TypeMethodDescriptionfromObjectMap
(@NotNull Map<String, Object> map) fromRawString
(@NotNull String value) fromSqlResultSet
(@NotNull ResultSet resultSet) String[]
String[]
toObjectMap
(T value) @NotNull String
toRawString
(T value) Object[]
toSqlValues
(T value)
-
Method Details
-
toRawString
-
fromRawString
-
toObjectMap
-
fromObjectMap
-
getSqlColumns
String[] getSqlColumns() -
getSqlColumnDefinitions
String[] getSqlColumnDefinitions() -
toSqlValues
-
fromSqlResultSet
- Throws:
SQLException
-