org.apache.ibatis.type
Class SimpleTypeRegistry

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

public class SimpleTypeRegistry
extends java.lang.Object


Constructor Summary
SimpleTypeRegistry()
           
 
Method Summary
static boolean isSimpleType(java.lang.Class clazz)
          Tells us if the class passed in is a knwon common type
 
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(java.lang.Class clazz)
Tells us if the class passed in is a knwon common type

Parameters:
clazz - The class to check
Returns:
True if the class is known


Copyright © 2010 MyBatis.org. All Rights Reserved.