Uses of Class
org.zalando.typemapper.core.db.DbType
-
Packages that use DbType Package Description org.zalando.typemapper.core.db -
-
Uses of DbType in org.zalando.typemapper.core.db
Methods in org.zalando.typemapper.core.db that return DbType Modifier and Type Method Description static DbTypeDbTypeRegister. getDbType(int id, Connection connection)static DbTypeDbTypeRegister. getDbType(String name, Connection connection)Methods in org.zalando.typemapper.core.db that return types with arguments of type DbType Modifier and Type Method Description Map<String,DbType>DbTypeRegister. getTypes()
-