Uses of Class
org.apache.ibatis.ibator.api.IbatorPluginAdapter

Packages that use IbatorPluginAdapter
org.apache.ibatis.ibator.plugins   
 

Uses of IbatorPluginAdapter in org.apache.ibatis.ibator.plugins
 

Subclasses of IbatorPluginAdapter in org.apache.ibatis.ibator.plugins
 class EqualsHashCodePlugin
          This plugin adds equals() and hashCode() methods to the generated model classes.
 class RenameExampleClassPlugin
          This plugin demonstrates overriding the initialized() method to rename the generated example classes.
 class SerializablePlugin
          This plugin adds the java.io.Serializable marker interface to all generated model objects.
 class SqlMapConfigPlugin
          This plugin generates an SqlMapConfig file containing sqlMap entries for SQL maps generated by ibator.