- getAnnotation() - Method in class org.springframework.data.neo4j.repository.config.Neo4jRepositoriesRegistrar
-
- getBasePart() - Method in class org.springframework.data.neo4j.repository.query.derived.CypherFinderQuery
-
- getBasePart() - Method in interface org.springframework.data.neo4j.repository.query.derived.DerivedQueryDefinition
-
Get the base part i.e. the first parameter of the graph query.
- 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
-
- 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
-
- 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
-