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

A

addPaging(String, Map<String, Object>, int, int) - Method in class org.springframework.data.neo4j.repository.query.GraphRepositoryQuery
 
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.
addSorting(String, Sort) - Method in class org.springframework.data.neo4j.repository.query.GraphRepositoryQuery
 
afterCompletion(WebRequest, Exception) - Method in class org.springframework.data.neo4j.web.support.OpenSessionInViewInterceptor
 
afterConcurrentHandlingStarted(WebRequest) - Method in class org.springframework.data.neo4j.web.support.OpenSessionInViewInterceptor
 
afterPropertiesSet() - Method in class org.springframework.data.neo4j.repository.support.Neo4jRepositoryFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionManager
 
and(Part, DerivedQueryBuilder, Iterator<Object>) - Method in class org.springframework.data.neo4j.repository.query.derived.DerivedQueryCreator
 

B

BetweenComparisonBuilder - Class in org.springframework.data.neo4j.repository.query.derived.builder
 
BetweenComparisonBuilder(Part, BooleanOperator, Class<?>) - Constructor for class org.springframework.data.neo4j.repository.query.derived.builder.BetweenComparisonBuilder
 
BooleanComparisonBuilder - Class in org.springframework.data.neo4j.repository.query.derived.builder
 
BooleanComparisonBuilder(Part, BooleanOperator, Class<?>) - Constructor for class org.springframework.data.neo4j.repository.query.derived.builder.BooleanComparisonBuilder
 
booleanOperator - Variable in class org.springframework.data.neo4j.repository.query.derived.builder.FilterBuilder
 
build(Stack<Object>) - Method in class org.springframework.data.neo4j.repository.query.derived.builder.BetweenComparisonBuilder
 
build(Stack<Object>) - Method in class org.springframework.data.neo4j.repository.query.derived.builder.BooleanComparisonBuilder
 
build(Stack<Object>) - Method in class org.springframework.data.neo4j.repository.query.derived.builder.DistanceComparisonBuilder
 
build(Stack<Object>) - Method in class org.springframework.data.neo4j.repository.query.derived.builder.ExistsFilterBuilder
 
build(Stack<Object>) - Method in class org.springframework.data.neo4j.repository.query.derived.builder.FilterBuilder
 
build(Stack<Object>) - Method in class org.springframework.data.neo4j.repository.query.derived.builder.IsNullFilterBuilder
 
build(Stack<Object>) - Method in class org.springframework.data.neo4j.repository.query.derived.builder.PropertyComparisonBuilder
 
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
Deprecated.
Removes all mapping information from the current session
clear() - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
Deprecated.
 
clear() - Method in class org.springframework.data.neo4j.transaction.SessionHolder
 
closeSession(Session) - Static method in class org.springframework.data.neo4j.transaction.SessionFactoryUtils
 
complete(DerivedQueryBuilder, Sort) - Method in class org.springframework.data.neo4j.repository.query.derived.DerivedQueryCreator
 
computeCount(Map<String, Object>) - Method in class org.springframework.data.neo4j.repository.query.GraphRepositoryQuery
 
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
 
convertOgmAccessException(RuntimeException) - Static method in class org.springframework.data.neo4j.transaction.SessionFactoryUtils
Convert the given runtime exception to an appropriate exception from the org.springframework.dao hierarchy.
count() - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
count(Class<?>) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Deprecated.
Provides the instance count for the given node entity type.
count(Class<?>) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
Deprecated.
 
count(Iterable) - Static method in class org.springframework.data.neo4j.util.IterableUtils
Count items in an iterable.
create(CreationalContext<T>, Class<T>, Object) - Method in class org.springframework.data.neo4j.repository.cdi.Neo4jCdiRepositoryBean
 
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
 
createPage(GraphQueryMethod, List, Pageable) - Method in class org.springframework.data.neo4j.repository.query.derived.DerivedGraphRepositoryQuery
 
createPage(GraphQueryMethod, List, Pageable, Long) - Method in class org.springframework.data.neo4j.repository.query.GraphRepositoryQuery
 
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
 
