Uses of Interface
org.sql2o.reflection.Getter
Packages that use Getter
Package
Description
Provides the internal functionality used by sql2o to accomplish the automatic row to property mapping.
-
Uses of Getter in org.sql2o.reflection
Classes in org.sql2o.reflection that implement GetterModifier and TypeClassDescriptionclass
used internally to get property values directly from the field.class
used internally to get property values via its getter method.Methods in org.sql2o.reflection that return GetterModifier and TypeMethodDescriptionPojoMetadata.getPropertyGetter
(String propertyName) PojoMetadata.getPropertyGetterIfExists
(String propertyName)