| Package | Description |
|---|---|
| com.oracle.nosql.spring.data | |
| com.oracle.nosql.spring.data.config | |
| com.oracle.nosql.spring.data.core | |
| com.oracle.nosql.spring.data.repository.support |
| Modifier and Type | Method and Description |
|---|---|
static NosqlDbFactory |
NosqlDbFactory.createCloudFactory(String endpoint,
String configFile)
Creates a NosqlDbFactory object for a cloud service configuration.
|
static NosqlDbFactory |
NosqlDbFactory.createCloudFactory(String endpoint,
String configFile,
String profileName)
Creates a NosqlDbFactory object for a cloud service configuration.
|
static NosqlDbFactory |
NosqlDbFactory.createCloudSimFactory(String endpoint)
Creates a NosqlDbFactory object for a cloud sim configuration.
|
static NosqlDbFactory |
NosqlDbFactory.createProxyFactory(String endpoint)
Creates a NosqlDbFactory object for an on-prem server configuration.
|
static NosqlDbFactory |
NosqlDbFactory.createProxyFactory(String endpoint,
String user,
char[] password)
Creates a NosqlDbFactory object for an on-prem server configuration.
|
| 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 | Field and Description |
|---|---|
protected NosqlDbFactory |
NosqlTemplateBase.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) |
NosqlTemplateBase(NosqlDbFactory nosqlDbFactory,
MappingNosqlConverter mappingNosqlConverter) |
ReactiveNosqlTemplate(NosqlDbFactory nosqlDbFactory,
MappingNosqlConverter mappingNosqlConverter) |
| Modifier and Type | Method and Description |
|---|---|
oracle.nosql.driver.ops.TableLimits |
NosqlEntityInformation.getTableLimits(NosqlDbFactory nosqlDbFactory) |
Copyright © 2022 Oracle Corporation. All rights reserved.