Skip navigation links
*** Spring Data Neo4j - Parent ***
A B C D E F G H I L 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.mapping.Neo4jMappingContext
 
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
 
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.
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
 
createQuery() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
createSavepoint() - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionStatus
 
CypherFinderQuery - Class in org.springframework.data.neo4j.repository.query.derived
A DerivedQueryDefinition that builds a Cypher query.
CypherFinderQuery(Class, Part, Neo4jMappingContext) - 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 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, Neo4jMappingContext) - 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, Neo4jMappingContext) - 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, Neo4jMappingContext) - 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
 
doWithAssociations(AssociationHandler<Neo4jPersistentProperty>) - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
 
doWithAssociations(SimpleAssociationHandler) - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
 
doWithProperties(PropertyHandler<Neo4jPersistentProperty>) - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
 
doWithProperties(SimplePropertyHandler) - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
 

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
Issue a single Cypher update operation (such as a CREATE, MERGE or DELETE statement).
execute(String, Map<String, Object>) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Allows a cypher statement with a modification statement to be executed.
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
 
findAnnotation(Class<A>) - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
 
findAnnotation(Class<A>) - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
 
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
 
findPropertyOrOwnerAnnotation(Class<A>) - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
 
flush() - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionStatus
 

G

getActualType() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
Returns the actual type of the property.
getAnnotation() - Method in class org.springframework.data.neo4j.repository.config.Neo4jRepositoriesRegistrar
 
getAssociation() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
 
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.
getComponentType() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
Returns the component type of the type if it is a Collection.
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
 
getField() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
 
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.
getGetter() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
 
getId(T) - Method in class org.springframework.data.neo4j.repository.support.GraphEntityInformation
 
getIdentifierAccessor(Object) - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
 
getIdProperty() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
 
getIdType() - Method in class org.springframework.data.neo4j.repository.support.GraphEntityInformation
 
getManagedTypes() - Method in class org.springframework.data.neo4j.mapping.Neo4jMappingContext
 
getMapValueType() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
Returns the type of the values if the property is a Map.
getMethod() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
getModulePrefix() - Method in class org.springframework.data.neo4j.repository.config.Neo4jRepositoryConfigurationExtension
 
getName() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
 
getName() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
 
getNamedQueryName() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
getOwner() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
 
getPersistenceConstructor() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
 
getPersistentEntities() - Method in class org.springframework.data.neo4j.mapping.Neo4jMappingContext
 
getPersistentEntity(Class<?>) - Method in class org.springframework.data.neo4j.mapping.Neo4jMappingContext
 
getPersistentEntity(TypeInformation<?>) - Method in class org.springframework.data.neo4j.mapping.Neo4jMappingContext
 
getPersistentEntity(Neo4jPersistentProperty) - Method in class org.springframework.data.neo4j.mapping.Neo4jMappingContext
 
getPersistentEntityType() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
 
getPersistentProperty(String) - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
 
getPersistentProperty(Class<? extends Annotation>) - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
 
getPersistentPropertyPath(PropertyPath) - Method in class org.springframework.data.neo4j.mapping.Neo4jMappingContext
 
getPersistentPropertyPath(String, Class<?>) - Method in class org.springframework.data.neo4j.mapping.Neo4jMappingContext
 
getPropertyAccessor(Object) - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
 
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
 
getRawType() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
Returns the raw type as it's pulled from from the reflected property.
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
 
getSetter() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
 
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.
getSpelExpression() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
 
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
 
getType() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
 
getType() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
 
getTypeAlias() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
 
getTypeInformation() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
 
getTypeInformation() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
 
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, QueryLookupStrategy.Key, EvaluationContextProvider, Neo4jMappingContext) - Constructor for class org.springframework.data.neo4j.repository.query.GraphQueryLookupStrategy
 
GraphQueryMethod - Class in org.springframework.data.neo4j.repository.query
 
GraphQueryMethod(Method, RepositoryMetadata, Session, Neo4jMappingContext) - 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, Neo4jMappingContext) - 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>, Session) - 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

hasIdProperty() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
 
hasPersistentEntityFor(Class<?>) - Method in class org.springframework.data.neo4j.mapping.Neo4jMappingContext
 
hasSavepoint() - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionStatus
 
hasVersionProperty() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
 

I

isAnnotationPresent(Class<? extends Annotation>) - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
 
isArray() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
 
isAssociation() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
 
isCollectionLike() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
 
isCompleted() - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionStatus
 
isConstructorArgument(PersistentProperty<?>) - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
 
isEntity() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
 
isIdProperty(PersistentProperty<?>) - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
 
isIdProperty() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
Gets the value of the property idProperty.
isMap() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
 
isModifyingQuery() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
isNewTransaction() - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionStatus
 
isRollbackOnly() - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionStatus
 
isTransient() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
 
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.
isWritable() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
 
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(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>) - 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(Collection<T>) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
loadAll(Collection<T>, 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) - 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) - 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) - 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) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
loadByPropertyOrNull(Class<T>, String, Object) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 

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 - 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
 
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(Class<T>, ClassInfo, FieldInfo) - Constructor for class org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
 
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(Neo4jPersistentEntity, ClassInfo, FieldInfo, boolean) - Constructor for class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
 
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() - Method in class org.springframework.data.neo4j.config.Neo4jConfiguration
 
Neo4jServer - Interface in org.springframework.data.neo4j.server
 
Neo4jTemplate - Class in org.springframework.data.neo4j.template
Spring Data template for Neo4j.
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
 
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.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

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, ?>) - 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 object 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(String) - Constructor for class org.springframework.data.neo4j.server.RemoteServer
 
resolveConcreteReturnType() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
resolveQuery(Method, RepositoryMetadata, 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) - 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.mapping.Neo4jMappingContext
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
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
 
translationInterceptor() - Method in class org.springframework.data.neo4j.config.Neo4jConfiguration
 

U

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
 

V

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

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