org.apache.ibatis.abator.internal
Class AbatorObjectFactory
java.lang.Object
org.apache.ibatis.abator.internal.AbatorObjectFactory
- public class AbatorObjectFactory
- extends java.lang.Object
This class creates the different configurable Abator generators
- Author:
- Jeff Butler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createJavaTypeResolver
public static JavaTypeResolver createJavaTypeResolver(JavaTypeResolverConfiguration configuration,
java.util.List warnings)
createSqlMapGenerator
public static SqlMapGenerator createSqlMapGenerator(SqlMapGeneratorConfiguration configuration,
JavaModelGenerator javaModelGenerator,
java.util.List warnings)
createJavaModelGenerator
public static JavaModelGenerator createJavaModelGenerator(JavaModelGeneratorConfiguration configuration,
java.util.List warnings)
createDAOGenerator
public static DAOGenerator createDAOGenerator(DAOGeneratorConfiguration configuration,
JavaModelGenerator javaModelGenerator,
SqlMapGenerator sqlMapGenerator,
java.util.List warnings)