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

AbstractGraphRepositoryQuery - Class in org.springframework.data.neo4j.repository.query
Base class for @link RepositoryQuerys.
AbstractGraphRepositoryQuery(GraphQueryMethod, Session) - Constructor for class org.springframework.data.neo4j.repository.query.AbstractGraphRepositoryQuery
 
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.
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.transaction.Neo4jTransactionManager
 
and(Part, DerivedQueryBuilder, Iterator<Object>) - Method in class org.springframework.data.neo4j.repository.query.derived.DerivedQueryCreator
 

B

BeanFactoryBookmarkOperationAdvisor - Class in org.springframework.data.neo4j.bookmark
Advisor for BookmarkManagement Used to setup BookmarkInfo for methods marked with @UseBookmark
BeanFactoryBookmarkOperationAdvisor() - Constructor for class org.springframework.data.neo4j.bookmark.BeanFactoryBookmarkOperationAdvisor
 
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
 
bookmarkAdvisor() - Method in class org.springframework.data.neo4j.bookmark.BookmarkManagementConfiguration
 
BookmarkInfo - Class in org.springframework.data.neo4j.bookmark
Bookmark info stored as thread local
BookmarkInfo() - Constructor for class org.springframework.data.neo4j.bookmark.BookmarkInfo
 
BookmarkInfo(boolean) - Constructor for class org.springframework.data.neo4j.bookmark.BookmarkInfo
 
bookmarkInfoHolder - Static variable in class org.springframework.data.neo4j.bookmark.BookmarkSupport
 
BookmarkInterceptor - Class in org.springframework.data.neo4j.bookmark
Interceptor that sets BookmarkInfo as a ThreadLocal
BookmarkInterceptor() - Constructor for class org.springframework.data.neo4j.bookmark.BookmarkInterceptor
 
bookmarkInterceptor() - Method in class org.springframework.data.neo4j.bookmark.BookmarkManagementConfiguration
 
BookmarkManagementConfiguration - Class in org.springframework.data.neo4j.bookmark
Configuration used by @EnableBookmarkManagement Note on bookmark management implementation: The implementation closely follows implementation of @EnableTransactionManagement or @EnableCaching, with simplified pointcut.
BookmarkManagementConfiguration() - Constructor for class org.springframework.data.neo4j.bookmark.BookmarkManagementConfiguration
 
BookmarkManager - Interface in org.springframework.data.neo4j.bookmark
Bookmark manager keeps track of Neo4j transaction bookmarks
BookmarkOperationPointcut - Class in org.springframework.data.neo4j.bookmark
Pointcut for methods marked with @UseBookmark
BookmarkOperationPointcut() - Constructor for class org.springframework.data.neo4j.bookmark.BookmarkOperationPointcut
 
BookmarkSupport - Class in org.springframework.data.neo4j.bookmark
Helper class to access BookmarkInfo thread local
BookmarkSupport() - Constructor for class org.springframework.data.neo4j.bookmark.BookmarkSupport
 
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

CaffeineBookmarkManager - Class in org.springframework.data.neo4j.bookmark
Implementation of the bookmark manager using Caffeine cache When using this class you must ensure that caffeine dependency is on your class path.
CaffeineBookmarkManager() - Constructor for class org.springframework.data.neo4j.bookmark.CaffeineBookmarkManager
 
CaffeineBookmarkManager(Cache<String, String>) - Constructor for class org.springframework.data.neo4j.bookmark.CaffeineBookmarkManager
Create instance of CaffeineBookmarkManager with provided cache
CLASS - Static variable in annotation type org.springframework.data.neo4j.annotation.Query
 
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
 
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
 
