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