@Configuration
class SyncConfiguration(val configurableApplicationContext: ConfigurableApplicationContext)

Configuration provider for the neo4j transaction manager

Parameters

configurableApplicationContext

Reference for the spring instance of ConfigurableApplicationContext

Constructors

Link copied to clipboard
constructor(configurableApplicationContext: ConfigurableApplicationContext)

Properties

Link copied to clipboard
val configurableApplicationContext: ConfigurableApplicationContext

Functions

Link copied to clipboard
@Bean
fun reactiveTransactionManager(driver: Driver, databaseNameProvider: ReactiveDatabaseSelectionProvider): ReactiveNeo4jTransactionManager

Necessary transaction manager

Link copied to clipboard
@Autowired
fun setMapKeyDotReplacement(mappingMongoConverter: MappingMongoConverter)