Spring Data Neo4j

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

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

public abstract class QueryTemplates
extends Object

String templates to build Cypher queries.

Author:
Oliver Gierke

Field Summary
static String PARAMETER
           
static String PARAMETER_INDEX_QUERY
           
static String PLACEHOLDER
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAMETER

public static final String PARAMETER
See Also:
Constant Field Values

PARAMETER_INDEX_QUERY

public static final String PARAMETER_INDEX_QUERY
See Also:
Constant Field Values

PLACEHOLDER

public static final String PLACEHOLDER

Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.