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 

A

AbstractGraphRepositoryQuery - Class in org.springframework.data.neo4j.repository.query
Base class for @link RepositoryQuerys.
AbstractGraphRepositoryQuery(GraphQueryMethod, MetaData, Session) - Constructor for class org.springframework.data.neo4j.repository.query.AbstractGraphRepositoryQuery
 
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
 

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
 
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
 
booleanOperator - Variable in class org.springframework.data.neo4j.repository.query.filter.FilterBuilder
 
build(Stack<Object>) - Method in class org.springframework.data.neo4j.repository.query.filter.FilterBuilder
 

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
clear() - Method in class org.springframework.data.neo4j.transaction.SessionHolder
 
closeSession(Session) - Static method in class org.springframework.data.neo4j.transaction.SessionFactoryUtils
Deprecated.
since 5.2, this has been a Noop since 4.2 and has no meaning since then. It will be removed in the next major version.
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
 
create(CreationalContext<T>, Class<T>) - Method in class org.springframework.data.neo4j.repository.cdi.Neo4jCdiRepositoryBean
 
createAssociation() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
 
createFrom(List<GraphParameters.GraphParameter>) - Method in class org.springframework.data.neo4j.repository.query.GraphParameters
 
createInstance(Class<T>, Map<String, Object>) - Method in class org.springframework.data.neo4j.conversion.Neo4jOgmEntityInstantiatorAdapter
 
createInstance() - Method in class org.springframework.data.neo4j.repository.config.Neo4jMappingContextFactoryBean
 
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
Deprecated.
since 5.1.0, will be removed in 5.2.x.
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
 

D

decoratePlaceholder(String) - Method in class org.springframework.data.neo4j.repository.query.spel.Neo4jQueryPlaceholderSupplier
 
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.
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.GraphRepositoryQuery
 
doExecute(Query, Object[]) - Method in class org.springframework.data.neo4j.repository.query.PartTreeNeo4jQuery
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.data.neo4j.web.support.OpenSessionInViewFilter
 
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

EMPTY_NESTED_ATTRIBUTES - Static variable in class org.springframework.data.neo4j.repository.query.filter.FilterBuilder
 
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 Neo4j 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.filter.FilterBuilder
 
equals(Object) - Method in class org.springframework.data.neo4j.repository.query.filter.FilterBuilder.NestedAttributes
 
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.ExistsByExecution
 
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
 
existsById(ID) - Method in class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
 
ExistsQuery - Annotation Type in org.springframework.data.neo4j.annotation
Annotation to declare a Query with a value containing an exists custom query.

F

FilterBuilder - Class in org.springframework.data.neo4j.repository.query.filter
The name of this class is wrong: It builds a list of filters, not a single filter.
FilterBuilder.NestedAttributes - Class in org.springframework.data.neo4j.repository.query.filter
 
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
 
forPartAndEntity(Part, Class<?>, BooleanOperator, Predicate<Part>) - Static method in class org.springframework.data.neo4j.repository.query.filter.FilterBuilder
 

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
 
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
 
getFallbackIsNewStrategy() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
 
getFilters() - Method in class org.springframework.data.neo4j.repository.query.Query
 
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
 
getInstantiatorFor(PersistentEntity<?, ?>) - Method in class org.springframework.data.neo4j.mapping.Neo4jMappingContext
 
getLeafPropertySegment() - Method in class org.springframework.data.neo4j.repository.query.filter.FilterBuilder.NestedAttributes
 
getMappingContext() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
getMetaData() - Method in interface org.springframework.data.neo4j.mapping.MetaDataProvider
 
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
 
getNamedCountQueryName() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
Returns the name of the count query related to named query this method belongs to
getNamedQueryName() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
Returns the name of the named query this method belongs to.
getNestedAttributes(Part) - Method in class org.springframework.data.neo4j.repository.query.filter.FilterBuilder
 
getObjectType() - Method in class org.springframework.data.neo4j.repository.config.Neo4jMappingContextFactoryBean
 
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
 
getParameterizedQuery(String, Parameters<?, ?>, QueryMethodEvaluationContextProvider) - Static method in class org.springframework.data.neo4j.repository.query.spel.ParameterizedQuery
 
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() - 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
 
