org.apache.ibatis.type
Class SimpleTypeRegistry

java.lang.Object
  extended by org.apache.ibatis.type.SimpleTypeRegistry

public class SimpleTypeRegistry
extends Object


Constructor Summary
SimpleTypeRegistry()
           
 
Method Summary
static boolean isSimpleType(Class<?> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTypeRegistry

public SimpleTypeRegistry()
Method Detail

isSimpleType

public static boolean isSimpleType(Class<?> clazz)


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