Skip navigation links
Spring Data Neo4j - Parent
A B C D E F G H I L M N O P Q R S T U V 

A

addPart(Part, BooleanOperator) - Method in class org.springframework.data.neo4j.repository.query.derived.CypherFinderQuery
 
addPart(Part, BooleanOperator) - Method in class org.springframework.data.neo4j.repository.query.derived.DerivedQueryBuilder
Add a part as a parameter to the graph query.
addPart(DerivedQueryBuilder, BooleanOperator) - Method in class org.springframework.data.neo4j.repository.query.derived.DerivedQueryBuilder
Add criteria from an intermediate builder to the query
addPart(Part, BooleanOperator) - Method in interface org.springframework.data.neo4j.repository.query.derived.DerivedQueryDefinition
Add a part as a parameter to the graph query.
AfterDeleteEvent - Class in org.springframework.data.neo4j.event
Neo4jDataManipulationEvent published after a particular entity is deleted.
AfterDeleteEvent(Object, Object) - Constructor for class org.springframework.data.neo4j.event.AfterDeleteEvent
 
afterPropertiesSet() - Method in class org.springframework.data.neo4j.repository.support.GraphRepositoryFactoryBean
 
AfterSaveEvent - Class in org.springframework.data.neo4j.event
Neo4jDataManipulationEvent published after a particular entity is saved.
AfterSaveEvent(Object, Object) - Constructor for class org.springframework.data.neo4j.event.AfterSaveEvent
 
and(Part, DerivedQueryBuilder, Iterator<Object>) - Method in class org.springframework.data.neo4j.repository.query.derived.DerivedQueryCreator
 

B

BeforeDeleteEvent - Class in org.springframework.data.neo4j.event
Neo4jDataManipulationEvent published before a particular entity is deleted.
BeforeDeleteEvent(Object, Object) - Constructor for class org.springframework.data.neo4j.event.BeforeDeleteEvent
 
BeforeSaveEvent - Class in org.springframework.data.neo4j.event
Neo4jDataManipulationEvent published before a particular entity is saved.
BeforeSaveEvent(Object, Object) - Constructor for class org.springframework.data.neo4j.event.BeforeSaveEvent
 
buildQuery() - Method in class org.springframework.data.neo4j.repository.query.derived.DerivedQueryBuilder
Builds the final query

C

CLASS - Static variable in annotation type org.springframework.data.neo4j.annotation.Query
 
clear() - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Removes all mapping information from the current session
clear() - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
commit(TransactionStatus) - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionManager
 
complete(DerivedQueryBuilder, Sort) - Method in class org.springframework.data.neo4j.repository.query.derived.DerivedQueryCreator
 
contains(Iterable<T>, T) - Static method in class org.springframework.data.neo4j.util.IterableUtils
Check whether an iterable contains the given object.
convert(Class<T>, Object) - Method in class org.springframework.data.neo4j.conversion.MetaDataDrivenConversionService
 
count() - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
count(Class<?>) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Provides the instance count for the given node entity type.
count(Class<?>) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
count(Iterable) - Static method in class org.springframework.data.neo4j.util.IterableUtils
Count items in an iterable.
create(Part, Iterator<Object>) - Method in class org.springframework.data.neo4j.repository.query.derived.DerivedQueryCreator
 
createAssociation() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
 
createPersistentEntity(TypeInformation<T>) - Method in class org.springframework.data.neo4j.mapping.Neo4jMappingContext
 
createPersistentProperty(Field, PropertyDescriptor, Neo4jPersistentEntity<?>, SimpleTypeHolder) - Method in class org.springframework.data.neo4j.mapping.Neo4jMappingContext
 
createQuery() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
createSavepoint() - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionStatus
 
CypherFilter - Class in org.springframework.data.neo4j.repository.query.derived
A representation of a Neo4j-OGM Filter that contains no parameter/property values and only holds metadata
CypherFilter() - Constructor for class org.springframework.data.neo4j.repository.query.derived.CypherFilter
 
CypherFinderQuery - Class in org.springframework.data.neo4j.repository.query.derived
A DerivedQueryDefinition that builds a Cypher query.
CypherFinderQuery(Class<?>, Part) - Constructor for class org.springframework.data.neo4j.repository.query.derived.CypherFinderQuery
 

