Spring Data Neo4j

org.springframework.data.neo4j.repository.query
Class VariableContext

java.lang.Object
  extended by org.springframework.data.neo4j.repository.query.VariableContext

public class VariableContext
extends Object

Author:
Oliver Gierke

Constructor Summary
VariableContext()
           
 
Method Summary
 String getVariableFor(Neo4jPersistentEntity<?> entity)
           
 String getVariableFor(org.springframework.data.mapping.context.PersistentPropertyPath<Neo4jPersistentProperty> path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableContext

public VariableContext()
Method Detail

getVariableFor

public String getVariableFor(org.springframework.data.mapping.context.PersistentPropertyPath<Neo4jPersistentProperty> path)

getVariableFor

public String getVariableFor(Neo4jPersistentEntity<?> entity)

Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.