Spring Data Neo4j

Uses of Class
org.springframework.data.neo4j.repository.query.PartInfo

Packages that use PartInfo
org.springframework.data.neo4j.repository.query   
 

Uses of PartInfo in org.springframework.data.neo4j.repository.query
 

Methods in org.springframework.data.neo4j.repository.query that return PartInfo
 PartInfo CypherQuery.getPartInfo(int parameterIndex)
           
 

Methods in org.springframework.data.neo4j.repository.query with parameters of type PartInfo
static Object QueryTemplates.formatExpression(PartInfo partInfo, Object value)
           
static String QueryTemplates.formatIndexQuery(PartInfo partInfo, Object value)
           
 

Constructors in org.springframework.data.neo4j.repository.query with parameters of type PartInfo
IndexRestrictingStartClause(PartInfo partInfo, String className)
           
NodeEntityMatchingStartClause(PartInfo partInfo)
           
TypeRestrictingWhereClause(PartInfo partInfo, Neo4jPersistentEntity entity, Neo4jTemplate template)
           
 


Spring Data Neo4j

Copyright © 2013 SpringSource. All Rights Reserved.