createRepositoryFactory(Session) - Method in class org.springframework.data.neo4j.repository.support.Neo4jRepositoryFactoryBean
Returns a RepositoryFactorySupport.
createSession(SessionFactory) - Method in class org.springframework.data.neo4j.web.support.OpenSessionInViewFilter
Create a Neo4j OGM Session to be bound to a request.
createSharedSession(SessionFactory) - Static method in class org.springframework.data.neo4j.transaction.SharedSessionCreator
Create a transactional Session proxy for the given SessionFactory.
CypherFinderQuery - Class in org.springframework.data.neo4j.repository.query.derived
A DerivedQueryDefinition that builds a Cypher query.

D

DEFAULT_SESSION_FACTORY_BEAN_NAME - Static variable in class org.springframework.data.neo4j.web.support.OpenSessionInViewFilter
Default SessionFactory bean name: "sessionFactory".
delete(ID) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
delete(T) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
delete(Iterable<? extends T>) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
delete(Object) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Deprecated.
Removes the given node or relationship entity from the graph.
delete(Object) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
Deprecated.
 
deleteAll() - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
deleteAll(Class<T>) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Deprecated.
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
Deprecated.
 
Depth - Annotation Type in org.springframework.data.neo4j.annotation
Specifies the depth of the query.
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
DistanceComparisonBuilder - Class in org.springframework.data.neo4j.repository.query.derived.builder
 
DistanceComparisonBuilder(Part, BooleanOperator, Class<?>) - Constructor for class org.springframework.data.neo4j.repository.query.derived.builder.DistanceComparisonBuilder
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionManager
 
doCreateRepositoryFactory() - Method in class org.springframework.data.neo4j.repository.support.Neo4jRepositoryFactoryBean
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.data.neo4j.web.support.OpenSessionInViewFilter
 
doGetTransaction() - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionManager
 
doInNeo4jOgm(Session) - Method in interface org.springframework.data.neo4j.template.Neo4jCallback
Gets called by Neo4jTemplate.doExecute with an active OGM Session.
doResume(Object, Object) - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionManager
 
doSuspend(Object) - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionManager
 

E

EnableNeo4jRepositories - Annotation Type in org.springframework.data.neo4j.repository.config
Annotation to enable Neo4j repositories.
entityType - Variable in class org.springframework.data.neo4j.repository.query.derived.builder.FilterBuilder
 
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>, ParameterAccessor) - Method in class org.springframework.data.neo4j.repository.query.GraphRepositoryQuery
 
execute(Class<?>, Class<?>, String, Map<String, Object>, ParameterAccessor) - Method in class org.springframework.data.neo4j.repository.query.QueryResultGraphRepositoryQuery
 
execute(Neo4jCallback<T>) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Deprecated.
Execute the action specified by the given action object within a Session.
execute(Neo4jCallback<T>) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
Deprecated.
 
exists(ID) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
ExistsFilterBuilder - Class in org.springframework.data.neo4j.repository.query.derived.builder
 
ExistsFilterBuilder(Part, BooleanOperator, Class<?>) - Constructor for class org.springframework.data.neo4j.repository.query.derived.builder.ExistsFilterBuilder
 

F

FilterBuilder - Class in org.springframework.data.neo4j.repository.query.derived.builder
 
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
Returns a Page of entities meeting the paging restriction provided in the Pageable object.
findAll(Pageable, int) - Method in interface org.springframework.data.neo4j.repository.GraphRepository
Returns a Page of entities meeting the paging restriction provided in the Pageable object.
findAll() - Method in interface org.springframework.data.neo4j.repository.Neo4jRepository
 
findAll(int) - Method in interface org.springframework.data.neo4j.repository.Neo4jRepository
 
findAll(Sort) - Method in interface org.springframework.data.neo4j.repository.Neo4jRepository
 
findAll(Sort, int) - Method in interface org.springframework.data.neo4j.repository.Neo4jRepository
 
findAll(Iterable<ID>) - Method in interface org.springframework.data.neo4j.repository.Neo4jRepository
 
findAll(Iterable<ID>, int) - Method in interface org.springframework.data.neo4j.repository.Neo4jRepository
 
findAll(Iterable<ID>, Sort) - Method in interface org.springframework.data.neo4j.repository.Neo4jRepository
 
findAll(Iterable<ID>, Sort, int) - Method in interface org.springframework.data.neo4j.repository.Neo4jRepository
 
