Uses of Class
org.jdbi.v3.core.mapper.CaseStrategy
-
Packages that use CaseStrategy Package Description org.jdbi.v3.core.mapper mappers 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 CaseStrategy Modifier and Type Method Description static CaseStrategyCaseStrategy. valueOf(java.lang.String name)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.
-