Class CoherenceRepositoryQuery

  • All Implemented Interfaces:
    org.springframework.data.repository.query.RepositoryQuery

    public class CoherenceRepositoryQuery
    extends java.lang.Object
    implements org.springframework.data.repository.query.RepositoryQuery
    Coherence implementation of RepositoryQuery.
    Since:
    3.0
    Author:
    Ryan Lubke
    • Constructor Summary

      Constructors 
      Constructor Description
      CoherenceRepositoryQuery​(com.tangosol.net.NamedMap namedMap, java.lang.reflect.Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory)
      Constructs a new CoherenceRepositoryQuery.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object execute​(java.lang.Object[] parameters)  
      org.springframework.data.repository.query.QueryMethod getQueryMethod()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CoherenceRepositoryQuery

        public CoherenceRepositoryQuery​(com.tangosol.net.NamedMap namedMap,
                                        java.lang.reflect.Method method,
                                        org.springframework.data.repository.core.RepositoryMetadata metadata,
                                        org.springframework.data.projection.ProjectionFactory factory)
        Constructs a new CoherenceRepositoryQuery.
        Parameters:
        namedMap - the NamedMap this query will be executing against
        method - the finder method
        metadata - the repository metadata
        factory - the ProjectionFactory
    • Method Detail

      • execute

        public java.lang.Object execute​(java.lang.Object[] parameters)
        Specified by:
        execute in interface org.springframework.data.repository.query.RepositoryQuery
      • getQueryMethod

        public org.springframework.data.repository.query.QueryMethod getQueryMethod()
        Specified by:
        getQueryMethod in interface org.springframework.data.repository.query.RepositoryQuery