| jpersist.interfaces.GeneratedKeys
GeneratedKeys | public interface GeneratedKeys (Code) | | This interface is optionally implemented to provide overriding
auto-generated key handling abilities.
|
setGeneratedKeys | boolean setGeneratedKeys(Database db, Vector keysRequested, Vector keysReturned)(Code) | | This method allows for overriding jPersists handling of auto-generated keys.
Parameters: db - the current database handler Parameters: keysRequested - the vector containing the keys requested (if any) Parameters: keysReturned - the vector containing the keys returned (if any) should return true if the keys we're handled successfully, and false if they were not. |
|
|