java.lang.Object
io.helidon.integrations.neo4j.Neo4j
Main entry point for Neo4j support for Helidon.
Performs configuration and the prepared driver.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Neo4j.Builderbuilder()Following the builder pattern.static Neo4jDeprecated, for removal: This API element is subject to removal in a future version.static Neo4jCreate the Neo4j support using builder.org.neo4j.driver.Driverdriver()The main entry point to the Neo4j Support.
-
Method Details
-
create
Deprecated, for removal: This API element is subject to removal in a future version.usecreate(io.helidon.config.Config)insteadCreate the Neo4j support using builder.- Parameters:
config- from the external configuration- Returns:
- Neo4j support
-
create
Create the Neo4j support using builder.- Parameters:
config- from the external configuration- Returns:
- Neo4j support
-
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
-
create(io.helidon.config.Config)instead