D

delete(Long) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
delete(T) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
delete(Iterable<? extends T>) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
delete(Object) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Removes the given node or relationship entity from the graph.
delete(Object) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
deleteAll() - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
deleteAll(Class<T>) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Removes all nodes or relationship entities of a specific type from the graph.
deleteAll(Class<T>) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
DerivedGraphRepositoryQuery - Class in org.springframework.data.neo4j.repository.query.derived
Specialisation of RepositoryQuery that handles mapping of derived finders.
DerivedGraphRepositoryQuery(GraphQueryMethod, Session) - Constructor for class org.springframework.data.neo4j.repository.query.derived.DerivedGraphRepositoryQuery
 
DerivedQueryBuilder - Class in org.springframework.data.neo4j.repository.query.derived
The graph query builder.
DerivedQueryBuilder(Class<?>, Part) - Constructor for class org.springframework.data.neo4j.repository.query.derived.DerivedQueryBuilder
 
DerivedQueryCreator - Class in org.springframework.data.neo4j.repository.query.derived
An AbstractQueryCreator that builds a graph query.
DerivedQueryCreator(PartTree, Class<?>) - Constructor for class org.springframework.data.neo4j.repository.query.derived.DerivedQueryCreator
 
DerivedQueryDefinition - Interface in org.springframework.data.neo4j.repository.query.derived
The graph query created based on a derived query
doCreateRepositoryFactory() - Method in class org.springframework.data.neo4j.repository.support.GraphRepositoryFactoryBean
 

E

EnableNeo4jRepositories - Annotation Type in org.springframework.data.neo4j.repository.config
 
execute(Object[]) - Method in class org.springframework.data.neo4j.repository.query.derived.DerivedGraphRepositoryQuery
 
execute(Object[]) - Method in class org.springframework.data.neo4j.repository.query.GraphRepositoryQuery
 
execute(Class<?>, Class<?>, String, Map<String, Object>) - Method in class org.springframework.data.neo4j.repository.query.GraphRepositoryQuery
 
execute(Class<?>, Class<?>, String, Map<String, Object>) - Method in class org.springframework.data.neo4j.repository.query.QueryResultGraphRepositoryQuery
 
execute(String) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Deprecated.
Use Neo4jOperations.query() to return both results as well as query statistics.
execute(String, Map<String, Object>) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Deprecated.
Use Neo4jOperations.query() to return both results as well as query statistics.
execute(String) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
execute(String, Map<String, Object>) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
exists(Long) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 

F

findAll() - Method in interface org.springframework.data.neo4j.repository.GraphRepository
 
findAll(int) - Method in interface org.springframework.data.neo4j.repository.GraphRepository
 
findAll(Sort) - Method in interface org.springframework.data.neo4j.repository.GraphRepository
 
findAll(Sort, int) - Method in interface org.springframework.data.neo4j.repository.GraphRepository
 
findAll(Iterable<Long>) - Method in interface org.springframework.data.neo4j.repository.GraphRepository
 
findAll(Iterable<Long>, int) - Method in interface org.springframework.data.neo4j.repository.GraphRepository
 
findAll(Iterable<Long>, Sort) - Method in interface org.springframework.data.neo4j.repository.GraphRepository
 
findAll(Iterable<Long>, Sort, int) - Method in interface org.springframework.data.neo4j.repository.GraphRepository
 
findAll(Pageable) - Method in interface org.springframework.data.neo4j.repository.GraphRepository
 
findAll(Pageable, int) - Method in interface org.springframework.data.neo4j.repository.GraphRepository
 
findAll() - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
findAll(int) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
findAll(Iterable<Long>) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
findAll(Iterable<Long>, int) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
findAll(Sort) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
findAll(Sort, int) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
findAll(Iterable<Long>, Sort) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
findAll(Iterable<Long>, Sort, int) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
findAll(Pageable) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
findAll(Pageable, int) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
findOne(Long, int) - Method in interface org.springframework.data.neo4j.repository.GraphRepository
 
findOne(Long) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
findOne(Long, int) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
flush() - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionStatus
 

G

getAnnotation() - Method in class org.springframework.data.neo4j.repository.config.Neo4jRepositoriesRegistrar
 
