com.j256.ormlite.support
Interface GeneratedKeyHolder


public interface GeneratedKeyHolder

The holder of a generated key so we can return the value of generated keys from update methods.

Author:
graywatson

Method Summary
 void addKey(Number key)
          Add the key number on the key holder.
 

Method Detail

addKey

void addKey(Number key)
            throws SQLException
Add the key number on the key holder. May be called multiple times.

Throws:
SQLException


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