Uses of Package
org.jdbi.v3.core.mapper.reflect
Packages that use org.jdbi.v3.core.mapper.reflect
Package
Description
mapper.reflect provides RowMappers that reflectively
construct result types using techniques like constructor injection
or JavaBeans setters.-
Classes in org.jdbi.v3.core.mapper.reflect used by org.jdbi.v3.core.mapper.reflectClassDescriptionA row mapper which maps the columns in a statement into a JavaBean.Strategy for matching SQL column names to Java property, field, or parameter names.A row mapper which maps the fields in a result set into a constructor.A row mapper which maps the columns in a statement into an object, using reflection to set fields on the object.Configuration class for reflective mappers.