Package | Description |
---|---|
org.springframework.data.r2dbc.core |
Core domain types around DatabaseClient.
|
org.springframework.data.r2dbc.repository.query |
Query support for R2DBC repositories.
|
org.springframework.data.r2dbc.repository.support |
Support infrastructure for query derivation of R2DBC-specific repositories.
|
Modifier and Type | Class and Description |
---|---|
class |
R2dbcEntityTemplate
Implementation of
R2dbcEntityOperations . |
Modifier and Type | Method and Description |
---|---|
protected RepositoryFactorySupport |
R2dbcRepositoryFactoryBean.getFactoryInstance(R2dbcEntityOperations operations)
Creates and initializes a
RepositoryFactorySupport instance. |
void |
R2dbcRepositoryFactoryBean.setEntityOperations(R2dbcEntityOperations operations) |
Constructor and Description |
---|
R2dbcRepositoryFactory(R2dbcEntityOperations operations)
Creates a new
R2dbcRepositoryFactory given R2dbcEntityOperations . |
SimpleR2dbcRepository(org.springframework.data.relational.repository.query.RelationalEntityInformation<T,ID> entity,
R2dbcEntityOperations entityOperations,
R2dbcConverter converter)
Create a new
SimpleR2dbcRepository . |
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.