| Package | Description |
|---|---|
| com.oracle.nosql.spring.data | |
| com.oracle.nosql.spring.data.config | |
| com.oracle.nosql.spring.data.core |
| Modifier and Type | Method and Description |
|---|---|
static NosqlDbFactory |
NosqlDbFactory.createCloudFactory(String endpoint,
String configFile) |
static NosqlDbFactory |
NosqlDbFactory.createCloudSimFactory(String endpoint) |
static NosqlDbFactory |
NosqlDbFactory.createProxyFactory(String endpoint) |
static NosqlDbFactory |
NosqlDbFactory.createProxyFactory(String endpoint,
String user,
char[] password) |
| Modifier and Type | Method and Description |
|---|---|
NosqlDbFactory |
AbstractNosqlConfiguration.nosqlDbFactory(NosqlDbConfig nosqlDBConfig) |
| Modifier and Type | Method and Description |
|---|---|
NosqlTemplate |
AbstractNosqlConfiguration.nosqlTemplate(NosqlDbFactory nosqlDbFactory) |
ReactiveNosqlTemplate |
AbstractNosqlConfiguration.reactiveNosqlTemplate(NosqlDbFactory nosqlDbFactory) |
| Modifier and Type | Method and Description |
|---|---|
static ReactiveNosqlTemplate |
ReactiveNosqlTemplate.create(NosqlDbFactory nosqlDbFactory) |
static NosqlTemplate |
NosqlTemplate.create(NosqlDbFactory nosqlDbFactory) |
| Constructor and Description |
|---|
NosqlTemplate(NosqlDbFactory nosqlDbFactory,
MappingNosqlConverter mappingNosqlConverter) |
ReactiveNosqlTemplate(NosqlDbFactory nosqlDbFactory,
MappingNosqlConverter mappingNosqlConverter) |
Copyright © 2021 Oracle Corporation. All rights reserved.