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