Class AbstractReturningDelegate

All Implemented Interfaces:
GeneratedValuesMutationDelegate, InsertGeneratedIdentifierDelegate
Direct Known Subclasses:
GetGeneratedKeysDelegate, InsertReturningDelegate

public abstract class AbstractReturningDelegate extends AbstractGeneratedValuesMutationDelegate implements InsertGeneratedIdentifierDelegate
Abstract GeneratedValuesMutationDelegate implementation where the underlying strategy causes the generated identifier to be returned as an effect of performing the insert statement. Thus, there is no need for an additional sql statement to determine the generated identifier.