@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 |
Modifiers | Name | Description |
---|---|---|
private boolean |
buildIndex |
Whether to build the Neo4j index |
private Neo4jConnectionSourceSettings.EmbeddedSettings |
embedded |
Neo4j embedded mode options |
private java.lang.String |
location |
The data location when using embedded |
private Neo4jDriverConfigBuilder |
options |
Neo4j driver options |
private java.lang.String |
password |
The password to use |
private Neo4jConnectionSourceSettings.ConnectionType |
type |
The Neo4j connection type |
private java.lang.String |
url |
The URL to connect to |
private java.lang.String |
username |
The username to use |
Fields inherited from class | Fields |
---|---|
class ConnectionSourceSettings |
autoFlush, autowire, connectionSourcesClass, custom, defaults, failOnError, failOnErrorPackages, flushMode, markDirty, multiTenancy |
Type | Name and description |
---|---|
boolean |
buildIndex Whether to build the Neo4j index |
Neo4jConnectionSourceSettings.EmbeddedSettings |
embedded Neo4j embedded mode options |
java.lang.String |
location The data location when using embedded |
Neo4jDriverConfigBuilder |
options Neo4j driver options |
java.lang.String |
password The password to use |
Neo4jConnectionSourceSettings.ConnectionType |
type The Neo4j connection type |
java.lang.String |
url The URL to connect to |
java.lang.String |
username The username to use |
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
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
Groovy Documentation