Uses of Package
org.jdbi.v3.core.mapper.reflect
-
Packages that use org.jdbi.v3.core.mapper.reflect Package Description org.jdbi.v3.core.mapper.reflect mapper.reflectprovides 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.reflect Class Description AbstractSeparatorCharColumnNameMatcher AccessibleObjectStrategy BeanMapper A row mapper which maps the columns in a statement into a JavaBean.ColumnNameMatcher Strategy for matching SQL column names to Java property, field, or parameter names.ConstructorMapper A row mapper which maps the fields in a result set into a constructor.ConstructorMapper.ParameterData FieldMapper A row mapper which maps the columns in a statement into an object, using reflection to set fields on the object.FieldMapper.FieldData InstanceFactory ReflectionMappers Configuration class for reflective mappers.