Class GetGeneratedKeysDelegate

All Implemented Interfaces:
GeneratedValuesMutationDelegate, InsertGeneratedIdentifierDelegate
Direct Known Subclasses:
Oracle12cGetGeneratedKeysDelegate, SybaseJConnGetGeneratedKeysDelegate

public class GetGeneratedKeysDelegate extends AbstractReturningDelegate
Delegate for dealing with generated values using the JDBC3 method Statement.getGeneratedKeys().

Supports both insert and update statements.