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 with the associated SQL statement, arguments, and types.
 



This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.