@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface MappedJdbcTypes
| Modifier and Type | Required Element and Description |
|---|---|
JdbcType[] |
value |
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
includeNullJdbcType |
public abstract JdbcType[] value
public abstract boolean includeNullJdbcType
Copyright © 2009–2016 MyBatis.org. All rights reserved.