Uses of Interface
com.j256.ormlite.support.GeneratedKeyHolder

Packages that use GeneratedKeyHolder
com.j256.ormlite.support Database support classes. 
 

Uses of GeneratedKeyHolder in com.j256.ormlite.support
 

Methods in com.j256.ormlite.support with parameters of type GeneratedKeyHolder
 int DatabaseConnection.insert(String statement, Object[] args, FieldType[] argfieldTypes, GeneratedKeyHolder keyHolder)
          Perform a SQL update while returning generated keys with the associated SQL statement, arguments, and types.
 



Copyright © 2011. All Rights Reserved.