Uses of Class
io.ebean.config.dbplatform.DbPlatformTypeMapping
-
Packages that use DbPlatformTypeMapping Package Description io.ebean.config.dbplatform Database platform specific support -
-
Uses of DbPlatformTypeMapping in io.ebean.config.dbplatform
Fields in io.ebean.config.dbplatform declared as DbPlatformTypeMapping Modifier and Type Field Description protected DbPlatformTypeMappingDatabasePlatform. dbTypeMapMapping of JDBC to Database types.Methods in io.ebean.config.dbplatform that return DbPlatformTypeMapping Modifier and Type Method Description DbPlatformTypeMappingDatabasePlatform. getDbTypeMap()Return the mapping of JDBC to DB types.static DbPlatformTypeMappingDbPlatformTypeMapping. logicalTypes()Return the DbTypeMap with standard (not platform specific) types.
-