JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
cn.lm.mybatis.mapper.annotation
Annotation Interface ColumnType
@Target
({
FIELD
,
METHOD
})
@Retention
(
RUNTIME
)
public @interface
ColumnType
针对列的复杂属性配置
Since:
2015-10-29 22:00
Author:
liuzh
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
column
boolean
isBlob
是否为 BLOB 字段
org.apache.ibatis.type.JdbcType
jdbcType
Class
<?>
typeHandler
Element Details
column
String
column
Default:
""
isBlob
boolean
isBlob
是否为 BLOB 字段
Returns:
Default:
false
jdbcType
org.apache.ibatis.type.JdbcType
jdbcType
Default:
UNDEFINED
typeHandler
Class
<?>
typeHandler
Default:
org.apache.ibatis.type.UnknownTypeHandler.class