Uses of Enum
io.ebean.config.dbplatform.DbType
Packages that use DbType
Package
Description
Configuration settings for Database construction
Database platform specific support
-
Uses of DbType in io.ebean.config
Fields in io.ebean.config declared as DbTypeMethods in io.ebean.config that return DbTypeModifier and TypeMethodDescriptionCustomDbTypeMapping.getType()Return the DB type the mapping applies to.Methods in io.ebean.config with parameters of type DbTypeModifier and TypeMethodDescriptionvoidDatabaseConfig.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 DbTypeModifierConstructorDescriptionCustomDbTypeMapping(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 DbTypeModifier and TypeMethodDescriptionstatic DbTypeReturns 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 DbTypeModifier and TypeMethodDescriptionReturn the type for a given jdbc type.voidDbPlatformTypeMapping.put(DbType type, DbPlatformType platformType) Override the type for a given JDBC type.