@groovy.transform.AutoClone @groovy.transform.builder.Builder(builderStrategy: SimpleStrategy, prefix: ) class Neo4jConnectionSourceSettings extends ConnectionSourceSettings implements Settings
Settings for Neo4j
| Modifiers | Name | Description |
|---|---|---|
static enum |
Neo4jConnectionSourceSettings.ConnectionType |
|
static class |
Neo4jConnectionSourceSettings.EmbeddedSettings |
| Type | Name and description |
|---|---|
boolean |
buildIndexWhether to build the Neo4j index |
Neo4jConnectionSourceSettings.EmbeddedSettings |
embeddedNeo4j embedded mode options |
java.lang.String |
locationThe data location when using embedded |
Neo4jDriverConfigBuilder |
optionsNeo4j driver options |
java.lang.String |
passwordThe password to use |
Neo4jConnectionSourceSettings.ConnectionType |
typeThe Neo4j connection type |
java.lang.String |
urlThe URL to connect to |
java.lang.String |
usernameThe username to use |
| Properties inherited from class | Properties |
|---|---|
class ConnectionSourceSettings |
autoFlush, autowire, cacheAutoTimestampAnnotations, connectionSourcesClass, custom, default, defaults, failOnError, failOnErrorPackages, flushMode, markDirty, multiTenancy |
| Constructor and description |
|---|
Neo4jConnectionSourceSettings() |
| Methods inherited from class | Name |
|---|---|
class ConnectionSourceSettings |
getDefault, setDefault |
Whether to build the Neo4j index
Neo4j embedded mode options
The data location when using embedded
Neo4j driver options
The password to use
The Neo4j connection type
The URL to connect to
The username to use