org.mybatis.generator.codegen
Class RootClassInfo

java.lang.Object
  extended by org.mybatis.generator.codegen.RootClassInfo

public class RootClassInfo
extends Object

Author:
Jeff Butler

Method Summary
 boolean containsProperty(IntrospectedColumn introspectedColumn)
           
static RootClassInfo getInstance(String className, List<String> warnings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static RootClassInfo getInstance(String className,
                                        List<String> warnings)

containsProperty

public boolean containsProperty(IntrospectedColumn introspectedColumn)


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