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

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

The newest version!
package com.lordofthejars.nosqlunit.neo4j;

import org.neo4j.graphdb.GraphDatabaseService;

public interface Neo4jConnectionCallback {

	GraphDatabaseService graphDatabaseService();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy