Uses of Class
org.neo4j.driver.springframework.boot.autoconfigure.Neo4jDriverProperties.PoolSettings
-
Packages that use Neo4jDriverProperties.PoolSettings Package Description org.neo4j.driver.springframework.boot.autoconfigure This package contains the properties and automatic configuration for Neo4js Java Driver. -
-
Uses of Neo4jDriverProperties.PoolSettings in org.neo4j.driver.springframework.boot.autoconfigure
Methods in org.neo4j.driver.springframework.boot.autoconfigure that return Neo4jDriverProperties.PoolSettings Modifier and Type Method Description Neo4jDriverProperties.PoolSettingsNeo4jDriverProperties. getPool()Methods in org.neo4j.driver.springframework.boot.autoconfigure with parameters of type Neo4jDriverProperties.PoolSettings Modifier and Type Method Description voidNeo4jDriverProperties. setPool(Neo4jDriverProperties.PoolSettings pool)
-