Uses of Interface
io.ebean.config.dbplatform.ExtraDbTypes
-
Packages that use ExtraDbTypes Package Description io.ebean.config.dbplatform Database platform specific supportio.ebean.config.dbplatform.mysql MySql specific support. -
-
Uses of ExtraDbTypes in io.ebean.config.dbplatform
Classes in io.ebean.config.dbplatform that implement ExtraDbTypes Modifier and Type Class Description classDbPlatformTypeRepresents a DB type with name, length, precision, and scale. -
Uses of ExtraDbTypes in io.ebean.config.dbplatform.mysql
Classes in io.ebean.config.dbplatform.mysql that implement ExtraDbTypes Modifier and Type Class Description classMySqlBlobSupport for blob, mediumblob or longblob selection based on the deployment length.classMySqlClobSupport for text, mediumtext or longtext selection based on the deployment length.
-