Class Neo4jMappingContext.Builder
java.lang.Object
org.springframework.data.neo4j.core.mapping.Neo4jMappingContext.Builder
- Enclosing class:
Neo4jMappingContext
A builder for creating custom instances of a
Neo4jMappingContext.- Since:
- 6.3.7
- Author:
- Michael J. Simons, Gerrit Meier
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withNeo4jConversions(Neo4jConversions neo4jConversions) withPersistentPropertyCharacteristicsProvider(PersistentPropertyCharacteristicsProvider persistentPropertyCharacteristicsProvider) withTypeSystem(org.neo4j.driver.types.TypeSystem typeSystem)
-
Method Details
-
withNeo4jConversions
-
withPersistentPropertyCharacteristicsProvider
public Neo4jMappingContext.Builder withPersistentPropertyCharacteristicsProvider(PersistentPropertyCharacteristicsProvider persistentPropertyCharacteristicsProvider) -
withTypeSystem
-
build
-