Uses of Class
org.springframework.data.aerospike.query.QueryEngine
| Package | Description |
|---|---|
| org.springframework.data.aerospike.config | |
| org.springframework.data.aerospike.core |
-
Uses of QueryEngine in org.springframework.data.aerospike.config
Methods in org.springframework.data.aerospike.config that return QueryEngine Modifier and Type Method Description QueryEngineAbstractAerospikeDataConfiguration. queryEngine(com.aerospike.client.IAerospikeClient aerospikeClient, StatementBuilder statementBuilder)Methods in org.springframework.data.aerospike.config with parameters of type QueryEngine Modifier and Type Method Description AerospikeTemplateAbstractAerospikeDataConfiguration. 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 QueryEngine Constructor Description AerospikeTemplate(com.aerospike.client.IAerospikeClient client, String namespace, MappingAerospikeConverter converter, AerospikeMappingContext mappingContext, AerospikeExceptionTranslator exceptionTranslator, QueryEngine queryEngine, IndexRefresher indexRefresher)