Class InsertReturningDelegate

All Implemented Interfaces:
GeneratedValuesMutationDelegate, InsertGeneratedIdentifierDelegate

public class InsertReturningDelegate extends AbstractReturningDelegate
Delegate for dealing with generated values where the dialect supports returning the generated column directly from the mutation statement.

Supports both insert and update statements.

See Also: