org.apache.ibatis.type
Class TypeHandlerRegistry
java.lang.Object
org.apache.ibatis.type.TypeHandlerRegistry
public final class TypeHandlerRegistry
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeHandlerRegistry
public TypeHandlerRegistry()
hasTypeHandler
public boolean hasTypeHandler(Class<?> javaType)
hasTypeHandler
public boolean hasTypeHandler(Class<?> javaType,
JdbcType jdbcType)
getTypeHandler
public TypeHandler getTypeHandler(Class<?> type)
getTypeHandler
public TypeHandler getTypeHandler(JdbcType jdbcType)
getTypeHandler
public TypeHandler getTypeHandler(Class<?> type,
JdbcType jdbcType)
getUnknownTypeHandler
public TypeHandler getUnknownTypeHandler()
register
public void register(JdbcType jdbcType,
TypeHandler handler)
register
public void register(Class<?> type,
TypeHandler handler)
register
public void register(TypeHandler handler)
register
public void register(Class<?> type,
JdbcType jdbcType,
TypeHandler handler)
register
public void register(String packageName)
Copyright © 2010-2011 MyBatis.org. All Rights Reserved.