Uses of Class
org.springframework.data.neo4j.core.mapping.Neo4jMappingContext
Packages that use Neo4jMappingContext
Package
Description
This package contains configuration related support classes that can be used for application specific, annotated
configuration classes.
This package contains the core infrastructure for creating an imperative or reactive client that can execute queries.
The main mapping framework.
This package contains the callback API.
A set of annotations for providing custom queries to repositories.
This package provides a couple of public support classes for building custom imperative and reactive Spring Data Neo4j
repository base classes.
-
Uses of Neo4jMappingContext in org.springframework.data.neo4j.config
Methods in org.springframework.data.neo4j.config with parameters of type Neo4jMappingContextModifier and TypeMethodDescriptionAbstractNeo4jConfig.neo4jTemplate(Neo4jClient neo4jClient, Neo4jMappingContext mappingContext) AbstractReactiveNeo4jConfig.neo4jTemplate(ReactiveNeo4jClient neo4jClient, Neo4jMappingContext mappingContext) -
Uses of Neo4jMappingContext in org.springframework.data.neo4j.core
Methods in org.springframework.data.neo4j.core with parameters of type Neo4jMappingContextModifier and TypeMethodDescriptionPropertyFilterSupport.getInputProperties(ResultProcessor resultProcessor, ProjectionFactory factory, Neo4jMappingContext mappingContext) Constructors in org.springframework.data.neo4j.core with parameters of type Neo4jMappingContextModifierConstructorDescriptionNeo4jTemplate(Neo4jClient neo4jClient, Neo4jMappingContext neo4jMappingContext) Neo4jTemplate(Neo4jClient neo4jClient, Neo4jMappingContext neo4jMappingContext, EntityCallbacks entityCallbacks) Neo4jTemplate(Neo4jClient neo4jClient, Neo4jMappingContext neo4jMappingContext, EntityCallbacks entityCallbacks, PlatformTransactionManager platformTransactionManager) Neo4jTemplate(Neo4jClient neo4jClient, Neo4jMappingContext neo4jMappingContext, PlatformTransactionManager transactionManager) ReactiveNeo4jTemplate(ReactiveNeo4jClient neo4jClient, Neo4jMappingContext neo4jMappingContext) ReactiveNeo4jTemplate(ReactiveNeo4jClient neo4jClient, Neo4jMappingContext neo4jMappingContext, ReactiveTransactionManager transactionManager) -
Uses of Neo4jMappingContext in org.springframework.data.neo4j.core.mapping
Methods in org.springframework.data.neo4j.core.mapping that return Neo4jMappingContextMethods in org.springframework.data.neo4j.core.mapping with parameters of type Neo4jMappingContextModifier and TypeMethodDescriptionstatic ObjectMappingSupport.getRelationshipOrRelationshipPropertiesObject(Neo4jMappingContext neo4jMappingContext, boolean hasRelationshipProperties, boolean isDynamicAssociation, Object valueToStore, PersistentPropertyAccessor<?> propertyAccessor) Extract the relationship properties or just the related object if there are no relationship properties attached.Constructors in org.springframework.data.neo4j.core.mapping with parameters of type Neo4jMappingContextModifierConstructorDescriptionDtoInstantiatingConverter(Class<?> dtoType, Neo4jMappingContext context) Creates a newConverterto instantiate DTOs.EntityFromDtoInstantiatingConverter(Class<T> entityType, Neo4jMappingContext context) Creates a newConverterto instantiate Entities from DTOs.NestedRelationshipProcessingStateMachine(Neo4jMappingContext mappingContext) NestedRelationshipProcessingStateMachine(Neo4jMappingContext mappingContext, Object initialObject, Object elementId) -
Uses of Neo4jMappingContext in org.springframework.data.neo4j.core.mapping.callback
Methods in org.springframework.data.neo4j.core.mapping.callback with parameters of type Neo4jMappingContextModifier and TypeMethodDescriptionstatic EventSupportEventSupport.discoverCallbacks(Neo4jMappingContext context, BeanFactory beanFactory) Creates event support containing the required default events plus all entity callbacks discoverable through theBeanFactory.static ReactiveEventSupportReactiveEventSupport.discoverCallbacks(Neo4jMappingContext context, BeanFactory beanFactory) Creates event support containing the required default events plus all entity callbacks discoverable through theBeanFactory.static EventSupportEventSupport.useExistingCallbacks(Neo4jMappingContext context, EntityCallbacks entityCallbacks) Creates event support containing the required default events plus all explicitly defined events.static ReactiveEventSupportReactiveEventSupport.useExistingCallbacks(Neo4jMappingContext context, ReactiveEntityCallbacks entityCallbacks) Creates event support containing the required default events plus all explicitly defined events. -
Uses of Neo4jMappingContext in org.springframework.data.neo4j.repository.query
Methods in org.springframework.data.neo4j.repository.query with parameters of type Neo4jMappingContextModifier and TypeMethodDescriptionstatic StringNeo4jSpelSupport.renderQueryIfExpressionOrReturnQuery(String query, Neo4jMappingContext mappingContext, EntityMetadata<?> metadata, ValueExpressionParser parser) Constructors in org.springframework.data.neo4j.repository.query with parameters of type Neo4jMappingContextModifierConstructorDescriptionNeo4jQueryLookupStrategy(Neo4jOperations neo4jOperations, Neo4jMappingContext mappingContext, ValueExpressionDelegate delegate, org.neo4j.cypherdsl.core.renderer.Configuration configuration) QuerydslNeo4jPredicateExecutor(Neo4jMappingContext mappingContext, Neo4jEntityInformation<T, Object> entityInformation, Neo4jOperations neo4jOperations) ReactiveNeo4jQueryLookupStrategy(ReactiveNeo4jOperations neo4jOperations, Neo4jMappingContext mappingContext, ValueExpressionDelegate delegate, org.neo4j.cypherdsl.core.renderer.Configuration configuration) ReactiveQuerydslNeo4jPredicateExecutor(Neo4jMappingContext mappingContext, Neo4jEntityInformation<T, Object> entityInformation, ReactiveNeo4jOperations neo4jOperations) SimpleQueryByExampleExecutor(Neo4jOperations neo4jOperations, Neo4jMappingContext mappingContext) SimpleReactiveQueryByExampleExecutor(ReactiveNeo4jOperations neo4jOperations, Neo4jMappingContext mappingContext) -
Uses of Neo4jMappingContext in org.springframework.data.neo4j.repository.support
Methods in org.springframework.data.neo4j.repository.support with parameters of type Neo4jMappingContextModifier and TypeMethodDescriptionvoidNeo4jRepositoryFactoryBean.setNeo4jMappingContext(Neo4jMappingContext neo4jMappingContext) voidReactiveNeo4jRepositoryFactoryBean.setNeo4jMappingContext(Neo4jMappingContext neo4jMappingContext)