Spring Data Graph

org.springframework.data.document.mongodb.repository
Class MongoQuery

java.lang.Object
  extended by org.springframework.data.document.mongodb.repository.MongoQuery
All Implemented Interfaces:
org.springframework.data.repository.query.RepositoryQuery

public class MongoQuery
extends Object
implements org.springframework.data.repository.query.RepositoryQuery

RepositoryQuery implementation for Mongo.

Author:
Oliver Gierke

Constructor Summary
MongoQuery(org.springframework.data.repository.query.QueryMethod method, MongoTemplate template)
          Creates a new MongoQuery from the given QueryMethod and MongoTemplate.
 
Method Summary
 Object execute(Object[] parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MongoQuery

public MongoQuery(org.springframework.data.repository.query.QueryMethod method,
                  MongoTemplate template)
Creates a new MongoQuery from the given QueryMethod and MongoTemplate.

Parameters:
method -
template -
Method Detail

execute

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

Spring Data Graph

Copyright © 2011. All Rights Reserved.