Uses of Interface
org.sql2o.converters.EnumConverterFactory
Packages that use EnumConverterFactory
-
Uses of EnumConverterFactory in org.sql2o.converters
Classes in org.sql2o.converters that implement EnumConverterFactoryModifier and TypeClassDescriptionclass
Default implementation ofEnumConverterFactory
, used by sql2o to convert a value from the database into anEnum
.Methods in org.sql2o.converters with parameters of type EnumConverterFactoryModifier and TypeMethodDescriptionstatic void
Convert.registerEnumConverter
(EnumConverterFactory enumConverterFactory)