@AutoConfiguration(before = [DataNeo4jAutoConfiguration::class] )
Provides the Neo4jMappingContext Graphglue needs.
This has to be registered before DataNeo4jAutoConfiguration, as that autoconfiguration provides a Neo4jMappingContext which is built without a PersistentPropertyCharacteristicsProvider, and the first matching bean definition wins.
Functions
Link copied to clipboard
@Bean
@ConditionalOnMissingBean
The Neo4jMappingContext, built with the PersistentPropertyCharacteristicsProvider
Link copied to clipboard
@Bean
@ConditionalOnMissingBean
Ensures that BaseNodePropertyDelegates are ignored