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

net.ibizsys.central.plugin.neo4j.ba.INeo4jBDSchemeRuntime Maven / Gradle / Ivy

There is a newer version: 8.1.0.559
Show newest version
package net.ibizsys.central.plugin.neo4j.ba;

import org.neo4j.driver.Driver;

import net.ibizsys.central.ba.ISysBDSchemeRuntime;

public interface INeo4jBDSchemeRuntime extends ISysBDSchemeRuntime {

	/**
	 * 获取Neo4j驱动
	 * @return
	 */
	Driver getDriver();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy