- CartesianPoint2d - Class in org.springframework.data.neo4j.types
-
- CartesianPoint2d(double, double) - Constructor for class org.springframework.data.neo4j.types.CartesianPoint2d
-
- CartesianPoint3d - Class in org.springframework.data.neo4j.types
-
- CartesianPoint3d(double, double, double) - Constructor for class org.springframework.data.neo4j.types.CartesianPoint3d
-
- compose(Map<K, Value>, Neo4jConversionService) - Method in interface org.springframework.data.neo4j.core.convert.Neo4jPersistentPropertyToMapConverter
-
Composes the object back from the map.
- compose(Map<K, Value>, Neo4jConversionService) - Method in class org.springframework.data.neo4j.core.schema.CompositeProperty.DefaultToMapConverter
-
- CompositeProperty - Annotation Type in org.springframework.data.neo4j.core.schema
-
This annotation indicates a
persistent property
that is composed of multiple properties on a node or relationship.
- CompositeProperty.DefaultToMapConverter<K> - Class in org.springframework.data.neo4j.core.schema
-
The default implementation, passing map properties through as they are on the way to the graph and possibly
applying a post processor on the way out of the graph.
- CompositeProperty.NoopTransformation - Class in org.springframework.data.neo4j.core.schema
-
The default operation for transforming the keys.
- CompositeProperty.Phase - Enum in org.springframework.data.neo4j.core.schema
-
Phase of the mapping currently taking place.
- computePrefixWithDelimiter() - Method in interface org.springframework.data.neo4j.core.mapping.Neo4jPersistentProperty
-
Computes a prefix to be used on multiple properties on a node when this persistent property is annotated with
@CompositeProperty
.
- Constants - Class in org.springframework.data.neo4j.core.mapping
-
A pool of constants used in our Cypher generation.
- contains(String, Class<?>) - Method in class org.springframework.data.neo4j.core.mapping.PropertyFilter
-
- contains(PropertyFilter.RelaxedPropertyPath) - Method in class org.springframework.data.neo4j.core.mapping.PropertyFilter
-
- containsPossibleCircles(Predicate<PropertyFilter.RelaxedPropertyPath>) - Method in interface org.springframework.data.neo4j.core.mapping.NodeDescription
-
- convert(Object, Class<T>) - Method in interface org.springframework.data.neo4j.core.convert.Neo4jConversionService
-
Delegates to the underlying service, without the possibility to run a custom conversion.
- convert(EntityInstanceWithSource) - Method in class org.springframework.data.neo4j.core.mapping.DtoInstantiatingConverter
-
- convert(Object) - Method in class org.springframework.data.neo4j.core.mapping.EntityFromDtoInstantiatingConverter
-
- convertDirectly(Object) - Method in class org.springframework.data.neo4j.core.mapping.DtoInstantiatingConverter
-
- ConvertWith - Annotation Type in org.springframework.data.neo4j.core.convert
-
This annotation can be used to define either custom conversions for single attributes by specifying a custom
Neo4jPersistentPropertyConverter
and if needed, a custom factory to create that converter or the annotation
can be used to build custom meta-annotated annotations like
@org.springframework.data.neo4j.core.support.DateLong
.
- ConvertWith.UnsetConverter - Class in org.springframework.data.neo4j.core.convert
-
Indicates an unset converter.
- Coordinate - Class in org.springframework.data.neo4j.types
-
- Coordinate(double, double) - Constructor for class org.springframework.data.neo4j.types.Coordinate
-
- Coordinate(double, double, Double) - Constructor for class org.springframework.data.neo4j.types.Coordinate
-
- count(Class<?>) - Method in interface org.springframework.data.neo4j.core.Neo4jOperations
-
Counts the number of entities of a given type.
- count(Statement) - Method in interface org.springframework.data.neo4j.core.Neo4jOperations
-
Counts the number of entities of a given type.
- count(Statement, Map<String, Object>) - Method in interface org.springframework.data.neo4j.core.Neo4jOperations
-
Counts the number of entities of a given type.
- count(String) - Method in interface org.springframework.data.neo4j.core.Neo4jOperations
-
Counts the number of entities of a given type.
- count(String, Map<String, Object>) - Method in interface org.springframework.data.neo4j.core.Neo4jOperations
-
Counts the number of entities of a given type.
- count(Class<?>) - Method in class org.springframework.data.neo4j.core.Neo4jTemplate
-
- count(Statement) - Method in class org.springframework.data.neo4j.core.Neo4jTemplate
-
- count(Statement, Map<String, Object>) - Method in class org.springframework.data.neo4j.core.Neo4jTemplate
-
- count(String) - Method in class org.springframework.data.neo4j.core.Neo4jTemplate
-
- count(String, Map<String, Object>) - Method in class org.springframework.data.neo4j.core.Neo4jTemplate
-
- count(Class<?>) - Method in interface org.springframework.data.neo4j.core.ReactiveNeo4jOperations
-
Counts the number of entities of a given type.
- count(Statement) - Method in interface org.springframework.data.neo4j.core.ReactiveNeo4jOperations
-
Counts the number of entities of a given type.
- count(Statement, Map<String, Object>) - Method in interface org.springframework.data.neo4j.core.ReactiveNeo4jOperations
-
Counts the number of entities of a given type.
- count(String) - Method in interface org.springframework.data.neo4j.core.ReactiveNeo4jOperations
-
Counts the number of entities of a given type.
- count(String, Map<String, Object>) - Method in interface org.springframework.data.neo4j.core.ReactiveNeo4jOperations
-
Counts the number of entities of a given type.
- count(Class<?>) - Method in class org.springframework.data.neo4j.core.ReactiveNeo4jTemplate
-
- count(Statement) - Method in class org.springframework.data.neo4j.core.ReactiveNeo4jTemplate
-
- count(Statement, Map<String, Object>) - Method in class org.springframework.data.neo4j.core.ReactiveNeo4jTemplate
-
- count(String) - Method in class org.springframework.data.neo4j.core.ReactiveNeo4jTemplate
-
- count(String, Map<String, Object>) - Method in class org.springframework.data.neo4j.core.ReactiveNeo4jTemplate
-
- count(Condition) - Method in class org.springframework.data.neo4j.repository.query.CypherdslConditionExecutorImpl
-
- count(Predicate) - Method in class org.springframework.data.neo4j.repository.query.QuerydslNeo4jPredicateExecutor
-
- count(Example<S>) - Method in class org.springframework.data.neo4j.repository.query.SimpleQueryByExampleExecutor
-
- count(Example<S>) - Method in class org.springframework.data.neo4j.repository.query.SimpleReactiveQueryByExampleExecutor
-
- count(Condition) - Method in interface org.springframework.data.neo4j.repository.support.CypherdslConditionExecutor
-
- count() - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
-
- count() - Method in class org.springframework.data.neo4j.repository.support.SimpleReactiveNeo4jRepository
-
- create(Driver) - Static method in interface org.springframework.data.neo4j.core.Neo4jClient
-
- create(Driver, DatabaseSelectionProvider) - Static method in interface org.springframework.data.neo4j.core.Neo4jClient
-
- create(Driver) - Static method in interface org.springframework.data.neo4j.core.ReactiveNeo4jClient
-
- create(Driver, ReactiveDatabaseSelectionProvider) - Static method in interface org.springframework.data.neo4j.core.ReactiveNeo4jClient
-
- create() - Static method in class org.springframework.data.neo4j.core.transaction.Neo4jBookmarkManager
-
- create(Supplier<Set<Bookmark>>) - Static method in class org.springframework.data.neo4j.core.transaction.Neo4jBookmarkManager
-
Use this factory method to add supplier of initial "seeding" bookmarks to the transaction managers
While this class will make sure that the supplier will be accessed in a thread-safe manner,
it is the caller's duty to provide a thread safe supplier (not changing the seed during a call, etc.).
- create(CreationalContext<T>, Class<T>) - Method in class org.springframework.data.neo4j.repository.support.Neo4jRepositoryFactoryCdiBean
-
- createGenericReturnStatement() - Method in enum org.springframework.data.neo4j.core.mapping.CypherGenerator
-
- createOrderByFragment(Sort) - Method in enum org.springframework.data.neo4j.core.mapping.CypherGenerator
-
Creates an order by fragment, assuming the node to match is named `n`
- createPersistentEntity(TypeInformation<T>) - Method in class org.springframework.data.neo4j.core.mapping.Neo4jMappingContext
-
- createPersistentProperty(Property, Neo4jPersistentEntity<?>, SimpleTypeHolder) - Method in class org.springframework.data.neo4j.core.mapping.Neo4jMappingContext
-
- CreateRelationshipStatementHolder - Class in org.springframework.data.neo4j.core.mapping
-
The
CreateRelationshipStatementHolder
holds the Cypher Statement to create a relationship as well as the optional
properties that describe the relationship in case of more than a simple relationship.
- createReturnStatementForMatch(Neo4jPersistentEntity<?>) - Method in enum org.springframework.data.neo4j.core.mapping.CypherGenerator
-
- createReturnStatementForMatch(Neo4jPersistentEntity<?>, Predicate<PropertyFilter.RelaxedPropertyPath>) - Method in enum org.springframework.data.neo4j.core.mapping.CypherGenerator
-
- createRootNode(NodeDescription<?>) - Method in enum org.springframework.data.neo4j.core.mapping.CypherGenerator
-
- createStatement(Neo4jPersistentEntity<?>, NestedRelationshipContext, Object, boolean) - Method in class org.springframework.data.neo4j.core.mapping.Neo4jMappingContext
-
- createStatementReturningDynamicLabels(NodeDescription<?>) - Method in enum org.springframework.data.neo4j.core.mapping.CypherGenerator
-
- createStaticDatabaseSelectionProvider(String) - Static method in interface org.springframework.data.neo4j.core.DatabaseSelectionProvider
-
Creates a statically configured database selection provider always selecting the database with the given name
databaseName
.
- createStaticDatabaseSelectionProvider(String) - Static method in interface org.springframework.data.neo4j.core.ReactiveDatabaseSelectionProvider
-
Creates a statically configured database selection provider always selecting the database with the given name
databaseName
.
- CypherAdapterUtils - Class in org.springframework.data.neo4j.repository.query
-
Bridging between Spring Data domain Objects and Cypher constructs.
- CypherdslConditionExecutor<T> - Interface in org.springframework.data.neo4j.repository.support
-
An interface that can be added to any repository so that queries can be enriched by conditions
of the
Cypher-DSL.
- CypherdslConditionExecutorImpl<T> - Class in org.springframework.data.neo4j.repository.query
-
- CypherdslConditionExecutorImpl(Neo4jEntityInformation<T, Object>, Neo4jOperations) - Constructor for class org.springframework.data.neo4j.repository.query.CypherdslConditionExecutorImpl
-
- CypherdslStatementExecutor<T> - Interface in org.springframework.data.neo4j.repository.support
-
An interface that can be added to any imperative repository so that the repository exposes several methods taking in
a
Statement
from the Cypher-DSL, that allows for full customization of the queries executed in a programmatic
way in contrast to provide custom queries declaratively via
@Query
annotations.
- CypherGenerator - Enum in org.springframework.data.neo4j.core.mapping
-
A generator based on the schema defined by node and relationship descriptions.
- cypherLog - Static variable in interface org.springframework.data.neo4j.core.Neo4jClient
-
- cypherLog - Static variable in interface org.springframework.data.neo4j.core.ReactiveNeo4jClient
-
- DatabaseSelection - Class in org.springframework.data.neo4j.core
-
A value holder indicating a database selection based on an optional name.
- databaseSelectionProvider() - Method in class org.springframework.data.neo4j.config.AbstractNeo4jConfig
-
Configures the database name provider.
- DatabaseSelectionProvider - Interface in org.springframework.data.neo4j.core
-
A provider interface that knows in which database repositories or either the reactive or imperative template should
work.
- DateLong - Annotation Type in org.springframework.data.neo4j.core.support
-
Indicates SDN to store dates as long in the database.
- DateString - Annotation Type in org.springframework.data.neo4j.core.support
-
Indicates SDN 6 to store dates as
String
in the database.
- decompose(P, Neo4jConversionService) - Method in interface org.springframework.data.neo4j.core.convert.Neo4jPersistentPropertyToMapConverter
-
Decomposes an object into a map.
- decompose(Map<K, Object>, Neo4jConversionService) - Method in class org.springframework.data.neo4j.core.schema.CompositeProperty.DefaultToMapConverter
-
- decorateMappingFunction(BiFunction<TypeSystem, MapAccessor, ?>) - Static method in class org.springframework.data.neo4j.core.mapping.EntityInstanceWithSource
-
- DEFAULT_BEAN - Static variable in class org.springframework.data.neo4j.config.Neo4jCdiExtension
-
An annotation literal used for selecting default CDI beans.
- DEFAULT_NEO4J_CLIENT_BEAN_NAME - Static variable in class org.springframework.data.neo4j.repository.config.Neo4jRepositoryConfigurationExtension
-
- DEFAULT_NEO4J_CLIENT_BEAN_NAME - Static variable in class org.springframework.data.neo4j.repository.config.ReactiveNeo4jRepositoryConfigurationExtension
-
- DEFAULT_NEO4J_TEMPLATE_BEAN_NAME - Static variable in class org.springframework.data.neo4j.repository.config.Neo4jRepositoryConfigurationExtension
-
- DEFAULT_NEO4J_TEMPLATE_BEAN_NAME - Static variable in class org.springframework.data.neo4j.repository.config.ReactiveNeo4jRepositoryConfigurationExtension
-
- DEFAULT_TRANSACTION_MANAGER_BEAN_NAME - Static variable in class org.springframework.data.neo4j.repository.config.Neo4jRepositoryConfigurationExtension
-
- DEFAULT_TRANSACTION_MANAGER_BEAN_NAME - Static variable in class org.springframework.data.neo4j.repository.config.ReactiveNeo4jRepositoryConfigurationExtension
-
- DEFAULT_ZONE_ID - Static variable in annotation type org.springframework.data.neo4j.core.support.DateString
-
- defaultSessionConfig(String) - Static method in class org.springframework.data.neo4j.core.transaction.Neo4jTransactionUtils
-
The default session uses AccessMode.WRITE
and an empty list of bookmarks.
- delegateTo(Function<QueryRunner, Optional<T>>) - Method in interface org.springframework.data.neo4j.core.Neo4jClient
-
Delegates interaction with the default database to the given callback.
- delegateTo(Function<RxQueryRunner, Mono<T>>) - Method in interface org.springframework.data.neo4j.core.ReactiveNeo4jClient
-
Delegates interaction with the default database to the given callback.
- delete(T) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
-
- delete(T) - Method in class org.springframework.data.neo4j.repository.support.SimpleReactiveNeo4jRepository
-
- deleteAll(Class<?>) - Method in interface org.springframework.data.neo4j.core.Neo4jOperations
-
Delete all entities of a given type.
- deleteAll(Class<?>) - Method in class org.springframework.data.neo4j.core.Neo4jTemplate
-
- deleteAll(Class<?>) - Method in interface org.springframework.data.neo4j.core.ReactiveNeo4jOperations
-
Delete all entities of a given type.
- deleteAll(Class<?>) - Method in class org.springframework.data.neo4j.core.ReactiveNeo4jTemplate
-
- deleteAll(Iterable<? extends T>) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
-
- deleteAll() - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
-
- deleteAll(Iterable<? extends T>) - Method in class org.springframework.data.neo4j.repository.support.SimpleReactiveNeo4jRepository
-
- deleteAll(Publisher<? extends T>) - Method in class org.springframework.data.neo4j.repository.support.SimpleReactiveNeo4jRepository
-
- deleteAll() - Method in class org.springframework.data.neo4j.repository.support.SimpleReactiveNeo4jRepository
-
- deleteAllById(Iterable<?>, Class<T>) - Method in interface org.springframework.data.neo4j.core.Neo4jOperations
-
Deletes all entities with one of the given ids, including all entities related to that entity.
- deleteAllById(Iterable<?>, Class<T>) - Method in class org.springframework.data.neo4j.core.Neo4jTemplate
-
- deleteAllById(Iterable<?>, Class<T>) - Method in interface org.springframework.data.neo4j.core.ReactiveNeo4jOperations
-
Deletes all entities with one of the given ids, including all entities related to that entity.
- deleteAllById(Iterable<?>, Class<T>) - Method in class org.springframework.data.neo4j.core.ReactiveNeo4jTemplate
-
- deleteAllById(Iterable<? extends ID>) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
-
- deleteAllById(Iterable<? extends ID>) - Method in class org.springframework.data.neo4j.repository.support.SimpleReactiveNeo4jRepository
-
- deleteById(Object, Class<T>) - Method in interface org.springframework.data.neo4j.core.Neo4jOperations
-
Deletes a single entity including all entities related to that entity.
- deleteById(Object, Class<T>) - Method in class org.springframework.data.neo4j.core.Neo4jTemplate
-
- deleteById(Object, Class<T>) - Method in interface org.springframework.data.neo4j.core.ReactiveNeo4jOperations
-
Deletes a single entity including all entities related to that entity.
- deleteById(Object, Class<T>) - Method in class org.springframework.data.neo4j.core.ReactiveNeo4jTemplate
-
- deleteById(ID) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
-
- deleteById(ID) - Method in class org.springframework.data.neo4j.repository.support.SimpleReactiveNeo4jRepository
-
- deleteById(Publisher<ID>) - Method in class org.springframework.data.neo4j.repository.support.SimpleReactiveNeo4jRepository
-
- deleteByIdWithVersion(Object, Class<T>, Neo4jPersistentProperty, Object) - Method in interface org.springframework.data.neo4j.core.Neo4jOperations
-
- deleteByIdWithVersion(Object, Class<T>, Neo4jPersistentProperty, Object) - Method in class org.springframework.data.neo4j.core.Neo4jTemplate
-
- deleteByIdWithVersion(Object, Class<T>, Neo4jPersistentProperty, Object) - Method in interface org.springframework.data.neo4j.core.ReactiveNeo4jOperations
-
- deleteByIdWithVersion(Object, Class<T>, Neo4jPersistentProperty, Object) - Method in class org.springframework.data.neo4j.core.ReactiveNeo4jTemplate
-
- describesInterface() - Method in interface org.springframework.data.neo4j.core.mapping.NodeDescription
-
- discoverCallbacks(Neo4jMappingContext, BeanFactory) - Static method in class org.springframework.data.neo4j.core.mapping.callback.EventSupport
-
Creates event support containing the required default events plus all entity callbacks discoverable through
the
BeanFactory
.
- discoverCallbacks(Neo4jMappingContext, BeanFactory) - Static method in class org.springframework.data.neo4j.core.mapping.callback.ReactiveEventSupport
-
Creates event support containing the required default events plus all entity callbacks discoverable through
the
BeanFactory
.
- doBegin(Object, TransactionDefinition) - Method in class org.springframework.data.neo4j.core.transaction.Neo4jTransactionManager
-
- doBegin(TransactionSynchronizationManager, Object, TransactionDefinition) - Method in class org.springframework.data.neo4j.core.transaction.ReactiveNeo4jTransactionManager
-
- doCleanupAfterCompletion(Object) - Method in class org.springframework.data.neo4j.core.transaction.Neo4jTransactionManager
-
- doCleanupAfterCompletion(TransactionSynchronizationManager, Object) - Method in class org.springframework.data.neo4j.core.transaction.ReactiveNeo4jTransactionManager
-
- doCommit(DefaultTransactionStatus) - Method in class org.springframework.data.neo4j.core.transaction.Neo4jTransactionManager
-
- doCommit(TransactionSynchronizationManager, GenericReactiveTransaction) - Method in class org.springframework.data.neo4j.core.transaction.ReactiveNeo4jTransactionManager
-
- doCreateRepositoryFactory() - Method in class org.springframework.data.neo4j.repository.support.Neo4jRepositoryFactoryBean
-
- doCreateRepositoryFactory() - Method in class org.springframework.data.neo4j.repository.support.ReactiveNeo4jRepositoryFactoryBean
-
- doGetTransaction() - Method in class org.springframework.data.neo4j.core.transaction.Neo4jTransactionManager
-
- doGetTransaction(TransactionSynchronizationManager) - Method in class org.springframework.data.neo4j.core.transaction.ReactiveNeo4jTransactionManager
-
- doResume(Object, Object) - Method in class org.springframework.data.neo4j.core.transaction.Neo4jTransactionManager
-
- doResume(TransactionSynchronizationManager, Object, Object) - Method in class org.springframework.data.neo4j.core.transaction.ReactiveNeo4jTransactionManager
-
- doRollback(DefaultTransactionStatus) - Method in class org.springframework.data.neo4j.core.transaction.Neo4jTransactionManager
-
- doRollback(TransactionSynchronizationManager, GenericReactiveTransaction) - Method in class org.springframework.data.neo4j.core.transaction.ReactiveNeo4jTransactionManager
-
- doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.data.neo4j.core.transaction.Neo4jTransactionManager
-
- doSetRollbackOnly(TransactionSynchronizationManager, GenericReactiveTransaction) - Method in class org.springframework.data.neo4j.core.transaction.ReactiveNeo4jTransactionManager
-
- doSuspend(Object) - Method in class org.springframework.data.neo4j.core.transaction.Neo4jTransactionManager
-
- doSuspend(TransactionSynchronizationManager, Object) - Method in class org.springframework.data.neo4j.core.transaction.ReactiveNeo4jTransactionManager
-
- driver() - Method in class org.springframework.data.neo4j.config.AbstractNeo4jConfig
-
The driver to be used for interacting with Neo4j.
- driver() - Method in class org.springframework.data.neo4j.config.AbstractReactiveNeo4jConfig
-
The driver to be used for interacting with Neo4j.
- DtoInstantiatingConverter - Class in org.springframework.data.neo4j.core.mapping
-
Converter
to instantiate DTOs from fully equipped domain objects.
- DtoInstantiatingConverter(Class<?>, Neo4jMappingContext) - Constructor for class org.springframework.data.neo4j.core.mapping.DtoInstantiatingConverter
-
- DynamicLabels - Annotation Type in org.springframework.data.neo4j.core.schema
-
- fetch() - Method in interface org.springframework.data.neo4j.core.Neo4jClient.RunnableSpecTightToDatabase
-
Fetch all records mapped into generic maps
- fetch() - Method in interface org.springframework.data.neo4j.core.ReactiveNeo4jClient.RunnableSpecTightToDatabase
-
Fetch all records mapped into generic maps
- fetchAs(Class<T>) - Method in interface org.springframework.data.neo4j.core.Neo4jClient.RunnableSpecTightToDatabase
-
Create a mapping for each record return to a specific type.
- fetchAs(Class<T>) - Method in interface org.springframework.data.neo4j.core.ReactiveNeo4jClient.RunnableSpecTightToDatabase
-
Create a mapping for each record return to a specific type.
- find(Class<T>) - Method in interface org.springframework.data.neo4j.core.FluentFindOperation
-
Start creating a find operation for the given domainType.
- find(Class<T>) - Method in class org.springframework.data.neo4j.core.Neo4jTemplate
-
- find(Class<T>) - Method in interface org.springframework.data.neo4j.core.ReactiveFluentFindOperation
-
Start creating a find operation for the given domainType.
- find(Class<T>) - Method in class org.springframework.data.neo4j.core.ReactiveNeo4jTemplate
-
- findAll(Class<T>) - Method in interface org.springframework.data.neo4j.core.Neo4jOperations
-
Load all entities of a given type.
- findAll(Statement, Class<T>) - Method in interface org.springframework.data.neo4j.core.Neo4jOperations
-
Load all entities of a given type by executing given statement.
- findAll(Statement, Map<String, Object>, Class<T>) - Method in interface org.springframework.data.neo4j.core.Neo4jOperations
-
Load all entities of a given type by executing given statement with parameters.
- findAll(String, Class<T>) - Method in interface org.springframework.data.neo4j.core.Neo4jOperations
-
Load all entities of a given type by executing given statement.
- findAll(String, Map<String, Object>, Class<T>) - Method in interface org.springframework.data.neo4j.core.Neo4jOperations
-
Load all entities of a given type by executing given statement with parameters.
- findAll(Class<T>) - Method in class org.springframework.data.neo4j.core.Neo4jTemplate
-
- findAll(Statement, Class<T>) - Method in class org.springframework.data.neo4j.core.Neo4jTemplate
-
- findAll(Statement, Map<String, Object>, Class<T>) - Method in class org.springframework.data.neo4j.core.Neo4jTemplate
-
- findAll(String, Class<T>) - Method in class org.springframework.data.neo4j.core.Neo4jTemplate
-
- findAll(String, Map<String, Object>, Class<T>) - Method in class org.springframework.data.neo4j.core.Neo4jTemplate
-
- findAll(Class<T>) - Method in interface org.springframework.data.neo4j.core.ReactiveNeo4jOperations
-
Load all entities of a given type.
- findAll(Statement, Class<T>) - Method in interface org.springframework.data.neo4j.core.ReactiveNeo4jOperations
-
Load all entities of a given type by executing given statement.
- findAll(Statement, Map<String, Object>, Class<T>) - Method in interface org.springframework.data.neo4j.core.ReactiveNeo4jOperations
-
Load all entities of a given type by executing given statement with parameters.
- findAll(String, Class<T>) - Method in interface org.springframework.data.neo4j.core.ReactiveNeo4jOperations
-
Load all entities of a given type by executing given statement.
- findAll(String, Map<String, Object>, Class<T>) - Method in interface org.springframework.data.neo4j.core.ReactiveNeo4jOperations
-
Load all entities of a given type by executing given statement with parameters.
- findAll(Class<T>) - Method in class org.springframework.data.neo4j.core.ReactiveNeo4jTemplate
-
- findAll(Statement, Class<T>) - Method in class org.springframework.data.neo4j.core.ReactiveNeo4jTemplate
-
- findAll(Statement, Map<String, Object>, Class<T>) - Method in class org.springframework.data.neo4j.core.ReactiveNeo4jTemplate
-
- findAll(String, Class<T>) - Method in class org.springframework.data.neo4j.core.ReactiveNeo4jTemplate
-
- findAll(String, Map<String, Object>, Class<T>) - Method in class org.springframework.data.neo4j.core.ReactiveNeo4jTemplate
-
- findAll() - Method in interface org.springframework.data.neo4j.repository.Neo4jRepository
-
- findAll(Sort) - Method in interface org.springframework.data.neo4j.repository.Neo4jRepository
-
- findAll(Example<S>) - Method in interface org.springframework.data.neo4j.repository.Neo4jRepository
-
- findAll(Example<S>, Sort) - Method in interface org.springframework.data.neo4j.repository.Neo4jRepository
-
- findAll(Condition) - Method in class org.springframework.data.neo4j.repository.query.CypherdslConditionExecutorImpl
-
- findAll(Condition, Sort) - Method in class org.springframework.data.neo4j.repository.query.CypherdslConditionExecutorImpl
-
- findAll(Condition, SortItem...) - Method in class org.springframework.data.neo4j.repository.query.CypherdslConditionExecutorImpl
-
- findAll(SortItem...) - Method in class org.springframework.data.neo4j.repository.query.CypherdslConditionExecutorImpl
-
- findAll(Condition, Pageable) - Method in class org.springframework.data.neo4j.repository.query.CypherdslConditionExecutorImpl
-
- findAll(Predicate) - Method in class org.springframework.data.neo4j.repository.query.QuerydslNeo4jPredicateExecutor
-
- findAll(Predicate, Sort) - Method in class org.springframework.data.neo4j.repository.query.QuerydslNeo4jPredicateExecutor
-
- findAll(Predicate, OrderSpecifier<?>...) - Method in class org.springframework.data.neo4j.repository.query.QuerydslNeo4jPredicateExecutor
-
- findAll(OrderSpecifier<?>...) - Method in class org.springframework.data.neo4j.repository.query.QuerydslNeo4jPredicateExecutor
-
- findAll(Predicate, Pageable) - Method in class org.springframework.data.neo4j.repository.query.QuerydslNeo4jPredicateExecutor
-
- findAll(Example<S>) - Method in class org.springframework.data.neo4j.repository.query.SimpleQueryByExampleExecutor
-
- findAll(Example<S>, Sort) - Method in class org.springframework.data.neo4j.repository.query.SimpleQueryByExampleExecutor
-
- findAll(Example<S>, Pageable) - Method in class org.springframework.data.neo4j.repository.query.SimpleQueryByExampleExecutor
-
- findAll(Example<S>) - Method in class org.springframework.data.neo4j.repository.query.SimpleReactiveQueryByExampleExecutor
-
- findAll(Example<S>, Sort) - Method in class org.springframework.data.neo4j.repository.query.SimpleReactiveQueryByExampleExecutor
-
- findAll(Condition) - Method in interface org.springframework.data.neo4j.repository.support.CypherdslConditionExecutor
-
- findAll(Condition, Sort) - Method in interface org.springframework.data.neo4j.repository.support.CypherdslConditionExecutor
-
- findAll(Condition, SortItem...) - Method in interface org.springframework.data.neo4j.repository.support.CypherdslConditionExecutor
-
- findAll(SortItem...) - Method in interface org.springframework.data.neo4j.repository.support.CypherdslConditionExecutor
-
- findAll(Condition, Pageable) - Method in interface org.springframework.data.neo4j.repository.support.CypherdslConditionExecutor
-
- findAll(Statement) - Method in interface org.springframework.data.neo4j.repository.support.CypherdslStatementExecutor
-
Find all elements of the domain as defined by the statement
.
- findAll(Statement, Class<PT>) - Method in interface org.springframework.data.neo4j.repository.support.CypherdslStatementExecutor
-
Creates a custom projection of the repository type by a Cypher-DSL based statement.
- findAll(StatementBuilder.OngoingReadingAndReturn, Statement, Pageable) - Method in interface org.springframework.data.neo4j.repository.support.CypherdslStatementExecutor
-
The pages here are built with a fragment of a Statement
: An
ongoing reading with an attached return
.
- findAll(StatementBuilder.OngoingReadingAndReturn, Statement, Pageable, Class<PT>) - Method in interface org.springframework.data.neo4j.repository.support.CypherdslStatementExecutor
-
The pages here are built with a fragment of a Statement
: An
ongoing reading with an attached return
.
- findAll(Statement) - Method in interface org.springframework.data.neo4j.repository.support.ReactiveCypherdslStatementExecutor
-
Find all elements of the domain as defined by the statement
.
- findAll(Statement, Class<PT>) - Method in interface org.springframework.data.neo4j.repository.support.ReactiveCypherdslStatementExecutor
-
Creates a custom projection of the repository type by a Cypher-DSL based statement.
- findAll() - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
-
- findAll(Sort) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
-
- findAll(Pageable) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
-
- findAll() - Method in class org.springframework.data.neo4j.repository.support.SimpleReactiveNeo4jRepository
-
- findAll(Sort) - Method in class org.springframework.data.neo4j.repository.support.SimpleReactiveNeo4jRepository
-
- findAllById(Iterable<?>, Class<T>) - Method in interface org.springframework.data.neo4j.core.Neo4jOperations
-
Load all entities of a given type that are identified by the given ids.
- findAllById(Iterable<?>, Class<T>) - Method in class org.springframework.data.neo4j.core.Neo4jTemplate
-
- findAllById(Iterable<?>, Class<T>) - Method in interface org.springframework.data.neo4j.core.ReactiveNeo4jOperations
-
Load all entities of a given type that are identified by the given ids.
- findAllById(Iterable<?>, Class<T>) - Method in class org.springframework.data.neo4j.core.ReactiveNeo4jTemplate
-
- findAllById(Iterable<ID>) - Method in interface org.springframework.data.neo4j.repository.Neo4jRepository
-
- findAllById(Iterable<ID>) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
-
- findAllById(Iterable<ID>) - Method in class org.springframework.data.neo4j.repository.support.SimpleReactiveNeo4jRepository
-
- findAllById(Publisher<ID>) - Method in class org.springframework.data.neo4j.repository.support.SimpleReactiveNeo4jRepository
-
- findById(Object, Class<T>) - Method in interface org.springframework.data.neo4j.core.Neo4jOperations
-
Load an entity from the database.
- findById(Object, Class<T>) - Method in class org.springframework.data.neo4j.core.Neo4jTemplate
-
- findById(Object, Class<T>) - Method in interface org.springframework.data.neo4j.core.ReactiveNeo4jOperations
-
Load an entity from the database.
- findById(Object, Class<T>) - Method in class org.springframework.data.neo4j.core.ReactiveNeo4jTemplate
-
- findById(ID) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
-
- findById(ID) - Method in class org.springframework.data.neo4j.repository.support.SimpleReactiveNeo4jRepository
-
- findById(Publisher<ID>) - Method in class org.springframework.data.neo4j.repository.support.SimpleReactiveNeo4jRepository
-
- findCommonElementType(Iterable<?>) - Static method in class org.springframework.data.neo4j.core.TemplateSupport
-
- findOne(Statement, Map<String, Object>, Class<T>) - Method in interface org.springframework.data.neo4j.core.Neo4jOperations
-
Load one entity of a given type by executing given statement with parameters.
- findOne(String, Map<String, Object>, Class<T>) - Method in interface org.springframework.data.neo4j.core.Neo4jOperations
-
Load one entity of a given type by executing given statement with parameters.
- findOne(Statement, Map<String, Object>, Class<T>) - Method in class org.springframework.data.neo4j.core.Neo4jTemplate
-
- findOne(String, Map<String, Object>, Class<T>) - Method in class org.springframework.data.neo4j.core.Neo4jTemplate
-
- findOne(Statement, Map<String, Object>, Class<T>) - Method in interface org.springframework.data.neo4j.core.ReactiveNeo4jOperations
-
Load one entity of a given type by executing given statement with parameters.
- findOne(String, Map<String, Object>, Class<T>) - Method in interface org.springframework.data.neo4j.core.ReactiveNeo4jOperations
-
Load one entity of a given type by executing given statement with parameters.
- findOne(Statement, Map<String, Object>, Class<T>) - Method in class org.springframework.data.neo4j.core.ReactiveNeo4jTemplate
-
- findOne(String, Map<String, Object>, Class<T>) - Method in class org.springframework.data.neo4j.core.ReactiveNeo4jTemplate
-
- findOne(Condition) - Method in class org.springframework.data.neo4j.repository.query.CypherdslConditionExecutorImpl
-
- findOne(Predicate) - Method in class org.springframework.data.neo4j.repository.query.QuerydslNeo4jPredicateExecutor
-
- findOne(Example<S>) - Method in class org.springframework.data.neo4j.repository.query.SimpleQueryByExampleExecutor
-
- findOne(Example<S>) - Method in class org.springframework.data.neo4j.repository.query.SimpleReactiveQueryByExampleExecutor
-
- findOne(Condition) - Method in interface org.springframework.data.neo4j.repository.support.CypherdslConditionExecutor
-
- findOne(Statement) - Method in interface org.springframework.data.neo4j.repository.support.CypherdslStatementExecutor
-
Find one element of the domain as defined by the statement
.
- findOne(Statement, Class<PT>) - Method in interface org.springframework.data.neo4j.repository.support.CypherdslStatementExecutor
-
Creates a custom projection of the repository type by a Cypher-DSL based statement.
- findOne(Statement) - Method in interface org.springframework.data.neo4j.repository.support.ReactiveCypherdslStatementExecutor
-
Find one element of the domain as defined by the statement
.
- findOne(Statement, Class<PT>) - Method in interface org.springframework.data.neo4j.repository.support.ReactiveCypherdslStatementExecutor
-
Creates a custom projection of the repository type by a Cypher-DSL based statement.
- first() - Method in interface org.springframework.data.neo4j.core.Neo4jClient.RecordFetchSpec
-
Fetches only the first record.
- first() - Method in interface org.springframework.data.neo4j.core.ReactiveNeo4jClient.RecordFetchSpec
-
Fetches only the first record.
- FluentFindOperation - Interface in org.springframework.data.neo4j.core
-
FluentFindOperation
allows creation and execution of Neo4j find operations in a fluent API style.
- FluentFindOperation.ExecutableFind<T> - Interface in org.springframework.data.neo4j.core
-
Entry point for creating executable find operations.
- FluentFindOperation.FindWithProjection<T> - Interface in org.springframework.data.neo4j.core
-
Result type override (Optional).
- FluentFindOperation.FindWithQuery<T> - Interface in org.springframework.data.neo4j.core
-
Terminating operations invoking the actual query execution.
- FluentFindOperation.TerminatingFind<T> - Interface in org.springframework.data.neo4j.core
-
Triggers find execution by calling one of the terminating methods.
- FluentFindOperation.TerminatingFindWithoutQuery<T> - Interface in org.springframework.data.neo4j.core
-
Trigger find execution by calling one of the terminating methods from a state where no query is yet defined.
- FluentNeo4jOperations - Interface in org.springframework.data.neo4j.core
-
An additional interface accompanying the
Neo4jOperations
and adding a couple of fluent operations, especially
around finding and projecting things.
- FluentSaveOperation - Interface in org.springframework.data.neo4j.core
-
FluentSaveOperation
allows creation and execution of Neo4j save operations in a fluent API style.
- FluentSaveOperation.ExecutableSave<DT> - Interface in org.springframework.data.neo4j.core
-
After the domain type has been specified, related projections or instances of the domain type can be saved.
- forAssignedIds(String) - Static method in class org.springframework.data.neo4j.core.mapping.IdDescription
-
- forExternallyGeneratedIds(Class<? extends IdGenerator<?>>, String, String) - Static method in class org.springframework.data.neo4j.core.mapping.IdDescription
-
- forFindAll(Neo4jPersistentEntity<?>) - Static method in class org.springframework.data.neo4j.repository.query.QueryFragmentsAndParameters
-
- forFindByAllId(Neo4jPersistentEntity<?>, Object) - Static method in class org.springframework.data.neo4j.repository.query.QueryFragmentsAndParameters
-
- forFindById(Neo4jPersistentEntity<?>, Object) - Static method in class org.springframework.data.neo4j.repository.query.QueryFragmentsAndParameters
-
- forInternallyGeneratedIds() - Static method in class org.springframework.data.neo4j.core.mapping.IdDescription
-
- forPageableAndSort(Neo4jPersistentEntity<?>, Pageable, Sort) - Static method in class org.springframework.data.neo4j.repository.query.QueryFragmentsAndParameters
-
- from(Map<PropertyPath, Boolean>, NodeDescription<?>) - Static method in class org.springframework.data.neo4j.core.mapping.PropertyFilter
-
- FROM_ID_PARAMETER_NAME - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
-
- FUNCTION_LITERAL - Static variable in class org.springframework.data.neo4j.repository.query.Neo4jSpelSupport
-
- FUNCTION_ORDER_BY - Static variable in class org.springframework.data.neo4j.repository.query.Neo4jSpelSupport
-
- GeneratedValue - Annotation Type in org.springframework.data.neo4j.core.schema
-
Indicates a generated id.
- GeneratedValue.InternalIdGenerator - Class in org.springframework.data.neo4j.core.schema
-
- GeneratedValue.UUIDGenerator - Class in org.springframework.data.neo4j.core.schema
-
- generateId(String, Object) - Method in class org.springframework.data.neo4j.core.schema.GeneratedValue.InternalIdGenerator
-
- generateId(String, Object) - Method in class org.springframework.data.neo4j.core.schema.GeneratedValue.UUIDGenerator
-
- generateId(String, Object) - Method in interface org.springframework.data.neo4j.core.schema.IdGenerator
-
Generates a new id for given entity.
- generateId(String, Object) - Method in class org.springframework.data.neo4j.core.support.UUIDStringGenerator
-
- generateRelatedNodesCollectionName(NodeDescription<?>) - Method in interface org.springframework.data.neo4j.core.mapping.RelationshipDescription
-
- GeographicPoint2d - Class in org.springframework.data.neo4j.types
-
- GeographicPoint2d(double, double) - Constructor for class org.springframework.data.neo4j.types.GeographicPoint2d
-
- GeographicPoint3d - Class in org.springframework.data.neo4j.types
-
- GeographicPoint3d(double, double, double) - Constructor for class org.springframework.data.neo4j.types.GeographicPoint3d
-
- get() - Static method in class org.springframework.data.neo4j.config.Neo4jEntityScanner
-
- get(ResourceLoader) - Static method in class org.springframework.data.neo4j.config.Neo4jEntityScanner
-
- getActualType() - Method in interface org.springframework.data.neo4j.core.mapping.GraphPropertyDescription
-
This will return the type of a simple property or the component type of a collection like property.
- getAdditionalLabels() - Method in interface org.springframework.data.neo4j.core.mapping.NodeDescription
-
- getBookmarks() - Method in class org.springframework.data.neo4j.core.transaction.Neo4jBookmarksUpdatedEvent
-
- getChildNodeDescriptionsInHierarchy() - Method in interface org.springframework.data.neo4j.core.mapping.NodeDescription
-
Retrieve all direct child node descriptions which extend this entity.
- getCondition() - Method in class org.springframework.data.neo4j.repository.query.QueryFragments
-
- getConversionService() - Method in class org.springframework.data.neo4j.core.mapping.Neo4jMappingContext
-
- getCypherQuery() - Method in class org.springframework.data.neo4j.repository.query.QueryFragmentsAndParameters
-
- getDatabaseSelection() - Method in interface org.springframework.data.neo4j.core.DatabaseSelectionProvider
-
- getDatabaseSelection() - Method in interface org.springframework.data.neo4j.core.ReactiveDatabaseSelectionProvider
-
- getDatabaseSelectionProvider() - Method in interface org.springframework.data.neo4j.core.Neo4jClient
-
Returns the assigned database selection provider.
- getDatabaseSelectionProvider() - Method in interface org.springframework.data.neo4j.core.ReactiveNeo4jClient
-
Returns the assigned database selection provider.
- getDefaultSelectionProvider() - Static method in interface org.springframework.data.neo4j.core.DatabaseSelectionProvider
-
A database selection provider always returning the default selection.
- getDefaultSelectionProvider() - Static method in interface org.springframework.data.neo4j.core.ReactiveDatabaseSelectionProvider
-
A database selector always selecting the default database.
- getDirection() - Method in interface org.springframework.data.neo4j.core.mapping.RelationshipDescription
-
The direction of the defined relationship.
- getDynamicLabelsProperty() - Method in interface org.springframework.data.neo4j.core.mapping.Neo4jPersistentEntity
-
- getEntityConverter() - Method in class org.springframework.data.neo4j.core.mapping.Neo4jMappingContext
-
- getEntityConverter() - Method in interface org.springframework.data.neo4j.core.mapping.Schema
-
- getEntityInstance() - Method in class org.springframework.data.neo4j.core.mapping.EntityInstanceWithSource
-
- getEntityMetaData() - Method in interface org.springframework.data.neo4j.repository.support.Neo4jEntityInformation
-
- getExtensionId() - Method in class org.springframework.data.neo4j.repository.support.Neo4jEvaluationContextExtension
-
- getFieldName() - Method in interface org.springframework.data.neo4j.core.mapping.GraphPropertyDescription
-
- getFieldName() - Method in interface org.springframework.data.neo4j.core.mapping.RelationshipDescription
-
The name of the property where the relationship was defined.
- getFunctions() - Method in class org.springframework.data.neo4j.repository.support.Neo4jEvaluationContextExtension
-
- getGraphProperties() - Method in interface org.springframework.data.neo4j.core.mapping.NodeDescription
-
- getGraphPropertiesInHierarchy() - Method in interface org.springframework.data.neo4j.core.mapping.NodeDescription
-
- getGraphProperty(String) - Method in interface org.springframework.data.neo4j.core.mapping.NodeDescription
-
- getHeight() - Method in class org.springframework.data.neo4j.types.GeographicPoint3d
-
- getIdDescription() - Method in interface org.springframework.data.neo4j.core.mapping.NodeDescription
-
- getIdentifyingAnnotations() - Method in class org.springframework.data.neo4j.repository.config.Neo4jRepositoryConfigurationExtension
-
- getIdentifyingAnnotations() - Method in class org.springframework.data.neo4j.repository.config.ReactiveNeo4jRepositoryConfigurationExtension
-
- getIdentifyingTypes() - Method in class org.springframework.data.neo4j.repository.config.Neo4jRepositoryConfigurationExtension
-
- getIdentifyingTypes() - Method in class org.springframework.data.neo4j.repository.config.ReactiveNeo4jRepositoryConfigurationExtension
-
- getIdExpression() - Method in interface org.springframework.data.neo4j.core.mapping.NodeDescription
-
- getIdGenerator(String) - Method in class org.springframework.data.neo4j.core.mapping.Neo4jMappingContext
-
- getIdGenerator(String) - Method in interface org.springframework.data.neo4j.core.mapping.Schema
-
- getIdGeneratorClass() - Method in class org.springframework.data.neo4j.core.mapping.IdDescription
-
- getIdGeneratorRef() - Method in class org.springframework.data.neo4j.core.mapping.IdDescription
-
- getIllegalDatabaseName() - Method in exception org.springframework.data.neo4j.core.Neo4jClient.IllegalDatabaseNameException
-
- getInputProperties(ResultProcessor, ProjectionFactory, Neo4jMappingContext) - Static method in class org.springframework.data.neo4j.core.PropertyFilterSupport
-
- getInstantiatorFor(PersistentEntity<?, ?>) - Method in class org.springframework.data.neo4j.core.mapping.Neo4jMappingContext
-
- getInternalId(Object) - Method in class org.springframework.data.neo4j.core.mapping.NestedRelationshipProcessingStateMachine
-
- getInverse() - Method in class org.springframework.data.neo4j.core.mapping.NestedRelationshipContext
-
- getLatitude() - Method in class org.springframework.data.neo4j.types.GeographicPoint2d
-
- getLatitude() - Method in class org.springframework.data.neo4j.types.GeographicPoint3d
-
- getLimit() - Method in class org.springframework.data.neo4j.repository.query.QueryFragments
-
- getLongitude() - Method in class org.springframework.data.neo4j.types.GeographicPoint2d
-
- getLongitude() - Method in class org.springframework.data.neo4j.types.GeographicPoint3d
-
- getLowerLeft() - Method in class org.springframework.data.neo4j.repository.query.BoundingBox
-
- getMatchOn() - Method in class org.springframework.data.neo4j.repository.query.QueryFragments
-
- getModulePrefix() - Method in class org.springframework.data.neo4j.repository.config.Neo4jRepositoryConfigurationExtension
-
- getModulePrefix() - Method in class org.springframework.data.neo4j.repository.config.ReactiveNeo4jRepositoryConfigurationExtension
-
- getMostAbstractParentLabel(NodeDescription<?>) - Method in interface org.springframework.data.neo4j.core.mapping.NodeDescription
-
- getNodeDescription(String) - Method in class org.springframework.data.neo4j.core.mapping.Neo4jMappingContext
-
- getNodeDescription(Class<?>) - Method in class org.springframework.data.neo4j.core.mapping.Neo4jMappingContext
-
- getNodeDescription(String) - Method in interface org.springframework.data.neo4j.core.mapping.Schema
-
Retrieves a node's description by its primary label.
- getNodeDescription(Class<?>) - Method in interface org.springframework.data.neo4j.core.mapping.Schema
-
Retrieves a node's description by its underlying class.
- getNodeDescription() - Method in class org.springframework.data.neo4j.repository.query.QueryFragmentsAndParameters
-
- getOptionalGraphPropertyName() - Method in class org.springframework.data.neo4j.core.mapping.IdDescription
-
An ID description has only a corresponding graph property name when it's bas on an external assigment.
- getOptionalMappingFunction() - Method in class org.springframework.data.neo4j.core.PreparedQuery
-
- getOptionalReadingConverter() - Method in interface org.springframework.data.neo4j.core.mapping.Neo4jPersistentProperty
-
- getOptionalWritingConverter() - Method in interface org.springframework.data.neo4j.core.mapping.Neo4jPersistentProperty
-
- getOrCreateIdGeneratorOfType(Class<T>) - Method in class org.springframework.data.neo4j.core.mapping.Neo4jMappingContext
-
- getOrCreateIdGeneratorOfType(Class<T>) - Method in interface org.springframework.data.neo4j.core.mapping.Schema
-
Creates or retrieves an instance of the given id generator class.
- getOrder() - Method in class org.springframework.data.neo4j.core.mapping.callback.AuditingBeforeBindCallback
-
- getOrder() - Method in class org.springframework.data.neo4j.core.mapping.callback.ReactiveAuditingBeforeBindCallback
-
- getOrderBy() - Method in class org.springframework.data.neo4j.repository.query.QueryFragments
-
- getParameters() - Method in class org.springframework.data.neo4j.repository.query.QueryFragmentsAndParameters
-
- getParentNodeDescription() - Method in interface org.springframework.data.neo4j.core.mapping.NodeDescription
-
- getPersistentEntity(TypeInformation<?>) - Method in class org.springframework.data.neo4j.core.mapping.Neo4jMappingContext
-
- getPrimaryLabel() - Method in interface org.springframework.data.neo4j.core.mapping.NodeDescription
-
- getProcessedAs(Object) - Method in class org.springframework.data.neo4j.core.mapping.NestedRelationshipProcessingStateMachine
-
- getProperties() - Method in class org.springframework.data.neo4j.core.mapping.CreateRelationshipStatementHolder
-
- getPropertyConverterFor(Neo4jPersistentProperty) - Method in interface org.springframework.data.neo4j.core.convert.Neo4jPersistentPropertyConverterFactory
-
- getPropertyName() - Method in interface org.springframework.data.neo4j.core.mapping.GraphPropertyDescription
-
- getQuery() - Method in exception org.springframework.data.neo4j.repository.NoResultException
-
- getQueryFragments() - Method in class org.springframework.data.neo4j.repository.query.QueryFragmentsAndParameters
-
- getQueryFragmentsAndParameters() - Method in class org.springframework.data.neo4j.core.PreparedQuery
-
- getRelatedEntity() - Method in class org.springframework.data.neo4j.core.mapping.MappingSupport.RelationshipPropertiesWithEntityHolder
-
- getRelationship() - Method in class org.springframework.data.neo4j.core.mapping.NestedRelationshipContext
-
- getRelationshipObverse() - Method in interface org.springframework.data.neo4j.core.mapping.RelationshipDescription
-
- getRelationshipOrRelationshipPropertiesObject(Neo4jMappingContext, boolean, boolean, Object, PersistentPropertyAccessor<?>) - Static method in class org.springframework.data.neo4j.core.mapping.MappingSupport
-
Extract the relationship properties or just the related object if there are no relationship properties
attached.
- getRelationshipProperties() - Method in class org.springframework.data.neo4j.core.mapping.MappingSupport.RelationshipPropertiesWithEntityHolder
-
- getRelationshipPropertiesEntity() - Method in interface org.springframework.data.neo4j.core.mapping.RelationshipDescription
-
If this is a relationship with properties, the properties-defining class will get returned, otherwise
null.
- getRelationshipPropertiesPropertyAccessor() - Method in class org.springframework.data.neo4j.core.mapping.MappingSupport.RelationshipPropertiesWithEntityHolder
-
- getRelationshipPropertiesPropertyAccessor(Object) - Method in class org.springframework.data.neo4j.core.mapping.NestedRelationshipContext
-
- getRelationships() - Method in interface org.springframework.data.neo4j.core.mapping.NodeDescription
-
This returns the outgoing relationships this node has to other nodes.
- getRelationshipsInHierarchy(Predicate<PropertyFilter.RelaxedPropertyPath>) - Method in interface org.springframework.data.neo4j.core.mapping.NodeDescription
-
This returns the relationships this node, its parent and child has to other nodes.
- getRepositoryFactoryBeanClassName() - Method in class org.springframework.data.neo4j.repository.config.Neo4jRepositoryConfigurationExtension
-
- getRepositoryFactoryBeanClassName() - Method in class org.springframework.data.neo4j.repository.config.ReactiveNeo4jRepositoryConfigurationExtension
-
- getRequiredBinderFunctionFor(Class<T>) - Method in interface org.springframework.data.neo4j.core.mapping.Schema
-
- getRequiredMappingFunctionFor(Class<T>) - Method in interface org.springframework.data.neo4j.core.mapping.Schema
-
Retrieves a schema based mapping function for the targetClass
.
- getRequiredNodeDescription(Class<?>) - Method in interface org.springframework.data.neo4j.core.mapping.Schema
-
- getRequiredNodeDescription(String) - Method in interface org.springframework.data.neo4j.core.mapping.Schema
-
- getRequiredSingleResult() - Method in interface org.springframework.data.neo4j.core.Neo4jOperations.ExecutableQuery
-
- getResults() - Method in interface org.springframework.data.neo4j.core.Neo4jOperations.ExecutableQuery
-
- getResults() - Method in interface org.springframework.data.neo4j.core.ReactiveNeo4jOperations.ExecutableQuery
-
- getResultType() - Method in class org.springframework.data.neo4j.core.PreparedQuery
-
- getSingleResult() - Method in interface org.springframework.data.neo4j.core.Neo4jOperations.ExecutableQuery
-
- getSingleResult() - Method in interface org.springframework.data.neo4j.core.ReactiveNeo4jOperations.ExecutableQuery
-
- getSkip() - Method in class org.springframework.data.neo4j.repository.query.QueryFragments
-
- getSource() - Method in interface org.springframework.data.neo4j.core.mapping.RelationshipDescription
-
The source of this relationship is described by the primary label of the node in question.
- getSourceRecord() - Method in class org.springframework.data.neo4j.core.mapping.EntityInstanceWithSource
-
- getSrid() - Method in interface org.springframework.data.neo4j.types.Neo4jPoint
-
- getStatement() - Method in class org.springframework.data.neo4j.core.mapping.CreateRelationshipStatementHolder
-
- getStateOf(Object, RelationshipDescription, Collection<?>) - Method in class org.springframework.data.neo4j.core.mapping.NestedRelationshipProcessingStateMachine
-
- getStaticLabels() - Method in interface org.springframework.data.neo4j.core.mapping.NodeDescription
-
- getTarget() - Method in interface org.springframework.data.neo4j.core.mapping.RelationshipDescription
-
The target of this relationship is described by the primary label of the node in question.
- getTargetClass() - Method in exception org.springframework.data.neo4j.core.mapping.UnknownEntityException
-
- getType() - Method in class org.springframework.data.neo4j.core.mapping.PropertyFilter.RelaxedPropertyPath
-
- getType() - Method in interface org.springframework.data.neo4j.core.mapping.RelationshipDescription
-
If this relationship is dynamic, then this method always returns the name of the inverse property.
- getTypeSystem() - Method in class org.springframework.data.neo4j.core.mapping.EntityInstanceWithSource
-
- getUnderlyingClass() - Method in interface org.springframework.data.neo4j.core.mapping.NodeDescription
-
- getUpperRight() - Method in class org.springframework.data.neo4j.repository.query.BoundingBox
-
- getValue() - Method in class org.springframework.data.neo4j.core.DatabaseSelection
-
- getValue() - Method in class org.springframework.data.neo4j.core.mapping.NestedRelationshipContext
-
- getX() - Method in class org.springframework.data.neo4j.types.CartesianPoint2d
-
- getX() - Method in class org.springframework.data.neo4j.types.CartesianPoint3d
-
- getY() - Method in class org.springframework.data.neo4j.types.CartesianPoint2d
-
- getY() - Method in class org.springframework.data.neo4j.types.CartesianPoint3d
-
- getZ() - Method in class org.springframework.data.neo4j.types.CartesianPoint3d
-
- GraphPropertyDescription - Interface in org.springframework.data.neo4j.core.mapping
-
Provides minimal information how to map class attributes to the properties of a node or a relationship.