Package net.lecousin.reactive.data.relational.query
-
Class Summary Class Description InsertMultiple Specify an INSERT query, with multiple rows.
As Spring Data R2DBC does not support it, we define a custom request, but it cannot be used with MySql which does not support to return all generated values.
An InsertMultiple can be used in a SqlQuery to be executed.InsertMultiple.InsertRowValues SelectExecution<T> Orchestrate the execution of aSelectQuery
SelectQuery<T> Specifies a SELECT operation, possibly with joins, where clause, limit and order by clause.SqlQuery<T> SQL query with binding, for execution on a database client.