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
Subclasses with type arguments of type CaseStrategy in org.jdbi.v3.core.mapperModifier and TypeClassDescriptionenum
Strategies for comparing case sensitive strings.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.