Interface GeneratedValuesMutationDelegate

All Known Subinterfaces:
InsertGeneratedIdentifierDelegate
All Known Implementing Classes:
AbstractGeneratedValuesMutationDelegate, AbstractReturningDelegate, AbstractSelectingDelegate, BasicSelectingDelegate, GetGeneratedKeysDelegate, InsertReturningDelegate, Oracle12cGetGeneratedKeysDelegate, SybaseJConnGetGeneratedKeysDelegate, UniqueKeySelectingDelegate

public interface GeneratedValuesMutationDelegate
Each implementation defines a strategy for retrieving values generated by the database after execution of a mutation statement.

An implementation controls:

  • building the SQL mutation statement, and
  • retrieving the generated values using JDBC.
Since:
6.5
See Also: