Uses of Class
net.lecousin.reactive.data.relational.mapping.LcEntityReader
-
Packages that use LcEntityReader Package Description net.lecousin.reactive.data.relational net.lecousin.reactive.data.relational.query -
-
Uses of LcEntityReader in net.lecousin.reactive.data.relational
Methods in net.lecousin.reactive.data.relational with parameters of type LcEntityReader Modifier and Type Method Description <T> reactor.core.publisher.Flux<T>LcReactiveDataRelationalClient. execute(SelectQuery<T> query, LcEntityReader reader)Execute a select query using the given LcEntityReader to map rows to entities. -
Uses of LcEntityReader in net.lecousin.reactive.data.relational.query
Methods in net.lecousin.reactive.data.relational.query with parameters of type LcEntityReader Modifier and Type Method Description reactor.core.publisher.Flux<T>SelectQuery. execute(LcReactiveDataRelationalClient client, LcEntityReader reader)Execute the query using the given database client and the given reader.Constructors in net.lecousin.reactive.data.relational.query with parameters of type LcEntityReader Constructor Description SelectExecution(SelectQuery<T> query, LcReactiveDataRelationalClient client, LcEntityReader reader)
-