Class StringConverter
java.lang.Object
me.hsgamer.topper.storage.simple.converter.SimpleValueConverter<String>
me.hsgamer.topper.storage.simple.converter.StringConverter
- All Implemented Interfaces:
ValueConverter<String>
-
Constructor Summary
ConstructorsConstructorDescriptionStringConverter
(String valueName, boolean isStringNationalized, int stringMaxLength) StringConverter
(String valueName, String sqlType) -
Method Summary
Methods inherited from class me.hsgamer.topper.storage.simple.converter.SimpleValueConverter
fromObjectMap, fromRawString, fromSqlResultSet, getSqlColumnDefinitions, getSqlColumns, toObjectMap, toRawString, toSqlValues
-
Constructor Details
-
StringConverter
-
StringConverter
-