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>
public class StringConverter extends SimpleValueConverter<String>
-
-
Constructor Summary
Constructors Constructor Description StringConverter(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
-
-