Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractNosqlConfiguration - Class in com.oracle.nosql.spring.data.config
- AbstractNosqlConfiguration() - Constructor for class com.oracle.nosql.spring.data.config.AbstractNosqlConfiguration
- AbstractNosqlQuery - Class in com.oracle.nosql.spring.data.repository.query
- AbstractNosqlQuery(NosqlQueryMethod, NosqlOperations) - Constructor for class com.oracle.nosql.spring.data.repository.query.AbstractNosqlQuery
- AbstractReactiveNosqlQuery - Class in com.oracle.nosql.spring.data.repository.query
- AbstractReactiveNosqlQuery(NosqlQueryMethod, ReactiveNosqlOperations) - Constructor for class com.oracle.nosql.spring.data.repository.query.AbstractReactiveNosqlQuery
- AFTER - Enum constant in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
- afterPropertiesSet() - Method in class com.oracle.nosql.spring.data.repository.support.NosqlRepositoryFactoryBean
- afterPropertiesSet() - Method in class com.oracle.nosql.spring.data.repository.support.ReactiveNosqlRepositoryFactoryBean
- ALL - Enum constant in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
- and(Part, Criteria, Iterator<Object>) - Method in class com.oracle.nosql.spring.data.repository.query.NosqlQueryCreator
- AND - Enum constant in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
- applicationContext - Variable in class com.oracle.nosql.spring.data.core.NosqlTemplateBase
- ARRAY - Enum constant in enum class com.oracle.nosql.spring.data.core.mapping.NosqlPersistentProperty.TypeCode
- autoCreateTable() - Element in annotation interface com.oracle.nosql.spring.data.core.mapping.NosqlTable
-
Flag that indicates if automatic creation of table is enabled.
B
- basePackageClasses() - Element in annotation interface com.oracle.nosql.spring.data.repository.config.EnableNosqlRepositories
- basePackageClasses() - Element in annotation interface com.oracle.nosql.spring.data.repository.config.EnableReactiveNosqlRepositories
- basePackages() - Element in annotation interface com.oracle.nosql.spring.data.repository.config.EnableNosqlRepositories
- basePackages() - Element in annotation interface com.oracle.nosql.spring.data.repository.config.EnableReactiveNosqlRepositories
- BasicNosqlPersistentEntity<T> - Class in com.oracle.nosql.spring.data.core.mapping
- BasicNosqlPersistentEntity(TypeInformation<T>) - Constructor for class com.oracle.nosql.spring.data.core.mapping.BasicNosqlPersistentEntity
- BasicNosqlPersistentProperty - Class in com.oracle.nosql.spring.data.core.mapping
- BEFORE - Enum constant in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
- BETWEEN - Enum constant in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
- BIGDECIMAL - Enum constant in enum class com.oracle.nosql.spring.data.core.mapping.NosqlPersistentProperty.TypeCode
- BIGINTEGER - Enum constant in enum class com.oracle.nosql.spring.data.core.mapping.NosqlPersistentProperty.TypeCode
- BOOLEAN - Enum constant in enum class com.oracle.nosql.spring.data.core.mapping.NosqlPersistentProperty.TypeCode
- BYTEARRAY - Enum constant in enum class com.oracle.nosql.spring.data.core.mapping.NosqlPersistentProperty.TypeCode
C
- capacityMode() - Element in annotation interface com.oracle.nosql.spring.data.core.mapping.NosqlTable
-
Sets the capacity mode when table is created.
- close() - Method in class com.oracle.nosql.spring.data.NosqlDbFactory.CloudSimProvider
- COLLECTION - Enum constant in enum class com.oracle.nosql.spring.data.core.mapping.NosqlPersistentProperty.TypeCode
- com.oracle.nosql.spring.data - package com.oracle.nosql.spring.data
- com.oracle.nosql.spring.data.config - package com.oracle.nosql.spring.data.config
- com.oracle.nosql.spring.data.core - package com.oracle.nosql.spring.data.core
- com.oracle.nosql.spring.data.core.convert - package com.oracle.nosql.spring.data.core.convert
- com.oracle.nosql.spring.data.core.mapping - package com.oracle.nosql.spring.data.core.mapping
- com.oracle.nosql.spring.data.core.query - package com.oracle.nosql.spring.data.core.query
- com.oracle.nosql.spring.data.repository - package com.oracle.nosql.spring.data.repository
- com.oracle.nosql.spring.data.repository.config - package com.oracle.nosql.spring.data.repository.config
- com.oracle.nosql.spring.data.repository.query - package com.oracle.nosql.spring.data.repository.query
- com.oracle.nosql.spring.data.repository.support - package com.oracle.nosql.spring.data.repository.support
- complete(Criteria, Sort) - Method in class com.oracle.nosql.spring.data.repository.query.NosqlQueryCreator
- considerNestedRepositories() - Element in annotation interface com.oracle.nosql.spring.data.repository.config.EnableNosqlRepositories
- considerNestedRepositories() - Element in annotation interface com.oracle.nosql.spring.data.repository.config.EnableReactiveNosqlRepositories
- consistency() - Element in annotation interface com.oracle.nosql.spring.data.core.mapping.NosqlTable
-
Sets the default consistency for all read operations applied to this table.
- Constants - Class in com.oracle.nosql.spring.data
- CONTAINING - Enum constant in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
- convert(NoSQLException) - Static method in class com.oracle.nosql.spring.data.core.convert.MappingNosqlConverter
- convertIdToPrimaryKey(String, ID) - Method in class com.oracle.nosql.spring.data.core.convert.MappingNosqlConverter
-
Converts the ID id to a MapValue representing the primaryKey.
- convertObjToFieldValue(Object, NosqlPersistentProperty, boolean) - Method in class com.oracle.nosql.spring.data.core.convert.MappingNosqlConverter
- convertObjToRow(T, boolean) - Method in class com.oracle.nosql.spring.data.core.convert.MappingNosqlConverter
-
Converts an entity to the value stored in NosqlDB.
- count() - Method in interface com.oracle.nosql.spring.data.repository.NosqlRepository
- count() - Element in annotation interface com.oracle.nosql.spring.data.repository.Query
-
Returns whether the query defined should be executed as count projection.
- count() - Method in class com.oracle.nosql.spring.data.repository.support.SimpleNosqlRepository
-
Return count of rows in the table.
- count() - Method in class com.oracle.nosql.spring.data.repository.support.SimpleReactiveNosqlRepository
- count(NosqlQuery, NosqlEntityInformation<?, ?>) - Method in interface com.oracle.nosql.spring.data.core.ReactiveNosqlOperations
- count(NosqlQuery, NosqlEntityInformation<?, ?>) - Method in class com.oracle.nosql.spring.data.core.ReactiveNosqlTemplate
- count(NosqlEntityInformation<?, ?>) - Method in interface com.oracle.nosql.spring.data.core.NosqlOperations
-
Returns a count of all the entries in the given table.
- count(NosqlEntityInformation<?, ?>) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplate
- count(NosqlEntityInformation<?, ?>) - Method in interface com.oracle.nosql.spring.data.core.ReactiveNosqlOperations
- count(NosqlEntityInformation<?, ?>) - Method in class com.oracle.nosql.spring.data.core.ReactiveNosqlTemplate
- count(NosqlEntityInformation<T, ?>, NosqlQuery) - Method in interface com.oracle.nosql.spring.data.core.NosqlOperations
- count(NosqlEntityInformation<T, ?>, NosqlQuery) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplate
- CountExecution(ReactiveNosqlOperations, NosqlEntityInformation<?, ?>) - Constructor for class com.oracle.nosql.spring.data.repository.query.ReactiveNosqlQueryExecution.CountExecution
- create(NosqlDbConfig) - Static method in class com.oracle.nosql.spring.data.core.NosqlTemplate
- create(NosqlDbConfig) - Static method in class com.oracle.nosql.spring.data.core.ReactiveNosqlTemplate
- create(NosqlDbFactory) - Static method in class com.oracle.nosql.spring.data.core.NosqlTemplate
- create(NosqlDbFactory) - Static method in class com.oracle.nosql.spring.data.core.ReactiveNosqlTemplate
- create(Part, Iterator<Object>) - Method in class com.oracle.nosql.spring.data.repository.query.NosqlQueryCreator
- createAssociation() - Method in class com.oracle.nosql.spring.data.core.mapping.BasicNosqlPersistentProperty
- createCloudConfig(String, String) - Static method in class com.oracle.nosql.spring.data.config.NosqlDbConfig
-
Creates a NosqlDbConfig object based on endpoint and config file path.
- createCloudConfig(String, String, String) - Static method in class com.oracle.nosql.spring.data.config.NosqlDbConfig
-
Creates a NosqlDbConfig object based on endpoint, config file path and profile name.
- createCloudFactory(String, String) - Static method in class com.oracle.nosql.spring.data.NosqlDbFactory
-
Creates a NosqlDbFactory object for a cloud service configuration.
- createCloudFactory(String, String, String) - Static method in class com.oracle.nosql.spring.data.NosqlDbFactory
-
Creates a NosqlDbFactory object for a cloud service configuration.
- createCloudSimConfig(String) - Static method in class com.oracle.nosql.spring.data.config.NosqlDbConfig
-
Creates a NosqlDbConfig object for a CloudSim server.
- createCloudSimFactory(String) - Static method in class com.oracle.nosql.spring.data.NosqlDbFactory
-
Creates a NosqlDbFactory object for a cloud sim configuration.
- createPersistentEntity(TypeInformation<T>) - Method in class com.oracle.nosql.spring.data.core.mapping.NosqlMappingContext
- createPersistentProperty(Property, BasicNosqlPersistentEntity<?>, SimpleTypeHolder) - Method in class com.oracle.nosql.spring.data.core.mapping.NosqlMappingContext
- createProxyConfig(String) - Static method in class com.oracle.nosql.spring.data.config.NosqlDbConfig
-
Creates a NosqlDbConfig object for an on-prem server using an httproxy server.
- createProxyConfig(String, String, char[]) - Static method in class com.oracle.nosql.spring.data.config.NosqlDbConfig
-
Creates a NosqlDbConfig object for an on-prem server using a secured httproxy server.
- createProxyFactory(String) - Static method in class com.oracle.nosql.spring.data.NosqlDbFactory
-
Creates a NosqlDbFactory object for an on-prem server configuration.
- createProxyFactory(String, String, char[]) - Static method in class com.oracle.nosql.spring.data.NosqlDbFactory
-
Creates a NosqlDbFactory object for an on-prem server configuration.
- createQuery(NosqlParameterAccessor) - Method in class com.oracle.nosql.spring.data.repository.query.AbstractNosqlQuery
- createQuery(NosqlParameterAccessor) - Method in class com.oracle.nosql.spring.data.repository.query.AbstractReactiveNosqlQuery
- createQuery(NosqlParameterAccessor) - Method in class com.oracle.nosql.spring.data.repository.query.PartTreeNosqlQuery
- createQuery(NosqlParameterAccessor) - Method in class com.oracle.nosql.spring.data.repository.query.PartTreeReactiveNosqlQuery
- createQuery(NosqlParameterAccessor) - Method in class com.oracle.nosql.spring.data.repository.query.ReactiveStringBasedNosqlQuery
- createQuery(NosqlParameterAccessor) - Method in class com.oracle.nosql.spring.data.repository.query.StringBasedNosqlQuery
- createRepositoryFactory() - Method in class com.oracle.nosql.spring.data.repository.support.NosqlRepositoryFactoryBean
- createRepositoryFactory() - Method in class com.oracle.nosql.spring.data.repository.support.ReactiveNosqlRepositoryFactoryBean
- createTableIfNotExists(NosqlEntityInformation<?, ?>) - Method in interface com.oracle.nosql.spring.data.core.NosqlOperations
-
Creates a table for the given entity type if it doesn't exist.
- createTableIfNotExists(NosqlEntityInformation<?, ?>) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplate
- createTableIfNotExists(NosqlEntityInformation<?, ?>) - Method in interface com.oracle.nosql.spring.data.core.ReactiveNosqlOperations
-
Creates table for entity information.
- createTableIfNotExists(NosqlEntityInformation<?, ?>) - Method in class com.oracle.nosql.spring.data.core.ReactiveNosqlTemplate
-
Creates a table for the given entity type if it doesn't exist.
- Criteria - Class in com.oracle.nosql.spring.data.core.query
- CriteriaQuery - Class in com.oracle.nosql.spring.data.core.query
- CriteriaQuery(Criteria, MappingContext<?, NosqlPersistentProperty>) - Constructor for class com.oracle.nosql.spring.data.core.query.CriteriaQuery
- CriteriaType - Enum Class in com.oracle.nosql.spring.data.core.query
D
- DATE - Enum constant in enum class com.oracle.nosql.spring.data.core.mapping.NosqlPersistentProperty.TypeCode
- DAYS - Enum constant in enum class com.oracle.nosql.spring.data.core.mapping.NosqlTable.TtlUnit
- DEFAULT_AUTO_CREATE_TABLE - Static variable in class com.oracle.nosql.spring.data.Constants
- DEFAULT_QUERY_CACHE_CAPACITY - Static variable in class com.oracle.nosql.spring.data.Constants
- DEFAULT_QUERY_CACHE_LIFETIME_MS - Static variable in class com.oracle.nosql.spring.data.Constants
- DEFAULT_REPOSITORY_IMPLEMENT_POSTFIX - Static variable in class com.oracle.nosql.spring.data.Constants
- DEFAULT_TABLE_CONSISTENCY - Static variable in class com.oracle.nosql.spring.data.Constants
- DEFAULT_TABLE_DURABILITY - Static variable in class com.oracle.nosql.spring.data.Constants
- DEFAULT_TABLE_NAME - Static variable in class com.oracle.nosql.spring.data.Constants
- DEFAULT_TABLE_RED_POLL_INTERVAL_MS - Static variable in class com.oracle.nosql.spring.data.Constants
- DEFAULT_TABLE_REQ_TIMEOUT_MS - Static variable in class com.oracle.nosql.spring.data.Constants
- DEFAULT_TIMESTAMP_PRECISION - Static variable in class com.oracle.nosql.spring.data.Constants
- delete() - Element in annotation interface com.oracle.nosql.spring.data.repository.Query
-
Returns whether the query defined should delete matching rows.
- delete(NosqlQuery, NosqlEntityInformation<T, ID>) - Method in interface com.oracle.nosql.spring.data.core.ReactiveNosqlOperations
- delete(NosqlQuery, NosqlEntityInformation<T, ID>) - Method in class com.oracle.nosql.spring.data.core.ReactiveNosqlTemplate
- delete(NosqlEntityInformation<T, ID>, NosqlQuery) - Method in interface com.oracle.nosql.spring.data.core.NosqlOperations
- delete(NosqlEntityInformation<T, ID>, NosqlQuery) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplate
- delete(T) - Method in interface com.oracle.nosql.spring.data.repository.NosqlRepository
- delete(T) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleNosqlRepository
-
Delete one row for entity.
- delete(T) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleReactiveNosqlRepository
- deleteAll() - Method in interface com.oracle.nosql.spring.data.repository.NosqlRepository
- deleteAll() - Method in class com.oracle.nosql.spring.data.repository.support.SimpleNosqlRepository
-
Delete all rows from table.
- deleteAll() - Method in class com.oracle.nosql.spring.data.repository.support.SimpleReactiveNosqlRepository
- deleteAll(NosqlEntityInformation<?, ?>) - Method in interface com.oracle.nosql.spring.data.core.NosqlOperations
-
Deletes all entries from the given table.
- deleteAll(NosqlEntityInformation<?, ?>) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplate
- deleteAll(NosqlEntityInformation<?, ?>) - Method in interface com.oracle.nosql.spring.data.core.ReactiveNosqlOperations
- deleteAll(NosqlEntityInformation<?, ?>) - Method in class com.oracle.nosql.spring.data.core.ReactiveNosqlTemplate
- deleteAll(NosqlEntityInformation<T, ID>, Iterable<? extends ID>) - Method in interface com.oracle.nosql.spring.data.core.NosqlOperations
-
Deletes all the entries with the ids from the given table.
- deleteAll(NosqlEntityInformation<T, ID>, Iterable<? extends ID>) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplate
- deleteAll(Iterable<? extends T>) - Method in interface com.oracle.nosql.spring.data.repository.NosqlRepository
- deleteAll(Iterable<? extends T>) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleNosqlRepository
-
Delete list of entities from table.
- deleteAll(Iterable<? extends T>) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleReactiveNosqlRepository
- deleteAll(Publisher<? extends T>) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleReactiveNosqlRepository
- deleteAllById(Iterable<? extends ID>) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleNosqlRepository
- deleteAllById(Iterable<? extends ID>) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleReactiveNosqlRepository
- deleteById(NosqlEntityInformation<?, ID>, ID) - Method in interface com.oracle.nosql.spring.data.core.ReactiveNosqlOperations
- deleteById(NosqlEntityInformation<?, ID>, ID) - Method in class com.oracle.nosql.spring.data.core.ReactiveNosqlTemplate
- deleteById(NosqlEntityInformation<T, ID>, ID) - Method in interface com.oracle.nosql.spring.data.core.NosqlOperations
-
Deletes the entity with the id from the given table.
- deleteById(NosqlEntityInformation<T, ID>, ID) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplate
- deleteById(ID) - Method in interface com.oracle.nosql.spring.data.repository.NosqlRepository
- deleteById(ID) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleNosqlRepository
-
Delete one row for id.
- deleteById(ID) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleReactiveNosqlRepository
- deleteById(Publisher<ID>) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleReactiveNosqlRepository
- DeleteExecution(ReactiveNosqlOperations, NosqlEntityInformation<?, ?>) - Constructor for class com.oracle.nosql.spring.data.repository.query.ReactiveNosqlQueryExecution.DeleteExecution
- deleteInShard(String, Class<T>, Iterable<? extends ID>) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplate
-
Deletes ids from one shard.
- doCheckExistingTable(NosqlEntityInformation<?, ?>) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplateBase
- doCreateTable(NosqlEntityInformation<?, ?>) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplateBase
- doDelete(NosqlEntityInformation<?, ?>, MapValue) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplateBase
- doExecuteMapValueQuery(NosqlQuery, NosqlEntityInformation<T, ?>) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplateBase
- doGet(NosqlEntityInformation<?, ?>, MapValue) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplateBase
- doGetTable(NosqlEntityInformation<?, ?>) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplateBase
- doPut(NosqlEntityInformation<?, ?>, MapValue, boolean) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplateBase
- doRunQueryNosqlParams(NosqlEntityInformation<?, ?>, String, Map<String, FieldValue>) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplateBase
-
nosqlParams is a Map of param_name to FieldValue
- doTableRequest(NosqlEntityInformation<?, ?>, TableRequest) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplateBase
- DOUBLE - Enum constant in enum class com.oracle.nosql.spring.data.core.mapping.NosqlPersistentProperty.TypeCode
- doUpdate(NosqlEntityInformation<?, ?>, MapValue) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplateBase
- dropTableIfExists(String) - Method in interface com.oracle.nosql.spring.data.core.NosqlOperations
-
Drops the given table, information about all saved entities is removed.
- dropTableIfExists(String) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplate
-
Drops table and returns true if result indicates table state changed to DROPPED or DROPPING.
- dropTableIfExists(String) - Method in interface com.oracle.nosql.spring.data.core.ReactiveNosqlOperations
-
Drops table and returns true if result indicates table state changed to DROPPED or DROPPING.
- dropTableIfExists(String) - Method in class com.oracle.nosql.spring.data.core.ReactiveNosqlTemplate
-
Drops table and returns true if result indicates table state changed to DROPPED or DROPPING.
- durability() - Element in annotation interface com.oracle.nosql.spring.data.core.mapping.NosqlTable
-
Sets the default durability for all write operations applied to this table.
E
- EnableNosqlRepositories - Annotation Interface in com.oracle.nosql.spring.data.repository.config
- EnableReactiveNosqlRepositories - Annotation Interface in com.oracle.nosql.spring.data.repository.config
- ENDS_WITH - Enum constant in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
- entityInformation - Variable in class com.oracle.nosql.spring.data.repository.query.NosqlQueryExecution.AbstractExecution
- ENUM - Enum constant in enum class com.oracle.nosql.spring.data.core.mapping.NosqlPersistentProperty.TypeCode
- excludeFilters() - Element in annotation interface com.oracle.nosql.spring.data.repository.config.EnableNosqlRepositories
- excludeFilters() - Element in annotation interface com.oracle.nosql.spring.data.repository.config.EnableReactiveNosqlRepositories
- execute(NosqlQuery) - Method in class com.oracle.nosql.spring.data.repository.query.NosqlQueryExecution.AbstractExecution
- execute(NosqlQuery) - Method in class com.oracle.nosql.spring.data.repository.query.NosqlQueryExecution.CollectionExecution
- execute(NosqlQuery) - Method in class com.oracle.nosql.spring.data.repository.query.NosqlQueryExecution.CountExecution
- execute(NosqlQuery) - Method in class com.oracle.nosql.spring.data.repository.query.NosqlQueryExecution.DeleteExecution
- execute(NosqlQuery) - Method in interface com.oracle.nosql.spring.data.repository.query.NosqlQueryExecution
- execute(NosqlQuery) - Method in class com.oracle.nosql.spring.data.repository.query.NosqlQueryExecution.ExistsExecution
- execute(NosqlQuery) - Method in class com.oracle.nosql.spring.data.repository.query.NosqlQueryExecution.PagedExecution
- execute(NosqlQuery) - Method in class com.oracle.nosql.spring.data.repository.query.NosqlQueryExecution.SlicedExecution
- execute(NosqlQuery, Class<?>, String) - Method in class com.oracle.nosql.spring.data.repository.query.ReactiveNosqlQueryExecution.CountExecution
- execute(NosqlQuery, Class<?>, String) - Method in class com.oracle.nosql.spring.data.repository.query.ReactiveNosqlQueryExecution.DeleteExecution
- execute(NosqlQuery, Class<?>, String) - Method in interface com.oracle.nosql.spring.data.repository.query.ReactiveNosqlQueryExecution
- execute(NosqlQuery, Class<?>, String) - Method in class com.oracle.nosql.spring.data.repository.query.ReactiveNosqlQueryExecution.ExistsExecution
- execute(NosqlQuery, Class<?>, String) - Method in class com.oracle.nosql.spring.data.repository.query.ReactiveNosqlQueryExecution.MultiEntityExecution
- execute(Object[]) - Method in class com.oracle.nosql.spring.data.repository.query.AbstractNosqlQuery
- execute(Object[]) - Method in class com.oracle.nosql.spring.data.repository.query.AbstractReactiveNosqlQuery
- executeMapValueQuery(NosqlQuery, NosqlEntityInformation<T, ?>) - Method in class com.oracle.nosql.spring.data.core.ReactiveNosqlTemplate
- executeQuery(NosqlQuery, NosqlEntityInformation<T, ?>) - Method in class com.oracle.nosql.spring.data.core.ReactiveNosqlTemplate
- exists() - Element in annotation interface com.oracle.nosql.spring.data.repository.Query
-
Returns whether the query defined should be executed as exists projection.
- exists(NosqlQuery, NosqlEntityInformation<?, ?>) - Method in interface com.oracle.nosql.spring.data.core.ReactiveNosqlOperations
- exists(NosqlQuery, NosqlEntityInformation<?, ?>) - Method in class com.oracle.nosql.spring.data.core.ReactiveNosqlTemplate
- EXISTS - Enum constant in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
- existsById(NosqlEntityInformation<?, ID>, ID) - Method in interface com.oracle.nosql.spring.data.core.ReactiveNosqlOperations
- existsById(NosqlEntityInformation<?, ID>, ID) - Method in class com.oracle.nosql.spring.data.core.ReactiveNosqlTemplate
- existsById(ID) - Method in interface com.oracle.nosql.spring.data.repository.NosqlRepository
- existsById(ID) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleNosqlRepository
-
Check if an entity exists per id.
- existsById(ID) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleReactiveNosqlRepository
- existsById(Publisher<ID>) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleReactiveNosqlRepository
- ExistsExecution(ReactiveNosqlOperations, NosqlEntityInformation<?, ?>) - Constructor for class com.oracle.nosql.spring.data.repository.query.ReactiveNosqlQueryExecution.ExistsExecution
F
- FALSE - Enum constant in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
- FIELD_VALUE - Enum constant in enum class com.oracle.nosql.spring.data.core.mapping.NosqlPersistentProperty.TypeCode
- find(NosqlQuery, NosqlEntityInformation<T, ?>) - Method in interface com.oracle.nosql.spring.data.core.ReactiveNosqlOperations
- find(NosqlQuery, NosqlEntityInformation<T, ?>) - Method in class com.oracle.nosql.spring.data.core.ReactiveNosqlTemplate
- find(NosqlEntityInformation<S, ?>, Class<T>, NosqlQuery) - Method in interface com.oracle.nosql.spring.data.core.NosqlOperations
-
Executes a NosqlQuery (this can be a CriteriaQuery for queries derived from repository method names or a StringQuery for native queries).
- find(NosqlEntityInformation<S, ?>, Class<T>, NosqlQuery) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplate
- findAll() - Method in interface com.oracle.nosql.spring.data.repository.NosqlRepository
- findAll() - Method in class com.oracle.nosql.spring.data.repository.support.SimpleNosqlRepository
-
Find all entities from the table.
- findAll() - Method in class com.oracle.nosql.spring.data.repository.support.SimpleReactiveNosqlRepository
- findAll(NosqlEntityInformation<T, ?>) - Method in interface com.oracle.nosql.spring.data.core.NosqlOperations
-
Returns a result of all the entities in the given table.
- findAll(NosqlEntityInformation<T, ?>) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplate
- findAll(NosqlEntityInformation<T, ?>, Pageable) - Method in interface com.oracle.nosql.spring.data.core.NosqlOperations
-
Returns all entities in the given table sorted accordingly grouped in pages.
- findAll(NosqlEntityInformation<T, ?>, Pageable) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplate
- findAll(NosqlEntityInformation<T, ?>, Sort) - Method in interface com.oracle.nosql.spring.data.core.NosqlOperations
-
Returns all entities in the given table sorted accordingly.
- findAll(NosqlEntityInformation<T, ?>, Sort) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplate
- findAll(NosqlEntityInformation<T, ID>) - Method in interface com.oracle.nosql.spring.data.core.ReactiveNosqlOperations
- findAll(NosqlEntityInformation<T, ID>) - Method in class com.oracle.nosql.spring.data.core.ReactiveNosqlTemplate
- findAll(Class<T>) - Method in interface com.oracle.nosql.spring.data.core.NosqlOperations
-
Returns a result of all the entities in the table.
- findAll(Class<T>) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplate
- findAll(Class<T>) - Method in interface com.oracle.nosql.spring.data.core.ReactiveNosqlOperations
- findAll(Class<T>) - Method in class com.oracle.nosql.spring.data.core.ReactiveNosqlTemplate
- findAll(Pageable) - Method in interface com.oracle.nosql.spring.data.repository.NosqlRepository
- findAll(Pageable) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleNosqlRepository
-
Returns a Page of entities meeting the paging restriction provided in the Pageable object.
- findAll(Sort) - Method in interface com.oracle.nosql.spring.data.repository.NosqlRepository
- findAll(Sort) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleNosqlRepository
-
Returns all entities sorted by the given options.
- findAll(Sort) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleReactiveNosqlRepository
- findAllById(NosqlEntityInformation<T, ID>, Iterable<ID>) - Method in interface com.oracle.nosql.spring.data.core.NosqlOperations
-
Returns all the entities in the table for the given ids.
- findAllById(NosqlEntityInformation<T, ID>, Iterable<ID>) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplate
- findAllById(NosqlEntityInformation<T, ID>, Publisher<ID>) - Method in interface com.oracle.nosql.spring.data.core.ReactiveNosqlOperations
- findAllById(NosqlEntityInformation<T, ID>, Publisher<ID>) - Method in class com.oracle.nosql.spring.data.core.ReactiveNosqlTemplate
- findAllById(Iterable<ID>) - Method in interface com.oracle.nosql.spring.data.repository.NosqlRepository
- findAllById(Iterable<ID>) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleNosqlRepository
-
Find entities based on id list.
- findAllById(Iterable<ID>) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleReactiveNosqlRepository
- findAllById(Publisher<ID>) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleReactiveNosqlRepository
- findById(NosqlEntityInformation<T, ID>, ID) - Method in interface com.oracle.nosql.spring.data.core.NosqlOperations
-
Returns the entity for the given id in the given table.
- findById(NosqlEntityInformation<T, ID>, ID) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplate
- findById(NosqlEntityInformation<T, ID>, ID) - Method in interface com.oracle.nosql.spring.data.core.ReactiveNosqlOperations
- findById(NosqlEntityInformation<T, ID>, ID) - Method in class com.oracle.nosql.spring.data.core.ReactiveNosqlTemplate
- findById(ID) - Method in interface com.oracle.nosql.spring.data.repository.NosqlRepository
- findById(ID) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleNosqlRepository
-
Find entity by its id.
- findById(ID) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleReactiveNosqlRepository
- findById(ID, Class<T>) - Method in interface com.oracle.nosql.spring.data.core.NosqlOperations
-
Returns the entity for the given table.
- findById(ID, Class<T>) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplate
- findById(Object, Class<T>) - Method in interface com.oracle.nosql.spring.data.core.ReactiveNosqlOperations
- findById(Object, Class<T>) - Method in class com.oracle.nosql.spring.data.core.ReactiveNosqlTemplate
- findById(Publisher<ID>) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleReactiveNosqlRepository
- findIdNosqlType(Class<?>) - Static method in class com.oracle.nosql.spring.data.repository.support.NosqlEntityInformation
- FLOAT - Enum constant in enum class com.oracle.nosql.spring.data.core.mapping.NosqlPersistentProperty.TypeCode
G
- generated() - Element in annotation interface com.oracle.nosql.spring.data.core.mapping.NosqlId
-
Specifies if values for the field are automatically generated.
- generateSql(String, Map<String, Object>, String, NosqlPersistentEntity<?>) - Method in class com.oracle.nosql.spring.data.core.query.CriteriaQuery
- generateSql(String, Map<String, Object>, String, NosqlPersistentEntity<?>) - Method in class com.oracle.nosql.spring.data.core.query.NosqlQuery
- generateSql(String, Map<String, Object>, String, NosqlPersistentEntity<?>) - Method in class com.oracle.nosql.spring.data.core.query.StringQuery
- GEO_JSON_POINT - Enum constant in enum class com.oracle.nosql.spring.data.core.mapping.NosqlPersistentProperty.TypeCode
- GEO_JSON_POLYGON - Enum constant in enum class com.oracle.nosql.spring.data.core.mapping.NosqlPersistentProperty.TypeCode
- getAnnotation() - Method in class com.oracle.nosql.spring.data.repository.config.NosqlRepositoriesRegistrar
- getAnnotation() - Method in class com.oracle.nosql.spring.data.repository.config.ReactiveNosqlRepositoriesRegistrar
- getApplicationContext() - Method in class com.oracle.nosql.spring.data.core.convert.MappingNosqlConverter
- getAuthorizationString(Request) - Method in class com.oracle.nosql.spring.data.NosqlDbFactory.CloudSimProvider
- getCodeForDeserialization(Class<?>) - Static method in class com.oracle.nosql.spring.data.core.mapping.BasicNosqlPersistentProperty
- getCodeForSerialization(Class<?>) - Static method in class com.oracle.nosql.spring.data.core.mapping.BasicNosqlPersistentProperty
- getConsistency() - Method in interface com.oracle.nosql.spring.data.repository.NosqlRepository
-
Returns the configured read request consistency value.
- getConsistency() - Method in interface com.oracle.nosql.spring.data.repository.ReactiveNosqlRepository
-
Returns the configured read request consistency value.
- getConsistency() - Method in class com.oracle.nosql.spring.data.repository.support.NosqlEntityInformation
- getConsistency() - Method in class com.oracle.nosql.spring.data.repository.support.SimpleNosqlRepository
- getConsistency() - Method in class com.oracle.nosql.spring.data.repository.support.SimpleReactiveNosqlRepository
- getConversionService() - Method in class com.oracle.nosql.spring.data.core.convert.MappingNosqlConverter
- getConverter() - Method in interface com.oracle.nosql.spring.data.core.NosqlOperations
-
Returns the assigned mapping converter.
- getConverter() - Method in class com.oracle.nosql.spring.data.core.NosqlTemplate
- getConverter() - Method in interface com.oracle.nosql.spring.data.core.ReactiveNosqlOperations
- getConverter() - Method in class com.oracle.nosql.spring.data.core.ReactiveNosqlTemplate
- getCreateTableDDL(NosqlEntityInformation<?, ?>) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplateBase
- getCriteria() - Method in class com.oracle.nosql.spring.data.core.query.CriteriaQuery
- getCriteriaByType(CriteriaType) - Method in class com.oracle.nosql.spring.data.core.query.CriteriaQuery
- getDefaultCapacityMode() - Method in class com.oracle.nosql.spring.data.config.NosqlDbConfig
-
Returns the default capacity mode set.
- getDefaultCapacityMode() - Method in class com.oracle.nosql.spring.data.NosqlDbFactory
-
Returns the config value
NosqlDbConfig.getDefaultCapacityMode()
. - getDefaultReadUnits() - Method in class com.oracle.nosql.spring.data.config.NosqlDbConfig
-
Returns the value that was set for default read units or 50 otherwise.
- getDefaultReadUnits() - Method in class com.oracle.nosql.spring.data.NosqlDbFactory
-
Returns the config value
NosqlDbConfig.getDefaultReadUnits()
. - getDefaultStorageGB() - Method in class com.oracle.nosql.spring.data.config.NosqlDbConfig
-
Returns the value that was set for default storageGB or 25 otherwise.
- getDefaultStorageGB() - Method in class com.oracle.nosql.spring.data.NosqlDbFactory
-
Returns the config value
NosqlDbConfig.getDefaultStorageGB()
. - getDefaultWriteUnits() - Method in class com.oracle.nosql.spring.data.config.NosqlDbConfig
-
Returns the value that was set for default write units or 50 otherwise.
- getDefaultWriteUnits() - Method in class com.oracle.nosql.spring.data.NosqlDbFactory
-
Returns the config value
NosqlDbConfig.getDefaultWriteUnits()
. - getDurability() - Method in interface com.oracle.nosql.spring.data.repository.NosqlRepository
-
Returns the configured request durability value.
- getDurability() - Method in interface com.oracle.nosql.spring.data.repository.ReactiveNosqlRepository
-
Returns the configured request durability value.
- getDurability() - Method in class com.oracle.nosql.spring.data.repository.support.NosqlEntityInformation
- getDurability() - Method in class com.oracle.nosql.spring.data.repository.support.SimpleNosqlRepository
- getDurability() - Method in class com.oracle.nosql.spring.data.repository.support.SimpleReactiveNosqlRepository
- getEntityInformation() - Method in class com.oracle.nosql.spring.data.repository.query.NosqlQueryMethod
- getEntityInformation(Class<T>) - Method in class com.oracle.nosql.spring.data.repository.support.NosqlRepositoryFactory
- getEntityInformation(Class<T>) - Method in class com.oracle.nosql.spring.data.repository.support.ReactiveNosqlRepositoryFactory
- getExtension() - Method in class com.oracle.nosql.spring.data.repository.config.NosqlRepositoriesRegistrar
- getExtension() - Method in class com.oracle.nosql.spring.data.repository.config.ReactiveNosqlRepositoriesRegistrar
- getFactoryInstance(ApplicationContext) - Method in class com.oracle.nosql.spring.data.repository.support.NosqlRepositoryFactoryBean
- getFactoryInstance(ApplicationContext) - Method in class com.oracle.nosql.spring.data.repository.support.ReactiveNosqlRepositoryFactoryBean
- getId(T) - Method in class com.oracle.nosql.spring.data.repository.support.NosqlEntityInformation
- getIdColumnName() - Method in class com.oracle.nosql.spring.data.repository.support.NosqlEntityInformation
- getIdentifyingAnnotations() - Method in class com.oracle.nosql.spring.data.repository.config.NosqlRepositoryConfigurationExtension
- getIdentifyingAnnotations() - Method in class com.oracle.nosql.spring.data.repository.config.ReactiveNosqlRepositoryConfigurationExtension
- getIdentifyingTypes() - Method in class com.oracle.nosql.spring.data.repository.config.NosqlRepositoryConfigurationExtension
- getIdentifyingTypes() - Method in class com.oracle.nosql.spring.data.repository.config.ReactiveNosqlRepositoryConfigurationExtension
- getIdField() - Method in class com.oracle.nosql.spring.data.repository.support.NosqlEntityInformation
- getIdNosqlType() - Method in class com.oracle.nosql.spring.data.repository.support.NosqlEntityInformation
- getIdProperty(Class<E>) - Method in class com.oracle.nosql.spring.data.core.convert.MappingNosqlConverter
- getIdType() - Method in class com.oracle.nosql.spring.data.repository.support.NosqlEntityInformation
- getInitialEntitySet() - Method in class com.oracle.nosql.spring.data.config.NosqlConfigurationSupport
- getInstance(CriteriaType) - Static method in class com.oracle.nosql.spring.data.core.query.Criteria
- getInstance(Part, boolean, String, List<Object>) - Static method in class com.oracle.nosql.spring.data.core.query.Criteria
- getInstance(Part, CriteriaType, Criteria, Criteria) - Static method in class com.oracle.nosql.spring.data.core.query.Criteria
- getIterableFromStream(Stream<T>) - Static method in class com.oracle.nosql.spring.data.core.IterableUtil
- getJavaType() - Method in class com.oracle.nosql.spring.data.repository.query.SimpleNosqlEntityMetadata
- getLibraryVersion() - Static method in class com.oracle.nosql.spring.data.NosqlDbFactory
-
Returns the current version of the NoSQL DB Sprint Data SDK, as a string in an x.y.z format.
- getLimit() - Method in class com.oracle.nosql.spring.data.core.query.NosqlQuery
- getMappingBasePackages() - Method in class com.oracle.nosql.spring.data.config.NosqlConfigurationSupport
- getMappingContext() - Method in class com.oracle.nosql.spring.data.core.convert.MappingNosqlConverter
- getModuleName() - Method in class com.oracle.nosql.spring.data.repository.config.NosqlRepositoryConfigurationExtension
- getModuleName() - Method in class com.oracle.nosql.spring.data.repository.config.ReactiveNosqlRepositoryConfigurationExtension
- getModulePrefix() - Method in class com.oracle.nosql.spring.data.repository.config.NosqlRepositoryConfigurationExtension
- getModulePrefix() - Method in class com.oracle.nosql.spring.data.repository.config.ReactiveNosqlRepositoryConfigurationExtension
- getNonShardKeys() - Method in class com.oracle.nosql.spring.data.repository.support.NosqlEntityInformation
- getNosqlClient() - Method in class com.oracle.nosql.spring.data.core.NosqlTemplate
- getNosqlClient() - Method in class com.oracle.nosql.spring.data.NosqlDbFactory
- getNosqlEntityInformation() - Method in interface com.oracle.nosql.spring.data.repository.query.NosqlEntityMetadata
- getNosqlEntityInformation() - Method in class com.oracle.nosql.spring.data.repository.query.SimpleNosqlEntityMetadata
- getNosqlEntityInformation(Class<T>) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplate
- getNosqlHandleConfig() - Method in class com.oracle.nosql.spring.data.config.NosqlDbConfig
- getPageable() - Method in class com.oracle.nosql.spring.data.core.query.CriteriaQuery
- getPart() - Method in class com.oracle.nosql.spring.data.core.query.Criteria
- getProvider() - Static method in class com.oracle.nosql.spring.data.NosqlDbFactory.CloudSimProvider
- getQueryCacheCapacity() - Method in class com.oracle.nosql.spring.data.config.NosqlDbConfig
-
Returns the capacity of the prepared query cache.
- getQueryCacheCapacity() - Method in class com.oracle.nosql.spring.data.NosqlDbFactory
-
Returns the capacity of the prepared query cache.
- getQueryCacheLifetime() - Method in class com.oracle.nosql.spring.data.config.NosqlDbConfig
-
Returns the lifetime of the prepared query cache in milliseconds.
- getQueryCacheLifetime() - Method in class com.oracle.nosql.spring.data.NosqlDbFactory
-
Returns the lifetime of the prepared query cache in milliseconds.
- getQueryLookupStrategy(QueryLookupStrategy.Key, QueryMethodEvaluationContextProvider) - Method in class com.oracle.nosql.spring.data.repository.support.NosqlRepositoryFactory
- getQueryLookupStrategy(QueryLookupStrategy.Key, QueryMethodEvaluationContextProvider) - Method in class com.oracle.nosql.spring.data.repository.support.ReactiveNosqlRepositoryFactory
- getQueryMethod() - Method in class com.oracle.nosql.spring.data.repository.query.AbstractNosqlQuery
- getQueryMethod() - Method in class com.oracle.nosql.spring.data.repository.query.AbstractReactiveNosqlQuery
- getRepositoryBaseClass(RepositoryMetadata) - Method in class com.oracle.nosql.spring.data.repository.support.NosqlRepositoryFactory
- getRepositoryBaseClass(RepositoryMetadata) - Method in class com.oracle.nosql.spring.data.repository.support.ReactiveNosqlRepositoryFactory
- getRepositoryFactoryBeanClassName() - Method in class com.oracle.nosql.spring.data.repository.config.NosqlRepositoryConfigurationExtension
- getRepositoryFactoryBeanClassName() - Method in class com.oracle.nosql.spring.data.repository.config.ReactiveNosqlRepositoryConfigurationExtension
- getShardKeys() - Method in class com.oracle.nosql.spring.data.repository.support.NosqlEntityInformation
- getSort() - Method in class com.oracle.nosql.spring.data.core.query.NosqlQuery
- getSqlKeyword() - Method in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
- getStreamFromIterable(Iterable<T>) - Static method in class com.oracle.nosql.spring.data.core.IterableUtil
- getStreamFromIterator(Iterator<T>) - Static method in class com.oracle.nosql.spring.data.core.IterableUtil
- getSubCriteria() - Method in class com.oracle.nosql.spring.data.core.query.Criteria
- getSubject() - Method in class com.oracle.nosql.spring.data.core.query.Criteria
- getSubjectValues() - Method in class com.oracle.nosql.spring.data.core.query.Criteria
- getTableLimits(NosqlDbFactory) - Method in class com.oracle.nosql.spring.data.repository.support.NosqlEntityInformation
- getTableName() - Method in interface com.oracle.nosql.spring.data.repository.query.NosqlEntityMetadata
- getTableName() - Method in class com.oracle.nosql.spring.data.repository.query.SimpleNosqlEntityMetadata
- getTableName() - Method in class com.oracle.nosql.spring.data.repository.support.NosqlEntityInformation
- getTableName(Class<?>) - Method in interface com.oracle.nosql.spring.data.core.NosqlOperations
-
Returns the tableName for the given entity class.
- getTableName(Class<?>) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplate
- getTableName(Class<?>) - Method in interface com.oracle.nosql.spring.data.core.ReactiveNosqlOperations
-
Returns the table name associated to the domainClass
- getTableName(Class<?>) - Method in class com.oracle.nosql.spring.data.core.ReactiveNosqlTemplate
- getTableReqPollInterval() - Method in class com.oracle.nosql.spring.data.config.NosqlDbConfig
-
Returns the table request poll interval in milliseconds.
- getTableReqPollInterval() - Method in class com.oracle.nosql.spring.data.NosqlDbFactory
-
Returns the table request poll interval in milliseconds.
- getTableReqTimeout() - Method in class com.oracle.nosql.spring.data.config.NosqlDbConfig
-
Returns the table request timeout in milliseconds.
- getTableReqTimeout() - Method in class com.oracle.nosql.spring.data.NosqlDbFactory
-
Returns the table request timeout in milliseconds.
- getTargetRepository(RepositoryInformation) - Method in class com.oracle.nosql.spring.data.repository.support.NosqlRepositoryFactory
- getTargetRepository(RepositoryInformation) - Method in class com.oracle.nosql.spring.data.repository.support.ReactiveNosqlRepositoryFactory
- getTimeout() - Method in interface com.oracle.nosql.spring.data.repository.NosqlRepository
-
Returns the configured request timeout value, in milliseconds, or 0 if it has not been set.
- getTimeout() - Method in interface com.oracle.nosql.spring.data.repository.ReactiveNosqlRepository
-
Returns the configured request timeout value, in milliseconds, or 0 if it has not been set.
- getTimeout() - Method in class com.oracle.nosql.spring.data.repository.support.NosqlEntityInformation
- getTimeout() - Method in class com.oracle.nosql.spring.data.repository.support.SimpleNosqlRepository
- getTimeout() - Method in class com.oracle.nosql.spring.data.repository.support.SimpleReactiveNosqlRepository
- getTimestampPrecision() - Method in class com.oracle.nosql.spring.data.config.NosqlDbConfig
-
Returns the precision of the Timestamp NoSQL DB type when creating a new table.
- getTimestampPrecision() - Method in class com.oracle.nosql.spring.data.NosqlDbFactory
-
Returns the precision of the Timestamp NoSQL DB type when creating a new table.
- getTtl() - Method in class com.oracle.nosql.spring.data.repository.support.NosqlEntityInformation
-
Get default table level TTL of the entity.
- getType() - Method in class com.oracle.nosql.spring.data.core.query.Criteria
- getTypeCode() - Method in class com.oracle.nosql.spring.data.core.mapping.BasicNosqlPersistentProperty
-
The code of the type of the property
- getTypeCode() - Method in interface com.oracle.nosql.spring.data.core.mapping.NosqlPersistentProperty
-
The code of the type of the property
- getValues() - Method in interface com.oracle.nosql.spring.data.repository.query.NosqlParameterAccessor
- getValues() - Method in class com.oracle.nosql.spring.data.repository.query.NosqlParameterParameterAccessor
- GREATER_THAN - Enum constant in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
- GREATER_THAN_EQUAL - Enum constant in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
H
- hasAnnotatedQuery() - Method in class com.oracle.nosql.spring.data.repository.query.NosqlQueryMethod
-
Returns whether the method has an annotated query.
- hasNext() - Method in class com.oracle.nosql.spring.data.core.IterableUtil.IteratorImpl
- HOURS - Enum constant in enum class com.oracle.nosql.spring.data.core.mapping.NosqlTable.TtlUnit
I
- ID_PROPERTY_NAME - Static variable in class com.oracle.nosql.spring.data.Constants
- IN - Enum constant in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
- includeFilters() - Element in annotation interface com.oracle.nosql.spring.data.repository.config.EnableNosqlRepositories
- includeFilters() - Element in annotation interface com.oracle.nosql.spring.data.repository.config.EnableReactiveNosqlRepositories
- insert(NosqlEntityInformation<?, ID>, T) - Method in interface com.oracle.nosql.spring.data.core.ReactiveNosqlOperations
- insert(NosqlEntityInformation<?, ID>, T) - Method in class com.oracle.nosql.spring.data.core.ReactiveNosqlTemplate
- insert(NosqlEntityInformation<T, ID>, T) - Method in interface com.oracle.nosql.spring.data.core.NosqlOperations
-
Inserts the entity into the given table, if id generated is used the id field must be null or 0.
- insert(NosqlEntityInformation<T, ID>, T) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplate
-
If entity doesn't have autogen field objectToSave is wrote using put.
- insert(T) - Method in interface com.oracle.nosql.spring.data.core.NosqlOperations
-
Inserts the entity into the table, if id generated is used the id field must be null or 0.
- insert(T) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplate
- insert(T) - Method in interface com.oracle.nosql.spring.data.core.ReactiveNosqlOperations
- insert(T) - Method in class com.oracle.nosql.spring.data.core.ReactiveNosqlTemplate
- INSTANT - Enum constant in enum class com.oracle.nosql.spring.data.core.mapping.NosqlPersistentProperty.TypeCode
- INT - Enum constant in enum class com.oracle.nosql.spring.data.core.mapping.NosqlPersistentProperty.TypeCode
- IS_EQUAL - Enum constant in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
- IS_NOT_NULL - Enum constant in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
- IS_NULL - Enum constant in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
- isAllowedKeyType(Class<?>) - Static method in class com.oracle.nosql.spring.data.repository.support.NosqlEntityInformation
- isAtomic() - Method in enum class com.oracle.nosql.spring.data.core.mapping.NosqlPersistentProperty.TypeCode
- isAutoCreateTable() - Method in class com.oracle.nosql.spring.data.repository.support.NosqlEntityInformation
- isAutoGeneratedId() - Method in class com.oracle.nosql.spring.data.repository.support.NosqlEntityInformation
- isBinary(CriteriaType) - Static method in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
-
Check if CriteriaType operation is binary, with format of (A ops A -> B).
- isClosed(CriteriaType) - Static method in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
-
Check if CriteriaType operation is closure, with format of (A ops A -> A).
- isCompositeKey() - Method in class com.oracle.nosql.spring.data.core.mapping.BasicNosqlPersistentProperty
- isCompositeKey() - Method in interface com.oracle.nosql.spring.data.core.mapping.NosqlPersistentProperty
-
Whether the property is a composite primary key.
- isCompositeKeyType(Class<?>) - Static method in class com.oracle.nosql.spring.data.repository.support.NosqlEntityInformation
- isCount - Variable in class com.oracle.nosql.spring.data.core.query.NosqlQuery
- isCount() - Method in class com.oracle.nosql.spring.data.core.query.NosqlQuery
- isCountQuery() - Method in class com.oracle.nosql.spring.data.repository.query.AbstractNosqlQuery
- isCountQuery() - Method in class com.oracle.nosql.spring.data.repository.query.AbstractReactiveNosqlQuery
- isCountQuery() - Method in class com.oracle.nosql.spring.data.repository.query.PartTreeNosqlQuery
- isCountQuery() - Method in class com.oracle.nosql.spring.data.repository.query.PartTreeReactiveNosqlQuery
- isCountQuery() - Method in class com.oracle.nosql.spring.data.repository.query.ReactiveStringBasedNosqlQuery
- isCountQuery() - Method in class com.oracle.nosql.spring.data.repository.query.StringBasedNosqlQuery
- isDeleteQuery() - Method in class com.oracle.nosql.spring.data.repository.query.AbstractNosqlQuery
- isDeleteQuery() - Method in class com.oracle.nosql.spring.data.repository.query.AbstractReactiveNosqlQuery
- isDeleteQuery() - Method in class com.oracle.nosql.spring.data.repository.query.PartTreeNosqlQuery
- isDeleteQuery() - Method in class com.oracle.nosql.spring.data.repository.query.PartTreeReactiveNosqlQuery
- isDeleteQuery() - Method in class com.oracle.nosql.spring.data.repository.query.ReactiveStringBasedNosqlQuery
- isDeleteQuery() - Method in class com.oracle.nosql.spring.data.repository.query.StringBasedNosqlQuery
- isExistsQuery() - Method in class com.oracle.nosql.spring.data.repository.query.AbstractNosqlQuery
- isExistsQuery() - Method in class com.oracle.nosql.spring.data.repository.query.AbstractReactiveNosqlQuery
- isExistsQuery() - Method in class com.oracle.nosql.spring.data.repository.query.PartTreeNosqlQuery
- isExistsQuery() - Method in class com.oracle.nosql.spring.data.repository.query.PartTreeReactiveNosqlQuery
- isExistsQuery() - Method in class com.oracle.nosql.spring.data.repository.query.ReactiveStringBasedNosqlQuery
- isExistsQuery() - Method in class com.oracle.nosql.spring.data.repository.query.StringBasedNosqlQuery
- isFunction(CriteriaType) - Static method in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
-
Check if CriteriaType operation is a function.
- isIdProperty() - Method in class com.oracle.nosql.spring.data.core.mapping.BasicNosqlPersistentProperty
- isIgnoreCase() - Method in class com.oracle.nosql.spring.data.core.query.Criteria
- isNosqlKey() - Method in class com.oracle.nosql.spring.data.core.mapping.BasicNosqlPersistentProperty
- isNosqlKey() - Method in interface com.oracle.nosql.spring.data.core.mapping.NosqlPersistentProperty
-
Whether the property is a
NosqlKey
- isPartTypeSupported(Part.Type) - Static method in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
-
Check if PartType is supported.
- isPartTypeUnSupported(Part.Type) - Static method in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
-
Check if PartType is NOT supported.
- isUnary(CriteriaType) - Static method in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
-
Check if CriteriaType operation is unary, with format of (ops A -> B).
- IterableUtil - Class in com.oracle.nosql.spring.data.core
-
Set of helping classes and methods to get Iterable, Iterator, Stream based on the results of a QueryRequest.
- IterableUtil() - Constructor for class com.oracle.nosql.spring.data.core.IterableUtil
- IterableUtil.IterableImpl - Class in com.oracle.nosql.spring.data.core
- IterableUtil.IteratorImpl - Class in com.oracle.nosql.spring.data.core
- iterator() - Method in class com.oracle.nosql.spring.data.core.IterableUtil.IterableImpl
J
- JSON_COLUMN - Static variable in class com.oracle.nosql.spring.data.core.NosqlTemplateBase
L
- LESS_THAN - Enum constant in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
- LESS_THAN_EQUAL - Enum constant in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
- LIKE - Enum constant in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
- limit - Variable in class com.oracle.nosql.spring.data.core.query.NosqlQuery
- limit(Integer) - Method in class com.oracle.nosql.spring.data.core.query.CriteriaQuery
-
Limit the number of returned rows to
limit
. - limit(Integer) - Method in class com.oracle.nosql.spring.data.core.query.NosqlQuery
-
Limit the number of returned rows to
limit
. - LOG - Static variable in class com.oracle.nosql.spring.data.core.NosqlTemplateBase
- LONG - Enum constant in enum class com.oracle.nosql.spring.data.core.mapping.NosqlPersistentProperty.TypeCode
M
- MAP - Enum constant in enum class com.oracle.nosql.spring.data.core.mapping.NosqlPersistentProperty.TypeCode
- mappingNosqlConverter - Variable in class com.oracle.nosql.spring.data.core.NosqlTemplateBase
- mappingNosqlConverter() - Method in class com.oracle.nosql.spring.data.config.AbstractNosqlConfiguration
- MappingNosqlConverter - Class in com.oracle.nosql.spring.data.core.convert
- MappingNosqlConverter(MappingContext<? extends NosqlPersistentEntity<?>, NosqlPersistentProperty>) - Constructor for class com.oracle.nosql.spring.data.core.convert.MappingNosqlConverter
- MultiEntityExecution(ReactiveNosqlOperations, NosqlEntityInformation<?, ?>) - Constructor for class com.oracle.nosql.spring.data.repository.query.ReactiveNosqlQueryExecution.MultiEntityExecution
N
- namedQueriesLocation() - Element in annotation interface com.oracle.nosql.spring.data.repository.config.EnableNosqlRepositories
- namedQueriesLocation() - Element in annotation interface com.oracle.nosql.spring.data.repository.config.EnableReactiveNosqlRepositories
- NEAR - Enum constant in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
- next() - Method in class com.oracle.nosql.spring.data.core.IterableUtil.IteratorImpl
- NOSQL_MAPPING_CONTEXT - Static variable in class com.oracle.nosql.spring.data.Constants
- NOSQL_XML_TEMPLATE_REF - Static variable in class com.oracle.nosql.spring.data.Constants
- NosqlCapacityMode - Enum Class in com.oracle.nosql.spring.data.core.mapping
-
Cloud only, selector for how capacity is set when creating new tables.
- nosqlClient - Variable in class com.oracle.nosql.spring.data.core.NosqlTemplateBase
- NosqlConfigurationSupport - Class in com.oracle.nosql.spring.data.config
- NosqlConfigurationSupport() - Constructor for class com.oracle.nosql.spring.data.config.NosqlConfigurationSupport
- NOSQLDB_MODULE_NAME - Static variable in class com.oracle.nosql.spring.data.Constants
- NOSQLDB_MODULE_PREFIX - Static variable in class com.oracle.nosql.spring.data.Constants
- NosqlDbConfig - Class in com.oracle.nosql.spring.data.config
- NosqlDbConfig(String, AuthorizationProvider) - Constructor for class com.oracle.nosql.spring.data.config.NosqlDbConfig
- NosqlDbConfig(NoSQLHandleConfig) - Constructor for class com.oracle.nosql.spring.data.config.NosqlDbConfig
- nosqlDbFactory - Variable in class com.oracle.nosql.spring.data.core.NosqlTemplateBase
- nosqlDbFactory(NosqlDbConfig) - Method in class com.oracle.nosql.spring.data.config.AbstractNosqlConfiguration
- NosqlDbFactory - Class in com.oracle.nosql.spring.data
-
Factory class for connecting to an Oracle NoSQL Database on premise database or cloud service.
- NosqlDbFactory(NosqlDbConfig) - Constructor for class com.oracle.nosql.spring.data.NosqlDbFactory
- NosqlDbFactory.CloudSimProvider - Class in com.oracle.nosql.spring.data
-
A simple provider that uses a manufactured id for use by the Cloud Simulator.
- NosqlEntityInformation<T,
ID> - Class in com.oracle.nosql.spring.data.repository.support - NosqlEntityInformation(ApplicationContext, Class<T>) - Constructor for class com.oracle.nosql.spring.data.repository.support.NosqlEntityInformation
- NosqlEntityMetadata<T> - Interface in com.oracle.nosql.spring.data.repository.query
- NosqlId - Annotation Interface in com.oracle.nosql.spring.data.core.mapping
-
Identifies the primary key field of the entity.
- NosqlKey - Annotation Interface in com.oracle.nosql.spring.data.core.mapping
-
Identifies the annotated field as a component of the composite primary key.
- nosqlMappingContext() - Method in class com.oracle.nosql.spring.data.config.NosqlConfigurationSupport
- NosqlMappingContext - Class in com.oracle.nosql.spring.data.core.mapping
- NosqlMappingContext() - Constructor for class com.oracle.nosql.spring.data.core.mapping.NosqlMappingContext
- NosqlOperations - Interface in com.oracle.nosql.spring.data.core
- NosqlParameterAccessor - Interface in com.oracle.nosql.spring.data.repository.query
- NosqlParameterParameterAccessor - Class in com.oracle.nosql.spring.data.repository.query
- NosqlParameterParameterAccessor(NosqlQueryMethod, Object[]) - Constructor for class com.oracle.nosql.spring.data.repository.query.NosqlParameterParameterAccessor
- NosqlPersistentEntity<T> - Interface in com.oracle.nosql.spring.data.core.mapping
- NosqlPersistentProperty - Interface in com.oracle.nosql.spring.data.core.mapping
- NosqlPersistentProperty.TypeCode - Enum Class in com.oracle.nosql.spring.data.core.mapping
-
To optimize class info for different properties make use of the typecode.
- NosqlQuery - Class in com.oracle.nosql.spring.data.core.query
- NosqlQuery() - Constructor for class com.oracle.nosql.spring.data.core.query.NosqlQuery
- NosqlQueryCreator - Class in com.oracle.nosql.spring.data.repository.query
- NosqlQueryCreator(PartTree, NosqlParameterAccessor, MappingContext<?, NosqlPersistentProperty>, ReturnedType) - Constructor for class com.oracle.nosql.spring.data.repository.query.NosqlQueryCreator
- NosqlQueryExecution - Interface in com.oracle.nosql.spring.data.repository.query
- NosqlQueryExecution.AbstractExecution<T> - Class in com.oracle.nosql.spring.data.repository.query
- NosqlQueryExecution.CollectionExecution<T> - Class in com.oracle.nosql.spring.data.repository.query
- NosqlQueryExecution.CountExecution<T> - Class in com.oracle.nosql.spring.data.repository.query
- NosqlQueryExecution.DeleteExecution<T> - Class in com.oracle.nosql.spring.data.repository.query
- NosqlQueryExecution.ExistsExecution<T> - Class in com.oracle.nosql.spring.data.repository.query
- NosqlQueryExecution.PagedExecution<T> - Class in com.oracle.nosql.spring.data.repository.query
- NosqlQueryExecution.SlicedExecution<T> - Class in com.oracle.nosql.spring.data.repository.query
- NosqlQueryMethod - Class in com.oracle.nosql.spring.data.repository.query
- NosqlQueryMethod(ApplicationContext, Method, RepositoryMetadata, ProjectionFactory) - Constructor for class com.oracle.nosql.spring.data.repository.query.NosqlQueryMethod
- NosqlRepositoriesRegistrar - Class in com.oracle.nosql.spring.data.repository.config
- NosqlRepositoriesRegistrar() - Constructor for class com.oracle.nosql.spring.data.repository.config.NosqlRepositoriesRegistrar
- NosqlRepository<T,
ID extends Serializable> - Interface in com.oracle.nosql.spring.data.repository - NosqlRepositoryConfigurationExtension - Class in com.oracle.nosql.spring.data.repository.config
- NosqlRepositoryConfigurationExtension() - Constructor for class com.oracle.nosql.spring.data.repository.config.NosqlRepositoryConfigurationExtension
- NosqlRepositoryFactory - Class in com.oracle.nosql.spring.data.repository.support
- NosqlRepositoryFactory(NosqlOperations, ApplicationContext) - Constructor for class com.oracle.nosql.spring.data.repository.support.NosqlRepositoryFactory
- NosqlRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,
ID>, S, ID extends Serializable> - Class in com.oracle.nosql.spring.data.repository.support - NosqlRepositoryFactoryBean(Class<? extends T>) - Constructor for class com.oracle.nosql.spring.data.repository.support.NosqlRepositoryFactoryBean
- NosqlTable - Annotation Interface in com.oracle.nosql.spring.data.core.mapping
-
Optional annotation used to set options regarding the table used for entity.
- NosqlTable.TtlUnit - Enum Class in com.oracle.nosql.spring.data.core.mapping
- nosqlTemplate(NosqlDbFactory) - Method in class com.oracle.nosql.spring.data.config.AbstractNosqlConfiguration
- NosqlTemplate - Class in com.oracle.nosql.spring.data.core
- NosqlTemplate(NosqlDbFactory, MappingNosqlConverter) - Constructor for class com.oracle.nosql.spring.data.core.NosqlTemplate
- NosqlTemplateBase - Class in com.oracle.nosql.spring.data.core
- NosqlTemplateBase(NosqlDbFactory, MappingNosqlConverter) - Constructor for class com.oracle.nosql.spring.data.core.NosqlTemplateBase
- nosqlTemplateRef() - Element in annotation interface com.oracle.nosql.spring.data.repository.config.EnableNosqlRepositories
-
Configures the name of the
NosqlTemplate
bean to be used with the repositories detected. - NOT - Enum constant in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
- NOT_CONTAINING - Enum constant in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
- NOT_IN - Enum constant in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
- NOT_LIKE - Enum constant in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
- NOTSET_PRIMARY_KEY_ORDER - Static variable in class com.oracle.nosql.spring.data.Constants
- NOTSET_SHARD_KEY - Static variable in class com.oracle.nosql.spring.data.Constants
- NOTSET_TABLE_READ_UNITS - Static variable in class com.oracle.nosql.spring.data.Constants
- NOTSET_TABLE_STORAGE_GB - Static variable in class com.oracle.nosql.spring.data.Constants
- NOTSET_TABLE_TIMEOUT_MS - Static variable in class com.oracle.nosql.spring.data.Constants
- NOTSET_TABLE_TTL - Static variable in class com.oracle.nosql.spring.data.Constants
- NOTSET_TABLE_WRITE_UNITS - Static variable in class com.oracle.nosql.spring.data.Constants
O
- OBJECT - Enum constant in enum class com.oracle.nosql.spring.data.core.mapping.NosqlPersistentProperty.TypeCode
- ON_DEMAND - Enum constant in enum class com.oracle.nosql.spring.data.core.mapping.NosqlCapacityMode
- operations - Variable in class com.oracle.nosql.spring.data.repository.query.NosqlQueryExecution.AbstractExecution
- or(Criteria, Criteria) - Method in class com.oracle.nosql.spring.data.repository.query.NosqlQueryCreator
- OR - Enum constant in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
- order() - Element in annotation interface com.oracle.nosql.spring.data.core.mapping.NosqlKey
-
Specifies the order of the field related to other fields listed in the composite key class.
P
- pageable - Variable in class com.oracle.nosql.spring.data.core.query.NosqlQuery
- PartTreeNosqlQuery - Class in com.oracle.nosql.spring.data.repository.query
- PartTreeNosqlQuery(NosqlQueryMethod, NosqlOperations) - Constructor for class com.oracle.nosql.spring.data.repository.query.PartTreeNosqlQuery
- PartTreeReactiveNosqlQuery - Class in com.oracle.nosql.spring.data.repository.query
- PartTreeReactiveNosqlQuery(NosqlQueryMethod, ReactiveNosqlOperations) - Constructor for class com.oracle.nosql.spring.data.repository.query.PartTreeReactiveNosqlQuery
- POJO - Enum constant in enum class com.oracle.nosql.spring.data.core.mapping.NosqlPersistentProperty.TypeCode
- postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - Method in class com.oracle.nosql.spring.data.repository.config.NosqlRepositoryConfigurationExtension
- postProcess(BeanDefinitionBuilder, RepositoryConfigurationSource) - Method in class com.oracle.nosql.spring.data.repository.config.NosqlRepositoryConfigurationExtension
- postProcess(BeanDefinitionBuilder, RepositoryConfigurationSource) - Method in class com.oracle.nosql.spring.data.repository.config.ReactiveNosqlRepositoryConfigurationExtension
- postProcess(BeanDefinitionBuilder, XmlRepositoryConfigurationSource) - Method in class com.oracle.nosql.spring.data.repository.config.NosqlRepositoryConfigurationExtension
- project(ReturnedType) - Method in class com.oracle.nosql.spring.data.core.query.CriteriaQuery
- PROVISIONED - Enum constant in enum class com.oracle.nosql.spring.data.core.mapping.NosqlCapacityMode
- psCache - Variable in class com.oracle.nosql.spring.data.core.NosqlTemplateBase
Q
- Query - Annotation Interface in com.oracle.nosql.spring.data.repository
-
Annotation to declare native queries directly on repository methods.
- queryLookupStrategy() - Element in annotation interface com.oracle.nosql.spring.data.repository.config.EnableNosqlRepositories
- queryLookupStrategy() - Element in annotation interface com.oracle.nosql.spring.data.repository.config.EnableReactiveNosqlRepositories
- queryMethod - Variable in class com.oracle.nosql.spring.data.repository.query.NosqlQueryExecution.AbstractExecution
R
- ReactiveNosqlOperations - Interface in com.oracle.nosql.spring.data.core
- ReactiveNosqlQueryExecution - Interface in com.oracle.nosql.spring.data.repository.query
- ReactiveNosqlQueryExecution.CountExecution - Class in com.oracle.nosql.spring.data.repository.query
- ReactiveNosqlQueryExecution.DeleteExecution - Class in com.oracle.nosql.spring.data.repository.query
- ReactiveNosqlQueryExecution.ExistsExecution - Class in com.oracle.nosql.spring.data.repository.query
- ReactiveNosqlQueryExecution.MultiEntityExecution - Class in com.oracle.nosql.spring.data.repository.query
- ReactiveNosqlRepositoriesRegistrar - Class in com.oracle.nosql.spring.data.repository.config
- ReactiveNosqlRepositoriesRegistrar() - Constructor for class com.oracle.nosql.spring.data.repository.config.ReactiveNosqlRepositoriesRegistrar
- ReactiveNosqlRepository<T,
K> - Interface in com.oracle.nosql.spring.data.repository - ReactiveNosqlRepositoryConfigurationExtension - Class in com.oracle.nosql.spring.data.repository.config
- ReactiveNosqlRepositoryConfigurationExtension() - Constructor for class com.oracle.nosql.spring.data.repository.config.ReactiveNosqlRepositoryConfigurationExtension
- ReactiveNosqlRepositoryFactory - Class in com.oracle.nosql.spring.data.repository.support
- ReactiveNosqlRepositoryFactory(ReactiveNosqlOperations, ApplicationContext) - Constructor for class com.oracle.nosql.spring.data.repository.support.ReactiveNosqlRepositoryFactory
- ReactiveNosqlRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,
K>, S, K extends Serializable> - Class in com.oracle.nosql.spring.data.repository.support - ReactiveNosqlRepositoryFactoryBean(Class<? extends T>) - Constructor for class com.oracle.nosql.spring.data.repository.support.ReactiveNosqlRepositoryFactoryBean
- reactiveNosqlTemplate(NosqlDbFactory) - Method in class com.oracle.nosql.spring.data.config.AbstractNosqlConfiguration
- ReactiveNosqlTemplate - Class in com.oracle.nosql.spring.data.core
- ReactiveNosqlTemplate(NosqlDbFactory, MappingNosqlConverter) - Constructor for class com.oracle.nosql.spring.data.core.ReactiveNosqlTemplate
- ReactiveStringBasedNosqlQuery - Class in com.oracle.nosql.spring.data.repository.query
- ReactiveStringBasedNosqlQuery(NosqlQueryMethod, ReactiveNosqlOperations, QueryMethodEvaluationContextProvider) - Constructor for class com.oracle.nosql.spring.data.repository.query.ReactiveStringBasedNosqlQuery
- ReactiveStringBasedNosqlQuery(String, NosqlQueryMethod, ReactiveNosqlOperations, QueryMethodEvaluationContextProvider) - Constructor for class com.oracle.nosql.spring.data.repository.query.ReactiveStringBasedNosqlQuery
- read(Class<R>, FieldValue) - Method in class com.oracle.nosql.spring.data.core.convert.MappingNosqlConverter
- readUnits() - Element in annotation interface com.oracle.nosql.spring.data.core.mapping.NosqlTable
-
Sets the read units when table is created.
- REGEX - Enum constant in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
- registerBeansForRoot(BeanDefinitionRegistry, RepositoryConfigurationSource) - Method in class com.oracle.nosql.spring.data.repository.config.NosqlRepositoryConfigurationExtension
- registerBeansForRoot(BeanDefinitionRegistry, RepositoryConfigurationSource) - Method in class com.oracle.nosql.spring.data.repository.config.ReactiveNosqlRepositoryConfigurationExtension
- repositoryBaseClass() - Element in annotation interface com.oracle.nosql.spring.data.repository.config.EnableNosqlRepositories
- repositoryBaseClass() - Element in annotation interface com.oracle.nosql.spring.data.repository.config.EnableReactiveNosqlRepositories
- repositoryFactoryBeanClass() - Element in annotation interface com.oracle.nosql.spring.data.repository.config.EnableNosqlRepositories
- repositoryFactoryBeanClass() - Element in annotation interface com.oracle.nosql.spring.data.repository.config.EnableReactiveNosqlRepositories
- repositoryImplementationPostfix() - Element in annotation interface com.oracle.nosql.spring.data.repository.config.EnableNosqlRepositories
- repositoryImplementationPostfix() - Element in annotation interface com.oracle.nosql.spring.data.repository.config.EnableReactiveNosqlRepositories
- returnPropertyIfBetterIdPropertyCandidateOrNull(NosqlPersistentProperty) - Method in class com.oracle.nosql.spring.data.core.mapping.BasicNosqlPersistentEntity
- runQuery(NosqlEntityInformation<?, ?>, String) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplate
- runQueryJavaParams(NosqlEntityInformation<?, ?>, String, Map<String, Object>) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplate
-
javaParams is a Map of param_name to Java objects
- runQueryNosqlParams(NosqlEntityInformation<?, ?>, String, Map<String, FieldValue>) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplate
-
nosqlParams is a Map of param_name to FieldValue
- runQueryNosqlParams(NosqlEntityInformation<?, ?>, String, Map<String, FieldValue>) - Method in class com.oracle.nosql.spring.data.core.ReactiveNosqlTemplate
-
nosqlParams is a Map of param_name to FieldValue
- runTableRequest(String) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplate
S
- save(S) - Method in interface com.oracle.nosql.spring.data.repository.NosqlRepository
- save(S) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleNosqlRepository
-
Save entity.
- save(S) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleReactiveNosqlRepository
- saveAll(Iterable<S>) - Method in interface com.oracle.nosql.spring.data.repository.NosqlRepository
- saveAll(Iterable<S>) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleNosqlRepository
-
Batch save entities.
- saveAll(Iterable<S>) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleReactiveNosqlRepository
- saveAll(Publisher<S>) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleReactiveNosqlRepository
- scanForEntities(String) - Method in class com.oracle.nosql.spring.data.config.NosqlConfigurationSupport
- setApplicationContext(ApplicationContext) - Method in class com.oracle.nosql.spring.data.core.convert.MappingNosqlConverter
- setApplicationContext(ApplicationContext) - Method in class com.oracle.nosql.spring.data.core.mapping.BasicNosqlPersistentEntity
- setApplicationContext(ApplicationContext) - Method in class com.oracle.nosql.spring.data.core.mapping.NosqlMappingContext
- setApplicationContext(ApplicationContext) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplate
- setApplicationContext(ApplicationContext) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplateBase
- setApplicationContext(ApplicationContext) - Method in class com.oracle.nosql.spring.data.core.ReactiveNosqlTemplate
- setApplicationContext(ApplicationContext) - Method in class com.oracle.nosql.spring.data.repository.support.NosqlRepositoryFactoryBean
- setApplicationContext(ApplicationContext) - Method in class com.oracle.nosql.spring.data.repository.support.ReactiveNosqlRepositoryFactoryBean
- setConsistency(String) - Method in interface com.oracle.nosql.spring.data.repository.NosqlRepository
-
Sets the read request consistency value.
- setConsistency(String) - Method in interface com.oracle.nosql.spring.data.repository.ReactiveNosqlRepository
-
Sets the read request consistency value.
- setConsistency(String) - Method in class com.oracle.nosql.spring.data.repository.support.NosqlEntityInformation
- setConsistency(String) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleNosqlRepository
- setConsistency(String) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleReactiveNosqlRepository
- setCount(boolean) - Method in class com.oracle.nosql.spring.data.core.query.CriteriaQuery
- setCount(boolean) - Method in class com.oracle.nosql.spring.data.core.query.NosqlQuery
- setDefaultCapacityMode(NosqlCapacityMode) - Method in class com.oracle.nosql.spring.data.config.NosqlDbConfig
-
Sets the default capacity mode when table is created if
NosqlTable
annotation is not present. - setDefaultReadUnits(int) - Method in class com.oracle.nosql.spring.data.config.NosqlDbConfig
-
Sets the default read units when table is created if
NosqlTable
annotation is not present or it doesn't specify a readUnits value. - setDefaultStorageGB(int) - Method in class com.oracle.nosql.spring.data.config.NosqlDbConfig
-
Sets the default storageGB when table is created if
NosqlTable
annotation is not present or it doesn't specify a storageGB value. - setDefaultWriteUnits(int) - Method in class com.oracle.nosql.spring.data.config.NosqlDbConfig
-
Sets the default write units when table is created if
NosqlTable
annotation is not present or it doesn't specify a writeUnits value. - setDistinct(boolean) - Method in class com.oracle.nosql.spring.data.core.query.CriteriaQuery
- setDurability(String) - Method in interface com.oracle.nosql.spring.data.repository.NosqlRepository
-
Sets the request durability value.
- setDurability(String) - Method in interface com.oracle.nosql.spring.data.repository.ReactiveNosqlRepository
-
Sets the request durability value.
- setDurability(String) - Method in class com.oracle.nosql.spring.data.repository.support.NosqlEntityInformation
- setDurability(String) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleNosqlRepository
- setDurability(String) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleReactiveNosqlRepository
- setId(E, FieldValue) - Method in class com.oracle.nosql.spring.data.core.convert.MappingNosqlConverter
- setMappingContext(MappingContext<?, ?>) - Method in class com.oracle.nosql.spring.data.repository.support.NosqlRepositoryFactoryBean
- setMappingContext(MappingContext<?, ?>) - Method in class com.oracle.nosql.spring.data.repository.support.ReactiveNosqlRepositoryFactoryBean
- setNosqlOperations(NosqlOperations) - Method in class com.oracle.nosql.spring.data.repository.support.NosqlRepositoryFactoryBean
- setQueryCacheCapacity(int) - Method in class com.oracle.nosql.spring.data.config.NosqlDbConfig
-
Sets the capacity of the prepared query cache.
- setQueryCacheLifetime(int) - Method in class com.oracle.nosql.spring.data.config.NosqlDbConfig
-
Sets the lifetime of the prepared query cache in milliseconds.
- setReactiveNosqlOperations(ReactiveNosqlOperations) - Method in class com.oracle.nosql.spring.data.repository.support.ReactiveNosqlRepositoryFactoryBean
- setTableReqPollInterval(int) - Method in class com.oracle.nosql.spring.data.config.NosqlDbConfig
-
Sets the table request poll interval in milliseconds.
- setTableReqTimeout(int) - Method in class com.oracle.nosql.spring.data.config.NosqlDbConfig
-
Sets the table request timeout in milliseconds.
- setTimeout(int) - Method in interface com.oracle.nosql.spring.data.repository.NosqlRepository
-
Sets the request timeout value, in milliseconds.
- setTimeout(int) - Method in interface com.oracle.nosql.spring.data.repository.ReactiveNosqlRepository
-
Sets the request timeout value, in milliseconds.
- setTimeout(int) - Method in class com.oracle.nosql.spring.data.repository.support.NosqlEntityInformation
- setTimeout(int) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleNosqlRepository
- setTimeout(int) - Method in class com.oracle.nosql.spring.data.repository.support.SimpleReactiveNosqlRepository
- setTimestampPrecision(int) - Method in class com.oracle.nosql.spring.data.config.NosqlDbConfig
-
Sets the precision of the Timestamp NoSQL DB type when creating a new table.
- shardKey() - Element in annotation interface com.oracle.nosql.spring.data.core.mapping.NosqlKey
-
Specifies whether the field is part of the shard key or not.
- shouldCreatePersistentEntityFor(TypeInformation<?>) - Method in class com.oracle.nosql.spring.data.core.mapping.NosqlMappingContext
- SimpleNosqlEntityMetadata<T> - Class in com.oracle.nosql.spring.data.repository.query
- SimpleNosqlEntityMetadata(Class<T>, NosqlEntityInformation<T, ?>) - Constructor for class com.oracle.nosql.spring.data.repository.query.SimpleNosqlEntityMetadata
- SimpleNosqlRepository<T,
ID extends Serializable> - Class in com.oracle.nosql.spring.data.repository.support - SimpleNosqlRepository(NosqlEntityInformation<T, ID>, NosqlOperations) - Constructor for class com.oracle.nosql.spring.data.repository.support.SimpleNosqlRepository
- SimpleNosqlRepository(NosqlEntityInformation<T, ID>, ApplicationContext) - Constructor for class com.oracle.nosql.spring.data.repository.support.SimpleNosqlRepository
- SimpleReactiveNosqlRepository<T,
ID extends Serializable> - Class in com.oracle.nosql.spring.data.repository.support - SimpleReactiveNosqlRepository(NosqlEntityInformation<T, ID>, ReactiveNosqlOperations) - Constructor for class com.oracle.nosql.spring.data.repository.support.SimpleReactiveNosqlRepository
- SimpleReactiveNosqlRepository(NosqlEntityInformation<T, ID>, ApplicationContext) - Constructor for class com.oracle.nosql.spring.data.repository.support.SimpleReactiveNosqlRepository
- sort - Variable in class com.oracle.nosql.spring.data.core.query.NosqlQuery
- STARTS_WITH - Enum constant in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
- storageGB() - Element in annotation interface com.oracle.nosql.spring.data.core.mapping.NosqlTable
-
Sets the storageGB when table is created.
- STRING - Enum constant in enum class com.oracle.nosql.spring.data.core.mapping.NosqlPersistentProperty.TypeCode
- StringBasedNosqlQuery - Class in com.oracle.nosql.spring.data.repository.query
-
Class implements native queries that come from
Query
annotation. - StringBasedNosqlQuery(NosqlQueryMethod, NosqlOperations, QueryMethodEvaluationContextProvider) - Constructor for class com.oracle.nosql.spring.data.repository.query.StringBasedNosqlQuery
- StringBasedNosqlQuery(String, NosqlQueryMethod, NosqlOperations, QueryMethodEvaluationContextProvider) - Constructor for class com.oracle.nosql.spring.data.repository.query.StringBasedNosqlQuery
- StringQuery - Class in com.oracle.nosql.spring.data.core.query
- StringQuery(NosqlQueryMethod, String, NosqlParameterAccessor) - Constructor for class com.oracle.nosql.spring.data.core.query.StringQuery
T
- tableName() - Element in annotation interface com.oracle.nosql.spring.data.core.mapping.NosqlTable
-
Sets the name of the table to be used for this entity.
- timeout() - Element in annotation interface com.oracle.nosql.spring.data.core.mapping.NosqlTable
-
Sets the default timeout in milliseconds for all operations applied on this table.
- TIMESTAMP - Enum constant in enum class com.oracle.nosql.spring.data.core.mapping.NosqlPersistentProperty.TypeCode
- toCriteriaType(Part.Type) - Static method in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
- toNosqlSqlType(Object) - Static method in class com.oracle.nosql.spring.data.core.convert.MappingNosqlConverter
- TRUE - Enum constant in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
- ttl() - Element in annotation interface com.oracle.nosql.spring.data.core.mapping.NosqlTable
-
Sets the default table level Time to Live (TTL) when table is created.
- ttlUnit() - Element in annotation interface com.oracle.nosql.spring.data.core.mapping.NosqlTable
-
Sets the unit of TTL value.
U
- update(NosqlEntityInformation<?, ID>, T) - Method in interface com.oracle.nosql.spring.data.core.ReactiveNosqlOperations
- update(NosqlEntityInformation<?, ID>, T) - Method in class com.oracle.nosql.spring.data.core.ReactiveNosqlTemplate
- update(NosqlEntityInformation<T, ID>, T) - Method in interface com.oracle.nosql.spring.data.core.NosqlOperations
-
Updates the entity into the given table.
- update(NosqlEntityInformation<T, ID>, T) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplate
- update(T) - Method in interface com.oracle.nosql.spring.data.core.NosqlOperations
-
Updates the entity into the table.
- update(T) - Method in class com.oracle.nosql.spring.data.core.NosqlTemplate
- update(T) - Method in interface com.oracle.nosql.spring.data.core.ReactiveNosqlOperations
- update(T) - Method in class com.oracle.nosql.spring.data.core.ReactiveNosqlTemplate
- USER_AGENT - Static variable in class com.oracle.nosql.spring.data.Constants
- useRepositoryConfiguration(RepositoryMetadata) - Method in class com.oracle.nosql.spring.data.repository.config.NosqlRepositoryConfigurationExtension
- useRepositoryConfiguration(RepositoryMetadata) - Method in class com.oracle.nosql.spring.data.repository.config.ReactiveNosqlRepositoryConfigurationExtension
V
- value() - Element in annotation interface com.oracle.nosql.spring.data.repository.config.EnableNosqlRepositories
- value() - Element in annotation interface com.oracle.nosql.spring.data.repository.config.EnableReactiveNosqlRepositories
- value() - Element in annotation interface com.oracle.nosql.spring.data.repository.Query
-
Takes an Oracle NoSQL DB SQL query string to define the actual query to be executed.
- valueOf(String) - Static method in enum class com.oracle.nosql.spring.data.core.mapping.NosqlCapacityMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oracle.nosql.spring.data.core.mapping.NosqlPersistentProperty.TypeCode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oracle.nosql.spring.data.core.mapping.NosqlTable.TtlUnit
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.oracle.nosql.spring.data.core.mapping.NosqlCapacityMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oracle.nosql.spring.data.core.mapping.NosqlPersistentProperty.TypeCode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oracle.nosql.spring.data.core.mapping.NosqlTable.TtlUnit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- with(Pageable) - Method in class com.oracle.nosql.spring.data.core.query.CriteriaQuery
- with(Pageable) - Method in class com.oracle.nosql.spring.data.core.query.NosqlQuery
- with(Sort) - Method in class com.oracle.nosql.spring.data.core.query.CriteriaQuery
- with(Sort) - Method in class com.oracle.nosql.spring.data.core.query.NosqlQuery
- WITHIN - Enum constant in enum class com.oracle.nosql.spring.data.core.query.CriteriaType
- write(Object, FieldValue) - Method in class com.oracle.nosql.spring.data.core.convert.MappingNosqlConverter
-
Deprecated.
- writeUnits() - Element in annotation interface com.oracle.nosql.spring.data.core.mapping.NosqlTable
-
Sets the write units when table is created.
All Classes and Interfaces|All Packages|Constant Field Values