getBasePart() - Method in class org.springframework.data.neo4j.repository.query.derived.CypherFinderQuery
 
getBasePart() - Method in interface org.springframework.data.neo4j.repository.query.derived.DerivedQueryDefinition
Get the base part i.e. the first parameter of the graph query.
getEntity() - Method in class org.springframework.data.neo4j.event.Neo4jDataManipulationEvent
 
getEntityInformation(Class<T>) - Method in class org.springframework.data.neo4j.repository.support.GraphRepositoryFactory
 
getExtension() - Method in class org.springframework.data.neo4j.repository.config.Neo4jRepositoriesRegistrar
 
getFilters() - Method in class org.springframework.data.neo4j.repository.query.derived.CypherFinderQuery
 
getFilters() - Method in interface org.springframework.data.neo4j.repository.query.derived.DerivedQueryDefinition
Gets all parameters
getFirst(Iterator<T>, String) - Static method in class org.springframework.data.neo4j.util.IterableUtils
Get the first element from iterator.
getFirst(Iterable<T>, String) - Static method in class org.springframework.data.neo4j.util.IterableUtils
Get the first element from iterable.
getFirstOrNull(Iterator<T>) - Static method in class org.springframework.data.neo4j.util.IterableUtils
Get the first element from iterator.
getFirstOrNull(Iterable<T>) - Static method in class org.springframework.data.neo4j.util.IterableUtils
Get the first element from iterable.
getId(T) - Method in class org.springframework.data.neo4j.repository.support.GraphEntityInformation
 
getIdType() - Method in class org.springframework.data.neo4j.repository.support.GraphEntityInformation
 
getMethod() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
getModulePrefix() - Method in class org.springframework.data.neo4j.repository.config.Neo4jRepositoryConfigurationExtension
 
getNamedQueryName() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
getQuery() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
getQueryLookupStrategy(QueryLookupStrategy.Key, EvaluationContextProvider) - Method in class org.springframework.data.neo4j.repository.support.GraphRepositoryFactory
 
getQueryMethod() - Method in class org.springframework.data.neo4j.repository.query.derived.DerivedGraphRepositoryQuery
 
getQueryMethod() - Method in class org.springframework.data.neo4j.repository.query.GraphRepositoryQuery
 
getQueryString() - Method in class org.springframework.data.neo4j.repository.query.GraphRepositoryQuery
 
getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.neo4j.repository.support.GraphRepositoryFactory
 
getRepositoryFactoryClassName() - Method in class org.springframework.data.neo4j.repository.config.Neo4jRepositoryConfigurationExtension
 
getSession() - Method in class org.springframework.data.neo4j.config.Neo4jConfiguration
 
getSessionFactory() - Method in class org.springframework.data.neo4j.config.Neo4jConfiguration
 
getSingle(Iterator<T>, String) - Static method in class org.springframework.data.neo4j.util.IterableUtils
Get a single element from iterator.
getSingle(Iterable<T>, String) - Static method in class org.springframework.data.neo4j.util.IterableUtils
Get a single element from iterable.
getSingle(Iterator<T>) - Static method in class org.springframework.data.neo4j.util.IterableUtils
Get a single element from iterator.
getSingle(Iterable<T>) - Static method in class org.springframework.data.neo4j.util.IterableUtils
Get a single element from iterable.
getSingleOrNull(Iterator<T>) - Static method in class org.springframework.data.neo4j.util.IterableUtils
Get a single element from iterator.
getSingleOrNull(Iterable<T>) - Static method in class org.springframework.data.neo4j.util.IterableUtils
Get a single element from iterable.
getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.neo4j.repository.support.GraphRepositoryFactory
 
getTransaction(TransactionDefinition) - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionManager
 
getTransaction() - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionStatus
 
getVersionProperty() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
 
GraphEntityInformation<ID extends Serializable,T> - Class in org.springframework.data.neo4j.repository.support
 
GraphEntityInformation(Class<T>) - Constructor for class org.springframework.data.neo4j.repository.support.GraphEntityInformation
 
GraphQueryLookupStrategy - Class in org.springframework.data.neo4j.repository.query
 
GraphQueryLookupStrategy(Session) - Constructor for class org.springframework.data.neo4j.repository.query.GraphQueryLookupStrategy
 
