com.avaje.ebean.config.dbplatform
Class DbTypeMap
java.lang.Object
com.avaje.ebean.config.dbplatform.DbTypeMap
public class DbTypeMap
- extends Object
Used to map bean property types to DB specific types for DDL generation.
|
Method Summary |
DbType |
get(int jdbcType)
Return the type for a given jdbc type. |
void |
put(int jdbcType,
DbType dbType)
Override the type for a given JDBC type. |
DbTypeMap
public DbTypeMap()
put
public void put(int jdbcType,
DbType dbType)
- Override the type for a given JDBC type.
get
public DbType get(int jdbcType)
- Return the type for a given jdbc type.
Copyright © 2012. All Rights Reserved.