Uses of Class
org.springframework.data.aerospike.query.QueryEngine
Packages that use QueryEngine
Package
Description
-
Uses of QueryEngine in org.springframework.data.aerospike.config
Methods in org.springframework.data.aerospike.config that return QueryEngineModifier and TypeMethodDescriptionAbstractAerospikeDataConfiguration.queryEngine
(com.aerospike.client.IAerospikeClient aerospikeClient, StatementBuilder statementBuilder, FilterExpressionsBuilder filterExpressionsBuilder) Methods in org.springframework.data.aerospike.config with parameters of type QueryEngineModifier and TypeMethodDescriptionAbstractAerospikeDataConfiguration.aerospikeTemplate
(com.aerospike.client.IAerospikeClient aerospikeClient, MappingAerospikeConverter mappingAerospikeConverter, AerospikeMappingContext aerospikeMappingContext, AerospikeExceptionTranslator aerospikeExceptionTranslator, QueryEngine queryEngine, IndexRefresher indexRefresher) -
Uses of QueryEngine in org.springframework.data.aerospike.core
Constructors in org.springframework.data.aerospike.core with parameters of type QueryEngineModifierConstructorDescriptionAerospikeTemplate
(com.aerospike.client.IAerospikeClient client, String namespace, MappingAerospikeConverter converter, AerospikeMappingContext mappingContext, AerospikeExceptionTranslator exceptionTranslator, QueryEngine queryEngine, IndexRefresher indexRefresher)