Package | Description |
---|---|
org.springframework.data.r2dbc.core |
Core domain types around DatabaseClient.
|
Modifier and Type | Method and Description |
---|---|
<T> ReactiveSelectOperation.ReactiveSelect<T> |
R2dbcEntityTemplate.select(Class<T> domainType) |
<T> ReactiveSelectOperation.ReactiveSelect<T> |
ReactiveSelectOperation.select(Class<T> domainType)
Begin creating a
SELECT operation for the given domainType . |
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.