Uses of Interface
org.sql2o.reflection.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
Modifier and TypeClassDescriptionclass
used internally to get property values directly from the field.class
used internally to get property values via its getter method.Modifier and TypeMethodDescriptionPojoMetadata.getPropertyGetter
(String propertyName) PojoMetadata.getPropertyGetterIfExists
(String propertyName)