GraphQueryMethod - Class in org.springframework.data.neo4j.repository.query
 
GraphQueryMethod(Method, RepositoryMetadata, ProjectionFactory, Session) - Constructor for class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
GraphRepository<T> - Interface in org.springframework.data.neo4j.repository
 
GraphRepositoryFactory - Class in org.springframework.data.neo4j.repository.support
 
GraphRepositoryFactory(Session, Neo4jOperations) - Constructor for class org.springframework.data.neo4j.repository.support.GraphRepositoryFactory
 
GraphRepositoryFactoryBean<S extends Repository<T,Long>,T> - Class in org.springframework.data.neo4j.repository.support
 
GraphRepositoryFactoryBean() - Constructor for class org.springframework.data.neo4j.repository.support.GraphRepositoryFactoryBean
 
GraphRepositoryImpl<T> - Class in org.springframework.data.neo4j.repository
 
GraphRepositoryImpl(Class<T>, Neo4jOperations) - Constructor for class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
GraphRepositoryQuery - Class in org.springframework.data.neo4j.repository.query
Specialisation of RepositoryQuery that handles mapping to object annotated with @Query.
GraphRepositoryQuery(GraphQueryMethod, Session) - Constructor for class org.springframework.data.neo4j.repository.query.GraphRepositoryQuery
 

H

hasSavepoint() - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionStatus
 
hasVersionProperty() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
 

I

isAssociation() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
Determines whether or not this property should be considered an association to another entity or whether it's just a simple property that should be shown as a value.
isCompleted() - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionStatus
 
isIdProperty() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
Gets the value of the property idProperty.
isNewTransaction() - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionStatus
 
isRollbackOnly() - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionStatus
 
isVersionProperty(PersistentProperty<?>) - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
 
isVersionProperty() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
Gets the value of the property versionProperty.
IterableUtils - Class in org.springframework.data.neo4j.util
Utility methods for dealing with Iterables.

L

