Uses of Class
io.ebean.config.dbplatform.DbType
-
Packages that use DbType Package Description io.ebean.config Configuration settings for Database constructionio.ebean.config.dbplatform Database platform specific support -
-
Uses of DbType in io.ebean.config
Methods in io.ebean.config that return DbType Modifier and Type Method Description DbTypeCustomDbTypeMapping. getType()Return the DB type the mapping applies to.Methods in io.ebean.config with parameters of type DbType Modifier and Type Method Description voidDatabaseConfig. addCustomMapping(DbType type, String columnDefinition)Add a custom type mapping that applies to all platforms.voidDatabaseConfig. addCustomMapping(DbType type, String columnDefinition, io.ebean.annotation.Platform platform)Add a custom type mapping.voidPlatformConfig. addCustomMapping(DbType type, String columnDefinition)Add a custom type mapping that applies to all platforms.voidPlatformConfig. addCustomMapping(DbType type, String columnDefinition, io.ebean.annotation.Platform platform)Add a custom type mapping.Constructors in io.ebean.config with parameters of type DbType Constructor Description CustomDbTypeMapping(DbType type, String columnDefinition)Create a mapping that should apply to all the database platforms.CustomDbTypeMapping(DbType type, String columnDefinition, io.ebean.annotation.Platform platform)Create a mapping. -
Uses of DbType in io.ebean.config.dbplatform
Methods in io.ebean.config.dbplatform that return DbType Modifier and Type Method Description static DbTypeDbType. valueOf(String name)Returns the enum constant of this type with the specified name.static DbType[]DbType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.ebean.config.dbplatform with parameters of type DbType Modifier and Type Method Description DbPlatformTypeDbPlatformTypeMapping. get(DbType dbType)Return the type for a given jdbc type.voidDbPlatformTypeMapping. put(DbType type, DbPlatformType platformType)Override the type for a given JDBC type.
-