- ChainedTransactionManager - Class in org.springframework.data.neo4j.transaction
-
Deprecated.
use org.springframework.data.transaction.ChainedTransactionManager instead
- ChainedTransactionManager(PlatformTransactionManager...) - Constructor for class org.springframework.data.neo4j.transaction.ChainedTransactionManager
-
Deprecated.
- ChainedTransactionManager(SynchronizationManager, PlatformTransactionManager...) - Constructor for class org.springframework.data.neo4j.transaction.ChainedTransactionManager
-
Deprecated.
- checkAndGetNode(Object) - Method in class org.springframework.data.neo4j.fieldaccess.RelatedToFieldAccessor
-
- checkAndGetNode(Object) - Method in class org.springframework.data.neo4j.fieldaccess.RelationshipHelper
-
- ClassNameAlias - Class in org.springframework.data.neo4j.support.mapping
-
- ClassNameAlias() - Constructor for class org.springframework.data.neo4j.support.mapping.ClassNameAlias
-
- ClassValueTypeInformationMapper - Class in org.springframework.data.neo4j.support.typerepresentation
-
- ClassValueTypeInformationMapper() - Constructor for class org.springframework.data.neo4j.support.typerepresentation.ClassValueTypeInformationMapper
-
- clazz - Variable in class org.springframework.data.neo4j.repository.AbstractGraphRepository
-
Target graphbacked type
- cleanDb(Neo4jTemplate) - Static method in class org.springframework.data.neo4j.support.node.Neo4jHelper
-
- cleanDb(GraphDatabaseService) - Static method in class org.springframework.data.neo4j.support.node.Neo4jHelper
-
- cleanDb(GraphDatabaseService, boolean) - Static method in class org.springframework.data.neo4j.support.node.Neo4jHelper
-
- clear() - Method in class org.springframework.data.neo4j.fieldaccess.ManagedFieldAccessorSet
-
- clearSynchronization() - Method in class org.springframework.data.neo4j.transaction.DefaultSynchronizationManager
-
- clearSynchronization() - Method in interface org.springframework.data.neo4j.transaction.SynchronizationManager
-
- ClosableCombiningIterable<T> - Class in org.springframework.data.neo4j.support.typerepresentation
-
- ClosableCombiningIterable(Iterable<Iterable<T>>) - Constructor for class org.springframework.data.neo4j.support.typerepresentation.ClosableCombiningIterable
-
- ClosableIndexHits<S extends org.neo4j.graphdb.PropertyContainer> - Class in org.springframework.data.neo4j.support.index
-
- ClosableIndexHits(IndexHits<S>) - Constructor for class org.springframework.data.neo4j.support.index.ClosableIndexHits
-
- close() - Method in class org.springframework.data.neo4j.support.index.ClosableIndexHits
-
- close() - Method in class org.springframework.data.neo4j.support.index.EmptyIndexHits
-
- close() - Method in class org.springframework.data.neo4j.support.mapping.EntityCreatingClosableIterable
-
- close() - Method in class org.springframework.data.neo4j.support.typerepresentation.ClosableCombiningIterable
-
- combineWith(MappingPolicy) - Method in interface org.springframework.data.neo4j.mapping.MappingPolicy
-
- combineWith(MappingPolicy) - Method in class org.springframework.data.neo4j.mapping.MappingPolicy.DefaultMappingPolicy
-
- commit() - Method in class org.springframework.data.neo4j.config.NullTransactionManager
-
- commit(TransactionStatus) - Method in class org.springframework.data.neo4j.transaction.ChainedTransactionManager
-
Deprecated.
- ConfigurationCheck - Class in org.springframework.data.neo4j.config
-
Validates correct configuration of Neo4j and Spring, especially transaction-managers
- ConfigurationCheck(Neo4jTemplate, PlatformTransactionManager) - Constructor for class org.springframework.data.neo4j.config.ConfigurationCheck
-
- configurationCheck() - Method in class org.springframework.data.neo4j.config.Neo4jConfiguration
-
- ContainerConverter - Class in org.springframework.data.neo4j.conversion
-
- ContainerConverter() - Constructor for class org.springframework.data.neo4j.conversion.ContainerConverter
-
- ConversionServiceQueryResultConverter<R> - Class in org.springframework.data.neo4j.support.query
-
- ConversionServiceQueryResultConverter(ConversionService) - Constructor for class org.springframework.data.neo4j.support.query.ConversionServiceQueryResultConverter
-
- convert(Object, Class) - Method in class org.springframework.data.neo4j.conversion.DefaultConverter
-
- convert(Object, Class, MappingPolicy) - Method in class org.springframework.data.neo4j.conversion.DefaultConverter
-
- convert(Map<String, Object>, Class<T>, MappingPolicy) - Method in class org.springframework.data.neo4j.conversion.QueryMapResultConverter
-
- convert(Map<String, Object>, Class<T>) - Method in class org.springframework.data.neo4j.conversion.QueryMapResultConverter
-
- convert(T, Class<R>) - Method in interface org.springframework.data.neo4j.conversion.ResultConverter
-
- convert(T, Class<R>, MappingPolicy) - Method in interface org.springframework.data.neo4j.conversion.ResultConverter
-
- convert(T, Class<R>) - Method in class org.springframework.data.neo4j.conversion.ResultConverter.ResultConverterAdapter
-
- convert(T, Class<R>, MappingPolicy) - Method in class org.springframework.data.neo4j.conversion.ResultConverter.ResultConverterAdapter
-
- convert(Date) - Method in class org.springframework.data.neo4j.fieldaccess.Neo4jConversionServiceFactoryBean.DateToLongConverter
-
- convert(Date) - Method in class org.springframework.data.neo4j.fieldaccess.Neo4jConversionServiceFactoryBean.DateToStringConverter
-
- convert(Enum) - Method in class org.springframework.data.neo4j.fieldaccess.Neo4jConversionServiceFactoryBean.EnumToStringConverter
-
- convert(Number) - Method in class org.springframework.data.neo4j.fieldaccess.Neo4jConversionServiceFactoryBean.NumberToDateConverter
-
- convert(String) - Method in class org.springframework.data.neo4j.fieldaccess.Neo4jConversionServiceFactoryBean.StringToDateConverter
-
- convert(Object, Class, MappingPolicy) - Method in class org.springframework.data.neo4j.support.conversion.EntityResultConverter
-
- convert(Iterable<T>) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- convert(Object, Class<T>) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- convert(Map<String, Object>) - Method in class org.springframework.data.neo4j.support.query.QueryParameterConverter
-
- convert(Iterable<T>) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
-
Converts the Iterable into a Result object for uniform handling.
- convert(Object, Class<T>) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
-
Converts a single object according to the configured ResultConverter of the Neo4j-Template.
- ConvertingEntityPath<S,E> - Class in org.springframework.data.neo4j.support.path
-
- ConvertingEntityPath(Path, Neo4jTemplate) - Constructor for class org.springframework.data.neo4j.support.path.ConvertingEntityPath
-
- ConvertingNodePropertyFieldAccessorFactory - Class in org.springframework.data.neo4j.fieldaccess
-
- ConvertingNodePropertyFieldAccessorFactory(Neo4jTemplate) - Constructor for class org.springframework.data.neo4j.fieldaccess.ConvertingNodePropertyFieldAccessorFactory
-
- ConvertingNodePropertyFieldAccessorFactory.ConvertingNodePropertyFieldAccessor - Class in org.springframework.data.neo4j.fieldaccess
-
- ConvertingNodePropertyFieldAccessorFactory.ConvertingNodePropertyFieldAccessor(Neo4jPersistentProperty, Neo4jTemplate) - Constructor for class org.springframework.data.neo4j.fieldaccess.ConvertingNodePropertyFieldAccessorFactory.ConvertingNodePropertyFieldAccessor
-
- convertSimplePropertyValue(Object) - Method in class org.springframework.data.neo4j.fieldaccess.ConvertingNodePropertyFieldAccessorFactory.ConvertingNodePropertyFieldAccessor
-
- convertSimplePropertyValue(Object) - Method in class org.springframework.data.neo4j.fieldaccess.PropertyFieldAccessorFactory.PropertyFieldAccessor
-
- copyPropertiesFrom(BeanWrapper<Neo4jPersistentEntity<R>, R>, S, Neo4jPersistentEntity<R>, MappingPolicy, Neo4jTemplate) - Method in class org.springframework.data.neo4j.support.mapping.SourceStateTransmitter
-
- copyPropertiesTo(BeanWrapper<Neo4jPersistentEntity<R>, R>, S, Neo4jPersistentEntity<R>, MappingPolicy, Neo4jTemplate) - Method in class org.springframework.data.neo4j.support.mapping.SourceStateTransmitter
-
- count(StoredEntityType) - Method in interface org.springframework.data.neo4j.core.TypeRepresentationStrategy
-
- count() - Method in class org.springframework.data.neo4j.repository.AbstractGraphRepository
-
- count(Class<T>) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- count(StoredEntityType) - Method in class org.springframework.data.neo4j.support.typerepresentation.AbstractIndexingTypeRepresentationStrategy
-
- count(StoredEntityType) - Method in class org.springframework.data.neo4j.support.typerepresentation.NoopNodeTypeRepresentationStrategy
-
- count(StoredEntityType) - Method in class org.springframework.data.neo4j.support.typerepresentation.NoopRelationshipTypeRepresentationStrategy
-
- count(StoredEntityType) - Method in class org.springframework.data.neo4j.support.typerepresentation.SubReferenceNodeTypeRepresentationStrategy
-
- count(StoredEntityType) - Method in class org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategies
-
- count(Class<T>) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
-
Provies the instance count a given entity type using the typerepresentation strategy configured for this template.
- create(Neo4jTemplate) - Method in class org.springframework.data.neo4j.cross_store.support.node.CrossStoreNodeDelegatingFieldAccessorFactory.Factory
-
- create(Neo4jTemplate) - Method in class org.springframework.data.neo4j.fieldaccess.FieldAccessorFactoryFactory
-
- create(Iterable<S>, Class<E>, Neo4jTemplate) - Static method in class org.springframework.data.neo4j.fieldaccess.GraphBackedEntityIterableWrapper
-
- create(Object, Set<T>, MappingPolicy, Neo4jPersistentProperty, Neo4jTemplate, FieldAccessor) - Static method in class org.springframework.data.neo4j.fieldaccess.ManagedFieldAccessorSet
-
- create(String, Neo4jPersistentProperty, Object, Neo4jTemplate, FieldAccessor, MappingPolicy) - Static method in class org.springframework.data.neo4j.fieldaccess.ManagedPrefixedDynamicProperties
-
- create(Neo4jTemplate) - Method in class org.springframework.data.neo4j.fieldaccess.NodeDelegatingFieldAccessorFactory.Factory
-
- create(Neo4jTemplate) - Method in class org.springframework.data.neo4j.fieldaccess.RelationshipDelegatingFieldAccessorFactory.Factory
-
- create(STATE, Class<T>) - Method in interface org.springframework.data.persistence.StateBackedCreator
-
Deprecated.
- createAccessorFactories() - Method in class org.springframework.data.neo4j.cross_store.support.node.CrossStoreNodeDelegatingFieldAccessorFactory
-
- createAccessorFactories() - Method in class org.springframework.data.neo4j.fieldaccess.DelegatingFieldAccessorFactory
-
- createAccessorFactories() - Method in class org.springframework.data.neo4j.fieldaccess.NodeDelegatingFieldAccessorFactory
-
- createAccessorFactories() - Method in class org.springframework.data.neo4j.fieldaccess.RelationshipDelegatingFieldAccessorFactory
-
- createAddedRelationships(Node, Set<Node>) - Method in class org.springframework.data.neo4j.fieldaccess.RelatedToFieldAccessor
-
- createAddedRelationships(Node, Set<Node>) - Method in class org.springframework.data.neo4j.fieldaccess.RelationshipHelper
-
- createAlias(Neo4jPersistentEntity) - Method in class org.springframework.data.neo4j.support.mapping.EntityAlias
-
- createAlias() - Method in class org.springframework.data.neo4j.support.mapping.StoredEntityType
-
- createAliasFor(TypeInformation<?>) - Method in class org.springframework.data.neo4j.support.mapping.HierarchicalTypeInformationMapper
-
- createAliasFor(TypeInformation<?>) - Method in class org.springframework.data.neo4j.support.typerepresentation.ClassValueTypeInformationMapper
-
- createAndAssignState() - Method in interface org.springframework.data.neo4j.core.EntityState
-
Deprecated.
- createAndAssignState() - Method in class org.springframework.data.neo4j.cross_store.support.node.CrossStoreNodeEntityState
-
- createAndAssignState() - Method in class org.springframework.data.neo4j.fieldaccess.DefaultEntityState
-
- createAndAssignState() - Method in class org.springframework.data.neo4j.fieldaccess.DetachedEntityState
-
- createAndAssignState() - Method in class org.springframework.data.neo4j.support.node.NodeEntityState
-
- createAndAssignState() - Method in class org.springframework.data.neo4j.support.relationship.RelationshipEntityState
-
- createConfiguration(RoundEnvironment) - Method in class org.springframework.data.neo4j.querydsl.SDNAnnotationProcessor
-
- createDefaultAlias(Neo4jPersistentEntity) - Method in class org.springframework.data.neo4j.support.mapping.ClassNameAlias
-
- createDefaultAlias(Neo4jPersistentEntity) - Method in class org.springframework.data.neo4j.support.mapping.EntityAlias
-
- createDirect(GraphDatabase, PlatformTransactionManager) - Static method in class org.springframework.data.neo4j.support.MappingInfrastructureFactoryBean
-
- createDirect(GraphDatabaseService, PlatformTransactionManager) - Static method in class org.springframework.data.neo4j.support.MappingInfrastructureFactoryBean
-
- createDuplicateRelationshipBetween(T, Object, Class<R>, String) - Method in class org.springframework.data.neo4j.repository.NodeGraphRepositoryImpl
-
- createDuplicateRelationshipBetween(T, Object, Class<R>, String) - Method in interface org.springframework.data.neo4j.repository.RelationshipOperationsRepository
-
- createEntity(S) - Method in class org.springframework.data.neo4j.repository.AbstractGraphRepository
-
- createEntityFromState(Node, Class<T>, MappingPolicy) - Method in class org.springframework.data.neo4j.cross_store.support.node.CrossStoreNodeEntityInstantiator
-
Takes the JPA id stored in the "FOREIGN_ID" property of the node for a EntityManager.find(Class, Object)
operation.
- createEntityFromState(STATE, Class<T>, MappingPolicy) - Method in interface org.springframework.data.neo4j.mapping.EntityInstantiator
-
- createEntityFromState(S, Class<T>, MappingPolicy, Neo4jTemplate) - Method in interface org.springframework.data.neo4j.mapping.EntityPersister
-
- createEntityFromState(STATE, Class<T>, MappingPolicy) - Method in class org.springframework.data.neo4j.support.mapping.AbstractConstructorEntityInstantiator
-
- createEntityFromState(S, Class<T>, MappingPolicy) - Method in class org.springframework.data.neo4j.support.mapping.Neo4jEntityPersister.CachedInstantiator
-
- createEntityFromState(S, Class<T>, MappingPolicy, Neo4jTemplate) - Method in class org.springframework.data.neo4j.support.mapping.Neo4jEntityPersister
-
- createEntityFromState(S, Class<T>, MappingPolicy) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- createEntityFromStoredType(S, MappingPolicy, Neo4jTemplate) - Method in interface org.springframework.data.neo4j.mapping.EntityPersister
-
- createEntityFromStoredType(S, Neo4jTemplate) - Method in interface org.springframework.data.neo4j.mapping.EntityPersister
-
- createEntityFromStoredType(S, MappingPolicy, Neo4jTemplate) - Method in class org.springframework.data.neo4j.support.mapping.Neo4jEntityPersister
-
- createEntityFromStoredType(S, Neo4jTemplate) - Method in class org.springframework.data.neo4j.support.mapping.Neo4jEntityPersister
-
- createEntityFromStoredType(S, MappingPolicy) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- createEntitySetFromRelationshipEndNodes(Object, MappingPolicy) - Method in class org.springframework.data.neo4j.fieldaccess.RelatedToFieldAccessor
-
- createEntitySetFromRelationshipEndNodes(Object, MappingPolicy, Class<?>) - Method in class org.springframework.data.neo4j.fieldaccess.RelationshipHelper
-
- createEntitySetFromRelationshipEndNodesUsingTypeProperty(Object, MappingPolicy) - Method in class org.springframework.data.neo4j.fieldaccess.RelatedToFieldAccessor
-
- createFailingInstantiator(Class<STATE>) - Method in class org.springframework.data.neo4j.support.mapping.AbstractConstructorEntityInstantiator
-
- createFrom(Map<String, Object>) - Method in interface org.springframework.data.neo4j.fieldaccess.DynamicProperties
-
- createFrom(Map<String, Object>) - Method in class org.springframework.data.neo4j.fieldaccess.DynamicPropertiesContainer
-
- createFrom(Map<String, Object>) - Method in class org.springframework.data.neo4j.fieldaccess.ManagedPrefixedDynamicProperties
-
- createFrom(Map<String, Object>) - Method in class org.springframework.data.neo4j.fieldaccess.PrefixedDynamicProperties
-
- createInclusiveRangeQuery(String, Number, Number) - Method in class org.springframework.data.neo4j.repository.AbstractGraphRepository
-
- createIndex(Class<T>, String, IndexType) - Method in interface org.springframework.data.neo4j.core.GraphDatabase
-
creates a index
- createIndex(Class<T>, String, IndexType) - Method in class org.springframework.data.neo4j.rest.SpringRestGraphDatabase
-
- createIndex(Class<T>, String, IndexType) - Method in class org.springframework.data.neo4j.support.DelegatingGraphDatabase
-
- createIndex(Class<T>, String, IndexType) - Method in interface org.springframework.data.neo4j.support.index.IndexProvider
-
- createIndex(Class<T>, String, IndexType) - Method in class org.springframework.data.neo4j.support.index.IndexProviderImpl
-
- createIndexValueForType(Object) - Method in interface org.springframework.data.neo4j.support.index.IndexProvider
-
adjust your indexName for the "__types__" indices
- createIndexValueForType(Object) - Method in class org.springframework.data.neo4j.support.index.IndexProviderImpl
-
- createInstantiator(Class<T>, Class<STATE>) - Method in class org.springframework.data.neo4j.support.mapping.AbstractConstructorEntityInstantiator
-
- createListenerFactories() - Method in class org.springframework.data.neo4j.cross_store.support.node.CrossStoreNodeDelegatingFieldAccessorFactory
-
- createListenerFactories() - Method in class org.springframework.data.neo4j.fieldaccess.DelegatingFieldAccessorFactory
-
- createListenerFactories() - Method in class org.springframework.data.neo4j.fieldaccess.NodeDelegatingFieldAccessorFactory
-
- createListenerFactories() - Method in class org.springframework.data.neo4j.fieldaccess.RelationshipDelegatingFieldAccessorFactory
-
- createManagedSet(Object, Set<T>, MappingPolicy) - Method in class org.springframework.data.neo4j.fieldaccess.RelatedToFieldAccessor
-
- createManagedSet(Object, Set<T>, MappingPolicy) - Method in class org.springframework.data.neo4j.fieldaccess.RelatedToViaCollectionFieldAccessorFactory.RelatedToViaCollectionFieldAccessor
-
- createNode(Map<String, Object>) - Method in interface org.springframework.data.neo4j.core.GraphDatabase
-
creates the node and initializes its properties
- createNode(Map<String, Object>) - Method in class org.springframework.data.neo4j.rest.SpringRestGraphDatabase
-
- createNode(Map<String, Object>) - Method in class org.springframework.data.neo4j.support.DelegatingGraphDatabase
-
- createNode() - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
Delegates to GraphDatabaseService
- createNode(Map<String, Object>) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
creates the node uniquely or returns an existing node with the same index-key-value combination.
- createNode(Map<String, Object>) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
-
Creates a node
- createNode() - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
-
- createNodeAs(Class<T>, Map<String, Object>) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- createNodeAs(Class<T>, Map<String, Object>) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
-
Creates a node mapped by the given entity class
- createPersistentEntity(TypeInformation<T>) - Method in class org.springframework.data.neo4j.support.mapping.Neo4jMappingContext
-
- createPersistentProperty(Field, PropertyDescriptor, Neo4jPersistentEntityImpl<?>, SimpleTypeHolder) - Method in class org.springframework.data.neo4j.support.mapping.Neo4jMappingContext
-
- createQuery(Neo4jTemplate) - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
-
- createQueryWithPagingAndSorting(ParameterAccessor) - Method in class org.springframework.data.neo4j.repository.query.DerivedCypherRepositoryQuery
-
Returns the actual Cypher query applying
Pageable
or
Sort
instances.
- createRelationship(Node, Node, RelationshipType, Map<String, Object>) - Method in interface org.springframework.data.neo4j.core.GraphDatabase
-
creates the relationship between the startNode, endNode with the given type which will be populated with the provided properties
- createRelationship(Node, Node, RelationshipType, Map<String, Object>) - Method in class org.springframework.data.neo4j.rest.SpringRestGraphDatabase
-
- createRelationship(Node, Node, RelationshipType, Map<String, Object>) - Method in class org.springframework.data.neo4j.support.DelegatingGraphDatabase
-
- createRelationshipBetween(T, Object, Class<R>, String) - Method in class org.springframework.data.neo4j.repository.NodeGraphRepositoryImpl
-
- createRelationshipBetween(T, Object, Class<R>, String) - Method in interface org.springframework.data.neo4j.repository.RelationshipOperationsRepository
-
- createRelationshipBetween(Object, Object, String, boolean) - Method in class org.springframework.data.neo4j.support.mapping.EntityStateHandler
-
- createRelationshipBetween(Object, Object, Class<R>, String, boolean) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- createRelationshipBetween(Node, Node, String, Map<String, Object>) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- createRelationshipBetween(Node, Node, String, Map<String, Object>) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
-
Creates a relationship with the given initial properties.
- createRelationshipBetween(Object, Object, Class<R>, String, boolean) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
-
Creates a single relationship entity between two node entities with the given relationship type projected to the provided
relationship entity class.
- createRepositoryFactory(Neo4jTemplate) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryFactoryBean
-
- createSavepoint() - Method in class org.springframework.data.neo4j.transaction.MultiTransactionStatus
-
- createSetOfTargetNodes(Object) - Method in class org.springframework.data.neo4j.fieldaccess.RelatedToFieldAccessor
-
- createSetOfTargetNodes(Object, Class<?>) - Method in class org.springframework.data.neo4j.fieldaccess.RelationshipHelper
-
- createSingleRelationship(Node, Node) - Method in class org.springframework.data.neo4j.fieldaccess.RelationshipHelper
-
- createUniqueNode(Object) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- createWithoutConstructorInvocation(Class<T>, Class<STATE>) - Method in class org.springframework.data.neo4j.support.mapping.AbstractConstructorEntityInstantiator
-
- CROSS_STORE_CONFIG - Static variable in class org.springframework.data.neo4j.config.DataGraphBeanDefinitionParser
-
- CrossStoreNeo4jConfiguration - Class in org.springframework.data.neo4j.cross_store.config
-
- CrossStoreNeo4jConfiguration() - Constructor for class org.springframework.data.neo4j.cross_store.config.CrossStoreNeo4jConfiguration
-
- crossStoreNodeDelegatingFieldAccessorFactory() - Method in class org.springframework.data.neo4j.cross_store.config.CrossStoreNeo4jConfiguration
-
- CrossStoreNodeDelegatingFieldAccessorFactory - Class in org.springframework.data.neo4j.cross_store.support.node
-
- CrossStoreNodeDelegatingFieldAccessorFactory(Neo4jTemplate) - Constructor for class org.springframework.data.neo4j.cross_store.support.node.CrossStoreNodeDelegatingFieldAccessorFactory
-
- CrossStoreNodeDelegatingFieldAccessorFactory.Factory - Class in org.springframework.data.neo4j.cross_store.support.node
-
- CrossStoreNodeDelegatingFieldAccessorFactory.Factory() - Constructor for class org.springframework.data.neo4j.cross_store.support.node.CrossStoreNodeDelegatingFieldAccessorFactory.Factory
-
- CrossStoreNodeEntityInstantiator - Class in org.springframework.data.neo4j.cross_store.support.node
-
Entity instantiator for Node entities that takes into account that the entity is persisted in a JPA store as well.
- CrossStoreNodeEntityInstantiator(NodeEntityInstantiator, EntityManagerFactory) - Constructor for class org.springframework.data.neo4j.cross_store.support.node.CrossStoreNodeEntityInstantiator
-
- CrossStoreNodeEntityState<ENTITY extends NodeBacked> - Class in org.springframework.data.neo4j.cross_store.support.node
-
- CrossStoreNodeEntityState(Node, NodeBacked, Class<? extends NodeBacked>, Neo4jTemplate, PersistenceUnitUtil, DelegatingFieldAccessorFactory, Neo4jPersistentEntity) - Constructor for class org.springframework.data.neo4j.cross_store.support.node.CrossStoreNodeEntityState
-
- CrossStoreNodeEntityStateFactory - Class in org.springframework.data.neo4j.cross_store.support.node
-
- CrossStoreNodeEntityStateFactory(Neo4jMappingContext, FieldAccessorFactoryFactory, FieldAccessorFactoryFactory, EntityManagerFactory) - Constructor for class org.springframework.data.neo4j.cross_store.support.node.CrossStoreNodeEntityStateFactory
-
- CRUDRepository<T> - Interface in org.springframework.data.neo4j.repository
-
CRUD interface for graph repositories, used as base repository for crud operations
- ctx - Variable in class org.springframework.data.neo4j.server.SpringPluginInitializer
-
- currentScore() - Method in class org.springframework.data.neo4j.support.index.EmptyIndexHits
-
- customizeIndexName(String, Class<?>) - Method in interface org.springframework.data.neo4j.support.index.IndexProvider
-
possibility to do something with the high level index name
- customizeIndexName(String, Class<?>) - Method in class org.springframework.data.neo4j.support.index.IndexProviderImpl
-
- CypherDslRepository<T> - Interface in org.springframework.data.neo4j.repository
-
- CypherQuery - Class in org.springframework.data.neo4j.repository.query
-
- CypherQuery(Neo4jPersistentEntity<?>, Neo4jTemplate) - Constructor for class org.springframework.data.neo4j.repository.query.CypherQuery
-
- CypherQueryEngine - Class in org.springframework.data.neo4j.support.query
-
- CypherQueryEngine(GraphDatabaseService, ResultConverter) - Constructor for class org.springframework.data.neo4j.support.query.CypherQueryEngine
-
- CypherQueryExecutor - Class in org.springframework.data.neo4j.support.query
-
- CypherQueryExecutor(QueryEngine) - Constructor for class org.springframework.data.neo4j.support.query.CypherQueryExecutor
-
- Fetch - Annotation Type in org.springframework.data.neo4j.annotation
-
Annotation for load/fetch strategies, if it is present at a field it will be eagerly loaded
- fetch(Object, Neo4jPersistentEntity<Object>, Neo4jPersistentProperty, MappingPolicy, Neo4jTemplate) - Method in class org.springframework.data.neo4j.support.mapping.Neo4jEntityFetchHandler
-
- fetch(T) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- fetch(T) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
-
fully loades the single entity or collection thereof which has been loaded lazily (i.e. just with the id but w/o values)
- fetchValue(BeanWrapper<Neo4jPersistentEntity<Object>, Object>, PropertyContainer, Neo4jPersistentEntity<Object>, MappingPolicy, Neo4jTemplate) - Method in class org.springframework.data.neo4j.support.mapping.Neo4jEntityFetchHandler
-
- FieldAccessListener - Interface in org.springframework.data.neo4j.fieldaccess
-
interface for listeners for field modifications, used for instance for indexing or tracing
- FieldAccessor - Interface in org.springframework.data.neo4j.fieldaccess
-
interface for field accessors, encapsulates reading and writing from fields and write support information about the field.
- FieldAccessorFactory - Interface in org.springframework.data.neo4j.fieldaccess
-
Factory interface for a single field / field accessor.
- FieldAccessorFactoryFactory - Class in org.springframework.data.neo4j.fieldaccess
-
- FieldAccessorFactoryFactory() - Constructor for class org.springframework.data.neo4j.fieldaccess.FieldAccessorFactoryFactory
-
- FieldAccessorFactoryProviders<T> - Class in org.springframework.data.neo4j.fieldaccess
-
- FieldAccessorListenerFactory - Interface in org.springframework.data.neo4j.fieldaccess
-
factory interface for field accessor listeners.
- FieldTraversalDescriptionBuilder - Interface in org.springframework.data.neo4j.core
-
Interface for classes that build traversal descriptions.
- fieldType - Variable in class org.springframework.data.neo4j.fieldaccess.PropertyFieldAccessorFactory.PropertyFieldAccessor
-
- findAll(StoredEntityType) - Method in interface org.springframework.data.neo4j.core.TypeRepresentationStrategy
-
- findAll() - Method in class org.springframework.data.neo4j.repository.AbstractGraphRepository
-
- findAll(Sort) - Method in class org.springframework.data.neo4j.repository.AbstractGraphRepository
-
- findAll(Pageable) - Method in class org.springframework.data.neo4j.repository.AbstractGraphRepository
-
- findAll(Iterable<Long>) - Method in class org.springframework.data.neo4j.repository.AbstractGraphRepository
-
- findAll() - Method in interface org.springframework.data.neo4j.repository.CRUDRepository
-
uses the configured TypeRepresentationStrategy to load all entities, might return a large result
- findAll(Sort) - Method in interface org.springframework.data.neo4j.repository.CRUDRepository
-
finder that takes the provided sorting into account
NOTE: the sorting is not yet implemented
- findAll(Class<T>) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- findAll(StoredEntityType) - Method in class org.springframework.data.neo4j.support.typerepresentation.AbstractIndexingTypeRepresentationStrategy
-
- findAll(StoredEntityType) - Method in class org.springframework.data.neo4j.support.typerepresentation.NoopNodeTypeRepresentationStrategy
-
- findAll(StoredEntityType) - Method in class org.springframework.data.neo4j.support.typerepresentation.NoopRelationshipTypeRepresentationStrategy
-
- findAll(StoredEntityType) - Method in class org.springframework.data.neo4j.support.typerepresentation.SubReferenceNodeTypeRepresentationStrategy
-
- findAll(StoredEntityType) - Method in class org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategies
-
- findAll(Class<T>) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
-
Provides all instances of a given entity type using the typerepresentation strategy configured for this template.
- findAllByPropertyValue(String, String, Object) - Method in class org.springframework.data.neo4j.repository.AbstractGraphRepository
-
Index based exact finder.
- findAllByPropertyValue(String, Object) - Method in class org.springframework.data.neo4j.repository.AbstractGraphRepository
-
Index based exact finder, uses the default index name for this type (short class name).
- findAllByPropertyValue(String, Object) - Method in interface org.springframework.data.neo4j.repository.IndexRepository
-
- findAllByPropertyValue(String, String, Object) - Method in interface org.springframework.data.neo4j.repository.NamedIndexRepository
-
- findAllByQuery(String, Class<T>, Map<String, Object>) - Method in interface org.springframework.data.neo4j.aspects.core.NodeBacked
-
- findAllByQuery(String, Map<String, Object>) - Method in interface org.springframework.data.neo4j.aspects.core.NodeBacked
-
- findAllByQuery(String, Object) - Method in class org.springframework.data.neo4j.repository.AbstractGraphRepository
-
Index based fulltext / query object finder, uses the default index name for this type (short class name).
- findAllByQuery(String, String, Object) - Method in class org.springframework.data.neo4j.repository.AbstractGraphRepository
-
Index based fulltext / query object finder.
- findAllByQuery(String, Object) - Method in interface org.springframework.data.neo4j.repository.IndexRepository
-
- findAllByQuery(String, String, Object) - Method in interface org.springframework.data.neo4j.repository.NamedIndexRepository
-
- findAllByRange(String, Number, Number) - Method in class org.springframework.data.neo4j.repository.AbstractGraphRepository
-
- findAllByRange(String, String, Number, Number) - Method in class org.springframework.data.neo4j.repository.AbstractGraphRepository
-
- findAllByRange(String, Number, Number) - Method in interface org.springframework.data.neo4j.repository.IndexRepository
-
- findAllByRange(String, String, Number, Number) - Method in interface org.springframework.data.neo4j.repository.NamedIndexRepository
-
- findAllByTraversal(Class<T>, TraversalDescription) - Method in interface org.springframework.data.neo4j.aspects.core.NodeBacked
-
Perform a traversal from this entity's underlying node with the given traversal description.
- findAllByTraversal(N, TraversalDescription) - Method in class org.springframework.data.neo4j.repository.NodeGraphRepositoryImpl
-
- findAllByTraversal(N, TraversalDescription) - Method in class org.springframework.data.neo4j.repository.RelationshipGraphRepository
-
- findAllByTraversal(N, TraversalDescription) - Method in interface org.springframework.data.neo4j.repository.TraversalRepository
-
Traversal based finder that returns a lazy Iterable over the traversal results
- findAllPathsByTraversal(TraversalDescription) - Method in interface org.springframework.data.neo4j.aspects.core.NodeBacked
-
Perform a traversal from this entity's underlying node with the given traversal description.
- findByPropertyValue(String, Object) - Method in class org.springframework.data.neo4j.repository.AbstractGraphRepository
-
Index based single finder, uses the default index name for this type (short class name).
- findByPropertyValue(String, String, Object) - Method in class org.springframework.data.neo4j.repository.AbstractGraphRepository
-
Index based single finder.
- findByPropertyValue(String, Object) - Method in interface org.springframework.data.neo4j.repository.IndexRepository
-
- findByPropertyValue(String, String, Object) - Method in interface org.springframework.data.neo4j.repository.NamedIndexRepository
-
- findByQuery(String, Class<T>, Map<String, Object>) - Method in interface org.springframework.data.neo4j.aspects.core.NodeBacked
-
- findOne(Long) - Method in class org.springframework.data.neo4j.repository.AbstractGraphRepository
-
- findOne(long, Class<T>) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- findOne(long, Class<T>) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
-
Retrieves a node or relationship and returns it mapped to the appropriate type
- findSubreferenceNode(StoredEntityType) - Method in class org.springframework.data.neo4j.support.typerepresentation.SubReferenceNodeTypeRepresentationStrategy
-
- findSubreferenceNode(Object) - Method in class org.springframework.data.neo4j.support.typerepresentation.SubReferenceNodeTypeRepresentationStrategy
-
- findWithinBoundingBox(String, double, double, double, double) - Method in class org.springframework.data.neo4j.repository.AbstractGraphRepository
-
- findWithinBoundingBox(String, double, double, double, double) - Method in interface org.springframework.data.neo4j.repository.SpatialRepository
-
- findWithinDistance(String, double, double, double) - Method in class org.springframework.data.neo4j.repository.AbstractGraphRepository
-
- findWithinDistance(String, double, double, double) - Method in interface org.springframework.data.neo4j.repository.SpatialRepository
-
- findWithinWellKnownText(String, String) - Method in class org.springframework.data.neo4j.repository.AbstractGraphRepository
-
- findWithinWellKnownText(String, String) - Method in interface org.springframework.data.neo4j.repository.SpatialRepository
-
- finish() - Method in interface org.springframework.data.neo4j.conversion.EndResult
-
- finish() - Method in class org.springframework.data.neo4j.conversion.QueryResultBuilder
-
- flush() - Method in class org.springframework.data.neo4j.transaction.MultiTransactionStatus
-
- FOREIGN_ID - Static variable in class org.springframework.data.neo4j.cross_store.support.node.CrossStoreNodeEntityState
-
- FOREIGN_ID_INDEX - Static variable in class org.springframework.data.neo4j.cross_store.support.node.CrossStoreNodeEntityState
-
- forField(Neo4jPersistentProperty) - Method in class org.springframework.data.neo4j.cross_store.fieldaccess.JpaIdFieldAccessListenerFactory
-
- forField(Neo4jPersistentProperty) - Method in class org.springframework.data.neo4j.fieldaccess.ConvertingNodePropertyFieldAccessorFactory
-
- forField(Neo4jPersistentProperty) - Method in class org.springframework.data.neo4j.fieldaccess.DelegatingFieldAccessorFactory
-
- forField(Neo4jPersistentProperty) - Method in class org.springframework.data.neo4j.fieldaccess.DynamicPropertiesFieldAccessorFactory
-
- forField(Neo4jPersistentProperty) - Method in interface org.springframework.data.neo4j.fieldaccess.FieldAccessorFactory
-
- forField(Neo4jPersistentProperty) - Method in interface org.springframework.data.neo4j.fieldaccess.FieldAccessorListenerFactory
-
- forField(Neo4jPersistentProperty) - Method in class org.springframework.data.neo4j.fieldaccess.IdFieldAccessorFactory
-
- forField(Neo4jPersistentProperty) - Method in class org.springframework.data.neo4j.fieldaccess.IndexingPropertyFieldAccessorListenerFactory
-
- forField(Neo4jPersistentProperty) - Method in class org.springframework.data.neo4j.fieldaccess.PropertyFieldAccessorFactory
-
- forField(Neo4jPersistentProperty) - Method in class org.springframework.data.neo4j.fieldaccess.QueryFieldAccessorFactory
-
- forField(Neo4jPersistentProperty) - Method in class org.springframework.data.neo4j.fieldaccess.ReadOnlyRelatedToCollectionFieldAccessorFactory
-
- forField(Neo4jPersistentProperty) - Method in class org.springframework.data.neo4j.fieldaccess.RelatedToCollectionFieldAccessorFactory
-
- forField(Neo4jPersistentProperty) - Method in class org.springframework.data.neo4j.fieldaccess.RelatedToSingleFieldAccessorFactory
-
- forField(Neo4jPersistentProperty) - Method in class org.springframework.data.neo4j.fieldaccess.RelatedToViaCollectionFieldAccessorFactory
-
- forField(Neo4jPersistentProperty) - Method in class org.springframework.data.neo4j.fieldaccess.RelatedToViaSingleFieldAccessorFactory
-
- forField(Neo4jPersistentProperty) - Method in class org.springframework.data.neo4j.fieldaccess.RelationshipNodeFieldAccessorFactory
-
- forField(Neo4jPersistentProperty) - Method in class org.springframework.data.neo4j.fieldaccess.TransientFieldAccessorFactory
-
- forField(Neo4jPersistentProperty) - Method in class org.springframework.data.neo4j.fieldaccess.TraversalFieldAccessorFactory
-
- formatExpression(PartInfo, Object) - Static method in class org.springframework.data.neo4j.repository.query.QueryTemplates
-
- formatIndexQuery(PartInfo, Object) - Static method in class org.springframework.data.neo4j.repository.query.QueryTemplates
-
- from(Iterable<T>) - Static method in class org.springframework.data.neo4j.conversion.QueryResultBuilder
-
- from(T...) - Static method in class org.springframework.data.neo4j.conversion.QueryResultBuilder
-
- fromField(Field, TypeInformation<?>, Neo4jMappingContext) - Static method in class org.springframework.data.neo4j.mapping.RelationshipInfo
-
- fromField(Field, RelatedTo, TypeInformation<?>, Neo4jMappingContext) - Static method in class org.springframework.data.neo4j.mapping.RelationshipInfo
-
- fromField(Field, RelatedToVia, TypeInformation<?>, Neo4jMappingContext) - Static method in class org.springframework.data.neo4j.mapping.RelationshipInfo
-
- GenericTypeExtractor - Class in org.springframework.data.neo4j.support
-
- GenericTypeExtractor() - Constructor for class org.springframework.data.neo4j.support.GenericTypeExtractor
-
- get(Class<?>) - Static method in class org.springframework.data.neo4j.annotation.Indexed.Name
-
- get(Field) - Static method in class org.springframework.data.neo4j.annotation.Indexed.Name
-
- get(Indexed.Level, Class<?>, String, Class<?>) - Static method in class org.springframework.data.neo4j.annotation.Indexed.Name
-
- get(String, Object) - Method in class org.springframework.data.neo4j.support.index.NullReadableIndex
-
- getAlias() - Method in class org.springframework.data.neo4j.support.mapping.StoredEntityType
-
- getAnnotation() - Method in class org.springframework.data.neo4j.config.Neo4jRepositoriesRegistrar
-
- getAnnotation(Class<? extends T>) - Method in interface org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
-
- getAnnotations() - Method in interface org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
-
- getBeanClass(Element) - Method in class org.springframework.data.neo4j.config.Neo4jAuditingBeanDefinitionParser
-
- getById(long) - Method in class org.springframework.data.neo4j.repository.AbstractGraphRepository
-
- getById(long) - Method in class org.springframework.data.neo4j.repository.NodeGraphRepositoryImpl
-
- getById(long) - Method in class org.springframework.data.neo4j.repository.RelationshipGraphRepository
-
- getConfig() - Method in enum org.springframework.data.neo4j.support.index.IndexType
-
- getConversionService() - Method in interface org.springframework.data.neo4j.mapping.Neo4jEntityConverter
-
- getConversionService() - Method in interface org.springframework.data.neo4j.support.Infrastructure
-
- getConversionService() - Method in class org.springframework.data.neo4j.support.mapping.Neo4jEntityConverterImpl
-
- getConversionService() - Method in class org.springframework.data.neo4j.support.mapping.Neo4jEntityPersister.CachedConverter
-
- getConversionService() - Method in class org.springframework.data.neo4j.support.mapping.Neo4jEntityPersister
-
- getConversionService() - Method in class org.springframework.data.neo4j.support.MappingInfrastructure
-
- getConversionService() - Method in class org.springframework.data.neo4j.support.MappingInfrastructureFactoryBean
-
- getConversionService() - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- getConverter(Class<T>) - Method in class org.springframework.data.neo4j.fieldaccess.Neo4jConversionServiceFactoryBean.StringToEnumConverterFactory
-
- getCountQueryString() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
-
- getCypherQueryExecutor() - Method in class org.springframework.data.neo4j.support.MappingInfrastructureFactoryBean
-
- getDeclaredConstructor(Class<T>) - Method in class org.springframework.data.neo4j.support.mapping.AbstractConstructorEntityInstantiator
-
- getDefault(Field) - Static method in class org.springframework.data.neo4j.annotation.Indexed.Name
-
- getDefaultConverter() - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- getDefaultConverter() - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
-
- getDefaultValue(Neo4jPersistentProperty) - Method in interface org.springframework.data.neo4j.core.EntityState
-
- getDefaultValue(Neo4jPersistentProperty) - Method in class org.springframework.data.neo4j.fieldaccess.DefaultEntityState
-
- getDefaultValue(Neo4jPersistentProperty) - Method in class org.springframework.data.neo4j.fieldaccess.DetachedEntityState
-
- getDefaultValue() - Method in class org.springframework.data.neo4j.fieldaccess.DynamicPropertiesFieldAccessorFactory.DynamicPropertiesFieldAccessor
-
- getDefaultValue() - Method in interface org.springframework.data.neo4j.fieldaccess.FieldAccessor
-
Returns a default implementation for a field or null
if none is provided.
- getDefaultValue() - Method in class org.springframework.data.neo4j.fieldaccess.IdFieldAccessorFactory.IdFieldAccessor
-
- getDefaultValue() - Method in class org.springframework.data.neo4j.fieldaccess.PropertyFieldAccessorFactory.PropertyFieldAccessor
-
- getDefaultValue() - Method in class org.springframework.data.neo4j.fieldaccess.QueryFieldAccessorFactory.QueryFieldAccessor
-
- getDefaultValue() - Method in class org.springframework.data.neo4j.fieldaccess.ReadOnlyRelatedToCollectionFieldAccessorFactory.ReadOnlyRelatedToCollectionFieldAccessor
-
- getDefaultValue() - Method in class org.springframework.data.neo4j.fieldaccess.RelatedToCollectionFieldAccessorFactory.RelatedToCollectionFieldAccessor
-
- getDefaultValue() - Method in class org.springframework.data.neo4j.fieldaccess.RelatedToFieldAccessor
-
- getDefaultValue() - Method in class org.springframework.data.neo4j.fieldaccess.RelatedToViaCollectionFieldAccessorFactory.RelatedToViaCollectionFieldAccessor
-
- getDefaultValue() - Method in class org.springframework.data.neo4j.fieldaccess.RelatedToViaSingleFieldAccessorFactory.RelatedToViaSingleFieldAccessor
-
- getDefaultValue() - Method in class org.springframework.data.neo4j.fieldaccess.RelationshipNodeFieldAccessorFactory.RelationshipNodeFieldAccessor
-
- getDefaultValue() - Method in class org.springframework.data.neo4j.fieldaccess.TransientFieldAccessorFactory.TransientFieldAccessor
-
- getDefaultValue() - Method in class org.springframework.data.neo4j.fieldaccess.TraversalFieldAccessorFactory.TraversalFieldAccessor
-
- getDefaultValue(ConversionService, Class<T>) - Method in interface org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
-
- getDirection() - Method in class org.springframework.data.neo4j.mapping.RelationshipInfo
-
- getEndNodeProperty() - Method in interface org.springframework.data.neo4j.mapping.RelationshipProperties
-
- getEndNodeProperty() - Method in class org.springframework.data.neo4j.support.mapping.Neo4jPersistentEntityImpl
-
- getEntity() - Method in interface org.springframework.data.neo4j.core.EntityState
-
- getEntity() - Method in class org.springframework.data.neo4j.fieldaccess.DefaultEntityState
-
- getEntity() - Method in class org.springframework.data.neo4j.fieldaccess.DetachedEntityState
-
- getEntity() - Method in class org.springframework.data.neo4j.lifecycle.Neo4jLifecycleEvent
-
- getEntity() - Method in class org.springframework.data.neo4j.support.mapping.StoredEntityType
-
- getEntityAlias() - Method in class org.springframework.data.neo4j.support.mapping.Neo4jMappingContext
-
- getEntityInformation(Class<T>) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryFactory
-
- getEntityInstantiator() - Method in class org.springframework.data.neo4j.support.mapping.EntityTools
-
- getEntityManagerFactory() - Method in class org.springframework.data.neo4j.cross_store.config.CrossStoreNeo4jConfiguration
-
- getEntityName() - Method in class org.springframework.data.neo4j.support.mapping.Neo4jPersistentEntityImpl
-
- getEntityPersister() - Method in interface org.springframework.data.neo4j.support.Infrastructure
-
- getEntityPersister() - Method in class org.springframework.data.neo4j.support.MappingInfrastructure
-
- getEntityPersister() - Method in class org.springframework.data.neo4j.support.MappingInfrastructureFactoryBean
-
- getEntityRemover() - Method in interface org.springframework.data.neo4j.support.Infrastructure
-
- getEntityRemover() - Method in class org.springframework.data.neo4j.support.MappingInfrastructure
-
- getEntityRemover() - Method in class org.springframework.data.neo4j.support.MappingInfrastructureFactoryBean
-
- getEntityState(Object, boolean, Neo4jTemplate) - Method in class org.springframework.data.neo4j.cross_store.support.node.CrossStoreNodeEntityStateFactory
-
- getEntityState() - Method in interface org.springframework.data.neo4j.mapping.ManagedEntity
-
- getEntityState(Object, boolean, Neo4jTemplate) - Method in interface org.springframework.data.neo4j.support.node.EntityStateFactory
-
- getEntityState(Object, boolean, Neo4jTemplate) - Method in class org.springframework.data.neo4j.support.node.NodeEntityStateFactory
-
- getEntityState(Object, boolean, Neo4jTemplate) - Method in class org.springframework.data.neo4j.support.relationship.RelationshipEntityStateFactory
-
- getEntityStateFactory() - Method in class org.springframework.data.neo4j.support.mapping.EntityTools
-
- getEntityStateHandler() - Method in interface org.springframework.data.neo4j.support.Infrastructure
-
- getEntityStateHandler() - Method in class org.springframework.data.neo4j.support.MappingInfrastructure
-
- getEntityStateHandler() - Method in class org.springframework.data.neo4j.support.MappingInfrastructureFactoryBean
-
- getEntityStateHandler() - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- getEntityType() - Method in interface org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
-
- getEntityType() - Method in class org.springframework.data.neo4j.support.index.NullReadableIndex
-
- getEntityType() - Method in class org.springframework.data.neo4j.support.mapping.Neo4jPersistentEntityImpl
-
- getEntityType(Class<T>) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- getExtension() - Method in class org.springframework.data.neo4j.config.Neo4jRepositoriesRegistrar
-
- getFailingMessageForClass(Class<?>, Class<STATE>) - Method in class org.springframework.data.neo4j.support.mapping.AbstractConstructorEntityInstantiator
-
- getFailingMessageForClass(Class<?>, Class<Node>) - Method in class org.springframework.data.neo4j.support.node.NodeEntityInstantiator
-
- getFailingMessageForClass(Class<?>, Class<Relationship>) - Method in class org.springframework.data.neo4j.support.relationship.RelationshipEntityInstantiator
-
- getFieldAccessListeners() - Method in class org.springframework.data.neo4j.fieldaccess.FieldAccessorFactoryProviders
-
- getFieldAccessors() - Method in class org.springframework.data.neo4j.fieldaccess.FieldAccessorFactoryProviders
-
- getGraphDatabase() - Method in class org.springframework.data.neo4j.support.index.NullReadableIndex
-
- getGraphDatabase() - Method in interface org.springframework.data.neo4j.support.Infrastructure
-
- getGraphDatabase() - Method in class org.springframework.data.neo4j.support.MappingInfrastructure
-
- getGraphDatabase() - Method in class org.springframework.data.neo4j.support.MappingInfrastructureFactoryBean
-
- getGraphDatabase() - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- getGraphDatabase() - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
-
- getGraphDatabaseService() - Method in class org.springframework.data.neo4j.config.Neo4jConfiguration
-
- getGraphDatabaseService() - Method in class org.springframework.data.neo4j.support.DelegatingGraphDatabase
-
- getGraphDatabaseService() - Method in interface org.springframework.data.neo4j.support.Infrastructure
-
- getGraphDatabaseService() - Method in class org.springframework.data.neo4j.support.MappingInfrastructure
-
- getGraphDatabaseService() - Method in class org.springframework.data.neo4j.support.MappingInfrastructureFactoryBean
-
- getGraphDatabaseService() - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- getId(Object) - Method in class org.springframework.data.neo4j.cross_store.support.node.CrossStoreNodeEntityState
-
- getId(T) - Method in class org.springframework.data.neo4j.repository.GraphMetamodelEntityInformation
-
- getIdentifier() - Method in class org.springframework.data.neo4j.repository.query.PartInfo
-
- getIdFromEntity() - Method in class org.springframework.data.neo4j.fieldaccess.DefaultEntityState
-
- getIdProperty() - Method in class org.springframework.data.neo4j.fieldaccess.FieldAccessorFactoryProviders
-
- getIdType() - Method in class org.springframework.data.neo4j.repository.GraphMetamodelEntityInformation
-
- getIndex(String) - Method in interface org.springframework.data.neo4j.core.GraphDatabase
-
- getIndex(String, String) - Method in class org.springframework.data.neo4j.repository.AbstractGraphRepository
-
- getIndex(String) - Method in class org.springframework.data.neo4j.rest.SpringRestGraphDatabase
-
- getIndex(String) - Method in class org.springframework.data.neo4j.support.DelegatingGraphDatabase
-
- getIndex(Neo4jPersistentEntity<T>) - Method in interface org.springframework.data.neo4j.support.index.IndexProvider
-
- getIndex(Neo4jPersistentEntity<T>, String) - Method in interface org.springframework.data.neo4j.support.index.IndexProvider
-
- getIndex(Neo4jPersistentEntity<T>, String, IndexType) - Method in interface org.springframework.data.neo4j.support.index.IndexProvider
-
- getIndex(String) - Method in interface org.springframework.data.neo4j.support.index.IndexProvider
-
- getIndex(Neo4jPersistentProperty, Class<?>) - Method in interface org.springframework.data.neo4j.support.index.IndexProvider
-
- getIndex(Neo4jPersistentEntity<T>) - Method in class org.springframework.data.neo4j.support.index.IndexProviderImpl
-
- getIndex(Neo4jPersistentEntity<T>, String) - Method in class org.springframework.data.neo4j.support.index.IndexProviderImpl
-
- getIndex(Neo4jPersistentEntity<T>, String, IndexType) - Method in class org.springframework.data.neo4j.support.index.IndexProviderImpl
-
- getIndex(String) - Method in class org.springframework.data.neo4j.support.index.IndexProviderImpl
-
- getIndex(Neo4jPersistentProperty, Class<?>) - Method in class org.springframework.data.neo4j.support.index.IndexProviderImpl
-
- getIndex() - Method in exception org.springframework.data.neo4j.support.index.NoSuchIndexException
-
- getIndex(Class<T>) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- getIndex(String) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- getIndex(Class<T>, String, IndexType) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- getIndex(String, Class<?>) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- getIndex(Class<?>, String) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- getIndex(Neo4jPersistentProperty, Class<?>) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- getIndex(String, Class<?>) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
-
Retrieves an existing index for the given class and/or name
- getIndex(Class<?>, String) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
-
The index determined by the property of the indexed type is returned, so all the customization
via @Indexed annotations is taken into consideration.
- getIndexInfo() - Method in interface org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
-
- getIndexKey() - Method in class org.springframework.data.neo4j.mapping.IndexInfo
-
- getIndexKey() - Method in interface org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
-
- getIndexKey() - Method in class org.springframework.data.neo4j.repository.query.PartInfo
-
- getIndexKey(Neo4jPersistentProperty) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- getIndexName() - Method in class org.springframework.data.neo4j.mapping.IndexInfo
-
- getIndexName() - Method in class org.springframework.data.neo4j.repository.query.PartInfo
-
- getIndexProvider() - Method in interface org.springframework.data.neo4j.support.Infrastructure
-
- getIndexProvider() - Method in class org.springframework.data.neo4j.support.MappingInfrastructure
-
- getIndexProvider() - Method in class org.springframework.data.neo4j.support.MappingInfrastructureFactoryBean
-
- getIndexType() - Method in class org.springframework.data.neo4j.mapping.IndexInfo
-
- getInfrastructure() - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- getInitialEntityClasses(Element) - Method in class org.springframework.data.neo4j.config.DataGraphBeanDefinitionParser
-
- getInitialEntitySet() - Method in class org.springframework.data.neo4j.config.Neo4jConfiguration
-
- getIsNewStrategyFactory() - Method in class org.springframework.data.neo4j.support.MappingInfrastructureFactoryBean
-
- getIterationMode() - Method in interface org.springframework.data.neo4j.support.path.IterationController
-
- getIterationMode() - Method in class org.springframework.data.neo4j.support.path.PathMapper.WithoutResult
-
- getJotm() - Method in class org.springframework.data.neo4j.transaction.JotmFactoryBean
-
Return the JOTM instance created by this factory bean, if any.
- getMappingContext() - Method in interface org.springframework.data.neo4j.mapping.Neo4jEntityConverter
-
- getMappingContext() - Method in interface org.springframework.data.neo4j.support.Infrastructure
-
- getMappingContext() - Method in class org.springframework.data.neo4j.support.mapping.Neo4jEntityConverterImpl
-
- getMappingContext() - Method in class org.springframework.data.neo4j.support.mapping.Neo4jEntityPersister.CachedConverter
-
- getMappingContext() - Method in class org.springframework.data.neo4j.support.mapping.Neo4jEntityPersister
-
- getMappingContext() - Method in class org.springframework.data.neo4j.support.MappingInfrastructure
-
- getMappingContext() - Method in class org.springframework.data.neo4j.support.MappingInfrastructureFactoryBean
-
- getMappingPolicy(Class<?>) - Method in interface org.springframework.data.neo4j.mapping.EntityPersister
-
- getMappingPolicy() - Method in interface org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
-
- getMappingPolicy() - Method in interface org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
-
- getMappingPolicy(Class<?>) - Method in class org.springframework.data.neo4j.support.mapping.Neo4jEntityPersister
-
- getMappingPolicy() - Method in class org.springframework.data.neo4j.support.mapping.Neo4jPersistentEntityImpl
-
- getMappingPolicy(Class<?>) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- getMappingPolicy(Object) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- getMappingPolicy(Class<?>) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
-
- getModulePrefix() - Method in class org.springframework.data.neo4j.config.Neo4jRepositoryConfigurationExtension
-
- getName() - Method in class org.springframework.data.neo4j.support.index.NullReadableIndex
-
- getNamedQueryName() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
-
- getNeo4jPropertyName() - Method in interface org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
-
- getNoArgConstructor(Class<T>) - Method in class org.springframework.data.neo4j.support.mapping.AbstractConstructorEntityInstantiator
-
- getNode(Object) - Method in class org.springframework.data.neo4j.fieldaccess.RelationshipHelper
-
- getNode(Relationship) - Method in class org.springframework.data.neo4j.fieldaccess.RelationshipNodeFieldAccessorFactory.RelationshipNodeFieldAccessor
-
- getNode(long) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- getNode(long) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
-
Delegates to the GraphDatabase
- getNodeById(long) - Method in interface org.springframework.data.neo4j.core.GraphDatabase
-
- getNodeById(long) - Method in class org.springframework.data.neo4j.support.DelegatingGraphDatabase
-
- getNodeId() - Method in interface org.springframework.data.neo4j.aspects.core.NodeBacked
-
- getNodeTypeRepresentationStrategy() - Method in interface org.springframework.data.neo4j.support.Infrastructure
-
- getNodeTypeRepresentationStrategy() - Method in class org.springframework.data.neo4j.support.MappingInfrastructure
-
- getNodeTypeRepresentationStrategy() - Method in class org.springframework.data.neo4j.support.MappingInfrastructureFactoryBean
-
- getNodeTypeRepresentationStrategy() - Method in class org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategies
-
- getNodeTypeRepresentationStrategy() - Method in class org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategyFactory
-
- getNodeTypeRepresentationStrategy(GraphDatabase, IndexProvider) - Method in enum org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategyFactory.Strategy
-
- getObject() - Method in class org.springframework.data.neo4j.config.JtaTransactionManagerFactoryBean
-
- getObject() - Method in class org.springframework.data.neo4j.fieldaccess.Neo4jConversionServiceFactoryBean
-
- getObject() - Method in class org.springframework.data.neo4j.support.GraphDatabaseFactory
-
- getObject() - Method in class org.springframework.data.neo4j.support.MappingInfrastructureFactoryBean
-
- getObject() - Method in class org.springframework.data.neo4j.transaction.JotmFactoryBean
-
- getObjectType() - Method in class org.springframework.data.neo4j.config.JtaTransactionManagerFactoryBean
-
- getObjectType() - Method in class org.springframework.data.neo4j.fieldaccess.Neo4jConversionServiceFactoryBean
-
- getObjectType() - Method in class org.springframework.data.neo4j.support.GraphDatabaseFactory
-
- getObjectType() - Method in class org.springframework.data.neo4j.support.MappingInfrastructureFactoryBean
-
- getObjectType() - Method in class org.springframework.data.neo4j.transaction.JotmFactoryBean
-
- getOrCreateNode(String, String, Object, Map<String, Object>) - Method in interface org.springframework.data.neo4j.core.GraphDatabase
-
creates the node uniquely or returns an existing node with the same index-key-value combination.
- getOrCreateNode(String, String, Object, Map<String, Object>) - Method in class org.springframework.data.neo4j.rest.SpringRestGraphDatabase
-
- getOrCreateNode(String, String, Object, Map<String, Object>) - Method in class org.springframework.data.neo4j.support.DelegatingGraphDatabase
-
- getOrCreateNode(String, String, Object, Map<String, Object>) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
creates the node uniquely or returns an existing node with the same index-key-value combination.
- getOrCreateNode(String, String, Object, Map<String, Object>) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
-
creates the node uniquely or returns an existing node with the same index-key-value combination.
- getOrCreateRelationship(String, String, Object, Node, Node, String, Map<String, Object>) - Method in interface org.springframework.data.neo4j.core.GraphDatabase
-
Creates the relationship uniquely, uses the given index,key,value to achieve that.
- getOrCreateRelationship(String, String, Object, Node, Node, String, Map<String, Object>) - Method in class org.springframework.data.neo4j.rest.SpringRestGraphDatabase
-
- getOrCreateRelationship(String, String, Object, Node, Node, String, Map<String, Object>) - Method in class org.springframework.data.neo4j.support.DelegatingGraphDatabase
-
- getOrCreateRelationship(String, String, Object, Node, Node, String, Map<String, Object>) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- getOrCreateRelationship(String, String, Object, Node, Node, String, Map<String, Object>) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
-
Creates the relationship uniquely, uses the given index,key,value to achieve that.
- getOrCreateState(Object) - Method in class org.springframework.data.neo4j.fieldaccess.RelationshipHelper
-
- getOrCreateSubReferenceNode(RelationshipType) - Method in class org.springframework.data.neo4j.support.typerepresentation.SubReferenceNodeTypeRepresentationStrategy
-
- getOwner() - Method in interface org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
-
- getParameterIndex() - Method in class org.springframework.data.neo4j.repository.query.PartInfo
-
- getPartInfo(int) - Method in class org.springframework.data.neo4j.repository.query.CypherQuery
-
- getPassword() - Method in class org.springframework.data.neo4j.support.GraphDatabaseFactory
-
- getPersistentEntity() - Method in interface org.springframework.data.neo4j.core.EntityState
-
- getPersistentEntity() - Method in class org.springframework.data.neo4j.fieldaccess.DefaultEntityState
-
- getPersistentEntity() - Method in class org.springframework.data.neo4j.fieldaccess.DetachedEntityState
-
- getPersistentEntity(Object) - Method in class org.springframework.data.neo4j.support.mapping.Neo4jMappingContext
-
- getPersistentId(Object) - Method in interface org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
-
- getPersistentId(Object) - Method in class org.springframework.data.neo4j.support.mapping.Neo4jPersistentEntityImpl
-
- getPersistentProperty(Class<?>, String) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- getPersistentState() - Method in interface org.springframework.data.neo4j.aspects.core.GraphBacked
-
- getPersistentState() - Method in interface org.springframework.data.neo4j.core.EntityState
-
- getPersistentState() - Method in class org.springframework.data.neo4j.fieldaccess.DefaultEntityState
-
- getPersistentState() - Method in class org.springframework.data.neo4j.fieldaccess.DetachedEntityState
-
- getPersistentState() - Method in interface org.springframework.data.neo4j.mapping.ManagedEntity
-
- getPersistentState(Object) - Method in class org.springframework.data.neo4j.support.mapping.EntityStateHandler
-
- getPersistentState(Object, boolean) - Method in class org.springframework.data.neo4j.support.mapping.EntityStateHandler
-
- getPersistentState(Object, Class<R>) - Method in class org.springframework.data.neo4j.support.mapping.EntityStateHandler
-
- getPersistentState(Object) - Method in class org.springframework.data.neo4j.support.mapping.Neo4jEntityPersister
-
- getPersistentState(Object) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
just sets the persistent state (i.e.
- getPersistentState(Object) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
-
Returns the node or relationship that backs the given entity.
- getPrefixedProperty(String) - Method in class org.springframework.data.neo4j.fieldaccess.PrefixedDynamicProperties
-
- getPrefixedPropertyKeys() - Method in class org.springframework.data.neo4j.fieldaccess.PrefixedDynamicProperties
-
- getProperty(String) - Method in interface org.springframework.data.neo4j.fieldaccess.DynamicProperties
-
- getProperty(String, Object) - Method in interface org.springframework.data.neo4j.fieldaccess.DynamicProperties
-
- getProperty(String) - Method in class org.springframework.data.neo4j.fieldaccess.DynamicPropertiesContainer
-
- getProperty(String, Object) - Method in class org.springframework.data.neo4j.fieldaccess.DynamicPropertiesContainer
-
- getProperty(String) - Method in class org.springframework.data.neo4j.fieldaccess.PrefixedDynamicProperties
-
- getProperty(String, Object) - Method in class org.springframework.data.neo4j.fieldaccess.PrefixedDynamicProperties
-
- getPropertyKeys() - Method in interface org.springframework.data.neo4j.fieldaccess.DynamicProperties
-
Returns all keys
- getPropertyKeys() - Method in class org.springframework.data.neo4j.fieldaccess.DynamicPropertiesContainer
-
- getPropertyKeys() - Method in class org.springframework.data.neo4j.fieldaccess.PrefixedDynamicProperties
-
- getPropertyType() - Method in interface org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
-
- getQuery() - Method in interface org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
-
- getQueryLookupStrategy(QueryLookupStrategy.Key) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryFactory
-
- getQueryString() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
-
- getReferenceNode() - Method in interface org.springframework.data.neo4j.core.GraphDatabase
-
- getReferenceNode() - Method in class org.springframework.data.neo4j.support.DelegatingGraphDatabase
-
- getReferenceNode() - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- getReferenceNode() - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
-
Returns the reference node.
- getRelationship(long) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- getRelationship(long) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
-
Delegates to the GraphDatabase
- getRelationshipBetween(T, Object, Class<R>, String) - Method in class org.springframework.data.neo4j.repository.NodeGraphRepositoryImpl
-
- getRelationshipBetween(T, Object, Class<R>, String) - Method in interface org.springframework.data.neo4j.repository.RelationshipOperationsRepository
-
- getRelationshipBetween(Object, Object, String) - Method in class org.springframework.data.neo4j.support.mapping.EntityStateHandler
-
- getRelationshipBetween(Object, Object, Class<R>, String) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- getRelationshipBetween(Object, Object, String) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- getRelationshipBetween(Object, Object, Class<R>, String) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
-
Retrieves a single relationship entity between two node entities with the given relationship type projected to the provided
relationship entity class
- getRelationshipBetween(Object, Object, String) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
-
Retrieves a single relationship entity between two node entities.
- getRelationshipById(long) - Method in interface org.springframework.data.neo4j.core.GraphDatabase
-
- getRelationshipById(long) - Method in class org.springframework.data.neo4j.support.DelegatingGraphDatabase
-
- getRelationshipId() - Method in interface org.springframework.data.neo4j.aspects.core.RelationshipBacked
-
- getRelationshipInfo() - Method in interface org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
-
Returns the
RelationshipInfo
for the given property if it is a relationship or null otherwise.
- getRelationshipProperties() - Method in interface org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
-
- getRelationshipProperties() - Method in class org.springframework.data.neo4j.support.mapping.Neo4jPersistentEntityImpl
-
- getRelationships(Node) - Method in class org.springframework.data.neo4j.fieldaccess.RelationshipHelper
-
- getRelationshipsBetween(Object, Object, String) - Method in class org.springframework.data.neo4j.support.mapping.EntityStateHandler
-
- getRelationshipsBetween(Object, Object, Class<R>, String) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- getRelationshipsBetween(Object, Object, Class<R>, String) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
-
Retrieves all relationship entities between two node entities with the given relationship type projected to the provided
relationship entity class
- getRelationshipTo(NodeBacked, Class<R>, String) - Method in interface org.springframework.data.neo4j.aspects.core.NodeBacked
-
Finds the relationship of the specified type, from this entity's underlying node to the target entity's
underlying node.
- getRelationshipTo(NodeBacked, String) - Method in interface org.springframework.data.neo4j.aspects.core.NodeBacked
-
Finds the relationship of the specified type, from this entity's underlying node to the target entity's
underlying node.
- getRelationshipType() - Method in class org.springframework.data.neo4j.fieldaccess.RelationshipHelper
-
- getRelationshipType() - Method in class org.springframework.data.neo4j.mapping.RelationshipInfo
-
- getRelationshipType() - Method in interface org.springframework.data.neo4j.mapping.RelationshipProperties
-
- getRelationshipType() - Method in class org.springframework.data.neo4j.support.mapping.Neo4jPersistentEntityImpl
-
- getRelationshipTypeRepresentationStrategy() - Method in interface org.springframework.data.neo4j.support.Infrastructure
-
- getRelationshipTypeRepresentationStrategy() - Method in class org.springframework.data.neo4j.support.MappingInfrastructure
-
- getRelationshipTypeRepresentationStrategy() - Method in class org.springframework.data.neo4j.support.MappingInfrastructureFactoryBean
-
- getRelationshipTypeRepresentationStrategy() - Method in class org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategies
-
- getRelationshipTypeRepresentationStrategy() - Method in class org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategyFactory
-
- getRelationshipTypeRepresentationStrategy(GraphDatabase, IndexProvider) - Method in enum org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategyFactory.Strategy
-
- getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryFactory
-
- getRepositoryFactoryClassName() - Method in class org.springframework.data.neo4j.config.Neo4jRepositoryConfigurationExtension
-
- getRepresentation(Object) - Static method in class org.springframework.data.neo4j.support.query.GremlinExecutor
-
- getResultConverter() - Method in interface org.springframework.data.neo4j.support.Infrastructure
-
- getResultConverter() - Method in class org.springframework.data.neo4j.support.MappingInfrastructure
-
- getResultConverter() - Method in class org.springframework.data.neo4j.support.MappingInfrastructureFactoryBean
-
- getReturnType() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
-
- getSingle() - Method in class org.springframework.data.neo4j.support.index.EmptyIndexHits
-
- getSingleOtherNode(Node, RelationshipType, Direction) - Static method in class org.springframework.data.neo4j.support.typerepresentation.SubReferenceNodeTypeRepresentationStrategy
-
- getSingleRelationship(Node) - Method in class org.springframework.data.neo4j.fieldaccess.RelationshipHelper
-
- getSourceStateTransmitter() - Method in class org.springframework.data.neo4j.support.mapping.EntityTools
-
- getStartNodeProperty() - Method in interface org.springframework.data.neo4j.mapping.RelationshipProperties
-
- getStartNodeProperty() - Method in class org.springframework.data.neo4j.support.mapping.Neo4jPersistentEntityImpl
-
- getStateInterface() - Method in class org.springframework.data.neo4j.support.mapping.AbstractConstructorEntityInstantiator
-
subclasses have to provide the concrete state interface
- getStateInterface() - Method in class org.springframework.data.neo4j.support.node.NodeEntityInstantiator
-
- getStateInterface() - Method in class org.springframework.data.neo4j.support.relationship.RelationshipEntityInstantiator
-
- getStatesFromEntity(Object) - Method in class org.springframework.data.neo4j.fieldaccess.RelationshipHelper
-
- getStatus() - Method in class org.springframework.data.neo4j.config.NullTransactionManager
-
- getStoredEntityType(Class) - Method in class org.springframework.data.neo4j.support.mapping.Neo4jMappingContext
-
- getStoredEntityType(Object) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- getStoredJavaType(Object) - Method in class org.springframework.data.neo4j.repository.AbstractGraphRepository
-
- getStoredJavaType(Object) - Method in interface org.springframework.data.neo4j.repository.CRUDRepository
-
- getStoredJavaType(Object) - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- getStoredJavaType(Object) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
-
- getStoreLocation() - Method in class org.springframework.data.neo4j.support.GraphDatabaseFactory
-
- getSuperTypes() - Method in class org.springframework.data.neo4j.support.mapping.StoredEntityType
-
- getTargetEntity() - Method in class org.springframework.data.neo4j.mapping.RelationshipInfo
-
- getTargetRepository(RepositoryMetadata) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryFactory
-
- getTargetRepository(RepositoryMetadata, Neo4jTemplate) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryFactory
-
- getTargetType() - Method in interface org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
-
- getTargetType() - Method in class org.springframework.data.neo4j.mapping.RelationshipInfo
-
- getTemplate() - Method in class org.springframework.data.neo4j.fieldaccess.DelegatingFieldAccessorFactory
-
- getTemplate() - Method in class org.springframework.data.neo4j.fieldaccess.DetachedEntityState
-
- getTransaction() - Method in class org.springframework.data.neo4j.config.NullTransactionManager
-
- getTransaction(TransactionDefinition) - Method in class org.springframework.data.neo4j.transaction.ChainedTransactionManager
-
Deprecated.
- getTransactionManager() - Method in interface org.springframework.data.neo4j.core.GraphDatabase
-
- getTransactionManager() - Method in class org.springframework.data.neo4j.rest.SpringRestGraphDatabase
-
- getTransactionManager() - Method in class org.springframework.data.neo4j.support.DelegatingGraphDatabase
-
- getTransactionManager() - Method in interface org.springframework.data.neo4j.support.Infrastructure
-
- getTransactionManager() - Method in class org.springframework.data.neo4j.support.MappingInfrastructure
-
- getTransactionManager() - Method in class org.springframework.data.neo4j.support.MappingInfrastructureFactoryBean
-
- getTransactionStatuses() - Method in class org.springframework.data.neo4j.transaction.MultiTransactionStatus
-
- getTxManager() - Method in class org.springframework.data.neo4j.rest.SpringRestGraphDatabase
-
- getType() - Method in class org.springframework.data.neo4j.mapping.RelationshipInfo
-
- getType() - Method in class org.springframework.data.neo4j.repository.query.PartInfo
-
- getType() - Method in class org.springframework.data.neo4j.support.mapping.StoredEntityType
-
- getTypeMapper() - Method in class org.springframework.data.neo4j.support.mapping.EntityTools
-
- getTypeProperty() - Method in interface org.springframework.data.neo4j.mapping.RelationshipProperties
-
- getTypeProperty() - Method in class org.springframework.data.neo4j.support.mapping.Neo4jPersistentEntityImpl
-
- getTypeRepresentationStrategies() - Method in interface org.springframework.data.neo4j.support.Infrastructure
-
- getTypeRepresentationStrategies() - Method in class org.springframework.data.neo4j.support.MappingInfrastructure
-
- getTypeRepresentationStrategies() - Method in class org.springframework.data.neo4j.support.MappingInfrastructureFactoryBean
-
- getTypeRepresentationStrategy() - Method in class org.springframework.data.neo4j.support.mapping.EntityTools
-
- getTypeSafetyOption() - Method in class org.springframework.data.neo4j.support.typesafety.TypeSafetyPolicy
-
Gets the currently defined system type safety option.
- getTypeSafetyPolicy() - Method in interface org.springframework.data.neo4j.support.Infrastructure
-
- getTypeSafetyPolicy() - Method in class org.springframework.data.neo4j.support.MappingInfrastructure
-
- getTypeSafetyPolicy() - Method in class org.springframework.data.neo4j.support.MappingInfrastructureFactoryBean
-
- getUniqueProperty() - Method in interface org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
-
- getUniqueProperty() - Method in class org.springframework.data.neo4j.support.mapping.Neo4jPersistentEntityImpl
-
- getUserName() - Method in class org.springframework.data.neo4j.support.GraphDatabaseFactory
-
- getValidator() - Method in interface org.springframework.data.neo4j.support.Infrastructure
-
- getValidator() - Method in class org.springframework.data.neo4j.support.MappingInfrastructure
-
- getValidator() - Method in class org.springframework.data.neo4j.support.MappingInfrastructureFactoryBean
-
- getValidator() - Method in class org.springframework.data.neo4j.support.Neo4jTemplate
-
- getValue(Field, MappingPolicy) - Method in interface org.springframework.data.neo4j.core.EntityState
-
- getValue(Neo4jPersistentProperty, MappingPolicy) - Method in interface org.springframework.data.neo4j.core.EntityState
-
- getValue(Neo4jPersistentProperty, MappingPolicy) - Method in class org.springframework.data.neo4j.fieldaccess.DefaultEntityState
-
- getValue(Field, MappingPolicy) - Method in class org.springframework.data.neo4j.fieldaccess.DefaultEntityState
-
- getValue(Neo4jPersistentProperty, MappingPolicy) - Method in class org.springframework.data.neo4j.fieldaccess.DetachedEntityState
-
- getValue(Field, MappingPolicy) - Method in class org.springframework.data.neo4j.fieldaccess.DetachedEntityState
-
- getValue(Object, MappingPolicy) - Method in class org.springframework.data.neo4j.fieldaccess.DynamicPropertiesFieldAccessorFactory.DynamicPropertiesFieldAccessor
-
- getValue(Object, MappingPolicy) - Method in interface org.springframework.data.neo4j.fieldaccess.FieldAccessor
-
- getValue(Object, MappingPolicy) - Method in class org.springframework.data.neo4j.fieldaccess.IdFieldAccessorFactory.IdFieldAccessor
-
- getValue(Object, MappingPolicy) - Method in class org.springframework.data.neo4j.fieldaccess.PropertyFieldAccessorFactory.PropertyFieldAccessor
-
- getValue(Object, MappingPolicy) - Method in class org.springframework.data.neo4j.fieldaccess.QueryFieldAccessorFactory.QueryFieldAccessor
-
- getValue(Object, MappingPolicy) - Method in class org.springframework.data.neo4j.fieldaccess.RelatedToCollectionFieldAccessorFactory.RelatedToCollectionFieldAccessor
-
- getValue(Object, MappingPolicy) - Method in class org.springframework.data.neo4j.fieldaccess.RelatedToSingleFieldAccessorFactory.RelatedToSingleFieldAccessor
-
- getValue(Object, MappingPolicy) - Method in class org.springframework.data.neo4j.fieldaccess.RelatedToViaCollectionFieldAccessorFactory.RelatedToViaCollectionFieldAccessor
-
- getValue(Object, MappingPolicy) - Method in class org.springframework.data.neo4j.fieldaccess.RelatedToViaSingleFieldAccessorFactory.RelatedToViaSingleFieldAccessor
-
- getValue(Object, MappingPolicy) - Method in class org.springframework.data.neo4j.fieldaccess.RelationshipNodeFieldAccessorFactory.RelationshipNodeFieldAccessor
-
- getValue(Object, MappingPolicy) - Method in class org.springframework.data.neo4j.fieldaccess.TransientFieldAccessorFactory.TransientFieldAccessor
-
- getValue(Object, MappingPolicy) - Method in class org.springframework.data.neo4j.fieldaccess.TraversalFieldAccessorFactory.TraversalFieldAccessor
-
- getValue(Object, MappingPolicy) - Method in interface org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
-
- getValueFromEntity(Object, MappingPolicy) - Method in interface org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
-
- getVariableFor(PersistentPropertyPath<Neo4jPersistentProperty>) - Method in class org.springframework.data.neo4j.repository.query.VariableContext
-
- getVariableFor(Neo4jPersistentEntity<?>) - Method in class org.springframework.data.neo4j.repository.query.VariableContext
-
- GraphBacked<STATE,ENTITY extends GraphBacked<STATE,ENTITY>> - Interface in org.springframework.data.neo4j.aspects.core
-
super interface denoting entities that are graph backed, the backing STATE can be a Node
or a Relationship
.
- GraphBackedEntityIterableWrapper<STATE extends org.neo4j.graphdb.PropertyContainer,ENTITY> - Class in org.springframework.data.neo4j.fieldaccess
-
Simple wrapper to create an Iterable over @NodeEntities or @RelationshipEntities from an iterable over Nodes or Relationships.
- GraphBackedEntityIterableWrapper(Iterable<STATE>, Class<ENTITY>, Neo4jTemplate) - Constructor for class org.springframework.data.neo4j.fieldaccess.GraphBackedEntityIterableWrapper
-
- GraphCallback<T> - Interface in org.springframework.data.neo4j.template
-
- GraphCallback.WithoutResult - Class in org.springframework.data.neo4j.template
-
- GraphCallback.WithoutResult() - Constructor for class org.springframework.data.neo4j.template.GraphCallback.WithoutResult
-
- graphDatabase() - Method in class org.springframework.data.neo4j.config.Neo4jConfiguration
-
- GraphDatabase - Interface in org.springframework.data.neo4j.core
-
- graphDatabase - Variable in class org.springframework.data.neo4j.support.GraphDatabaseFactory
-
- GraphDatabaseFactory - Class in org.springframework.data.neo4j.support
-
- GraphDatabaseFactory() - Constructor for class org.springframework.data.neo4j.support.GraphDatabaseFactory
-
- graphDb - Variable in class org.springframework.data.neo4j.support.typerepresentation.AbstractIndexingTypeRepresentationStrategy
-
- GraphEntityInformation<S extends org.neo4j.graphdb.PropertyContainer,T> - Interface in org.springframework.data.neo4j.repository
-
- graphEntityInstantiator() - Method in class org.springframework.data.neo4j.config.Neo4jConfiguration
-
- graphEntityInstantiator() - Method in class org.springframework.data.neo4j.cross_store.config.CrossStoreNeo4jConfiguration
-
- GraphId - Annotation Type in org.springframework.data.neo4j.annotation
-
Annotation fot the field that virtually provides the Id of the graph entity (node or relationship), type of the field should be Long
- GraphMetamodelEntityInformation<S extends org.neo4j.graphdb.PropertyContainer,T> - Class in org.springframework.data.neo4j.repository
-
- GraphMetamodelEntityInformation(Class, Neo4jTemplate) - Constructor for class org.springframework.data.neo4j.repository.GraphMetamodelEntityInformation
-
- GraphProperty - Annotation Type in org.springframework.data.neo4j.annotation
-
Annotation to explcitely declare a property handled by datastore-graph.
- GraphQueryMethod - Class in org.springframework.data.neo4j.repository.query
-
- GraphQueryMethod(Method, RepositoryMetadata, NamedQueries, Neo4jMappingContext) - Constructor for class org.springframework.data.neo4j.repository.query.GraphQueryMethod
-
- graphRelationshipInstantiator() - Method in class org.springframework.data.neo4j.config.Neo4jConfiguration
-
- GraphRepository<T> - Interface in org.springframework.data.neo4j.repository
-
- GraphRepositoryFactory - Class in org.springframework.data.neo4j.repository
-
- GraphRepositoryFactory(Neo4jTemplate, Neo4jMappingContext) - Constructor for class org.springframework.data.neo4j.repository.GraphRepositoryFactory
-
- GraphRepositoryFactoryBean<S extends org.neo4j.graphdb.PropertyContainer,R extends CRUDRepository<T>,T> - Class in org.springframework.data.neo4j.repository
-
- GraphRepositoryFactoryBean() - Constructor for class org.springframework.data.neo4j.repository.GraphRepositoryFactoryBean
-
- GraphTraversal - Annotation Type in org.springframework.data.neo4j.annotation
-
Field that provides access to an iterator which is created by applying the traversal that is built by the supplied
traversal builder to the current node.
- GremlinExecutor - Class in org.springframework.data.neo4j.support.query
-
- GremlinExecutor(GraphDatabaseService) - Constructor for class org.springframework.data.neo4j.support.query.GremlinExecutor
-
- GremlinQueryEngine - Class in org.springframework.data.neo4j.support.query
-
- GremlinQueryEngine(GraphDatabaseService) - Constructor for class org.springframework.data.neo4j.support.query.GremlinQueryEngine
-
- GremlinQueryEngine(GraphDatabaseService, ResultConverter) - Constructor for class org.springframework.data.neo4j.support.query.GremlinQueryEngine
-
- valueChanged(Object, Object, Object) - Method in class org.springframework.data.neo4j.cross_store.fieldaccess.JpaIdFieldAccessListenerFactory.JpaIdFieldListener
-
- valueChanged(Object, Object, Object) - Method in interface org.springframework.data.neo4j.fieldaccess.FieldAccessListener
-
callback method after modifying field write operation
- valueChanged(Object, Object, Object) - Method in class org.springframework.data.neo4j.fieldaccess.IndexingPropertyFieldAccessorListenerFactory.IndexingPropertyFieldAccessorListener
-
- valueOf(String) - Static method in enum org.springframework.data.neo4j.annotation.Indexed.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.neo4j.annotation.QueryType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.neo4j.mapping.MappingPolicy.Option
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.neo4j.mapping.RelationshipResult.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.neo4j.support.index.IndexType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.neo4j.support.path.IterationController.IterationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategyFactory.Strategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.neo4j.support.typesafety.TypeSafetyOption
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.springframework.data.neo4j.annotation.Indexed.Level
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.neo4j.annotation.QueryType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.neo4j.mapping.MappingPolicy.Option
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.neo4j.mapping.RelationshipResult.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.neo4j.support.index.IndexType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.neo4j.support.path.IterationController.IterationMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategyFactory.Strategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.neo4j.support.typesafety.TypeSafetyOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VARIABLE - Static variable in class org.springframework.data.neo4j.repository.query.QueryTemplates
-
- VariableContext - Class in org.springframework.data.neo4j.repository.query
-
- VariableContext() - Constructor for class org.springframework.data.neo4j.repository.query.VariableContext
-
- verify() - Method in class org.springframework.data.neo4j.support.mapping.Neo4jPersistentEntityImpl
-