Uses of Interface
org.sql2o.reflection.MethodSetterFactory
Package
Description
Provides the internal functionality used by sql2o to accomplish the automatic row to property mapping.
-
Uses of MethodSetterFactory in org.sql2o.reflection
ModifierConstructorDescriptionFactoryFacade
(FieldGetterFactory fieldGetterFactory, MethodGetterFactory methodGetterFactory, FieldSetterFactory fieldSetterFactory, MethodSetterFactory methodSetterFactory, ObjectConstructorFactory objectConstructorFactory)