Types

Link copied to clipboard
class DefaultIndexCreator(val nodeDefinitionCollection: NodeDefinitionCollection, val neo4jClient: Neo4jClient)

Helper to generate the default indices synchronously

Link copied to clipboard
@Configuration
class GraphglueDataConfiguration

Autoconfiguration associated with Neo4j part of library

Link copied to clipboard
@AutoConfiguration(before = [DataNeo4jAutoConfiguration::class])
class GraphglueMappingAutoConfiguration

Provides the Neo4jMappingContext Graphglue needs.

Link copied to clipboard
class LazyLoadingContext(val nodeQueryParser: NodeQueryParser, val nodeQueryEngine: NodeQueryEngine)

Context used to lazily load nodes

Link copied to clipboard
class LazyLoadingContextConverter : Neo4jPersistentPropertyConverter<LazyLoadingContext>

Converter declared on Node.lazyLoadingContext so that Spring Data Neo4j does not classify that property as an association.

Properties

Link copied to clipboard

Name for the bean which provides an instance of GraphglueNeo4jOperations