Uses of Enum
org.jdbi.v3.core.mapper.CaseStrategy
Packages that use CaseStrategy
Package
Description
mappers 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 TypeClassDescriptionenumStrategies for comparing case sensitive strings.Methods in org.jdbi.v3.core.mapper that return CaseStrategyModifier and TypeMethodDescriptionstatic CaseStrategyReturns 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.