Package | Description |
---|---|
org.springframework.data.r2dbc.core |
Core domain types around DatabaseClient.
|
Modifier and Type | Method and Description |
---|---|
<R> DatabaseClient.TypedSelectSpec<R> |
DatabaseClient.GenericSelectSpec.as(Class<R> resultType)
Define the target type the result should be mapped to.
|
<T> DatabaseClient.TypedSelectSpec<T> |
DatabaseClient.SelectFromSpec.from(Class<T> table)
Specify the source table to select from to using the
entity class . |
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.