Class CoherenceRepositoryQuery
java.lang.Object
com.oracle.coherence.spring.data.repository.query.CoherenceRepositoryQuery
- All Implemented Interfaces:
org.springframework.data.repository.query.RepositoryQuery
public class CoherenceRepositoryQuery
extends Object
implements org.springframework.data.repository.query.RepositoryQuery
Coherence implementation of
RepositoryQuery
.- Since:
- 3.0
- Author:
- Ryan Lubke
-
Constructor Summary
ConstructorDescriptionCoherenceRepositoryQuery
(com.tangosol.net.NamedMap namedMap, Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory) Constructs a newCoherenceRepositoryQuery
. -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.repository.query.QueryMethod
-
Constructor Details
-
CoherenceRepositoryQuery
public CoherenceRepositoryQuery(com.tangosol.net.NamedMap namedMap, Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory) Constructs a newCoherenceRepositoryQuery
.- Parameters:
namedMap
- theNamedMap
this query will be executing againstmethod
- the finder methodmetadata
- the repository metadatafactory
- theProjectionFactory
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceorg.springframework.data.repository.query.RepositoryQuery
-
getQueryMethod
public org.springframework.data.repository.query.QueryMethod getQueryMethod()- Specified by:
getQueryMethod
in interfaceorg.springframework.data.repository.query.RepositoryQuery
-