findAll(Pageable) - Method in interface org.springframework.data.neo4j.repository.Neo4jRepository
Returns a Page of entities meeting the paging restriction provided in the Pageable object.
findAll(Pageable, int) - Method in interface org.springframework.data.neo4j.repository.Neo4jRepository
Returns a Page of entities meeting the paging restriction provided in the Pageable object.
findAll() - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
findAll(int) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
findAll(Iterable<ID>) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
findAll(Iterable<ID>, int) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
findAll(Sort) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
findAll(Sort, int) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
findAll(Iterable<ID>, Sort) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
findAll(Iterable<ID>, Sort, int) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
findAll(Pageable) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
findAll(Pageable, int) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
findOne(Long, int) - Method in interface org.springframework.data.neo4j.repository.GraphRepository
 
findOne(ID, int) - Method in interface org.springframework.data.neo4j.repository.Neo4jRepository
 
findOne(ID) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
findOne(ID, int) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 

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.
getCountQueryString() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
getDomainClass() - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
getEntityInformation(Class<T>) - Method in class org.springframework.data.neo4j.repository.support.Neo4jRepositoryFactory
 
getExtension() - Method in class org.springframework.data.neo4j.repository.config.Neo4jRepositoriesRegistrar
 
getFilters(Map<Integer, Object>) - Method in class org.springframework.data.neo4j.repository.query.derived.CypherFinderQuery
 
getFilters(Map<Integer, Object>) - Method in interface org.springframework.data.neo4j.repository.query.derived.DerivedQueryDefinition
Gets all cypher filters for this query
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
 
getIdentifyingAnnotations() - Method in class org.springframework.data.neo4j.repository.config.Neo4jRepositoryConfigurationExtension
 
getIdentifyingTypes() - Method in class org.springframework.data.neo4j.repository.config.Neo4jRepositoryConfigurationExtension
 
getIdType() - Method in class org.springframework.data.neo4j.repository.support.GraphEntityInformation
 
getMethod() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
getModuleName() - Method in class org.springframework.data.neo4j.repository.config.Neo4jRepositoryConfigurationExtension
 
getModulePrefix() - Method in class org.springframework.data.neo4j.repository.config.Neo4jRepositoryConfigurationExtension
 
getNamedQueryName() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
getParticipateAttributeName() - Method in class org.springframework.data.neo4j.web.support.OpenSessionInViewInterceptor
Return the name of the request attribute that identifies that a request is already filtered.
getQuery() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
getQueryDepth() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
getQueryDepthParamIndex() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
getQueryLookupStrategy(QueryLookupStrategy.Key, EvaluationContextProvider) - Method in class org.springframework.data.neo4j.repository.support.Neo4jRepositoryFactory
 
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.Neo4jRepositoryFactory
 
getRepositoryFactoryClassName() - Method in class org.springframework.data.neo4j.repository.config.Neo4jRepositoryConfigurationExtension
 
getResourceFactory() - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionManager
 
getSession(SessionFactory) - Static method in class org.springframework.data.neo4j.transaction.SessionFactoryUtils
 
getSession() - Method in class org.springframework.data.neo4j.transaction.SessionHolder
 
getSessionFactory() - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
Deprecated.
 
getSessionFactory() - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionManager
Return the SessionFactory that this instance should manage transactions for.
getSessionFactory() - Method in class org.springframework.data.neo4j.web.support.OpenSessionInViewInterceptor
Return the Neo4j OGM SessionFactory that should be used to create Sessions.
getSessionFactoryBeanName() - Method in class org.springframework.data.neo4j.web.support.OpenSessionInViewFilter
Return the bean name of the SessionFactory to fetch from Spring's root application context.
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.Neo4jRepositoryFactory
 
getVersionProperty() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
 
GraphEntityInformation<T,ID extends Serializable> - Class in org.springframework.data.neo4j.repository.support
 
