Class SelectExecution<T>
- java.lang.Object
-
- net.lecousin.reactive.data.relational.query.SelectExecution<T>
-
- Type Parameters:
T
- type of entity
public class SelectExecution<T> extends Object
Orchestrate the execution of aSelectQuery
- Author:
- Guillaume Le Cousin
-
-
Constructor Summary
Constructors Constructor Description SelectExecution(SelectQuery<T> query, LcReactiveDataRelationalClient client, LcEntityReader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description reactor.core.publisher.Flux<T>
execute()
reactor.core.publisher.Mono<Long>
executeCount()
-
-
-
Constructor Detail
-
SelectExecution
public SelectExecution(SelectQuery<T> query, LcReactiveDataRelationalClient client, @Nullable LcEntityReader reader)
-
-