Spring Data Neo4j

org.springframework.data.neo4j.repository
Class GraphRepositoryFactory.GraphQueryMethod

java.lang.Object
  extended by org.springframework.data.repository.query.QueryMethod
      extended by org.springframework.data.neo4j.repository.GraphRepositoryFactory.GraphQueryMethod
Enclosing class:
GraphRepositoryFactory

public static class GraphRepositoryFactory.GraphQueryMethod
extends org.springframework.data.repository.query.QueryMethod


Constructor Summary
GraphRepositoryFactory.GraphQueryMethod(Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.repository.core.NamedQueries namedQueries)
           
 
Method Summary
 String getQueryString()
           
 Class<?> getReturnType()
           
 boolean hasAnnotation()
           
 boolean isValid()
           
 
Methods inherited from class org.springframework.data.repository.query.QueryMethod
createParameters, getDomainClass, getEntityInformation, getName, getNamedQueryName, getParameters, isCollectionQuery, isModifyingQuery, isPageQuery, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GraphRepositoryFactory.GraphQueryMethod

public GraphRepositoryFactory.GraphQueryMethod(Method method,
                                               org.springframework.data.repository.core.RepositoryMetadata metadata,
                                               org.springframework.data.repository.core.NamedQueries namedQueries)
Method Detail

isValid

public boolean isValid()

getReturnType

public Class<?> getReturnType()

getQueryString

public String getQueryString()

hasAnnotation

public boolean hasAnnotation()

Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.