org.apache.ibatis.type
Annotation Type MappedJdbcTypes


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface MappedJdbcTypes


Required Element Summary
 JdbcType[] value
           
 
Optional Element Summary
 boolean includeNullJdbcType
           
 

Element Detail

value

public abstract JdbcType[] value

includeNullJdbcType

public abstract boolean includeNullJdbcType
Default:
false


Copyright © 2010-2013 MyBatis.org. All Rights Reserved.