Module EagerORM

Interface Dialect.UsesInsertReturning

All Superinterfaces:
Dialect
All Known Implementing Classes:
MariaDBDialect, MSSQLServerDialect
Enclosing interface:
Dialect

public static interface Dialect.UsesInsertReturning extends Dialect
Special interface to determine if dialect driver doesn't support same column names in generatedKeys() method. RETURNING clause is used in that case.