Package org.springframework.data.neo4j.repository.query
@NonNullApi
package org.springframework.data.neo4j.repository.query
A set of annotations for providing custom queries to repositories.
-
ClassDescriptionThis is a utility class that computes the bounding box of a polygon as a rectangle defined by the lower left and upper right point.Bridging between Spring Data domain Objects and Cypher constructs.Specialized version of
Query
whose values is always used as exists projection.Lookup strategy for queries.This class provides a couple of extensions to the Spring Data Neo4j SpEL support.A marker interface that indicates a literal replacement in a query instead of a parameter replacement.The target of this replacement.Annotation to provide Cypher statements that will be used for executing the method.Querydsl specific fragment for extendingSimpleNeo4jRepository
with an implementation ofQuerydslPredicateExecutor
.Collects the parts of a Cypher query to be handed over to the Cypher generator.Combines the QueryFragments with parameters.Lookup strategy for queries.Querydsl specific fragment for extendingSimpleReactiveNeo4jRepository
with an implementation ofReactiveQuerydslPredicateExecutor
.A fragment for repositories providing "Query by example" functionality.A fragment for repositories providing "Query by example" functionality in a reactive way.