Uses of Interface
org.sql2o.reflection.Setter
Package
Description
Provides the internal functionality used by sql2o to accomplish the automatic row to property mapping.
-
Uses of Setter in org.sql2o.reflection
Modifier and TypeClassDescriptionclass
used internally to set property values directly into the field.class
used internally to set property values via its setter method.Modifier and TypeMethodDescriptionPojoMetadata.getPropertySetter
(String propertyName) PojoMetadata.getPropertySetterIfExists
(String propertyName)