Spring Data Elasticsearch

org.springframework.data.elasticsearch.repository.query
Class ElasticsearchQueryMethod

java.lang.Object
  extended by org.springframework.data.repository.query.QueryMethod
      extended by org.springframework.data.elasticsearch.repository.query.ElasticsearchQueryMethod

public class ElasticsearchQueryMethod
extends org.springframework.data.repository.query.QueryMethod


Constructor Summary
ElasticsearchQueryMethod(Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, ElasticsearchEntityInformationCreator elasticsearchEntityInformationCreator)
           
 
Method Summary
 String getAnnotatedQuery()
           
 boolean hasAnnotatedQuery()
           
 
Methods inherited from class org.springframework.data.repository.query.QueryMethod
createParameters, getDomainClass, getEntityInformation, getName, getNamedQueryName, getParameters, getReturnedObjectType, isCollectionQuery, isModifyingQuery, isPageQuery, isQueryForEntity, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ElasticsearchQueryMethod

public ElasticsearchQueryMethod(Method method,
                                org.springframework.data.repository.core.RepositoryMetadata metadata,
                                ElasticsearchEntityInformationCreator elasticsearchEntityInformationCreator)
Method Detail

hasAnnotatedQuery

public boolean hasAnnotatedQuery()

getAnnotatedQuery

public String getAnnotatedQuery()

Spring Data Elasticsearch

Copyright © 2013 BioMed Central. All Rights Reserved.