Class Neo4jRepositoryConfigurationExtension

java.lang.Object
org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
org.springframework.data.neo4j.repository.config.Neo4jRepositoryConfigurationExtension
All Implemented Interfaces:
RepositoryConfigurationExtension

@API(status=INTERNAL, since="6.0") public final class Neo4jRepositoryConfigurationExtension extends RepositoryConfigurationExtensionSupport
This dedicated Neo4j repository extension will be registered via Neo4jRepositoriesRegistrar and then provide all necessary beans to be registered in the application's context before the user's "business" beans gets registered.

While it is public, it is mainly used for internal API respectively for Spring Boots automatic configuration.

Since:
6.0
Author:
Michael J. Simons, Gerrit Meier