- NAME_OF_ALL_PROPERTIES - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
-
- NAME_OF_ENTITY_LIST_PARAM - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
-
- NAME_OF_ID - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
-
- NAME_OF_IDS - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
-
- NAME_OF_INTERNAL_ID - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
-
- NAME_OF_KNOWN_RELATIONSHIP_PARAM - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
-
- NAME_OF_KNOWN_RELATIONSHIPS_PARAM - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
-
- NAME_OF_LABELS - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
-
- NAME_OF_PATHS - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
-
- NAME_OF_PROPERTIES_PARAM - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
-
- NAME_OF_RELATIONSHIP - Static variable in interface org.springframework.data.neo4j.core.mapping.RelationshipDescription
-
- NAME_OF_RELATIONSHIP_TYPE - Static variable in interface org.springframework.data.neo4j.core.mapping.RelationshipDescription
-
- NAME_OF_ROOT_NODE - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
-
- NAME_OF_STATIC_LABELS_PARAM - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
-
- NAME_OF_SYNTHESIZED_RELATED_NODES - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
-
- NAME_OF_SYNTHESIZED_RELATIONS - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
-
- NAME_OF_SYNTHESIZED_ROOT_NODE - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
-
- NAME_OF_VERSION_PARAM - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
-
- NEO4J_AUDITING_ORDER - Static variable in class org.springframework.data.neo4j.core.mapping.callback.AuditingBeforeBindCallback
-
- NEO4J_REACTIVE_AUDITING_ORDER - Static variable in class org.springframework.data.neo4j.core.mapping.callback.ReactiveAuditingBeforeBindCallback
-
- Neo4jCdiExtension - Class in org.springframework.data.neo4j.config
-
This CDI extension enables Spring Data Neo4j on a CDI 2.0 compatible CDI container.
- Neo4jCdiExtension() - Constructor for class org.springframework.data.neo4j.config.Neo4jCdiExtension
-
- neo4jClient(Driver) - Method in class org.springframework.data.neo4j.config.AbstractNeo4jConfig
-
- neo4jClient(Driver) - Method in class org.springframework.data.neo4j.config.AbstractReactiveNeo4jConfig
-
- Neo4jClient - Interface in org.springframework.data.neo4j.core
-
Definition of a modern Neo4j client.
- Neo4jClient.BindSpec<S extends Neo4jClient.BindSpec<S>> - Interface in org.springframework.data.neo4j.core
-
Contract for binding parameters to a query.
- Neo4jClient.MappingSpec<T> - Interface in org.springframework.data.neo4j.core
-
- Neo4jClient.OngoingBindSpec<T,S extends Neo4jClient.BindSpec<S>> - Interface in org.springframework.data.neo4j.core
-
Ongoing bind specification.
- Neo4jClient.OngoingDelegation<T> - Interface in org.springframework.data.neo4j.core
-
A contract for an ongoing delegation in the selected database.
- Neo4jClient.RecordFetchSpec<T> - Interface in org.springframework.data.neo4j.core
-
- Neo4jClient.RunnableDelegation<T> - Interface in org.springframework.data.neo4j.core
-
A runnable delegation.
- Neo4jClient.RunnableSpec - Interface in org.springframework.data.neo4j.core
-
Contract for a runnable query that can be either run returning it's result, run without results or be
parameterized.
- Neo4jClient.RunnableSpecTightToDatabase - Interface in org.springframework.data.neo4j.core
-
Contract for a runnable query inside a dedicated database.
- Neo4jConversions - Class in org.springframework.data.neo4j.core.convert
-
- Neo4jConversions() - Constructor for class org.springframework.data.neo4j.core.convert.Neo4jConversions
-
- Neo4jConversions(Collection<?>) - Constructor for class org.springframework.data.neo4j.core.convert.Neo4jConversions
-
- Neo4jConversionService - Interface in org.springframework.data.neo4j.core.convert
-
This service orchestrates a standard Spring conversion service with
Neo4jConversions
registered.
- Neo4jDefaultCallbacksRegistrar - Class in org.springframework.data.neo4j.config
-
- Neo4jDefaultCallbacksRegistrar() - Constructor for class org.springframework.data.neo4j.config.Neo4jDefaultCallbacksRegistrar
-
Deprecated.
- Neo4jDefaultReactiveCallbacksRegistrar - Class in org.springframework.data.neo4j.config
-
- Neo4jDefaultReactiveCallbacksRegistrar() - Constructor for class org.springframework.data.neo4j.config.Neo4jDefaultReactiveCallbacksRegistrar
-
Deprecated.
- Neo4jEntityConverter - Interface in org.springframework.data.neo4j.core.mapping
-
This orchestrates the build-in store conversions and any additional Spring converters.
- Neo4jEntityInformation<T,ID> - Interface in org.springframework.data.neo4j.repository.support
-
- Neo4jEntityScanner - Class in org.springframework.data.neo4j.config
-
- Neo4jEvaluationContextExtension - Class in org.springframework.data.neo4j.repository.support
-
This class registers the Neo4j SpEL Support it is registered by the appropriate repository factories as a root bean.
- Neo4jEvaluationContextExtension() - Constructor for class org.springframework.data.neo4j.repository.support.Neo4jEvaluationContextExtension
-
- Neo4jMappingContext - Class in org.springframework.data.neo4j.core.mapping
-
- Neo4jMappingContext() - Constructor for class org.springframework.data.neo4j.core.mapping.Neo4jMappingContext
-
- Neo4jMappingContext(Neo4jConversions) - Constructor for class org.springframework.data.neo4j.core.mapping.Neo4jMappingContext
-
- Neo4jMappingContext(Neo4jConversions, TypeSystem) - Constructor for class org.springframework.data.neo4j.core.mapping.Neo4jMappingContext
-
This API is primarily used from inside the CDI extension to configure the type system.
- Neo4jOperations - Interface in org.springframework.data.neo4j.core
-
Specifies operations one can perform on a database, based on an Domain Type.
- Neo4jOperations.ExecutableQuery<T> - Interface in org.springframework.data.neo4j.core
-
An interface for controlling query execution.
- Neo4jPersistenceExceptionTranslator - Class in org.springframework.data.neo4j.core
-
A PersistenceExceptionTranslator to get picked up by the Spring exception translation infrastructure.
- Neo4jPersistenceExceptionTranslator() - Constructor for class org.springframework.data.neo4j.core.Neo4jPersistenceExceptionTranslator
-
- Neo4jPersistenceExceptionTranslator - Class in org.springframework.data.neo4j.repository.support
-
- Neo4jPersistenceExceptionTranslator() - Constructor for class org.springframework.data.neo4j.repository.support.Neo4jPersistenceExceptionTranslator
-
Deprecated.
- Neo4jPersistentEntity<T> - Interface in org.springframework.data.neo4j.core.mapping
-
A
PersistentEntity
interface with additional methods for metadata related to
Neo4j.
- Neo4jPersistentProperty - Interface in org.springframework.data.neo4j.core.mapping
-
- Neo4jPersistentPropertyConverter<T> - Interface in org.springframework.data.neo4j.core.convert
-
This interface represents a pair of methods capable of converting values of type T
to and from values
.
- Neo4jPersistentPropertyConverterFactory - Interface in org.springframework.data.neo4j.core.convert
-
- Neo4jPersistentPropertyToMapConverter<K,P> - Interface in org.springframework.data.neo4j.core.convert
-
You need to provide an implementation of this interface in case you want to store a property of an entity as separate
properties on a node.
- Neo4jPoint - Interface in org.springframework.data.neo4j.types
-
A dedicated Neo4j point, that is aware of it's nature, either being geographic or cartesian.
- Neo4jQueryLookupStrategy - Class in org.springframework.data.neo4j.repository.query
-
Lookup strategy for queries.
- Neo4jQueryLookupStrategy(Neo4jOperations, Neo4jMappingContext, QueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.neo4j.repository.query.Neo4jQueryLookupStrategy
-
- Neo4jRepository<T,ID> - Interface in org.springframework.data.neo4j.repository
-
- Neo4jRepositoryConfigurationExtension - Class in org.springframework.data.neo4j.repository.config
-
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.
- Neo4jRepositoryConfigurationExtension() - Constructor for class org.springframework.data.neo4j.repository.config.Neo4jRepositoryConfigurationExtension
-
- Neo4jRepositoryFactoryBean<T extends Repository<S,ID>,S,ID extends Serializable> - Class in org.springframework.data.neo4j.repository.support
-
Special adapter for Springs
FactoryBean
interface to allow easy setup of
repository factories via Spring configuration.
- Neo4jRepositoryFactoryBean(Class<? extends T>) - Constructor for class org.springframework.data.neo4j.repository.support.Neo4jRepositoryFactoryBean
-
- Neo4jRepositoryFactoryCdiBean<T> - Class in org.springframework.data.neo4j.repository.support
-
- Neo4jRepositoryFactoryCdiBean(Set<Annotation>, Class<T>, BeanManager, Optional<CustomRepositoryImplementationDetector>) - Constructor for class org.springframework.data.neo4j.repository.support.Neo4jRepositoryFactoryCdiBean
-
- Neo4jSimpleTypes - Class in org.springframework.data.neo4j.core.convert
-
A list of Neo4j simple types: All attributes that can be mapped to a property.
- Neo4jSpelSupport - Class in org.springframework.data.neo4j.repository.query
-
This class provides a couple of extensions to the Spring Data Neo4j SpEL support and is registered by
the appropriate repository factories as a root bean.
- Neo4jSpelSupport() - Constructor for class org.springframework.data.neo4j.repository.query.Neo4jSpelSupport
-
- neo4jTemplate(Neo4jClient, Neo4jMappingContext, DatabaseSelectionProvider) - Method in class org.springframework.data.neo4j.config.AbstractNeo4jConfig
-
- neo4jTemplate(ReactiveNeo4jClient, Neo4jMappingContext, ReactiveDatabaseSelectionProvider) - Method in class org.springframework.data.neo4j.config.AbstractReactiveNeo4jConfig
-
- Neo4jTemplate - Class in org.springframework.data.neo4j.core
-
- Neo4jTemplate(Neo4jClient) - Constructor for class org.springframework.data.neo4j.core.Neo4jTemplate
-
- Neo4jTemplate(Neo4jClient, Neo4jMappingContext, DatabaseSelectionProvider) - Constructor for class org.springframework.data.neo4j.core.Neo4jTemplate
-
- Neo4jTemplate(Neo4jClient, Neo4jMappingContext, DatabaseSelectionProvider, EntityCallbacks) - Constructor for class org.springframework.data.neo4j.core.Neo4jTemplate
-
- Neo4jTransactionManager - Class in org.springframework.data.neo4j.core.transaction
-
- Neo4jTransactionManager(Driver) - Constructor for class org.springframework.data.neo4j.core.transaction.Neo4jTransactionManager
-
- Neo4jTransactionManager(Driver, DatabaseSelectionProvider) - Constructor for class org.springframework.data.neo4j.core.transaction.Neo4jTransactionManager
-
- Neo4jTransactionUtils - Class in org.springframework.data.neo4j.core.transaction
-
Internal use only.
- NestedRelationshipContext - Class in org.springframework.data.neo4j.core.mapping
-
Working on nested relationships happens in a certain algorithmic context.
- NestedRelationshipProcessingStateMachine - Class in org.springframework.data.neo4j.core.mapping
-
This stores all processed nested relations and objects during save of objects so that the recursive descent can be
stopped accordingly.
- NestedRelationshipProcessingStateMachine(Object, Long) - Constructor for class org.springframework.data.neo4j.core.mapping.NestedRelationshipProcessingStateMachine
-
- NestedRelationshipProcessingStateMachine.ProcessState - Enum in org.springframework.data.neo4j.core.mapping
-
Valid processing states.
- Node - Annotation Type in org.springframework.data.neo4j.core.schema
-
The annotation to configure the mapping from a node with a given set of labels to a class and vice versa.
- NodeDescription<T> - Interface in org.springframework.data.neo4j.core.mapping
-
Describes how a class is mapped to a node inside the database.
- NoopTransformation() - Constructor for class org.springframework.data.neo4j.core.schema.CompositeProperty.NoopTransformation
-
- NoResultException - Exception in org.springframework.data.neo4j.repository
-
Throw when a query doesn't return a required result.
- NoResultException(int, String) - Constructor for exception org.springframework.data.neo4j.repository.NoResultException
-
- NoRootNodeMappingException - Exception in org.springframework.data.neo4j.core.mapping
-
- NoRootNodeMappingException(String) - Constructor for exception org.springframework.data.neo4j.core.mapping.NoRootNodeMappingException
-
- of(Association<Neo4jPersistentProperty>, PersistentPropertyAccessor<?>, Neo4jPersistentEntity<?>) - Static method in class org.springframework.data.neo4j.core.mapping.NestedRelationshipContext
-
- of(Polygon) - Static method in class org.springframework.data.neo4j.repository.query.BoundingBox
-
- of(Box) - Static method in class org.springframework.data.neo4j.repository.query.BoundingBox
-
- onBeforeBind(Object) - Method in class org.springframework.data.neo4j.core.mapping.callback.AuditingBeforeBindCallback
-
- onBeforeBind(T) - Method in interface org.springframework.data.neo4j.core.mapping.callback.BeforeBindCallback
-
Entity callback method invoked before a domain object is saved.
- onBeforeBind(Object) - Method in class org.springframework.data.neo4j.core.mapping.callback.ReactiveAuditingBeforeBindCallback
-
- onBeforeBind(T) - Method in interface org.springframework.data.neo4j.core.mapping.callback.ReactiveBeforeBindCallback
-
Entity callback method invoked before a domain object is saved.
- onBeforeBind(Object) - Method in class org.springframework.data.neo4j.repository.event.AuditingBeforeBindCallback
-
Deprecated.
- onBeforeBind(T) - Method in interface org.springframework.data.neo4j.repository.event.BeforeBindCallback
-
Deprecated.
Entity callback method invoked before a domain object is saved.
- onBeforeBind(Object) - Method in class org.springframework.data.neo4j.repository.event.ReactiveAuditingBeforeBindCallback
-
Deprecated.
- onBeforeBind(T) - Method in interface org.springframework.data.neo4j.repository.event.ReactiveBeforeBindCallback
-
Deprecated.
Entity callback method invoked before a domain object is saved.
- one() - Method in interface org.springframework.data.neo4j.core.Neo4jClient.RecordFetchSpec
-
Fetches exactly one record and throws an exception if there are more entries.
- one() - Method in interface org.springframework.data.neo4j.core.ReactiveNeo4jClient.RecordFetchSpec
-
Fetches exactly one record and throws an exception if there are more entries.
- opposite() - Method in enum org.springframework.data.neo4j.core.schema.Relationship.Direction
-
- orderBy(Object) - Static method in class org.springframework.data.neo4j.repository.query.Neo4jSpelSupport
-
Takes
arg
and tries to either extract a
sort
from it or cast it to a sort.
- org.springframework.data.neo4j.config - package org.springframework.data.neo4j.config
-
This package contains configuration related support classes that can be used for application specific, annotated
configuration classes.
- org.springframework.data.neo4j.core - package org.springframework.data.neo4j.core
-
This package contains the core infrastructure for creating a imperative or reactive client that can execute queries.
- org.springframework.data.neo4j.core.convert - package org.springframework.data.neo4j.core.convert
-
Provides a set of simples types that SDN supports.
- org.springframework.data.neo4j.core.mapping - package org.springframework.data.neo4j.core.mapping
-
The main mapping framework.
- org.springframework.data.neo4j.core.mapping.callback - package org.springframework.data.neo4j.core.mapping.callback
-
This package contains the callback API.
- org.springframework.data.neo4j.core.schema - package org.springframework.data.neo4j.core.schema
-
This package contains the schema that is defined by a set of classes, representing nodes and relationships and their
properties.
- org.springframework.data.neo4j.core.support - package org.springframework.data.neo4j.core.support
-
This package provides a couple of support classes that might be helpful in your domain, for example a predicate
indicating that some transaction may be retried and additional converters and id generators
- org.springframework.data.neo4j.core.transaction - package org.springframework.data.neo4j.core.transaction
-
Contains the core infrastructure for translating unmanaged Neo4j transaction into Spring managed transactions.
- org.springframework.data.neo4j.repository - package org.springframework.data.neo4j.repository
-
This package provides the Neo4j imperative and reactive repository API
- org.springframework.data.neo4j.repository.config - package org.springframework.data.neo4j.repository.config
-
Configuration infrastructure for Neo4j specific repositories, especially dedicated annotations to enable imperative
and reactive Spring Data Neo4j repositories
- org.springframework.data.neo4j.repository.event - package org.springframework.data.neo4j.repository.event
-
- org.springframework.data.neo4j.repository.query - package org.springframework.data.neo4j.repository.query
-
A set of annotations for providing custom queries to repositories.
- org.springframework.data.neo4j.repository.support - package org.springframework.data.neo4j.repository.support
-
This package provides a couple of public support classes for building custom imperative and reactive Spring Data Neo4j
repository base classes.
- org.springframework.data.neo4j.types - package org.springframework.data.neo4j.types
-
Additional types provided by SDN.
- save(T) - Method in interface org.springframework.data.neo4j.core.Neo4jOperations
-
Saves an instance of an entity, including all the related entities of the entity.
- save(T) - Method in class org.springframework.data.neo4j.core.Neo4jTemplate
-
- save(T) - Method in interface org.springframework.data.neo4j.core.ReactiveNeo4jOperations
-
Saves an instance of an entity, including all the related entities of the entity.
- save(T) - Method in class org.springframework.data.neo4j.core.ReactiveNeo4jTemplate
-
- save(S) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
-
- save(S) - Method in class org.springframework.data.neo4j.repository.support.SimpleReactiveNeo4jRepository
-
- saveAll(Iterable<T>) - Method in interface org.springframework.data.neo4j.core.Neo4jOperations
-
Saves several instances of an entity, including all the related entities of the entity.
- saveAll(Iterable<T>) - Method in class org.springframework.data.neo4j.core.Neo4jTemplate
-
- saveAll(Iterable<T>) - Method in interface org.springframework.data.neo4j.core.ReactiveNeo4jOperations
-
Saves several instances of an entity, including all the related entities of the entity.
- saveAll(Iterable<T>) - Method in class org.springframework.data.neo4j.core.ReactiveNeo4jTemplate
-
- saveAll(Iterable<S>) - Method in interface org.springframework.data.neo4j.repository.Neo4jRepository
-
- saveAll(Iterable<S>) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
-
- saveAll(Iterable<S>) - Method in class org.springframework.data.neo4j.repository.support.SimpleReactiveNeo4jRepository
-
- saveAll(Publisher<S>) - Method in class org.springframework.data.neo4j.repository.support.SimpleReactiveNeo4jRepository
-
- scan(String...) - Method in class org.springframework.data.neo4j.config.Neo4jEntityScanner
-
Scan for entities with the specified annotations.
- scan(Collection<String>) - Method in class org.springframework.data.neo4j.config.Neo4jEntityScanner
-
Scan for entities with the specified annotations.
- Schema - Interface in org.springframework.data.neo4j.core.mapping
-
Contains the descriptions of all nodes, their properties and relationships known to SDN.
- sessionConfig(boolean, Collection<Bookmark>, String) - Static method in class org.springframework.data.neo4j.core.transaction.Neo4jTransactionUtils
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.neo4j.core.mapping.Neo4jMappingContext
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.neo4j.core.Neo4jTemplate
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.neo4j.core.ReactiveNeo4jTemplate
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.neo4j.repository.support.ReactivePersistenceExceptionTranslationPostProcessor
-
- setCondition(Condition) - Method in class org.springframework.data.neo4j.repository.query.QueryFragmentsAndParameters.QueryFragments
-
- setLimit(Number) - Method in class org.springframework.data.neo4j.repository.query.QueryFragmentsAndParameters.QueryFragments
-
- setMatchOn(List<PatternElement>) - Method in class org.springframework.data.neo4j.repository.query.QueryFragmentsAndParameters.QueryFragments
-
- setNeo4jMappingContext(Neo4jMappingContext) - Method in class org.springframework.data.neo4j.repository.support.Neo4jRepositoryFactoryBean
-
- setNeo4jMappingContext(Neo4jMappingContext) - Method in class org.springframework.data.neo4j.repository.support.ReactiveNeo4jRepositoryFactoryBean
-
- setNeo4jOperations(Neo4jOperations) - Method in class org.springframework.data.neo4j.repository.support.Neo4jRepositoryFactoryBean
-
- setNeo4jOperations(ReactiveNeo4jOperations) - Method in class org.springframework.data.neo4j.repository.support.ReactiveNeo4jRepositoryFactoryBean
-
- setOrderBy(SortItem[]) - Method in class org.springframework.data.neo4j.repository.query.QueryFragmentsAndParameters.QueryFragments
-
- setParameters(Map<String, Object>) - Method in class org.springframework.data.neo4j.repository.query.QueryFragmentsAndParameters
-
- setParentNodeDescription(NodeDescription<?>) - Method in interface org.springframework.data.neo4j.core.mapping.NodeDescription
-
Register the direct parent node description.
- setRelationshipObverse(RelationshipDescription) - Method in interface org.springframework.data.neo4j.core.mapping.RelationshipDescription
-
Set the relationship definition that describes the opposite side of the relationship.
- setReturnBasedOn(NodeDescription<?>, List<String>, boolean) - Method in class org.springframework.data.neo4j.repository.query.QueryFragmentsAndParameters.QueryFragments
-
- setReturnExpression(Expression, boolean) - Method in class org.springframework.data.neo4j.repository.query.QueryFragmentsAndParameters.QueryFragments
-
- setReturnExpressions(Expression[]) - Method in class org.springframework.data.neo4j.repository.query.QueryFragmentsAndParameters.QueryFragments
-
- setSkip(Long) - Method in class org.springframework.data.neo4j.repository.query.QueryFragmentsAndParameters.QueryFragments
-
- setStrict(boolean) - Method in class org.springframework.data.neo4j.core.mapping.Neo4jMappingContext
-
We need to set the context to non-strict in case we must dynamically add parent classes.
- SimpleNeo4jRepository<T,ID> - Class in org.springframework.data.neo4j.repository.support
-
Repository base implementation for Neo4j.
- SimpleNeo4jRepository(Neo4jOperations, Neo4jEntityInformation<T, ID>) - Constructor for class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
-
- SimpleQueryByExampleExecutor<T> - Class in org.springframework.data.neo4j.repository.query
-
A fragment for repositories providing "Query by example" functionality.
- SimpleQueryByExampleExecutor(Neo4jOperations, Neo4jMappingContext) - Constructor for class org.springframework.data.neo4j.repository.query.SimpleQueryByExampleExecutor
-
- SimpleReactiveNeo4jRepository<T,ID> - Class in org.springframework.data.neo4j.repository.support
-
Repository base implementation for Neo4j.
- SimpleReactiveNeo4jRepository(ReactiveNeo4jOperations, Neo4jEntityInformation<T, ID>) - Constructor for class org.springframework.data.neo4j.repository.support.SimpleReactiveNeo4jRepository
-
- SimpleReactiveQueryByExampleExecutor<T> - Class in org.springframework.data.neo4j.repository.query
-
A fragment for repositories providing "Query by example" functionality in a reactive way.
- SimpleReactiveQueryByExampleExecutor(ReactiveNeo4jOperations, Neo4jMappingContext) - Constructor for class org.springframework.data.neo4j.repository.query.SimpleReactiveQueryByExampleExecutor
-
- sortAdapterFor(NodeDescription<?>) - Static method in class org.springframework.data.neo4j.repository.query.CypherAdapterUtils
-