Package | Description |
---|---|
org.springframework.data.r2dbc.core |
Core domain types around DatabaseClient.
|
Modifier and Type | Method and Description |
---|---|
static StatementMapper.UpdateSpec |
StatementMapper.UpdateSpec.create(String table,
Update update)
Create an
INSERT specification for table . |
default StatementMapper.UpdateSpec |
StatementMapper.createUpdate(String table,
Update update)
Create an
UPDATE specification for table . |
StatementMapper.UpdateSpec |
StatementMapper.UpdateSpec.withCriteria(Criteria criteria)
Associate a
Criteria with the update and return a new StatementMapper.UpdateSpec . |
Modifier and Type | Method and Description |
---|---|
PreparedOperation<?> |
StatementMapper.getMappedObject(StatementMapper.UpdateSpec updateSpec)
Map a update specification to a
PreparedOperation . |
Copyright © 2018–2019 Pivotal Software, Inc.. All rights reserved.