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 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 new CoherenceRepositoryQuery.
      Parameters:
      namedMap - the NamedMap this query will be executing against
      method - the finder method
      metadata - the repository metadata
      factory - the ProjectionFactory
  • Method Details

    • execute

      public Object execute(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