| Package | Description |
|---|---|
| org.springframework.data.r2dbc.core |
Core domain types around DatabaseClient.
|
| Modifier and Type | Method and Description |
|---|---|
default StatementFilterFunction |
StatementFilterFunction.andThen(StatementFilterFunction afterFilter)
Deprecated.
Return a composed filter function that first applies this filter, and then applies the given
"after"
filter. |
| Modifier and Type | Method and Description |
|---|---|
default StatementFilterFunction |
StatementFilterFunction.andThen(StatementFilterFunction afterFilter)
Deprecated.
Return a composed filter function that first applies this filter, and then applies the given
"after"
filter. |
S |
DatabaseClient.StatementFilterSpec.filter(StatementFilterFunction filter)
Add the given filter to the end of the filter chain.
|
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.