org.apache.ibatis.abator.config
Class LegacyGeneratorSet

java.lang.Object
  extended byorg.apache.ibatis.abator.config.GeneratorSet
      extended byorg.apache.ibatis.abator.config.LegacyGeneratorSet

public class LegacyGeneratorSet
extends GeneratorSet

Author:
Jeff Butler

Field Summary
 
Fields inherited from class org.apache.ibatis.abator.config.GeneratorSet
javaModelGeneratorType, javaTypeResolverType, sqlMapGeneratorType
 
Constructor Summary
LegacyGeneratorSet()
           
 
Method Summary
 java.lang.String translateDAOGeneratorType(java.lang.String configurationType)
          This method is used to translate the configuration nicknames for the different types of DAO generators into the actual implementation class names.
 
Methods inherited from class org.apache.ibatis.abator.config.GeneratorSet
getJavaModelGeneratorType, getJavaTypeResolverType, getSqlMapGeneratorType, setJavaModelGeneratorType, setJavaTypeResolverType, setSqlMapGeneratorType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegacyGeneratorSet

public LegacyGeneratorSet()
Method Detail

translateDAOGeneratorType

public java.lang.String translateDAOGeneratorType(java.lang.String configurationType)
Description copied from class: GeneratorSet
This method is used to translate the configuration nicknames for the different types of DAO generators into the actual implementation class names. Typically, the method should handle translation of the special values IBATIS, SPRING, GENERIC-SI and GENERIC-CI.

Specified by:
translateDAOGeneratorType in class GeneratorSet
Parameters:
configurationType -
Returns:
the fully qualified class name of the correct implementation class