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
Modifier and TypeMethodDescriptionDatabaseBuilder.addCustomMapping(DbType type, String columnDefinition) Add a custom type mapping that applies to all platforms.DatabaseBuilder.addCustomMapping(DbType type, String columnDefinition, io.ebean.annotation.Platform platform) Add a custom type mapping. -
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 TypeMethodDescriptionDatabaseConfig.addCustomMapping(DbType type, String columnDefinition) DatabaseConfig.addCustomMapping(DbType type, String columnDefinition, io.ebean.annotation.Platform platform) 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
Subclasses with type arguments of type DbType in io.ebean.config.dbplatformMethods 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.