Uses of Interface
org.springframework.data.neo4j.core.Neo4jClient
Packages that use Neo4jClient
Package
Description
This package contains configuration related support classes that
can be used for application specific, annotated configuration classes.
This package contains the core infrastructure for creating an
imperative or reactive client that can execute queries.
-
Uses of Neo4jClient in org.springframework.data.neo4j.config
Methods in org.springframework.data.neo4j.config that return Neo4jClientModifier and TypeMethodDescriptionAbstractNeo4jConfig.neo4jClient(org.neo4j.driver.Driver driver, @Nullable DatabaseSelectionProvider databaseSelectionProvider) The driver used here should be the driver resulting fromAbstractNeo4jConfig.driver(), which is the default.Neo4jCdiConfigurationSupport.neo4jClient(org.neo4j.driver.Driver driver) Methods in org.springframework.data.neo4j.config with parameters of type Neo4jClientModifier and TypeMethodDescriptionAbstractNeo4jConfig.neo4jTemplate(Neo4jClient neo4jClient, Neo4jMappingContext mappingContext) Method parameters in org.springframework.data.neo4j.config with type arguments of type Neo4jClientModifier and TypeMethodDescriptionNeo4jCdiConfigurationSupport.neo4jOperations(jakarta.enterprise.inject.Instance<Neo4jClient> neo4jClient, jakarta.enterprise.inject.Instance<Neo4jMappingContext> mappingContext, jakarta.enterprise.inject.Instance<org.neo4j.cypherdsl.core.renderer.Configuration> cypherDslConfiguration, jakarta.enterprise.inject.Instance<PlatformTransactionManager> transactionManager) -
Uses of Neo4jClient in org.springframework.data.neo4j.core
Methods in org.springframework.data.neo4j.core that return Neo4jClientModifier and TypeMethodDescriptionNeo4jClient.Builder.build()static Neo4jClientNeo4jClient.create(org.neo4j.driver.Driver driver) static Neo4jClientNeo4jClient.create(org.neo4j.driver.Driver driver, DatabaseSelectionProvider databaseSelectionProvider) Constructors in org.springframework.data.neo4j.core with parameters of type Neo4jClientModifierConstructorDescriptionNeo4jTemplate(Neo4jClient neo4jClient) Neo4jTemplate(Neo4jClient neo4jClient, Neo4jMappingContext neo4jMappingContext) Neo4jTemplate(Neo4jClient neo4jClient, Neo4jMappingContext neo4jMappingContext, EntityCallbacks entityCallbacks) Neo4jTemplate(Neo4jClient neo4jClient, Neo4jMappingContext neo4jMappingContext, EntityCallbacks entityCallbacks, @Nullable PlatformTransactionManager platformTransactionManager) Neo4jTemplate(Neo4jClient neo4jClient, Neo4jMappingContext neo4jMappingContext, PlatformTransactionManager transactionManager)