Uses of Interface
org.springframework.data.neo4j.repository.support.Neo4jEntityInformation
Packages that use Neo4jEntityInformation
Package
Description
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 Neo4jEntityInformation in org.springframework.data.neo4j.repository.query
Constructors in org.springframework.data.neo4j.repository.query with parameters of type Neo4jEntityInformationModifierConstructorDescriptionCypherdslConditionExecutorImpl(Neo4jEntityInformation<T, Object> entityInformation, Neo4jOperations neo4jOperations) QuerydslNeo4jPredicateExecutor(Neo4jMappingContext mappingContext, Neo4jEntityInformation<T, Object> entityInformation, Neo4jOperations neo4jOperations) ReactiveCypherdslConditionExecutorImpl(Neo4jEntityInformation<T, Object> entityInformation, ReactiveNeo4jOperations neo4jOperations) ReactiveQuerydslNeo4jPredicateExecutor(Neo4jMappingContext mappingContext, Neo4jEntityInformation<T, Object> entityInformation, ReactiveNeo4jOperations neo4jOperations) -
Uses of Neo4jEntityInformation in org.springframework.data.neo4j.repository.support
Constructors in org.springframework.data.neo4j.repository.support with parameters of type Neo4jEntityInformationModifierConstructorDescriptionprotectedSimpleNeo4jRepository(Neo4jOperations neo4jOperations, Neo4jEntityInformation<T, ID> entityInformation) protectedSimpleReactiveNeo4jRepository(ReactiveNeo4jOperations neo4jOperations, Neo4jEntityInformation<T, ID> entityInformation)