- 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_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_VERSION_PARAM - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
-
- NEO4J_AUDITING_ORDER - Static variable in class org.springframework.data.neo4j.repository.event.AuditingBeforeBindCallback
-
- NEO4J_REACTIVE_AUDITING_ORDER - Static variable in class org.springframework.data.neo4j.repository.event.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
-
This brings in the default callbacks required for the default implementation of
Neo4jOperations
to work.
- Neo4jDefaultCallbacksRegistrar() - Constructor for class org.springframework.data.neo4j.config.Neo4jDefaultCallbacksRegistrar
-
- Neo4jDefaultReactiveCallbacksRegistrar - Class in org.springframework.data.neo4j.config
-
This brings in the default callbacks required for the default implementation of
Neo4jOperations
to work.
- Neo4jDefaultReactiveCallbacksRegistrar() - Constructor for class org.springframework.data.neo4j.config.Neo4jDefaultReactiveCallbacksRegistrar
-
- 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
-
- 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 primarly 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.repository.support
-
A PersistenceExceptionTranslator to get picked up by the Spring exception translation infrastructure.
- Neo4jPersistenceExceptionTranslator() - Constructor for class org.springframework.data.neo4j.repository.support.Neo4jPersistenceExceptionTranslator
-
- 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.
- 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() - 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
-
- 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.repository.event.AuditingBeforeBindCallback
-
- onBeforeBind(T) - Method in interface org.springframework.data.neo4j.repository.event.BeforeBindCallback
-
Entity callback method invoked before a domain object is saved.
- onBeforeBind(Object) - Method in class org.springframework.data.neo4j.repository.event.IdGeneratingBeforeBindCallback
-
- onBeforeBind(Object) - Method in class org.springframework.data.neo4j.repository.event.OptimisticLockingBeforeBindCallback
-
- onBeforeBind(Object) - Method in class org.springframework.data.neo4j.repository.event.ReactiveAuditingBeforeBindCallback
-
- onBeforeBind(T) - Method in interface org.springframework.data.neo4j.repository.event.ReactiveBeforeBindCallback
-
Entity callback method invoked before a domain object is saved.
- onBeforeBind(Object) - Method in class org.springframework.data.neo4j.repository.event.ReactiveIdGeneratingBeforeBindCallback
-
- onBeforeBind(Object) - Method in class org.springframework.data.neo4j.repository.event.ReactiveOptimisticLockingBeforeBindCallback
-
- 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.
- OptimisticLockingBeforeBindCallback - Class in org.springframework.data.neo4j.repository.event
-
Callback to increment the value of the version property for a given entity.
- OptimisticLockingBeforeBindCallback(Neo4jMappingContext) - Constructor for class org.springframework.data.neo4j.repository.event.OptimisticLockingBeforeBindCallback
-
- 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.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
-
Contains the infrastructure for the event system.
- 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.
- ReactiveAuditingBeforeBindCallback - Class in org.springframework.data.neo4j.repository.event
-
Reactive
EntityCallback
to populate auditing related fields on an entity about to be bound to a record.
- ReactiveAuditingBeforeBindCallback(ObjectFactory<ReactiveIsNewAwareAuditingHandler>) - Constructor for class org.springframework.data.neo4j.repository.event.ReactiveAuditingBeforeBindCallback
-
- ReactiveBeforeBindCallback<T> - Interface in org.springframework.data.neo4j.repository.event
-
- reactiveDatabaseSelectionProvider() - Method in class org.springframework.data.neo4j.config.AbstractReactiveNeo4jConfig
-
Configures the database name provider.
- ReactiveDatabaseSelectionProvider - Interface in org.springframework.data.neo4j.core
-
This is the reactive version of a the
DatabaseSelectionProvider
and it works in the same way but uses
reactive return types containing the target database name.
- ReactiveIdGeneratingBeforeBindCallback - Class in org.springframework.data.neo4j.repository.event
-
Callback used to call the ID generator configured for an entity just before binding.
- ReactiveIdGeneratingBeforeBindCallback(Neo4jMappingContext) - Constructor for class org.springframework.data.neo4j.repository.event.ReactiveIdGeneratingBeforeBindCallback
-
- ReactiveNeo4jClient - Interface in org.springframework.data.neo4j.core
-
Reactive Neo4j client.
- ReactiveNeo4jClient.MappingSpec<T> - Interface in org.springframework.data.neo4j.core
-
- ReactiveNeo4jClient.OngoingDelegation<T> - Interface in org.springframework.data.neo4j.core
-
A contract for an ongoing delegation in the selected database.
- ReactiveNeo4jClient.RecordFetchSpec<T> - Interface in org.springframework.data.neo4j.core
-
- ReactiveNeo4jClient.RunnableDelegation<T> - Interface in org.springframework.data.neo4j.core
-
A runnable delegation.
- ReactiveNeo4jClient.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.
- ReactiveNeo4jClient.RunnableSpecTightToDatabase - Interface in org.springframework.data.neo4j.core
-
Contract for a runnable query inside a dedicated database.
- ReactiveNeo4jOperations - Interface in org.springframework.data.neo4j.core
-
Specifies reactive operations one can perform on a database, based on an Domain Type.
- ReactiveNeo4jOperations.ExecutableQuery<T> - Interface in org.springframework.data.neo4j.core
-
An interface for controlling query execution in a reactive fashion.
- ReactiveNeo4jQueryLookupStrategy - Class in org.springframework.data.neo4j.repository.query
-
Lookup strategy for queries.
- ReactiveNeo4jQueryLookupStrategy(ReactiveNeo4jOperations, Neo4jMappingContext, QueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.neo4j.repository.query.ReactiveNeo4jQueryLookupStrategy
-
- ReactiveNeo4jRepository<T,ID> - Interface in org.springframework.data.neo4j.repository
-
Neo4j specific
Repository
interface with reactive support.
- ReactiveNeo4jRepositoryConfigurationExtension - 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.
- ReactiveNeo4jRepositoryConfigurationExtension() - Constructor for class org.springframework.data.neo4j.repository.config.ReactiveNeo4jRepositoryConfigurationExtension
-
- ReactiveNeo4jRepositoryFactoryBean<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.
- ReactiveNeo4jRepositoryFactoryBean(Class<? extends T>) - Constructor for class org.springframework.data.neo4j.repository.support.ReactiveNeo4jRepositoryFactoryBean
-
- ReactiveNeo4jTemplate - Class in org.springframework.data.neo4j.core
-
- ReactiveNeo4jTemplate(ReactiveNeo4jClient, Neo4jMappingContext, ReactiveDatabaseSelectionProvider) - Constructor for class org.springframework.data.neo4j.core.ReactiveNeo4jTemplate
-
- ReactiveNeo4jTransactionManager - Class in org.springframework.data.neo4j.core.transaction
-
- ReactiveNeo4jTransactionManager(Driver) - Constructor for class org.springframework.data.neo4j.core.transaction.ReactiveNeo4jTransactionManager
-
- ReactiveNeo4jTransactionManager(Driver, ReactiveDatabaseSelectionProvider) - Constructor for class org.springframework.data.neo4j.core.transaction.ReactiveNeo4jTransactionManager
-
- ReactiveOptimisticLockingBeforeBindCallback - Class in org.springframework.data.neo4j.repository.event
-
Callback to increment the value of the version property for a given entity.
- ReactiveOptimisticLockingBeforeBindCallback(Neo4jMappingContext) - Constructor for class org.springframework.data.neo4j.repository.event.ReactiveOptimisticLockingBeforeBindCallback
-
- ReactivePersistenceExceptionTranslationPostProcessor - Class in org.springframework.data.neo4j.repository.support
-
Bean post-processor that automatically applies persistence exception translation to all methods returning either
Mono
or
Flux
of any bean marked with
Spring's @
Repository
annotation, adding a corresponding
AbstractPointcutAdvisor
to the exposed proxy (either an existing AOP proxy or a newly
generated proxy that implements all of the target's interfaces).
- ReactivePersistenceExceptionTranslationPostProcessor() - Constructor for class org.springframework.data.neo4j.repository.support.ReactivePersistenceExceptionTranslationPostProcessor
-
- ReactivePersistenceExceptionTranslationPostProcessor(Class<? extends Annotation>) - Constructor for class org.springframework.data.neo4j.repository.support.ReactivePersistenceExceptionTranslationPostProcessor
-
- reactiveTransactionManager(Driver, ReactiveDatabaseSelectionProvider) - Method in class org.springframework.data.neo4j.config.AbstractReactiveNeo4jConfig
-
- read(Value) - Method in class org.springframework.data.neo4j.core.convert.ConvertWith.UnsetConverter
-
- read(Value) - Method in interface org.springframework.data.neo4j.core.convert.Neo4jPersistentPropertyConverter
-
- readValue(Value, TypeInformation<?>, Function<Value, Object>) - Method in interface org.springframework.data.neo4j.core.convert.Neo4jConversionService
-
Reads a
Value
returned by the driver and converts it into a
simple type
supported
by Neo4j SDN.
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry, BeanNameGenerator) - Method in class org.springframework.data.neo4j.config.Neo4jDefaultCallbacksRegistrar
-
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry, BeanNameGenerator) - Method in class org.springframework.data.neo4j.config.Neo4jDefaultReactiveCallbacksRegistrar
-
- registerConvertersIn(ConverterRegistry) - Method in class org.springframework.data.neo4j.core.convert.Neo4jConversions
-
- Relationship - Annotation Type in org.springframework.data.neo4j.core.schema
-
Annotation to configure mappings of relationship.
- Relationship.Direction - Enum in org.springframework.data.neo4j.core.schema
-
Enumeration of the direction a relationship can take.
- RelationshipDescription - Interface in org.springframework.data.neo4j.core.mapping
-
Description of a relationship.
- RelationshipProperties - Annotation Type in org.springframework.data.neo4j.core.schema
-
This marker interface is used on classes to mark that they represent additional relationship properties.
- resolveQuery(Method, RepositoryMetadata, ProjectionFactory, NamedQueries) - Method in class org.springframework.data.neo4j.repository.query.Neo4jQueryLookupStrategy
-
- resolveQuery(Method, RepositoryMetadata, ProjectionFactory, NamedQueries) - Method in class org.springframework.data.neo4j.repository.query.ReactiveNeo4jQueryLookupStrategy
-
- retrieveReactiveTransaction(Driver, String) - Static method in class org.springframework.data.neo4j.core.transaction.ReactiveNeo4jTransactionManager
-
- retrieveTransaction(Driver, String) - Static method in class org.springframework.data.neo4j.core.transaction.Neo4jTransactionManager
-
This methods provides a native Neo4j transaction to be used from within a
Neo4jClient
.
- RetryExceptionPredicate - Class in org.springframework.data.neo4j.core.support
-
A predicate indicating true for
throwables
that can be safely retried and false
in any other case.
- RetryExceptionPredicate() - Constructor for class org.springframework.data.neo4j.core.support.RetryExceptionPredicate
-
- run() - Method in interface org.springframework.data.neo4j.core.Neo4jClient.RunnableDelegation
-
Runs the stored callback.
- run() - Method in interface org.springframework.data.neo4j.core.Neo4jClient.RunnableSpecTightToDatabase
-
Execute the query and discard the results.
- run() - Method in interface org.springframework.data.neo4j.core.ReactiveNeo4jClient.RunnableDelegation
-
Runs the stored callback.
- run() - Method in interface org.springframework.data.neo4j.core.ReactiveNeo4jClient.RunnableSpecTightToDatabase
-
Execute the query and discard the results.