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

Packages that use GeneratedKey
org.apache.ibatis.ibator.api Provides the main classes and interfaces used by clients of ibator. 
org.apache.ibatis.ibator.config   
org.apache.ibatis.ibator.generator.ibatis2.sqlmap.elements   
 

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

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

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

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

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

Uses of GeneratedKey in org.apache.ibatis.ibator.generator.ibatis2.sqlmap.elements
 

Methods in org.apache.ibatis.ibator.generator.ibatis2.sqlmap.elements with parameters of type GeneratedKey
protected  XmlElement AbstractXmlElementGenerator.getSelectKey(IntrospectedColumn introspectedColumn, GeneratedKey generatedKey)
          This method should return an XmlElement for the select key used to automatically generate keys.