| Package | Description |
|---|---|
| com.avaje.ebean.config.dbplatform |
Database platform specific support
|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
DbType |
DbTypeMap.get(int jdbcType)
Return the type for a given jdbc type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DbTypeMap.put(int jdbcType,
DbType dbType)
Override the type for a given JDBC type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
BeanProperty.renderDbType(DbType dbType)
Return the DB column type definition.
|
Copyright © 2014. All Rights Reserved.