Uses of Interface
org.sql2o.reflection.FieldSetterFactory
Packages that use FieldSetterFactory
Package
Description
Provides the internal functionality used by sql2o to accomplish the automatic row to property mapping.
-
Uses of FieldSetterFactory in org.sql2o.reflection
Classes in org.sql2o.reflection that implement FieldSetterFactoryConstructors in org.sql2o.reflection with parameters of type FieldSetterFactoryModifierConstructorDescriptionFactoryFacade
(FieldGetterFactory fieldGetterFactory, MethodGetterFactory methodGetterFactory, FieldSetterFactory fieldSetterFactory, MethodSetterFactory methodSetterFactory, ObjectConstructorFactory objectConstructorFactory)