Spring Data Neo4j

org.springframework.data.neo4j.support.node
Class Neo4jHelper

java.lang.Object
  extended by org.springframework.data.neo4j.support.node.Neo4jHelper

public abstract class Neo4jHelper
extends Object


Constructor Summary
Neo4jHelper()
           
 
Method Summary
static void cleanDb(org.neo4j.graphdb.GraphDatabaseService graphDatabaseService)
           
static void cleanDb(org.neo4j.graphdb.GraphDatabaseService graphDatabaseService, boolean includeReferenceNode)
           
static void cleanDb(Neo4jTemplate template)
           
static void dumpDb(org.neo4j.graphdb.GraphDatabaseService gds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Neo4jHelper

public Neo4jHelper()
Method Detail

cleanDb

public static void cleanDb(Neo4jTemplate template)

dumpDb

public static void dumpDb(org.neo4j.graphdb.GraphDatabaseService gds)

cleanDb

public static void cleanDb(org.neo4j.graphdb.GraphDatabaseService graphDatabaseService)

cleanDb

public static void cleanDb(org.neo4j.graphdb.GraphDatabaseService graphDatabaseService,
                           boolean includeReferenceNode)

Spring Data Neo4j

Copyright © 2013 SpringSource. All Rights Reserved.