Package org.apache.ibatis.abator.internal.java

Class Summary
BaseJavaCodeGenerator  
DAOGeneratorBaseImpl This class generates DAO classes based on the values in the supplied DAOGeneratorTemplate.
DAOGeneratorGenericConstructorInjectionImpl This class generates DAO classes that are generic and utilize sql maps directly.
DAOGeneratorGenericSetterInjectionImpl This class generates DAO classes that are generic and utilize sql maps directly.
DAOGeneratorIbatisImpl This class generates DAO classes based on the iBATIS DAO framework.
DAOGeneratorSpringImpl This class generates DAO classes based on the Spring Framework DAO support.
DAOGeneratorTemplate This class holds values that are used by the DAOGeneratorBaseImpl class to generate DAOs.
JavaModelGeneratorDefaultImpl This class supports the following properties: trimStrings If true, the setters will trim all Strings.