Uses of Class
com.avaje.ebean.config.dbplatform.DbType

Packages that use DbType
com.avaje.ebean.config.dbplatform Database platform specific support 
 

Uses of DbType in com.avaje.ebean.config.dbplatform
 

Subclasses of DbType in com.avaje.ebean.config.dbplatform
 class MySqlBlob
          Support for blob, mediumblob or longblob selection based on the deployment length.
 class MySqlClob
          Support for text, mediumtext or longtext selection based on the deployment length.
 

Methods in com.avaje.ebean.config.dbplatform that return DbType
 DbType DbTypeMap.get(int jdbcType)
          Return the type for a given jdbc type.
 

Methods in com.avaje.ebean.config.dbplatform with parameters of type DbType
 void DbTypeMap.put(int jdbcType, DbType dbType)
          Override the type for a given JDBC type.
 



Copyright © 2012. All Rights Reserved.