Uses of Class
com.oracle.nosql.spring.data.NosqlDbFactory
Packages that use NosqlDbFactory
Package
Description
- 
Uses of NosqlDbFactory in com.oracle.nosql.spring.dataMethods in com.oracle.nosql.spring.data that return NosqlDbFactoryModifier and TypeMethodDescriptionstatic NosqlDbFactoryNosqlDbFactory.createCloudFactory(String endpoint, String configFile) Creates a NosqlDbFactory object for a cloud service configuration.static NosqlDbFactoryNosqlDbFactory.createCloudFactory(String endpoint, String configFile, String profileName) Creates a NosqlDbFactory object for a cloud service configuration.static NosqlDbFactoryNosqlDbFactory.createCloudSimFactory(String endpoint) Creates a NosqlDbFactory object for a cloud sim configuration.static NosqlDbFactoryNosqlDbFactory.createProxyFactory(String endpoint) Creates a NosqlDbFactory object for an on-prem server configuration.static NosqlDbFactoryNosqlDbFactory.createProxyFactory(String endpoint, String user, char[] password) Creates a NosqlDbFactory object for an on-prem server configuration.
- 
Uses of NosqlDbFactory in com.oracle.nosql.spring.data.configMethods in com.oracle.nosql.spring.data.config that return NosqlDbFactoryModifier and TypeMethodDescriptionAbstractNosqlConfiguration.nosqlDbFactory(NosqlDbConfig nosqlDBConfig) Methods in com.oracle.nosql.spring.data.config with parameters of type NosqlDbFactoryModifier and TypeMethodDescriptionAbstractNosqlConfiguration.nosqlTemplate(NosqlDbFactory nosqlDbFactory) AbstractNosqlConfiguration.reactiveNosqlTemplate(NosqlDbFactory nosqlDbFactory) 
- 
Uses of NosqlDbFactory in com.oracle.nosql.spring.data.coreFields in com.oracle.nosql.spring.data.core declared as NosqlDbFactoryMethods in com.oracle.nosql.spring.data.core with parameters of type NosqlDbFactoryModifier and TypeMethodDescriptionstatic NosqlTemplateNosqlTemplate.create(NosqlDbFactory nosqlDbFactory) static ReactiveNosqlTemplateReactiveNosqlTemplate.create(NosqlDbFactory nosqlDbFactory) Constructors in com.oracle.nosql.spring.data.core with parameters of type NosqlDbFactoryModifierConstructorDescriptionNosqlTemplate(NosqlDbFactory nosqlDbFactory, MappingNosqlConverter mappingNosqlConverter) protectedNosqlTemplateBase(NosqlDbFactory nosqlDbFactory, MappingNosqlConverter mappingNosqlConverter) ReactiveNosqlTemplate(NosqlDbFactory nosqlDbFactory, MappingNosqlConverter mappingNosqlConverter) 
- 
Uses of NosqlDbFactory in com.oracle.nosql.spring.data.repository.supportMethods in com.oracle.nosql.spring.data.repository.support with parameters of type NosqlDbFactoryModifier and TypeMethodDescriptionoracle.nosql.driver.ops.TableLimitsNosqlEntityInformation.getTableLimits(NosqlDbFactory nosqlDbFactory)