| Package | Description |
|---|---|
| org.springframework.data.r2dbc.core |
Core domain types around DatabaseClient.
|
| Modifier and Type | Method and Description |
|---|---|
<T> ReactiveInsertOperation.ReactiveInsert<T> |
ReactiveInsertOperation.insert(Class<T> domainType)
Begin creating an
INSERT operation for given domainType. |
<T> ReactiveInsertOperation.ReactiveInsert<T> |
R2dbcEntityTemplate.insert(Class<T> domainType) |
Copyright © 2018–2020 Pivotal Software, Inc.. All rights reserved.