Uses of Interface
org.sql2o.reflection.ObjectConstructor
Packages that use ObjectConstructor
Package
Description
Provides the internal functionality used by sql2o to accomplish the automatic row to property mapping.
-
Uses of ObjectConstructor in org.sql2o.reflection
Methods in org.sql2o.reflection that return ObjectConstructorModifier and TypeMethodDescriptionPojoMetadata.getObjectConstructor()FactoryFacade.newConstructor(Class<?> cls) ObjectConstructorFactory.newConstructor(Class<?> cls) ReflectionObjectConstructorFactory.newConstructor(Class<?> clazz)