load(Class<T>, Long) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Loads an entity of type T that matches the specified ID to the default depth.
load(Class<T>, Long, int) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Loads an entity of type T that matches the specified ID to the given depth.
load(Class<T>, Long) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
load(Class<T>, Long, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
loadAll(Class<T>) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Retrieves all the entities of the given class in the database hydrated to the default depth.
loadAll(Class<T>, int) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Retrieves all the entities of the given class in the database hydrated to the specified depth.
loadAll(Class<T>, SortOrder, int) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Retrieves all the entities of the given class in the database hydrated to the specified depth, with Sorting.
loadAll(Class<T>, SortOrder, Pagination, int) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Retrieves all the entities of the given class in the database hydrated to the specified depth, with Sorting and Pagination.
loadAll(Class<T>, Collection<Long>, int) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Reloads all of the entities which match IDs in the given Collection to the specified depth.
loadAll(Collection<T>, int) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Reloads all of the entities in the given Collection to the specified depth.
loadAll(Class<T>, Collection<Long>, SortOrder, int) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Reloads all of the entities in the given Collection to the specified depth, sorted by the sprcified SortOrder Of course, this will only work for persistent objects (i.e., those with a non-null @GraphId field).
loadAll(Class<T>, Collection<Long>) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
loadAll(Class<T>, Collection<Long>, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
loadAll(Class<T>) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
loadAll(Class<T>, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
loadAll(Class<T>, SortOrder, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
loadAll(Class<T>, SortOrder, Pagination, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
loadAll(Collection<T>) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
loadAll(Collection<T>, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
loadAll(Class<T>, Collection<Long>, SortOrder, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
loadAllByProperties(Class<T>, Filters) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Retrieves all the entities of the specified type that contain a properties matching the ones supplied with given name and value.
loadAllByProperties(Class<T>, Filters, int) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Retrieves all the entities of the specified type that contain a properties matching the ones supplied with given name and value.
loadAllByProperties(Class<T>, Filters) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
loadAllByProperties(Class<T>, Filters, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
loadAllByProperty(Class<T>, String, Object) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Retrieves all the entities of the specified type that contain a property matching the given name with the given value.
loadAllByProperty(Class<T>, String, Object, int) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Retrieves all the entities of the specified type that contain a property matching the given name with the given value.
loadAllByProperty(Class<T>, String, Object) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
loadAllByProperty(Class<T>, String, Object, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
loadByProperties(Class<T>, Filters) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Retrieves the entity of the specified type that contains properties matching the ones supplied with given name and value.
loadByProperties(Class<T>, Filters, int) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Retrieves the entity of the specified type that contains properties matching the ones supplied with given name and value.
loadByProperties(Class<T>, Filters) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
loadByProperties(Class<T>, Filters, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
loadByProperty(Class<T>, String, Object) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Retrieves the entity of the specified type that contains a property matching the given name with the given value.
loadByProperty(Class<T>, String, Object, int) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Retrieves the entity of the specified type that contains a property matching the given name with the given value.
loadByProperty(Class<T>, String, Object) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
loadByProperty(Class<T>, String, Object, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
loadByPropertyOrNull(Class<T>, String, Object) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 

M

MetaDataDrivenConversionService - Class in org.springframework.data.neo4j.conversion
Specialisation of GenericConversionService that creates Spring-compatible converters from those known by the mapping MetaData, allowing the OGM type converters to be reused throughout a Spring application.
MetaDataDrivenConversionService(MetaData) - Constructor for class org.springframework.data.neo4j.conversion.MetaDataDrivenConversionService
Constructs a new MetaDataDrivenConversionService based on the given MetaData.

N

Neo4jConfiguration - Class in org.springframework.data.neo4j.config
The base Spring configuration bean from which users are recommended to inherit when setting up Spring Data Neo4j.
Neo4jConfiguration() - Constructor for class org.springframework.data.neo4j.config.Neo4jConfiguration
 
Neo4jDataManipulationEvent - Class in org.springframework.data.neo4j.event
A Spring ApplicationEvent that gets published by Neo4jTemplate to notify interested parties about data manipulation events.
Neo4jDataManipulationEvent(Object, Object) - Constructor for class org.springframework.data.neo4j.event.Neo4jDataManipulationEvent
 
neo4jMappingContext() - Method in class org.springframework.data.neo4j.config.Neo4jConfiguration
 
Neo4jMappingContext - Class in org.springframework.data.neo4j.mapping
This class implements Spring Data's MappingContext interface, scavenging the required data from the OGM's metadata in order to for SDN to play nicely with Spring Data REST.
Neo4jMappingContext(MetaData) - Constructor for class org.springframework.data.neo4j.mapping.Neo4jMappingContext
Constructs a new Neo4jMappingContext based on the persistent entities in the given MetaData.
Neo4jOgmExceptionTranslator - Class in org.springframework.data.neo4j.template
 
Neo4jOgmExceptionTranslator() - Constructor for class org.springframework.data.neo4j.template.Neo4jOgmExceptionTranslator
 
Neo4jOperations - Interface in org.springframework.data.neo4j.template
Spring Data operations interface, implemented by Neo4jTemplate, that provides the API for using the persistence framework in a more direct way as an alternative to the repositories.
Neo4jPersistentEntity<T> - Class in org.springframework.data.neo4j.mapping
This class implements Spring Data's PersistentEntity interface, scavenging the required data from the OGM's mapping classes in order to for SDN to play nicely with Spring Data REST.
Neo4jPersistentEntity(TypeInformation<T>) - Constructor for class org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
Constructs a new Neo4jPersistentEntity based on the given type information.
Neo4jPersistentProperty - Class in org.springframework.data.neo4j.mapping
This class implements Spring Data's PersistentProperty interface, scavenging the required data from the OGM's mapping classes in order to for SDN to play nicely with Spring Data REST.
Neo4jPersistentProperty(ClassInfo, Field, PropertyDescriptor, PersistentEntity<?, Neo4jPersistentProperty>, SimpleTypeHolder) - Constructor for class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
Constructs a new Neo4jPersistentProperty based on the given arguments.
Neo4jRepositoriesRegistrar - Class in org.springframework.data.neo4j.repository.config
 
Neo4jRepositoriesRegistrar() - Constructor for class org.springframework.data.neo4j.repository.config.Neo4jRepositoriesRegistrar
 
Neo4jRepositoryConfigurationExtension - Class in org.springframework.data.neo4j.repository.config
 
Neo4jRepositoryConfigurationExtension() - Constructor for class org.springframework.data.neo4j.repository.config.Neo4jRepositoryConfigurationExtension
 
Neo4jServer - Interface in org.springframework.data.neo4j.server
 
neo4jTemplate() - Method in class org.springframework.data.neo4j.config.Neo4jConfiguration
 
Neo4jTemplate - Class in org.springframework.data.neo4j.template
Spring Data template for Neo4j, which is an implementation of Neo4jOperations.
Neo4jTemplate(Session) - Constructor for class org.springframework.data.neo4j.template.Neo4jTemplate
Constructs a new Neo4jTemplate based on the given Neo4j OGM Session.
Neo4jTransactionManager - Class in org.springframework.data.neo4j.transaction
This class is a wrapper around the OGM TransactionManager.
Neo4jTransactionManager(Session) - Constructor for class org.springframework.data.neo4j.transaction.Neo4jTransactionManager
 
Neo4jTransactionStatus - Class in org.springframework.data.neo4j.transaction
 
Neo4jTransactionStatus(Session, TransactionDefinition) - Constructor for class org.springframework.data.neo4j.transaction.Neo4jTransactionStatus
 

O

or(DerivedQueryBuilder, DerivedQueryBuilder) - Method in class org.springframework.data.neo4j.repository.query.derived.DerivedQueryCreator
 
org.springframework.data.neo4j.annotation - package org.springframework.data.neo4j.annotation
 
org.springframework.data.neo4j.config - package org.springframework.data.neo4j.config
 
org.springframework.data.neo4j.conversion - package org.springframework.data.neo4j.conversion
 
org.springframework.data.neo4j.event - package org.springframework.data.neo4j.event
 
org.springframework.data.neo4j.mapping - package org.springframework.data.neo4j.mapping
 
org.springframework.data.neo4j.repository - package org.springframework.data.neo4j.repository
 
org.springframework.data.neo4j.repository.config - package org.springframework.data.neo4j.repository.config
 
org.springframework.data.neo4j.repository.query - package org.springframework.data.neo4j.repository.query
 
org.springframework.data.neo4j.repository.query.derived - package org.springframework.data.neo4j.repository.query.derived
 
org.springframework.data.neo4j.repository.support - package org.springframework.data.neo4j.repository.support
 
org.springframework.data.neo4j.server - package org.springframework.data.neo4j.server
 
org.springframework.data.neo4j.template - package org.springframework.data.neo4j.template
 
org.springframework.data.neo4j.transaction - package org.springframework.data.neo4j.transaction
 
org.springframework.data.neo4j.util - package org.springframework.data.neo4j.util
 

P

password() - Method in interface org.springframework.data.neo4j.server.Neo4jServer
 
password() - Method in class org.springframework.data.neo4j.server.RemoteServer
 
persistenceExceptionTranslator() - Method in class org.springframework.data.neo4j.config.Neo4jConfiguration
 
purgeSession() - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 

Q

Query - Annotation Type in org.springframework.data.neo4j.annotation
Annotation to declare finder queries directly on repository methods.
query(String, Map<String, ?>) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Executes the specified Cypher query with the given parameters against the underlying Neo4j database and returns the row-based result in the form of an Iterable of Maps.
query(String, Map<String, ?>, boolean) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Given a cypher statement this method will return a Query object containing a collection of Map's which represent Neo4j objects as properties, along with query statistics if applicable.
query(String, Map<String, ?>) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
query(String, Map<String, ?>, boolean) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
queryForObject(Class<T>, String, Map<String, ?>) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Runs the specified Cypher query with the given parameters against the underlying Neo4j database and returns the result marshalled as an object of the requested type.
queryForObject(Class<T>, String, Map<String, ?>) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
queryForObjects(Class<T>, String, Map<String, ?>) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Runs the specified Cypher query with the given parameters against the underlying Neo4j database and returns the result marshalled as a group of objects of the requested type.
queryForObjects(Class<T>, String, Map<String, ?>) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
QueryResult - Annotation Type in org.springframework.data.neo4j.annotation
Annotation to be applied to interfaces and classes onto which arbitrary Cypher query results are to be mapped.
QueryResultGraphRepositoryQuery - Class in org.springframework.data.neo4j.repository.query
Specialisation of GraphRepositoryQuery that handles mapping to objects annotated with @QueryResult.
QueryResultGraphRepositoryQuery(GraphQueryMethod, Session) - Constructor for class org.springframework.data.neo4j.repository.query.QueryResultGraphRepositoryQuery
Constructs a new QueryResultGraphRepositoryQuery based on the given arguments.

R

releaseSavepoint(Object) - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionStatus
 
RemoteServer - Class in org.springframework.data.neo4j.server
 
RemoteServer(Driver) - Constructor for class org.springframework.data.neo4j.server.RemoteServer
 
RemoteServer(String, String, String) - Constructor for class org.springframework.data.neo4j.server.RemoteServer
 
resolveConcreteReturnType() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
resolveQuery(Method, RepositoryMetadata, ProjectionFactory, NamedQueries) - Method in class org.springframework.data.neo4j.repository.query.GraphQueryLookupStrategy
 
rollback(TransactionStatus) - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionManager
 
rollbackToSavepoint(Object) - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionStatus
 

S

save(S, int) - Method in interface org.springframework.data.neo4j.repository.GraphRepository
 
save(Iterable<S>, int) - Method in interface org.springframework.data.neo4j.repository.GraphRepository
 
save(S) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
save(Iterable<S>) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
save(S, int) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
save(Iterable<S>, int) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
save(T) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Saves the specified entity in the graph database.
save(T, int) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Saves the specified entity in the graph database to a custom depth.
save(T) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
save(T, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
session - Variable in class org.springframework.data.neo4j.repository.query.derived.DerivedGraphRepositoryQuery
 
session - Variable in class org.springframework.data.neo4j.repository.query.GraphRepositoryQuery
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
setBooleanOperator(BooleanOperator) - Method in class org.springframework.data.neo4j.repository.query.derived.CypherFilter
 
setComparisonOperator(ComparisonOperator) - Method in class org.springframework.data.neo4j.repository.query.derived.CypherFilter
 
setNegated(boolean) - Method in class org.springframework.data.neo4j.repository.query.derived.CypherFilter
 
setNestedPropertyName(String) - Method in class org.springframework.data.neo4j.repository.query.derived.CypherFilter
 
setNestedPropertyType(Class) - Method in class org.springframework.data.neo4j.repository.query.derived.CypherFilter
 
setOwnerEntityType(Class) - Method in class org.springframework.data.neo4j.repository.query.derived.CypherFilter
 
setPropertyName(String) - Method in class org.springframework.data.neo4j.repository.query.derived.CypherFilter
 
setPropertyPosition(Integer) - Method in class org.springframework.data.neo4j.repository.query.derived.CypherFilter
 
setRollbackOnly() - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionStatus
 

T

toList(Iterable<T>) - Static method in class org.springframework.data.neo4j.util.IterableUtils
Convert an iterable to a list.
transactionManager() - Method in class org.springframework.data.neo4j.config.Neo4jConfiguration
 
translateExceptionIfPossible(Exception) - Static method in class org.springframework.data.neo4j.template.Neo4jOgmExceptionTranslator
 
translationInterceptor() - Method in class org.springframework.data.neo4j.config.Neo4jConfiguration
 

U

UncategorizedGraphStoreException - Exception in org.springframework.data.neo4j.template
 
UncategorizedGraphStoreException(String, Throwable) - Constructor for exception org.springframework.data.neo4j.template.UncategorizedGraphStoreException
 
url() - Method in interface org.springframework.data.neo4j.server.Neo4jServer
 
url() - Method in class org.springframework.data.neo4j.server.RemoteServer
 
usePropertyAccess() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
Overridden to force field access as opposed to getter method access for simplicity.
username() - Method in interface org.springframework.data.neo4j.server.Neo4jServer
 
username() - Method in class org.springframework.data.neo4j.server.RemoteServer
 

V

VALUE - Static variable in annotation type org.springframework.data.neo4j.annotation.Query
 
A B C D E F G H I L M N O P Q R S T U V 
Skip navigation links
Spring Data Neo4j - Parent

Copyright © 2011-2015–2017 Pivotal Software, Inc.. All rights reserved.