Uses of Class
org.apache.ibatis.abator.config.GeneratedKey

Packages that use GeneratedKey
org.apache.ibatis.abator.api Provides the main classes and interfaces used by clients of Abator. 
org.apache.ibatis.abator.config   
org.apache.ibatis.abator.internal.db   
org.apache.ibatis.abator.internal.sqlmap   
 

Uses of GeneratedKey in org.apache.ibatis.abator.api
 

Methods in org.apache.ibatis.abator.api that return GeneratedKey
 GeneratedKey IntrospectedTable.getGeneratedKey()
           
 

Uses of GeneratedKey in org.apache.ibatis.abator.config
 

Methods in org.apache.ibatis.abator.config that return GeneratedKey
 GeneratedKey TableConfiguration.getGeneratedKey()
           
 

Methods in org.apache.ibatis.abator.config with parameters of type GeneratedKey
 void TableConfiguration.setGeneratedKey(GeneratedKey generatedKey)
           
 

Uses of GeneratedKey in org.apache.ibatis.abator.internal.db
 

Methods in org.apache.ibatis.abator.internal.db that return GeneratedKey
 GeneratedKey IntrospectedTableImpl.getGeneratedKey()
           
 

Uses of GeneratedKey in org.apache.ibatis.abator.internal.sqlmap
 

Methods in org.apache.ibatis.abator.internal.sqlmap with parameters of type GeneratedKey
protected  XmlElement SqlMapGeneratorIterateImpl.getSelectKey(ColumnDefinition columnDefinition, GeneratedKey generatedKey)
          This method should return an XmlElement for the select key used to automatically generate keys.