All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lordofthejars.nosqlunit.neo4j.Neo4jConnectionCallback Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package com.lordofthejars.nosqlunit.neo4j;

import org.neo4j.graphdb.GraphDatabaseService;

public interface Neo4jConnectionCallback {

	GraphDatabaseService graphDatabaseService();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy