| Package | Description |
|---|---|
| com.oracle.nosql.spring.data.core | |
| com.oracle.nosql.spring.data.repository.query | |
| com.oracle.nosql.spring.data.repository.support |
| Modifier and Type | Class and Description |
|---|---|
class |
ReactiveNosqlTemplate |
| Constructor and Description |
|---|
AbstractReactiveNosqlQuery(NosqlQueryMethod method,
ReactiveNosqlOperations operations) |
CountExecution(ReactiveNosqlOperations operations,
NosqlEntityInformation<?,?> entityInformation) |
DeleteExecution(ReactiveNosqlOperations operations,
NosqlEntityInformation<?,?> entityInformation) |
ExistsExecution(ReactiveNosqlOperations operations,
NosqlEntityInformation<?,?> entityInformation) |
MultiEntityExecution(ReactiveNosqlOperations operations,
NosqlEntityInformation<?,?> entityInformation) |
PartTreeReactiveNosqlQuery(NosqlQueryMethod method,
ReactiveNosqlOperations operations) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReactiveNosqlRepositoryFactoryBean.setReactiveNosqlOperations(ReactiveNosqlOperations operations) |
| Constructor and Description |
|---|
ReactiveNosqlRepositoryFactory(ReactiveNosqlOperations nosqlOperations,
org.springframework.context.ApplicationContext applicationContext) |
SimpleReactiveNosqlRepository(NosqlEntityInformation<T,ID> metadata,
ReactiveNosqlOperations reactiveNosqlOperations) |
Copyright © 2021 Oracle Corporation. All rights reserved.