convert(Sort) - Static method in class org.springframework.data.neo4j.util.PagingAndSortingUtils
 
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(Iterable) - Static method in class org.springframework.data.neo4j.util.IterableUtils
Count items in an iterable.
create(CreationalContext<T>, Class<T>, Optional<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
 
createFrom(List<GraphParameters.GraphParameter>) - Method in class org.springframework.data.neo4j.repository.query.GraphParameters
 
createParameter(MethodParameter) - Method in class org.springframework.data.neo4j.repository.query.GraphParameters
 
createParameters(Method) - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
createPersistentEntity(TypeInformation<T>) - Method in class org.springframework.data.neo4j.mapping.Neo4jMappingContext
 
createPersistentProperty(Property, Neo4jPersistentEntity<?>, SimpleTypeHolder) - Method in class org.springframework.data.neo4j.mapping.Neo4jMappingContext
 
createRepositoryFactory(Session) - Method in class org.springframework.data.neo4j.repository.support.Neo4jRepositoryFactoryBean
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.
currentBookmarkInfo() - Static method in class org.springframework.data.neo4j.bookmark.BookmarkSupport
 
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(T) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
deleteAll(Iterable<? extends T>) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
deleteAll() - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
deleteById(ID) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
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
 
doExecute(Query, Object[]) - Method in class org.springframework.data.neo4j.repository.query.AbstractGraphRepositoryQuery
 
doExecute(Query, Object[]) - Method in class org.springframework.data.neo4j.repository.query.derived.DerivedGraphRepositoryQuery
 
doExecute(Query, Object[]) - Method in class org.springframework.data.neo4j.repository.query.GraphRepositoryQuery
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.data.neo4j.web.support.OpenSessionInViewFilter
 
doGetIsNewStrategy(Class<?>) - Method in class org.springframework.data.neo4j.repository.config.Neo4jMappingContextIsNewStrategyFactory
 
doGetTransaction() - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionManager
 
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

EnableBookmarkManagement - Annotation Type in org.springframework.data.neo4j.annotation
Enables bookmark management Bean implementing BookmarkManager interface needs to exist in the context.
EnableNeo4jAuditing - Annotation Type in org.springframework.data.neo4j.annotation
Annotation to enable auditing in MongoDB via annotation configuration.
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.AbstractGraphRepositoryQuery
 
execute(Query, Class<?>) - Method in class org.springframework.data.neo4j.repository.query.GraphQueryExecution.CollectionExecution
 
execute(Query, Class<?>) - Method in class org.springframework.data.neo4j.repository.query.GraphQueryExecution.CountByExecution
 
execute(Query, Class<?>) - Method in class org.springframework.data.neo4j.repository.query.GraphQueryExecution.DeleteByExecution
 
execute(Query, Class<?>) - Method in interface org.springframework.data.neo4j.repository.query.GraphQueryExecution
 
execute(Query, Class<?>) - Method in class org.springframework.data.neo4j.repository.query.GraphQueryExecution.PagedExecution
 
execute(Query, Class<?>) - Method in class org.springframework.data.neo4j.repository.query.GraphQueryExecution.QueryResultExecution
 
execute(Query, Class<?>) - Method in class org.springframework.data.neo4j.repository.query.GraphQueryExecution.SingleEntityExecution
 
execute(Query, Class<?>) - Method in class org.springframework.data.neo4j.repository.query.GraphQueryExecution.SlicedExecution
 
execute(Query, Class<?>) - Method in class org.springframework.data.neo4j.repository.query.GraphQueryExecution.StreamExecution
 
existsById(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.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(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(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(Pageable) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
findAll(Pageable, int) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
findAllById(Iterable<ID>) - Method in interface org.springframework.data.neo4j.repository.Neo4jRepository
 
findAllById(Iterable<ID>, int) - Method in interface org.springframework.data.neo4j.repository.Neo4jRepository
 
findAllById(Iterable<ID>, Sort) - Method in interface org.springframework.data.neo4j.repository.Neo4jRepository
 
findAllById(Iterable<ID>, Sort, int) - Method in interface org.springframework.data.neo4j.repository.Neo4jRepository
 
findAllById(Iterable<ID>) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
findAllById(Iterable<ID>, int) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
findAllById(Iterable<ID>, Sort) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
findAllById(Iterable<ID>, Sort, int) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
findById(ID, int) - Method in interface org.springframework.data.neo4j.repository.Neo4jRepository
 
findById(ID) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
findById(ID, int) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 

G

getAnnotation() - Method in class org.springframework.data.neo4j.repository.config.Neo4jAuditingRegistrar
 
getAnnotation() - Method in class org.springframework.data.neo4j.repository.config.Neo4jRepositoriesRegistrar
 
getAuditHandlerBeanDefinitionBuilder(AuditingConfiguration) - Method in class org.springframework.data.neo4j.repository.config.Neo4jAuditingRegistrar
 
getAuditingHandlerBeanName() - Method in class org.springframework.data.neo4j.repository.config.Neo4jAuditingRegistrar
 
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.
getBookmarks() - Method in class org.springframework.data.neo4j.bookmark.BookmarkInfo
 
getBookmarks() - Method in interface org.springframework.data.neo4j.bookmark.BookmarkManager
Return stored bookmarks
getBookmarks() - Method in class org.springframework.data.neo4j.bookmark.CaffeineBookmarkManager
 
getCountQuery() - Method in class org.springframework.data.neo4j.repository.query.Query
 
getCountQueryString() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
getCypherQuery() - Method in class org.springframework.data.neo4j.repository.query.Query
 
getCypherQuery(Pageable, boolean) - Method in class org.springframework.data.neo4j.repository.query.Query
 
getCypherQuery(Sort) - Method in class org.springframework.data.neo4j.repository.query.Query
 
getDepth() - Method in interface org.springframework.data.neo4j.repository.query.GraphParameterAccessor
Gets the loading depth value of the Depth annotated method parameter.
getDepth() - Method in class org.springframework.data.neo4j.repository.query.GraphParametersParameterAccessor
 
getEntityInformation(Class<T>) - Method in class org.springframework.data.neo4j.repository.support.Neo4jRepositoryFactory
 
getExecution(GraphParameterAccessor) - Method in class org.springframework.data.neo4j.repository.query.AbstractGraphRepositoryQuery
 
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
getFilters() - Method in class org.springframework.data.neo4j.repository.query.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
Returns the name of the named query this method belongs to.
getOgmSort() - Method in interface org.springframework.data.neo4j.repository.query.GraphParameterAccessor
Get OGM specific sort order translated from method parameters.
getOgmSort() - Method in class org.springframework.data.neo4j.repository.query.GraphParametersParameterAccessor
 
getPagination(Pageable, boolean) - Method in class org.springframework.data.neo4j.repository.query.Query
 
getParameters() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
getParameters() - Method in class org.springframework.data.neo4j.repository.query.Query
 
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.
getPointcut() - Method in class org.springframework.data.neo4j.bookmark.BeanFactoryBookmarkOperationAdvisor
 
getQuery(Object[]) - Method in class org.springframework.data.neo4j.repository.query.AbstractGraphRepositoryQuery
 
getQuery(Object[]) - Method in class org.springframework.data.neo4j.repository.query.derived.DerivedGraphRepositoryQuery
 
getQuery() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
getQuery(Object[]) - Method in class org.springframework.data.neo4j.repository.query.GraphRepositoryQuery
 
getQuery(Object[]) - Method in class org.springframework.data.neo4j.repository.query.NamedGraphRepositoryQuery
 
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.AbstractGraphRepositoryQuery
 
getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.neo4j.repository.support.Neo4jRepositoryFactory
 
getRepositoryFactoryBeanClassName() - 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.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.
getSort(Pageable) - Method in class org.springframework.data.neo4j.repository.query.Query
 
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
 
GraphParameterAccessor - Interface in org.springframework.data.neo4j.repository.query
Class used to lookup and handle special parameters such as depth, spatial parameters...
GraphParameters - Class in org.springframework.data.neo4j.repository.query
Custom extension of Parameters discovering additional to handle @link{Depth} special parameter.
GraphParametersParameterAccessor - Class in org.springframework.data.neo4j.repository.query
Custom ParametersParameterAccessor to allow access to the Depth parameter.
GraphParametersParameterAccessor(GraphQueryMethod, Object[]) - Constructor for class org.springframework.data.neo4j.repository.query.GraphParametersParameterAccessor
GraphQueryExecution - Interface in org.springframework.data.neo4j.repository.query
Classes intended to pilot query execution according to the type of the query.
GraphQueryExecution.CollectionExecution - Class in org.springframework.data.neo4j.repository.query
 
GraphQueryExecution.CountByExecution - Class in org.springframework.data.neo4j.repository.query
 
GraphQueryExecution.DeleteByExecution - Class in org.springframework.data.neo4j.repository.query
 
GraphQueryExecution.PagedExecution - Class in org.springframework.data.neo4j.repository.query
 
GraphQueryExecution.QueryResultExecution - Class in org.springframework.data.neo4j.repository.query
 
GraphQueryExecution.SingleEntityExecution - Class in org.springframework.data.neo4j.repository.query
 
GraphQueryExecution.SlicedExecution - Class in org.springframework.data.neo4j.repository.query
 
GraphQueryExecution.StreamExecution - Class in org.springframework.data.neo4j.repository.query
 
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) - Constructor for class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
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

hasAnnotatedQuery() - 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
 
invoke(MethodInvocation) - Method in class org.springframework.data.neo4j.bookmark.BookmarkInterceptor
 
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.
isCountQuery() - Method in class org.springframework.data.neo4j.repository.query.AbstractGraphRepositoryQuery
Returns whether the query should get a count projection applied.
isCountQuery() - Method in class org.springframework.data.neo4j.repository.query.derived.DerivedGraphRepositoryQuery
 
isCountQuery() - Method in class org.springframework.data.neo4j.repository.query.GraphRepositoryQuery
 
isDeleteQuery() - Method in class org.springframework.data.neo4j.repository.query.AbstractGraphRepositoryQuery
Return weather the query should delete matching documents.
isDeleteQuery() - Method in class org.springframework.data.neo4j.repository.query.derived.DerivedGraphRepositoryQuery
 
isDeleteQuery() - Method in class org.springframework.data.neo4j.repository.query.GraphRepositoryQuery
 
isExistingTransaction(Object) - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionManager
 
isExistsQuery() - Method in class org.springframework.data.neo4j.repository.query.AbstractGraphRepositoryQuery
Returns whether the query should get an exists projection applied.
isExistsQuery() - Method in class org.springframework.data.neo4j.repository.query.derived.DerivedGraphRepositoryQuery
 
isExistsQuery() - Method in class org.springframework.data.neo4j.repository.query.GraphRepositoryQuery
 
isFilterQuery() - Method in class org.springframework.data.neo4j.repository.query.Query
 
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

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

markAudited(Object) - Method in class org.springframework.data.neo4j.repository.config.Neo4jIsNewAwareAuditingHandler
 
matches(Method, Class<?>) - Method in class org.springframework.data.neo4j.bookmark.BookmarkOperationPointcut
 
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

NamedGraphRepositoryQuery - Class in org.springframework.data.neo4j.repository.query
Specialisation of GraphRepositoryQuery that creates queries from named queries defined in META-INFO/neo4j-named-queries.properties.
Neo4jAuditingBeanFactoryPostProcessor - Class in org.springframework.data.neo4j.repository.support
 
Neo4jAuditingBeanFactoryPostProcessor(SessionFactory) - Constructor for class org.springframework.data.neo4j.repository.support.Neo4jAuditingBeanFactoryPostProcessor
 
Neo4jAuditingEventListener - Class in org.springframework.data.neo4j.repository.config
 
Neo4jAuditingEventListener(ObjectFactory<IsNewAwareAuditingHandler>, SessionFactory) - Constructor for class org.springframework.data.neo4j.repository.config.Neo4jAuditingEventListener
Creates a new Neo4jAuditingEventListener using the given MappingContext and AuditingHandler provided by the given ObjectFactory.
Neo4jAuditingEventListener(ObjectFactory<IsNewAwareAuditingHandler>) - Constructor for class org.springframework.data.neo4j.repository.config.Neo4jAuditingEventListener
Constructor used for creating an instance in the Neo4jAuditingRegistrar to get registered in the session "manually".
Neo4jAuditingRegistrar - Class in org.springframework.data.neo4j.repository.config
 
Neo4jAuditingRegistrar() - Constructor for class org.springframework.data.neo4j.repository.config.Neo4jAuditingRegistrar
 
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, Optional<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
 
Neo4jIsNewAwareAuditingHandler - Class in org.springframework.data.neo4j.repository.config
IsNewAwareAuditingHandler which overrides markAudited to provide our own Neo4jMappingContextIsNewStrategyFactory
Neo4jIsNewAwareAuditingHandler(MappingContext<? extends PersistentEntity<?, ?>, ? extends PersistentProperty<?>>) - Constructor for class org.springframework.data.neo4j.repository.config.Neo4jIsNewAwareAuditingHandler
 
Neo4jIsNewAwareAuditingHandler(PersistentEntities) - Constructor for class org.springframework.data.neo4j.repository.config.Neo4jIsNewAwareAuditingHandler
 
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.
Neo4jMappingContextIsNewStrategyFactory - Class in org.springframework.data.neo4j.repository.config
Custom MappingContextIsNewStrategyFactory with overriden doGetIsNewStrategy
Neo4jMappingContextIsNewStrategyFactory(MappingContext<? extends PersistentEntity<?, ?>, ?>) - Constructor for class org.springframework.data.neo4j.repository.config.Neo4jMappingContextIsNewStrategyFactory
 
Neo4jMappingContextIsNewStrategyFactory(PersistentEntities) - Constructor for class org.springframework.data.neo4j.repository.config.Neo4jMappingContextIsNewStrategyFactory
 
Neo4jPersistenceExceptionTranslator - Class in org.springframework.data.neo4j.repository.support
A PersistenceExceptionTranslator to get picked up by the Spring exception translation infrastructure.
Neo4jPersistenceExceptionTranslator() - Constructor for class org.springframework.data.neo4j.repository.support.Neo4jPersistenceExceptionTranslator
 
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, Property, 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 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
 
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

onPreSave(Event) - Method in class org.springframework.data.neo4j.repository.config.Neo4jAuditingEventListener
 
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
 
org.springframework.data.neo4j.annotation - package org.springframework.data.neo4j.annotation
A set of Neo4j specific annotations (especially Depth and Bookmark support).
org.springframework.data.neo4j.bookmark - package org.springframework.data.neo4j.bookmark
Support for Neo4js bookmarks for use with the java driver / bolt transport.
org.springframework.data.neo4j.conversion - package org.springframework.data.neo4j.conversion
Adapter between Springs conversion service infrastructure and OGM infrastructure.
org.springframework.data.neo4j.exception - package org.springframework.data.neo4j.exception
Contains infrastructure for mapping Neo4j errors to Spring Data Exception hierarchy.
org.springframework.data.neo4j.mapping - package org.springframework.data.neo4j.mapping
Neo4j specific support classes for the Spring Data mapping subsystem.
org.springframework.data.neo4j.repository - package org.springframework.data.neo4j.repository
Infrastructure for Neo4j specific repositories.
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
Classes for Neo4j namespace configuration.
org.springframework.data.neo4j.repository.query - package org.springframework.data.neo4j.repository.query
Query implementation to execute queries against Neo4j.
org.springframework.data.neo4j.repository.query.derived - package org.springframework.data.neo4j.repository.query.derived
Derived query creation.
org.springframework.data.neo4j.repository.query.derived.builder - package org.springframework.data.neo4j.repository.query.derived.builder
Builder classes to create Neo4j-OGM filters.
org.springframework.data.neo4j.repository.support - package org.springframework.data.neo4j.repository.support
Neo4j repository implementations.
org.springframework.data.neo4j.transaction - package org.springframework.data.neo4j.transaction
Spring Data Neo4js implementation of a PlatformTransactionManager.
org.springframework.data.neo4j.util - package org.springframework.data.neo4j.util
Util classes for iteration and pagination.
org.springframework.data.neo4j.web.support - package org.springframework.data.neo4j.web.support
Support classes for web requests.

P

PagingAndSortingUtils - Class in org.springframework.data.neo4j.util
 
PagingAndSortingUtils() - Constructor for class org.springframework.data.neo4j.util.PagingAndSortingUtils
 
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
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.data.neo4j.repository.support.Neo4jAuditingBeanFactoryPostProcessor
 
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 - Class in org.springframework.data.neo4j.repository.query
Represents an OGM query.
Query(Filters) - Constructor for class org.springframework.data.neo4j.repository.query.Query
 
Query(String, Map<String, Object>) - Constructor for class org.springframework.data.neo4j.repository.query.Query
 
Query(String, String, Map<String, Object>) - Constructor for class org.springframework.data.neo4j.repository.query.Query
 
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.

R

registerAuditListenerBeanDefinition(BeanDefinition, BeanDefinitionRegistry) - Method in class org.springframework.data.neo4j.repository.config.Neo4jAuditingRegistrar
 
registerBeansForRoot(BeanDefinitionRegistry, RepositoryConfigurationSource) - Method in class org.springframework.data.neo4j.repository.config.Neo4jRepositoryConfigurationExtension
 
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.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(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
 
saveAll(Iterable<S>) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
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.
setBookmarks(Collection<String>) - Method in class org.springframework.data.neo4j.bookmark.BookmarkInfo
 
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.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
 
setUseBookmark(boolean) - Method in class org.springframework.data.neo4j.bookmark.BookmarkInfo
 
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.
shouldUseBookmark() - Method in class org.springframework.data.neo4j.bookmark.BookmarkInfo
 
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.
storeBookmark(String, Collection<String>) - Method in interface org.springframework.data.neo4j.bookmark.BookmarkManager
Stores bookmark to this manager
storeBookmark(String, Collection<String>) - Method in class org.springframework.data.neo4j.bookmark.CaffeineBookmarkManager
 
StreamExecution(Session, GraphParameterAccessor) - Constructor for class org.springframework.data.neo4j.repository.query.GraphQueryExecution.StreamExecution
 

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.
toString() - Method in class org.springframework.data.neo4j.repository.query.Query
 
translate(String) - Static method in class org.springframework.data.neo4j.exception.Neo4jErrorStatusCodes
 
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.data.neo4j.repository.support.Neo4jPersistenceExceptionTranslator
 

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
 
UseBookmark - Annotation Type in org.springframework.data.neo4j.annotation
Indicates that a transactional operation will use bookmarks that are currently stored in BookmarkManager when creating Neo4j session.
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–2018 Pivotal Software, Inc.. All rights reserved.