GraphEntityInformation(MetaData, 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
 
graphQueryMethod - Variable in class org.springframework.data.neo4j.repository.query.GraphRepositoryQuery
 
GraphRepository<T> - Interface in org.springframework.data.neo4j.repository
Neo4j OGM specific extension of Repository.
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

hasStaticDepth() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
hasVersionProperty() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
 

I

init() - Method in class org.springframework.data.neo4j.repository.config.Neo4jRepositoryNameSpaceHandler
 
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.
isExistingTransaction(Object) - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionManager
 
isIdProperty() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
Gets the value of the property idProperty.
IsNullFilterBuilder - Class in org.springframework.data.neo4j.repository.query.derived.builder
 
IsNullFilterBuilder(Part, BooleanOperator, Class<?>) - Constructor for class org.springframework.data.neo4j.repository.query.derived.builder.IsNullFilterBuilder
 
isTransactionActive() - Method in class org.springframework.data.neo4j.transaction.SessionHolder
 
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

LIMIT - Static variable in class org.springframework.data.neo4j.repository.query.GraphRepositoryQuery
 
load(Class<T>, Long) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Deprecated.
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
Deprecated.
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
Deprecated.
 
load(Class<T>, Long, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
Deprecated.
 
loadAll(Class<T>) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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>, Filter) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Deprecated.
Retrieves all the entities of the given class in the database hydrated to the default depth conforming to the specified filter criteria.
loadAll(Class<T>, Pagination, int) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Deprecated.
Retrieves all the entities of the given class in the database hydrated to the specified depth, with Pagination.
loadAll(Class<T>, Filter, int) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Deprecated.
Retrieves all the entities of the given class in the database hydrated to the default depth conforming to the specified filter criteria.
loadAll(Class<T>, Collection<Long>) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
Deprecated.
 
loadAll(Class<T>, Collection<Long>, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
Deprecated.
 
loadAll(Class<T>) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
Deprecated.
 
loadAll(Class<T>, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
Deprecated.
 
loadAll(Class<T>, SortOrder, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
Deprecated.
 
loadAll(Class<T>, SortOrder, Pagination, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
Deprecated.
 
loadAll(Collection<T>) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
Deprecated.
 
loadAll(Collection<T>, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
Deprecated.
 
loadAll(Class<T>, Collection<Long>, SortOrder, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
Deprecated.
 
loadAll(Class<T>, Filter) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
Deprecated.
 
loadAll(Class<T>, Pagination, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
Deprecated.
 
loadAll(Class<T>, Filter, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
Deprecated.
 
loadAllByProperties(Class<T>, Filters) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Deprecated.
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
Deprecated.
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
Deprecated.
 
loadAllByProperties(Class<T>, Filters, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
Deprecated.
 
loadAllByProperty(Class<T>, String, Object) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Deprecated.
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
Deprecated.
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
Deprecated.
 
loadAllByProperty(Class<T>, String, Object, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
Deprecated.
 
loadByProperties(Class<T>, Filters) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Deprecated.
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
Deprecated.
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
Deprecated.
 
loadByProperties(Class<T>, Filters, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
Deprecated.
 
loadByProperty(Class<T>, String, Object) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Deprecated.
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
Deprecated.
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
Deprecated.
 
loadByProperty(Class<T>, String, Object, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
Deprecated.
 
loadByPropertyOrNull(Class<T>, String, Object) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
Deprecated.
 
logger - Variable in class org.springframework.data.neo4j.web.support.OpenSessionInViewInterceptor
Logger available to subclasses
lookupSessionFactory(HttpServletRequest) - Method in class org.springframework.data.neo4j.web.support.OpenSessionInViewFilter
Look up the SessionFactory that this filter should use, taking the current HTTP request as argument.
lookupSessionFactory() - Method in class org.springframework.data.neo4j.web.support.OpenSessionInViewFilter
Look up the SessionFactory that this filter should use.

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

Neo4jCallback<T> - Interface in org.springframework.data.neo4j.template
Callback interface for Neo4j OGM code.
Neo4jCdiRepositoryBean<T> - Class in org.springframework.data.neo4j.repository.cdi
CdiRepositoryBean to create Neo4j repository instances via CDI.
Neo4jCdiRepositoryBean(Bean<Session>, Set<Annotation>, Class<T>, BeanManager, CustomRepositoryImplementationDetector) - Constructor for class org.springframework.data.neo4j.repository.cdi.Neo4jCdiRepositoryBean
Creates a new Neo4jCdiRepositoryBean.
Neo4jCdiRepositoryExtension - Class in org.springframework.data.neo4j.repository.cdi
CDI extension to export Neo4j repositories.
Neo4jCdiRepositoryExtension() - Constructor for class org.springframework.data.neo4j.repository.cdi.Neo4jCdiRepositoryExtension
 
Neo4jErrorStatusCodes - Class in org.springframework.data.neo4j.exception
Conversion table for Neo4j Errors to Spring Data Exception hierarchy.
Neo4jErrorStatusCodes() - Constructor for class org.springframework.data.neo4j.exception.Neo4jErrorStatusCodes
 
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.
Neo4jOperations - Interface in org.springframework.data.neo4j.template
Deprecated.
Use Session
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
 
Neo4jRepository<T,ID extends Serializable> - Interface in org.springframework.data.neo4j.repository
Neo4j OGM specific extension of Repository.
Neo4jRepositoryConfigurationExtension - Class in org.springframework.data.neo4j.repository.config
Neo4j specific configuration extension parsing custom attributes from the XML namespace and EnableNeo4jRepositories annotation.
Neo4jRepositoryConfigurationExtension() - Constructor for class org.springframework.data.neo4j.repository.config.Neo4jRepositoryConfigurationExtension
 
Neo4jRepositoryFactory - Class in org.springframework.data.neo4j.repository.support
Neo4j OGM specific generic repository factory.
Neo4jRepositoryFactory(Session) - Constructor for class org.springframework.data.neo4j.repository.support.Neo4jRepositoryFactory
 
Neo4jRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,ID>,S,ID extends Serializable> - Class in org.springframework.data.neo4j.repository.support
Special adapter for Springs FactoryBean interface to allow easy setup of repository factories via Spring configuration.
Neo4jRepositoryFactoryBean(Class<? extends T>) - Constructor for class org.springframework.data.neo4j.repository.support.Neo4jRepositoryFactoryBean
Creates a new Neo4jRepositoryFactoryBean for the given repository interface.
Neo4jRepositoryNameSpaceHandler - Class in org.springframework.data.neo4j.repository.config
Simple namespace handler for repositories namespace.
Neo4jRepositoryNameSpaceHandler() - Constructor for class org.springframework.data.neo4j.repository.config.Neo4jRepositoryNameSpaceHandler
 
Neo4jTemplate - Class in org.springframework.data.neo4j.template
Deprecated.
Use Session
Neo4jTemplate() - Constructor for class org.springframework.data.neo4j.template.Neo4jTemplate
Deprecated.
Create a new Neo4jTemplate instance.
Neo4jTemplate(SessionFactory) - Constructor for class org.springframework.data.neo4j.template.Neo4jTemplate
Deprecated.
Constructs a new Neo4jTemplate based on the given Neo4j OGM SessionFactory.
Neo4jTransactionManager - Class in org.springframework.data.neo4j.transaction
PlatformTransactionManager implementation for a single Neo4j OGM SessionFactory.
Neo4jTransactionManager() - Constructor for class org.springframework.data.neo4j.transaction.Neo4jTransactionManager
Create a new Neo4jTransactionManager instance.
Neo4jTransactionManager(SessionFactory) - Constructor for class org.springframework.data.neo4j.transaction.Neo4jTransactionManager
Create a new Neo4jTransactionManager instance.

O

OpenSessionInViewFilter - Class in org.springframework.data.neo4j.web.support
Servlet Filter that binds a Neo4j OGM Session to the thread for the entire processing of the request.
OpenSessionInViewFilter() - Constructor for class org.springframework.data.neo4j.web.support.OpenSessionInViewFilter
 
OpenSessionInViewInterceptor - Class in org.springframework.data.neo4j.web.support
Spring web request interceptor that binds a Neo4j OGM Session to the thread for the entire processing of the request.
OpenSessionInViewInterceptor() - Constructor for class org.springframework.data.neo4j.web.support.OpenSessionInViewInterceptor
 
or(DerivedQueryBuilder, DerivedQueryBuilder) - Method in class org.springframework.data.neo4j.repository.query.derived.DerivedQueryCreator
 
ORDER_BY_CLAUSE - Static variable in class org.springframework.data.neo4j.repository.query.GraphRepositoryQuery
 
org.springframework.data.neo4j.annotation - package org.springframework.data.neo4j.annotation
 
org.springframework.data.neo4j.conversion - package org.springframework.data.neo4j.conversion
 
org.springframework.data.neo4j.exception - package org.springframework.data.neo4j.exception
 
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.cdi - package org.springframework.data.neo4j.repository.cdi
CDI support for Neo4j specific repository implementation.
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.query.derived.builder - package org.springframework.data.neo4j.repository.query.derived.builder
 
org.springframework.data.neo4j.repository.support - package org.springframework.data.neo4j.repository.support
 
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
 
org.springframework.data.neo4j.web.support - package org.springframework.data.neo4j.web.support
 

P

part - Variable in class org.springframework.data.neo4j.repository.query.derived.builder.FilterBuilder
 
PARTICIPATE_SUFFIX - Static variable in class org.springframework.data.neo4j.web.support.OpenSessionInViewInterceptor
Suffix that gets appended to the SessionFactory toString representation for the "participate in existing session handling" request attribute.
PointConverter - Class in org.springframework.data.neo4j.conversion
Converts latitude and longitude properties on a node entity to an instance of Point and vice-versa.
PointConverter() - Constructor for class org.springframework.data.neo4j.conversion.PointConverter
 
postHandle(WebRequest, ModelMap) - Method in class org.springframework.data.neo4j.web.support.OpenSessionInViewInterceptor
 
postProcess(BeanDefinitionBuilder, RepositoryConfigurationSource) - Method in class org.springframework.data.neo4j.repository.config.Neo4jRepositoryConfigurationExtension
 
postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - Method in class org.springframework.data.neo4j.repository.config.Neo4jRepositoryConfigurationExtension
 
postProcess(BeanDefinitionBuilder, XmlRepositoryConfigurationSource) - Method in class org.springframework.data.neo4j.repository.config.Neo4jRepositoryConfigurationExtension
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.data.neo4j.repository.support.SessionBeanDefinitionRegistrarPostProcessor
 
preHandle(WebRequest) - Method in class org.springframework.data.neo4j.web.support.OpenSessionInViewInterceptor
 
PropertyComparisonBuilder - Class in org.springframework.data.neo4j.repository.query.derived.builder
 
PropertyComparisonBuilder(Part, BooleanOperator, Class<?>) - Constructor for class org.springframework.data.neo4j.repository.query.derived.builder.PropertyComparisonBuilder
 
propertyName() - Method in class org.springframework.data.neo4j.repository.query.derived.builder.FilterBuilder
 

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
Deprecated.
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
Deprecated.
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
Deprecated.
 
query(String, Map<String, ?>, boolean) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
Deprecated.
 
queryForObject(Class<T>, String, Map<String, ?>) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Deprecated.
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
Deprecated.
 
queryForObjects(Class<T>, String, Map<String, ?>) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Deprecated.
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
Deprecated.
 
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

registerBeansForRoot(BeanDefinitionRegistry, RepositoryConfigurationSource) - Method in class org.springframework.data.neo4j.repository.config.Neo4jRepositoryConfigurationExtension
 
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
 

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, int) - Method in interface org.springframework.data.neo4j.repository.Neo4jRepository
 
save(Iterable<S>, int) - Method in interface org.springframework.data.neo4j.repository.Neo4jRepository
 
save(S) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
save(Iterable<S>) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
save(S, int) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
save(Iterable<S>, int) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
save(T) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Deprecated.
Saves the specified entity in the graph database.
save(T, int) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Deprecated.
Saves the specified entity in the graph database to a custom depth.
save(T) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
Deprecated.
 
save(T, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
Deprecated.
 
session - Variable in class org.springframework.data.neo4j.repository.query.derived.DerivedGraphRepositoryQuery
 
session - Variable in class org.springframework.data.neo4j.repository.query.GraphRepositoryQuery
 
SessionBeanDefinitionRegistrarPostProcessor - Class in org.springframework.data.neo4j.repository.support
BeanFactoryPostProcessor to register a SessionFactoryBeanDefinition for the SessionFactory bean definition found in the application context to enable autowiring Session instances into constructor arguments.
SessionBeanDefinitionRegistrarPostProcessor() - Constructor for class org.springframework.data.neo4j.repository.support.SessionBeanDefinitionRegistrarPostProcessor
 
SessionFactoryUtils - Class in org.springframework.data.neo4j.transaction
Helper class featuring methods for Neo4j OGM Session handling, allowing for reuse of Session instances within transactions.
SessionFactoryUtils() - Constructor for class org.springframework.data.neo4j.transaction.SessionFactoryUtils
 
SessionHolder - Class in org.springframework.data.neo4j.transaction
Holder wrapping a Neo4j OGM Session.
SessionHolder(Session) - Constructor for class org.springframework.data.neo4j.transaction.SessionHolder
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.neo4j.repository.support.Neo4jRepositoryFactory
 
setBeanFactory(BeanFactory) - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionManager
Retrieves a default SessionFactory bean.
setBeanFactory(BeanFactory) - Method in class org.springframework.data.neo4j.web.support.OpenSessionInViewInterceptor
Retrieves the default SessionFactory bean.
setMappingContext(MappingContext<?, ?>) - Method in class org.springframework.data.neo4j.repository.support.Neo4jRepositoryFactoryBean
 
setSession(Session) - Method in class org.springframework.data.neo4j.repository.support.Neo4jRepositoryFactoryBean
 
setSessionFactory(SessionFactory) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
Deprecated.
 
setSessionFactory(SessionFactory) - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionManager
Set the SessionFactory that this instance should manage transactions for.
setSessionFactory(SessionFactory) - Method in class org.springframework.data.neo4j.web.support.OpenSessionInViewInterceptor
Set the Neo4j OGM SessionFactory that should be used to create Sessions.
setSessionFactoryBeanName(String) - Method in class org.springframework.data.neo4j.web.support.OpenSessionInViewFilter
Set the bean name of the SessionFactory to fetch from Spring's root application context.
setTransactionActive(boolean) - Method in class org.springframework.data.neo4j.transaction.SessionHolder
 
SharedSessionCreator - Class in org.springframework.data.neo4j.transaction
Delegate for creating a shareable Neo4j OGM Session reference for a given SessionFactory.
SharedSessionCreator() - Constructor for class org.springframework.data.neo4j.transaction.SharedSessionCreator
 
shouldNotFilterAsyncDispatch() - Method in class org.springframework.data.neo4j.web.support.OpenSessionInViewFilter
Returns "false" so that the filter may re-bind the opened Session to each asynchronously dispatched thread and postpone closing it until the very last asynchronous dispatch.
shouldNotFilterErrorDispatch() - Method in class org.springframework.data.neo4j.web.support.OpenSessionInViewFilter
Returns "false" so that the filter may provide an Session to each error dispatches.
SimpleNeo4jRepository<T,ID extends Serializable> - Class in org.springframework.data.neo4j.repository.support
Default implementation of the CrudRepository interface.
SimpleNeo4jRepository(Class<T>, Session) - Constructor for class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
Creates a new SimpleNeo4jRepository to manage objects of the given domain type.
SKIP - Static variable in class org.springframework.data.neo4j.repository.query.GraphRepositoryQuery
 
SKIP_LIMIT - Static variable in class org.springframework.data.neo4j.repository.query.GraphRepositoryQuery
 

T

toEntityAttribute(Map<String, ?>) - Method in class org.springframework.data.neo4j.conversion.PointConverter
 
toGraphProperties(Point) - Method in class org.springframework.data.neo4j.conversion.PointConverter
 
toList(Iterable<T>) - Static method in class org.springframework.data.neo4j.util.IterableUtils
Convert an iterable to a list.
translate(String) - Static method in class org.springframework.data.neo4j.exception.Neo4jErrorStatusCodes
 
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.data.neo4j.repository.support.SessionBeanDefinitionRegistrarPostProcessor
 

U

UncategorizedNeo4jException - Exception in org.springframework.data.neo4j.exception
Exception for unrecognised Neo4j OGM errors.
UncategorizedNeo4jException(String, Throwable) - Constructor for exception org.springframework.data.neo4j.exception.UncategorizedNeo4jException
 
usePropertyAccess() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
Overridden to force field access as opposed to getter method access for simplicity.

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

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