Uses of Interface
org.sql2o.reflection.Setter
Packages that use 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
Classes in org.sql2o.reflection that implement SetterModifier and TypeClassDescriptionclassused internally to set property values directly into the field.classused internally to set property values via its setter method.Methods in org.sql2o.reflection that return SetterModifier and TypeMethodDescriptionPojoMetadata.getPropertySetter(String propertyName) PojoMetadata.getPropertySetterIfExists(String propertyName)