- java.lang.Object
-
- io.helidon.integrations.neo4j.Neo4j
-
public final class Neo4j extends Object
Main entry point for Neo4j support for Helidon. Performs configuration and the prepared driver.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNeo4j.BuilderFluent API builder for Neo4j.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Neo4j.Builderbuilder()Following the builder pattern.static Neo4jcreate(Config config)Create the Neo4j support using builder.org.neo4j.driver.Driverdriver()The main entry point to the Neo4j Support.
-
-
-
Method Detail
-
create
public static Neo4j create(Config config)
Create the Neo4j support using builder.- Parameters:
config- from the external configuration- Returns:
- Neo4j support
-
builder
public static Neo4j.Builder builder()
Following the builder pattern.- Returns:
- the builder
-
driver
public org.neo4j.driver.Driver driver()
The main entry point to the Neo4j Support.- Returns:
- neo4j driver
-
-