Package | Description |
---|---|
org.springframework.data.r2dbc.core |
Core domain types around DatabaseClient.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
DatabaseClient.GenericInsertSpec<T>
Deprecated.
Contract for specifying
INSERT options leading to the exchange. |
Modifier and Type | Method and Description |
---|---|
DatabaseClient.InsertSpec<Map<String,Object>> |
DatabaseClient.TypedInsertSpec.using(org.reactivestreams.Publisher<T> objectToInsert)
Insert the given
Publisher to insert one or more objects. |
DatabaseClient.InsertSpec<Map<String,Object>> |
DatabaseClient.TypedInsertSpec.using(T objectToInsert)
Insert the given
objectToInsert . |
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.