Uses of Enum
org.jdbi.v3.core.mapper.CaseStrategy
Packages that use CaseStrategy
Package
Description
mapper
s take the JDBC ResultSet and produce Java results.-
Uses of CaseStrategy in org.jdbi.v3.core.mapper
Methods in org.jdbi.v3.core.mapper that return CaseStrategyModifier and TypeMethodDescriptionstatic CaseStrategy
Returns the enum constant of this type with the specified name.static CaseStrategy[]
CaseStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.