-
Terminally Deprecated ElementsElementDescriptionorg.springframework.data.aerospike.core.AerospikeOperations.deleteExistingByIds
(Iterable<?>, String) This method is deprecated and will be removed in a future version. Use a combination ofAerospikeOperations.existsByIdsUsingQuery(Collection, String, Query)
andAerospikeOperations.deleteByIds(Iterable, String)
} to ensure existence of records prior to deletion if needed.This method is deprecated and will be removed in a future version. Use a combination ofReactiveAerospikeOperations.existsByIdsUsingQuery(Collection, Class, Query)
andReactiveAerospikeOperations.deleteByIds(Iterable, Class)
} to ensure existence of records prior to deletion if needed.This method is deprecated and will be removed in a future version. Use a combination ofReactiveAerospikeOperations.existsByIdsUsingQuery(Collection, String, Query)
andReactiveAerospikeOperations.deleteByIds(Iterable, String)
} to ensure existence of records prior to deletion if needed.
-
Deprecated MethodsMethodDescriptionThis method is deprecated and will be removed in a future version. Use a combination of
AerospikeOperations.existsByIdsUsingQuery(Collection, Class, Query)
andAerospikeOperations.deleteByIds(Iterable, Class)
} to ensure existence of records prior to deletion if needed.org.springframework.data.aerospike.core.AerospikeOperations.deleteExistingByIds(Iterable<?>, String) This method is deprecated and will be removed in a future version. Use a combination ofAerospikeOperations.existsByIdsUsingQuery(Collection, String, Query)
andAerospikeOperations.deleteByIds(Iterable, String)
} to ensure existence of records prior to deletion if needed.org.springframework.data.aerospike.core.AerospikeTemplate.deleteExistingByIds(Iterable<?>, Class<T>) This method is deprecated and will be removed in a future version. Use a combination ofReactiveAerospikeOperations.existsByIdsUsingQuery(Collection, Class, Query)
andReactiveAerospikeOperations.deleteByIds(Iterable, Class)
} to ensure existence of records prior to deletion if needed.This method is deprecated and will be removed in a future version. Use a combination ofReactiveAerospikeOperations.existsByIdsUsingQuery(Collection, String, Query)
andReactiveAerospikeOperations.deleteByIds(Iterable, String)
} to ensure existence of records prior to deletion if needed.
AerospikeOperations.existsByIdsUsingQuery(Collection, Class, Query)
andAerospikeOperations.deleteByIds(Iterable, Class)
} to ensure existence of records prior to deletion if needed.