Class BaseAerospikePartTreeQuery
java.lang.Object
org.springframework.data.aerospike.repository.query.BaseAerospikePartTreeQuery
- All Implemented Interfaces:
RepositoryQuery
- Direct Known Subclasses:
AerospikePartTreeQuery
,ReactiveAerospikePartTreeQuery
- Author:
- Peter Milne, Jean Mercier, Igor Ermolenko
-
Method Summary
Modifier and TypeMethodDescriptioncreateQuery
(ParametersParameterAccessor accessor, PartTree tree) Creates aQuery
instance using aAbstractQueryCreator
.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.data.repository.query.RepositoryQuery
execute
-
Method Details
-
getQueryMethod
- Specified by:
getQueryMethod
in interfaceRepositoryQuery
-
createQuery
Creates aQuery
instance using aAbstractQueryCreator
. This method instantiates the query creator with the necessary components and then delegates to it to create the actual query.
-