getQuery(Object[]) - Method in class org.springframework.data.neo4j.repository.query.PartTreeNeo4jQuery
 
getQueryDepthParamIndex() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
getQueryLookupStrategy(QueryLookupStrategy.Key, QueryMethodEvaluationContextProvider) - Method in class org.springframework.data.neo4j.repository.support.Neo4jRepositoryFactory
 
getQueryMethod() - Method in class org.springframework.data.neo4j.repository.query.AbstractGraphRepositoryQuery
 
getQueryString() - Method in class org.springframework.data.neo4j.repository.query.spel.ParameterizedQuery
 
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
 
getSegments() - Method in class org.springframework.data.neo4j.repository.query.filter.FilterBuilder.NestedAttributes
 
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.
getSort(Pageable) - Method in class org.springframework.data.neo4j.repository.query.Query
 
getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.neo4j.repository.support.Neo4jRepositoryFactory
 
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.ExistsByExecution - 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
 
GraphQueryLookupStrategy - Class in org.springframework.data.neo4j.repository.query
 
GraphQueryLookupStrategy(Session, QueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.neo4j.repository.query.GraphQueryLookupStrategy
GraphQueryLookupStrategy(Session, QueryMethodEvaluationContextProvider, MappingContext<Neo4jPersistentEntity<?>, Neo4jPersistentProperty>) - 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.

H

hasAnnotatedQuery() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
hashCode() - Method in class org.springframework.data.neo4j.repository.query.filter.FilterBuilder.NestedAttributes
 

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.GraphRepositoryQuery
 
isCountQuery() - Method in class org.springframework.data.neo4j.repository.query.PartTreeNeo4jQuery
 
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.GraphRepositoryQuery
 
isDeleteQuery() - Method in class org.springframework.data.neo4j.repository.query.PartTreeNeo4jQuery
 
isEmpty() - Method in class org.springframework.data.neo4j.repository.query.filter.FilterBuilder.NestedAttributes
 
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.GraphRepositoryQuery
 
isExistsQuery() - Method in class org.springframework.data.neo4j.repository.query.PartTreeNeo4jQuery
 
isFilterQuery() - Method in class org.springframework.data.neo4j.repository.query.Query
 
isIdProperty() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
 
isInternalIdProperty() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
 
isInternalIdProperty - Variable in class org.springframework.data.neo4j.repository.query.filter.FilterBuilder
 
isTransactionActive() - Method in class org.springframework.data.neo4j.transaction.SessionHolder
 
isVersionProperty() - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentProperty
 

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

matches(Method, Class<?>) - Method in class org.springframework.data.neo4j.bookmark.BookmarkOperationPointcut
 
metaData - Variable in class org.springframework.data.neo4j.repository.query.AbstractGraphRepositoryQuery
 
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.
MetaDataProvider - Interface in org.springframework.data.neo4j.mapping
The only meta-data provider currently is a Neo4j-OGM SessionFactory by proxy.

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.
Neo4jAuditingBeanPostProcessor - Class in org.springframework.data.neo4j.repository.support
 
Neo4jAuditingBeanPostProcessor(ObjectFactory<IsNewAwareAuditingHandler>) - Constructor for class org.springframework.data.neo4j.repository.support.Neo4jAuditingBeanPostProcessor
 
Neo4jAuditingEventListener - Class in org.springframework.data.neo4j.repository.config
 
Neo4jAuditingEventListener(ObjectFactory<? extends IsNewAwareAuditingHandler>, SessionFactory) - Constructor for class org.springframework.data.neo4j.repository.config.Neo4jAuditingEventListener
Deprecated.
this constructor could create a cyclic dependency to the session factory if this class gets registered as a bean in the context.
Neo4jAuditingEventListener(ObjectFactory<? extends 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
 
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.
Neo4jMappingContextFactoryBean - Class in org.springframework.data.neo4j.repository.config
FactoryBean to setup Neo4jMappingContext instances from Spring configuration.
Neo4jMappingContextFactoryBean() - Constructor for class org.springframework.data.neo4j.repository.config.Neo4jMappingContextFactoryBean
Neo4jMappingContextFactoryBean(String) - Constructor for class org.springframework.data.neo4j.repository.config.Neo4jMappingContextFactoryBean
Configures the mapping context with a named SessionFactory.
Neo4jOgmEntityInstantiatorAdapter - Class in org.springframework.data.neo4j.conversion
Implements OGM instantiation callback in order to user Spring Data Commons infrastructure for instantiation.
Neo4jOgmEntityInstantiatorAdapter(MappingContext<Neo4jPersistentEntity<?>, Neo4jPersistentProperty>, ConversionService) - Constructor for class org.springframework.data.neo4j.conversion.Neo4jOgmEntityInstantiatorAdapter
 
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.
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.
Neo4jQueryPlaceholderSupplier - Class in org.springframework.data.neo4j.repository.query.spel
 
Neo4jQueryPlaceholderSupplier() - Constructor for class org.springframework.data.neo4j.repository.query.spel.Neo4jQueryPlaceholderSupplier
 
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
Deprecated.
since 5.1.0, use Neo4jRepositoryFactory.Neo4jRepositoryFactory(Session, MappingContext) instead and provide the mapping context.
Neo4jRepositoryFactory(Session, MappingContext<Neo4jPersistentEntity<?>, Neo4jPersistentProperty>) - 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.
nextPlaceholder() - Method in class org.springframework.data.neo4j.repository.query.spel.Neo4jQueryPlaceholderSupplier
 

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
 
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.filter - package org.springframework.data.neo4j.repository.query.filter
Support for creating Cypher queries through Neo4j-OGMs filter mechanism.
org.springframework.data.neo4j.repository.query.spel - package org.springframework.data.neo4j.repository.query.spel
Spring Expression Language (SpEL) support.
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
 
ParameterizedQuery - Class in org.springframework.data.neo4j.repository.query.spel
 
parameterName(int) - Method in class org.springframework.data.neo4j.repository.query.spel.Neo4jQueryPlaceholderSupplier
 
part - Variable in class org.springframework.data.neo4j.repository.query.filter.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.
PartTreeNeo4jQuery - Class in org.springframework.data.neo4j.repository.query
Specialisation of RepositoryQuery that handles mapping of filter finders.
PartTreeNeo4jQuery(GraphQueryMethod, MetaData, Session) - Constructor for class org.springframework.data.neo4j.repository.query.PartTreeNeo4jQuery
 
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.Neo4jAuditingBeanPostProcessor
 
preHandle(WebRequest) - Method in class org.springframework.data.neo4j.web.support.OpenSessionInViewInterceptor
 
propertyName() - Method in class org.springframework.data.neo4j.repository.query.filter.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, String, Map<String, Object>) - Constructor for class org.springframework.data.neo4j.repository.query.Query
 
queryMethod - Variable in class org.springframework.data.neo4j.repository.query.AbstractGraphRepositoryQuery
 
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
 
resolveParameter(Object[], BiFunction<Parameters<?, ?>, Object[], Map<String, Object>>) - Method in class org.springframework.data.neo4j.repository.query.spel.ParameterizedQuery
 
resolveQuery(Method, RepositoryMetadata, ProjectionFactory, NamedQueries) - Method in class org.springframework.data.neo4j.repository.query.GraphQueryLookupStrategy
 
returnPropertyIfBetterIdPropertyCandidateOrNull(Neo4jPersistentProperty) - Method in class org.springframework.data.neo4j.mapping.Neo4jPersistentEntity
 

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
 
session - Variable in class org.springframework.data.neo4j.repository.query.AbstractGraphRepositoryQuery
 
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
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.neo4j.repository.config.Neo4jMappingContextFactoryBean
 
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<Neo4jPersistentEntity<?>, Neo4jPersistentProperty>) - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
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
 

T

toEntityAttribute(Map<String, ?>) - Method in class org.springframework.data.neo4j.conversion.PointConverter
 
toGraphProperties(Point) - Method in class org.springframework.data.neo4j.conversion.PointConverter
 
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.
A B C D E F G H I L M N O P Q R S T U 
Skip navigation links
Spring Data Neo4j

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