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

A

activate() - Method in class org.neo4j.ogm.mapper.MappedRelationship
The default state for an existing relationship is active, meaning that we don't expect to delete it when the transaction commits.
addLabels(Iterable<String>) - Method in class org.neo4j.ogm.cypher.compiler.NodeBuilder
 
addProperty(String, Object) - Method in class org.neo4j.ogm.cypher.compiler.RelationshipBuilder
 
addSubclass(ClassInfo) - Method in class org.neo4j.ogm.metadata.info.ClassInfo
Connect this class to a subclass.
AfterDeleteEvent - Class in org.springframework.data.neo4j.event
Neo4jDataManipulationEvent published after a particular entity is deleted.
AfterDeleteEvent(Object, Object) - Constructor for class org.springframework.data.neo4j.event.AfterDeleteEvent
 
AfterSaveEvent - Class in org.springframework.data.neo4j.event
Neo4jDataManipulationEvent published after a particular entity is saved.
AfterSaveEvent(Object, Object) - Constructor for class org.springframework.data.neo4j.event.AfterSaveEvent
 
AggregateStatements - Class in org.neo4j.ogm.session.request.strategy
Encapsulates Cypher statements used to execute aggregation queries.
AggregateStatements() - Constructor for class org.neo4j.ogm.session.request.strategy.AggregateStatements
 
AnnotationInfo - Class in org.neo4j.ogm.metadata.info
 
AnnotationInfo(DataInputStream, ConstantPool) - Constructor for class org.neo4j.ogm.metadata.info.AnnotationInfo
 
annotations() - Method in class org.neo4j.ogm.metadata.info.ClassInfo
 
AnnotationsInfo - Class in org.neo4j.ogm.metadata.info
 
AnnotationsInfo(DataInputStream, ConstantPool) - Constructor for class org.neo4j.ogm.metadata.info.AnnotationsInfo
 
annotationsInfo() - Method in class org.neo4j.ogm.metadata.info.ClassInfo
 
append(AnnotationsInfo) - Method in class org.neo4j.ogm.metadata.info.AnnotationsInfo
 
append(FieldsInfo) - Method in class org.neo4j.ogm.metadata.info.FieldsInfo
 
append(MethodsInfo) - Method in class org.neo4j.ogm.metadata.info.MethodsInfo
 
append(CypherContext) - Method in class org.neo4j.ogm.session.transaction.SimpleTransaction
 
append(CypherContext) - Method in interface org.neo4j.ogm.session.transaction.Transaction
Adds a new cypher context to this transaction
asParameter() - Method in class org.neo4j.ogm.model.Property
 
assertSameGraph(GraphDatabaseService, String) - Static method in class org.neo4j.ogm.testutil.GraphTestUtils
Checks that the graph in the specified GraphDatabaseService is the same as the graph that the given cypher produces.
AttributeConverter<T,F> - Interface in org.neo4j.ogm.typeconversion
based on JPA AttributeConverter, but with methods appropriate for property graphs, rather than column stores/RDBMS.
authorize(HttpRequestBase, Neo4jCredentials) - Static method in class org.neo4j.ogm.authentication.HttpRequestAuthorization
Sets the authorization header on the request, if credentials are present.
authToken() - Static method in class org.neo4j.ogm.authentication.CredentialsService
The Auth-Token mechanism in 2.2 M02 has been removed in M04.
AuthTokenCredentials - Class in org.neo4j.ogm.authentication
 
AuthTokenCredentials(String) - Constructor for class org.neo4j.ogm.authentication.AuthTokenCredentials
 
AutoIndexer - Class in org.neo4j.ogm.session
The job of the autoIndexer is to ensure that attributes annotated with @Index in the domain have an appropriate schema index created to improve fetch performance.
AutoIndexer() - Constructor for class org.neo4j.ogm.session.AutoIndexer
 

B

baseNeoUrl() - Method in class org.neo4j.ogm.testutil.WrappingServerIntegrationTest
Provide the base URL against which to execute tests.
BeforeDeleteEvent - Class in org.springframework.data.neo4j.event
Neo4jDataManipulationEvent published before a particular entity is deleted.
BeforeDeleteEvent(Object, Object) - Constructor for class org.springframework.data.neo4j.event.BeforeDeleteEvent
 
BeforeSaveEvent - Class in org.springframework.data.neo4j.event
Neo4jDataManipulationEvent published before a particular entity is saved.
BeforeSaveEvent(Object, Object) - Constructor for class org.springframework.data.neo4j.event.BeforeSaveEvent
 
beginTransaction() - Method in class org.neo4j.ogm.session.Neo4jSession
 
beginTransaction() - Method in interface org.neo4j.ogm.session.Session
 
ByteArrayBase64Converter - Class in org.neo4j.ogm.typeconversion
By default the OGM will map byte[] objects to Base64 String values when being stored as a node / relationship property
ByteArrayBase64Converter() - Constructor for class org.neo4j.ogm.typeconversion.ByteArrayBase64Converter
 
ByteArrayWrapperBase64Converter - Class in org.neo4j.ogm.typeconversion
By default the OGM will map Byte[] wrapped byte[] objects to Base64 String values when being stored as a node / relationship property The conversion between the primitive byte[] class and its wrapper Byte[] means that this converter is slightly slower than using the ByteArray64Converter, which works with primitive byte arrays directly.
ByteArrayWrapperBase64Converter() - Constructor for class org.neo4j.ogm.typeconversion.ByteArrayWrapperBase64Converter
 

C

CLASS - Static variable in annotation type org.neo4j.ogm.annotation.EndNode
 
CLASS - Static variable in annotation type org.neo4j.ogm.annotation.GraphId
 
CLASS - Static variable in annotation type org.neo4j.ogm.annotation.Index
 
CLASS - Static variable in annotation type org.neo4j.ogm.annotation.NodeEntity
 
CLASS - Static variable in annotation type org.neo4j.ogm.annotation.Property
 
CLASS - Static variable in annotation type org.neo4j.ogm.annotation.Relationship
 
CLASS - Static variable in annotation type org.neo4j.ogm.annotation.RelationshipEntity
 
CLASS - Static variable in annotation type org.neo4j.ogm.annotation.StartNode
 
CLASS - Static variable in annotation type org.neo4j.ogm.annotation.Transient
 
CLASS - Static variable in annotation type org.neo4j.ogm.annotation.typeconversion.Convert
 
CLASS - Static variable in annotation type org.neo4j.ogm.annotation.typeconversion.DateLong
 
CLASS - Static variable in annotation type org.neo4j.ogm.annotation.typeconversion.DateString
 
CLASS - Static variable in annotation type org.neo4j.ogm.annotation.typeconversion.EnumString
 
CLASS - Static variable in annotation type org.neo4j.ogm.annotation.typeconversion.NumberString
 
CLASS - Static variable in annotation type org.springframework.data.neo4j.annotation.Query
 
ClassFileProcessor - Interface in org.neo4j.ogm.metadata.info
 
ClassInfo - Class in org.neo4j.ogm.metadata.info
Maintains object to graph mapping details at the class (type) level The ClassInfo object is used to maintain mappings from Java Types->Neo4j Labels thereby allowing the correct labels to be applied to new nodes when they are persisted.
ClassInfo(InputStream) - Constructor for class org.neo4j.ogm.metadata.info.ClassInfo
 
ClassInfo(String, ClassInfo) - Constructor for class org.neo4j.ogm.metadata.info.ClassInfo
This class was referenced as a superclass of the given subclass.
classInfo(String) - Method in class org.neo4j.ogm.metadata.MetaData
Finds the ClassInfo for the supplied partial class name or label
classInfo(Object) - Method in class org.neo4j.ogm.metadata.MetaData
Finds the ClassInfo for the supplied object by looking up its class name
ClassPathScanner - Class in org.neo4j.ogm.metadata
 
ClassPathScanner() - Constructor for class org.neo4j.ogm.metadata.ClassPathScanner
 
ClassUtils - Class in org.neo4j.ogm.metadata
 
ClassUtils() - Constructor for class org.neo4j.ogm.metadata.ClassUtils
 
clear() - Method in class org.neo4j.ogm.mapper.EntityMemo
 
clear() - Method in class org.neo4j.ogm.mapper.MappingContext
 
clear(Class<?>) - Method in class org.neo4j.ogm.mapper.MappingContext
purges all information about objects of the supplied type from the mapping context
clear(Object) - Method in class org.neo4j.ogm.mapper.MappingContext
purges all information about this object from the mapping context
clear() - Method in class org.neo4j.ogm.session.Neo4jSession
 
clear() - Method in interface org.neo4j.ogm.session.Session
 
close() - Method in class org.neo4j.ogm.session.response.EmptyResponse
 
close() - Method in class org.neo4j.ogm.session.response.GraphModelResponse
 
close() - Method in class org.neo4j.ogm.session.response.JsonResponse
 
close() - Method in interface org.neo4j.ogm.session.response.Neo4jResponse
 
close() - Method in class org.neo4j.ogm.session.response.RowModelResponse
 
close() - Method in class org.neo4j.ogm.session.transaction.LongTransaction
 
close() - Method in class org.neo4j.ogm.session.transaction.SimpleTransaction
 
close() - Method in interface org.neo4j.ogm.session.transaction.Transaction
 
columns() - Method in class org.neo4j.ogm.session.response.EmptyResponse
 
columns() - Method in class org.neo4j.ogm.session.response.GraphModelResponse
 
columns() - Method in class org.neo4j.ogm.session.response.JsonResponse
 
columns() - Method in interface org.neo4j.ogm.session.response.Neo4jResponse
 
columns() - Method in class org.neo4j.ogm.session.response.RowModelResponse
 
commit() - Method in class org.neo4j.ogm.session.transaction.LongTransaction
 
commit() - Method in class org.neo4j.ogm.session.transaction.SimpleTransaction
 
commit() - Method in interface org.neo4j.ogm.session.transaction.Transaction
 
commit(Transaction) - Method in class org.neo4j.ogm.session.transaction.TransactionManager
 
commit(TransactionStatus) - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionManager
 
compareTo(DeletedRelationshipBuilder) - Method in class org.neo4j.ogm.cypher.compiler.DeletedRelationshipBuilder
 
compareTo(NodeBuilder) - Method in class org.neo4j.ogm.cypher.compiler.NodeBuilder
 
compareTo(RelationshipBuilder) - Method in class org.neo4j.ogm.cypher.compiler.RelationshipBuilder
 
compile() - Method in interface org.neo4j.ogm.cypher.compiler.CypherCompiler
Compiles the current request and returns the compile context, which includes all the statements to be executed and related information
compile() - Method in class org.neo4j.ogm.cypher.compiler.SingleStatementCypherCompiler
 
contains(Object) - Method in class org.neo4j.ogm.mapper.EntityMemo
 
contains(Iterable<T>, T) - Static method in class org.springframework.data.neo4j.util.IterableUtils
Check whether an iterable contains the given object.
context() - Method in interface org.neo4j.ogm.cypher.compiler.CypherCompiler
Returns this compiler's context
context() - Method in class org.neo4j.ogm.cypher.compiler.SingleStatementCypherCompiler
 
Convert - Annotation Type in org.neo4j.ogm.annotation.typeconversion
 
convert(Map<String, Long>) - Method in class org.neo4j.ogm.mapper.TransientRelationship
Creates a MappedRelationship from a TransientRelationship using the supplied refMap to lookup and replace the correct start and end node ids
CONVERTER - Static variable in annotation type org.neo4j.ogm.annotation.typeconversion.Convert
 
converter() - Method in class org.neo4j.ogm.metadata.info.FieldInfo
 
converter() - Method in class org.neo4j.ogm.metadata.info.MethodInfo
 
ConvertibleTypes - Class in org.neo4j.ogm.metadata.info
 
ConvertibleTypes() - Constructor for class org.neo4j.ogm.metadata.info.ConvertibleTypes
 
count() - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
count(Class<?>) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Provides the instance count for the given node entity type.
count(Class<?>) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
count(Iterable) - Static method in class org.springframework.data.neo4j.util.IterableUtils
Count items in an iterable.
countEntitiesOfType(Class<?>) - Method in class org.neo4j.ogm.session.Neo4jSession
 
countEntitiesOfType(Class<?>) - Method in interface org.neo4j.ogm.session.Session
Counts all the node entities of the specified type.
countNodesLabelledWith(Collection<String>) - Method in class org.neo4j.ogm.session.request.strategy.AggregateStatements
 
createDatabase() - Method in class org.neo4j.ogm.testutil.DatabaseIntegrationTest
Instantiate a database.
createQuery() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
createSavepoint() - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionStatus
 
credentials() - Method in class org.neo4j.ogm.authentication.AuthTokenCredentials
 
credentials() - Method in interface org.neo4j.ogm.authentication.Neo4jCredentials
 
credentials() - Method in class org.neo4j.ogm.authentication.UsernamePasswordCredentials
 
CredentialsService - Class in org.neo4j.ogm.authentication
A simple class that should ultimately support multiple strategies for loading authorisation credentials to access Neo4j 2.2 and later
CredentialsService() - Constructor for class org.neo4j.ogm.authentication.CredentialsService
 
CypherCompiler - Interface in org.neo4j.ogm.cypher.compiler
Defines a simple API for building up Cypher queries programmatically.
CypherContext - Class in org.neo4j.ogm.cypher.compiler
Maintains contextual information throughout the process of compiling Cypher statements to persist a graph of objects.
CypherContext() - Constructor for class org.neo4j.ogm.cypher.compiler.CypherContext
 
CypherEmitter - Interface in org.neo4j.ogm.cypher.compiler
 

D

DatabaseIntegrationTest - Class in org.neo4j.ogm.testutil
Base class for all kinds of Neo4j integration tests.
DatabaseIntegrationTest() - Constructor for class org.neo4j.ogm.testutil.DatabaseIntegrationTest
 
DateLong - Annotation Type in org.neo4j.ogm.annotation.typeconversion
 
DateLongConverter - Class in org.neo4j.ogm.typeconversion
 
DateLongConverter() - Constructor for class org.neo4j.ogm.typeconversion.DateLongConverter
 
DateString - Annotation Type in org.neo4j.ogm.annotation.typeconversion
 
DateStringConverter - Class in org.neo4j.ogm.typeconversion
By default the OGM will map date objects to UTC-based ISO8601 compliant String values when being stored as a node / relationship property Users can override this behaviour for Date objects using the appropriate annotations:
DateStringConverter(String) - Constructor for class org.neo4j.ogm.typeconversion.DateStringConverter
 
deactivate() - Method in class org.neo4j.ogm.mapper.MappedRelationship
Deactivating a relationship marks it for deletion, meaning that, unless it is subsequently reactivated, it will be removed from the database when the transaction commits.
DefaultEntityAccessStrategy - Class in org.neo4j.ogm.entityaccess
Default implementation of EntityAccessStrategy that looks up information from ClassInfo in the following order.
DefaultEntityAccessStrategy() - Constructor for class org.neo4j.ogm.entityaccess.DefaultEntityAccessStrategy
 
DefaultRequest - Class in org.neo4j.ogm.session.request
 
DefaultRequest(CloseableHttpClient) - Constructor for class org.neo4j.ogm.session.request.DefaultRequest
 
delete(T) - Method in class org.neo4j.ogm.session.Neo4jSession
 
delete(Long) - Method in class org.neo4j.ogm.session.request.strategy.DeleteStatements
 
delete(T) - Method in interface org.neo4j.ogm.session.Session
 
delete(Long) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
delete(T) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
delete(Iterable<? extends T>) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
delete(Object) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Removes the given node or relationship entity from the graph.
delete(Object) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
deleteAll(Class<T>) - Method in class org.neo4j.ogm.session.Neo4jSession
 
deleteAll(Collection<Long>) - Method in class org.neo4j.ogm.session.request.strategy.DeleteStatements
 
deleteAll(Class<T>) - Method in interface org.neo4j.ogm.session.Session
 
deleteAll() - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
deleteAll(Class<T>) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
deleteByLabel(String) - Method in class org.neo4j.ogm.session.request.strategy.DeleteStatements
 
DeletedRelationshipBuilder - Class in org.neo4j.ogm.cypher.compiler
 
DeletedRelationshipBuilder(String, String, String, String) - Constructor for class org.neo4j.ogm.cypher.compiler.DeletedRelationshipBuilder
 
DeleteStatements - Class in org.neo4j.ogm.session.request.strategy
 
DeleteStatements() - Constructor for class org.neo4j.ogm.session.request.strategy.DeleteStatements
 
deregister(Object, Long) - Method in class org.neo4j.ogm.mapper.MappingContext
Deregisters an object from the mapping context - removes the object instance from the typeRegister(s) - removes the object id from the nodeEntityRegister
deregisterIncomingRelationships(Long, String) - Method in class org.neo4j.ogm.cypher.compiler.CypherContext
 
deregisterOutgoingRelationships(Long, String) - Method in class org.neo4j.ogm.cypher.compiler.CypherContext
 
DerivedGraphQueryMethod - Class in org.springframework.data.neo4j.repository.query.derived
 
DerivedGraphQueryMethod(Method, RepositoryMetadata, Session) - Constructor for class org.springframework.data.neo4j.repository.query.derived.DerivedGraphQueryMethod
 
DIRECTION - Static variable in annotation type org.neo4j.ogm.annotation.Relationship
 
direction(String) - Method in class org.neo4j.ogm.cypher.compiler.RelationshipBuilder
 
directSubclasses() - Method in class org.neo4j.ogm.metadata.info.ClassInfo
 
doCreateRepositoryFactory() - Method in class org.springframework.data.neo4j.repository.support.GraphRepositoryFactoryBean
 
DomainInfo - Class in org.neo4j.ogm.metadata.info
 
DomainInfo(String...) - Constructor for class org.neo4j.ogm.metadata.info.DomainInfo
 

E

emit(StringBuilder, Map<String, Object>, Set<String>) - Method in interface org.neo4j.ogm.cypher.compiler.CypherEmitter
Emits one or more Cypher clauses.
emit(StringBuilder, Map<String, Object>, Set<String>) - Method in class org.neo4j.ogm.cypher.compiler.DeletedRelationshipBuilder
 
emit(StringBuilder, Map<String, Object>, Set<String>) - Method in class org.neo4j.ogm.cypher.compiler.ReturnClauseBuilder
 
EmptyResponse - Class in org.neo4j.ogm.session.response
 
EmptyResponse() - Constructor for class org.neo4j.ogm.session.response.EmptyResponse
 
EnableNeo4jRepositories - Annotation Type in org.springframework.data.neo4j.repository.config
 
EndNode - Annotation Type in org.neo4j.ogm.annotation
Identifies the domain entity representing the end node of a relationship in the graph, and, along with @StartNode is a mandatory annotation on any domain entity that is annotated with @RelationshipEntity
endNodeIdentifier - Variable in class org.neo4j.ogm.cypher.compiler.RelationshipBuilder
 
EntityAccess - Class in org.neo4j.ogm.entityaccess
 
EntityAccess() - Constructor for class org.neo4j.ogm.entityaccess.EntityAccess
 
EntityAccessException - Exception in org.neo4j.ogm.entityaccess
 
EntityAccessException(String, Exception) - Constructor for exception org.neo4j.ogm.entityaccess.EntityAccessException
 
EntityAccessStrategy - Interface in org.neo4j.ogm.entityaccess
Implements the logic to determine how entities should be accessed in both reading and writing scenarios.
EntityFactory - Class in org.neo4j.ogm.entityaccess
 
EntityFactory(MetaData) - Constructor for class org.neo4j.ogm.entityaccess.EntityFactory
 
EntityGraphMapper - Class in org.neo4j.ogm.mapper
Implementation of EntityToGraphMapper that is driven by an instance of MetaData.
EntityGraphMapper(MetaData, MappingContext) - Constructor for class org.neo4j.ogm.mapper.EntityGraphMapper
Constructs a new EntityGraphMapper that uses the given MetaData.
EntityMemo - Class in org.neo4j.ogm.mapper
 
EntityMemo() - Constructor for class org.neo4j.ogm.mapper.EntityMemo
 
EntityToGraphMapper - Interface in org.neo4j.ogm.mapper
Specification for an object-graph mapper, which can map arbitrary Java objects onto Cypher data manipulation queries.
EnumString - Annotation Type in org.neo4j.ogm.annotation.typeconversion
 
EnumStringConverter - Class in org.neo4j.ogm.typeconversion
By default the OGM will map enum objects to and from the string value returned by enum.name() enum.name() is preferred to enum.ordinal() because it is (slightly) safer: a persisted enum have to be renamed to break its database mapping, whereas if its ordinal was persisted instead, the mapping would be broken simply by changing the declaration order in the enum set.
EnumStringConverter(Class<? extends Enum>) - Constructor for class org.neo4j.ogm.typeconversion.EnumStringConverter
 
equals(Object) - Method in class org.neo4j.ogm.cypher.compiler.DeletedRelationshipBuilder
 
equals(Object) - Method in class org.neo4j.ogm.mapper.MappedRelationship
 
equals(Object) - Method in class org.neo4j.ogm.model.Property
 
equals(Object) - Method in class org.neo4j.ogm.model.RelationshipModel
 
equalsIgnoreDirection(String, String, String) - Method in class org.neo4j.ogm.mapper.TransientRelationship
 
execute(String, Map<String, Object>) - Method in class org.neo4j.ogm.session.Neo4jSession
 
execute(String) - Method in class org.neo4j.ogm.session.Neo4jSession
 
execute() - Method in interface org.neo4j.ogm.session.query.Query
 
execute(String, String) - Method in class org.neo4j.ogm.session.request.DefaultRequest
 
execute(String, String) - Method in interface org.neo4j.ogm.session.request.Neo4jRequest
 
execute(GraphModelQuery, String) - Method in interface org.neo4j.ogm.session.request.RequestHandler
 
execute(RowModelQuery, String) - Method in interface org.neo4j.ogm.session.request.RequestHandler
 
execute(ParameterisedStatement, String) - Method in interface org.neo4j.ogm.session.request.RequestHandler
 
execute(List<ParameterisedStatement>, String) - Method in interface org.neo4j.ogm.session.request.RequestHandler
 
execute(GraphModelQuery, String) - Method in class org.neo4j.ogm.session.request.SessionRequestHandler
 
execute(RowModelQuery, String) - Method in class org.neo4j.ogm.session.request.SessionRequestHandler
 
execute(ParameterisedStatement, String) - Method in class org.neo4j.ogm.session.request.SessionRequestHandler
 
execute(List<ParameterisedStatement>, String) - Method in class org.neo4j.ogm.session.request.SessionRequestHandler
 
execute(String) - Method in interface org.neo4j.ogm.session.Session
 
execute(String, Map<String, Object>) - Method in interface org.neo4j.ogm.session.Session
This method allows a cypher statement with a modification statement to be executed.
execute(Object[]) - Method in class org.springframework.data.neo4j.repository.query.GraphRepositoryQuery
 
execute(String) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Issue a single Cypher update operation (such as a CREATE, MERGE or DELETE statement).
execute(String) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
existingNode(Long) - Method in interface org.neo4j.ogm.cypher.compiler.CypherCompiler
Returns a NodeBuilder that represents a node that already exists in the database and matches the given ID.
existingNode(Long) - Method in class org.neo4j.ogm.cypher.compiler.SingleStatementCypherCompiler
 
existingRelationship(Long) - Method in interface org.neo4j.ogm.cypher.compiler.CypherCompiler
Returns a RelationshipBuilder to use for constructing Cypher to update an existing relationship in the database that possesses the given ID.
existingRelationship(Long) - Method in class org.neo4j.ogm.cypher.compiler.SingleStatementCypherCompiler
 
exists(Long) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 

F

FieldInfo - Class in org.neo4j.ogm.metadata.info
 
FieldInfo(String, String, String, ObjectAnnotations) - Constructor for class org.neo4j.ogm.metadata.info.FieldInfo
Constructs a new FieldInfo based on the given arguments.
FieldReader - Class in org.neo4j.ogm.entityaccess
 
fields() - Method in class org.neo4j.ogm.metadata.info.FieldsInfo
 
fieldsInfo() - Method in class org.neo4j.ogm.metadata.info.ClassInfo
 
FieldsInfo - Class in org.neo4j.ogm.metadata.info
 
FieldsInfo(DataInputStream, ConstantPool) - Constructor for class org.neo4j.ogm.metadata.info.FieldsInfo
 
FieldWriter - Class in org.neo4j.ogm.entityaccess
 
FieldWriter(ClassInfo, FieldInfo) - Constructor for class org.neo4j.ogm.entityaccess.FieldWriter
 
findAll(Collection<Long>, int) - Method in interface org.neo4j.ogm.session.request.strategy.QueryStatements
construct a query to fetch all objects with the specified ids
findAll() - Method in interface org.neo4j.ogm.session.request.strategy.QueryStatements
construct a query to fetch all objects
findAll(Collection<Long>, int) - Method in class org.neo4j.ogm.session.request.strategy.VariableDepthQuery
 
findAll() - Method in class org.neo4j.ogm.session.request.strategy.VariableDepthQuery
 
findAll(Collection<Long>, int) - Method in class org.neo4j.ogm.session.request.strategy.VariableDepthRelationshipQuery
 
findAll() - Method in class org.neo4j.ogm.session.request.strategy.VariableDepthRelationshipQuery
 
findAll(int) - Method in interface org.springframework.data.neo4j.repository.GraphRepository
 
findAll(Iterable<Long>, int) - Method in interface org.springframework.data.neo4j.repository.GraphRepository
 
findAll() - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
findAll(Iterable<Long>) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
findAll(int) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
findAll(Iterable<Long>, int) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
findByProperty(String, Property<String, Object>, int) - Method in interface org.neo4j.ogm.session.request.strategy.QueryStatements
construct a query to fetch all objects with the specified label and property
findByProperty(String, Property<String, Object>, int) - Method in class org.neo4j.ogm.session.request.strategy.VariableDepthQuery
 
findByProperty(String, Property<String, Object>, int) - Method in class org.neo4j.ogm.session.request.strategy.VariableDepthRelationshipQuery
 
findByType(String, int) - Method in interface org.neo4j.ogm.session.request.strategy.QueryStatements
construct a query to fetch all objects with the specified label or relationship type
findByType(String, int) - Method in class org.neo4j.ogm.session.request.strategy.VariableDepthQuery
 
findByType(String, int) - Method in class org.neo4j.ogm.session.request.strategy.VariableDepthRelationshipQuery
 
findFields(Class<?>) - Method in class org.neo4j.ogm.metadata.info.ClassInfo
Find all FieldInfos for the specified ClassInfo whose type matches the supplied fieldType
findGetters(Class<?>) - Method in class org.neo4j.ogm.metadata.info.ClassInfo
Find all getter MethodInfos for the specified ClassInfo whose return type matches the supplied class
findIterableFields() - Method in class org.neo4j.ogm.metadata.info.ClassInfo
Retrieves a List of FieldInfo representing all of the fields that can be iterated over using a "foreach" loop.
findIterableFields(Class) - Method in class org.neo4j.ogm.metadata.info.ClassInfo
Finds all fields whose type is equivalent to Array or assignable from Iterable where X is the generic parameter type of the Array or Iterable
findIterableGetters(Class) - Method in class org.neo4j.ogm.metadata.info.ClassInfo
Finds all getter methods whose parameterised return type is equivalent to Array or assignable from Iterable where X is the generic parameter type of the Array or Iterable
findIterableSetters(Class) - Method in class org.neo4j.ogm.metadata.info.ClassInfo
Finds all setter methods whose parameter signature is equivalent to Array or assignable from Iterable where X is the generic parameter type of the Array or Iterable
findOne(Long, int) - Method in interface org.neo4j.ogm.session.request.strategy.QueryStatements
construct a query to fetch a single object with the specified id
findOne(Long, int) - Method in class org.neo4j.ogm.session.request.strategy.VariableDepthQuery
 
findOne(Long, int) - Method in class org.neo4j.ogm.session.request.strategy.VariableDepthRelationshipQuery
 
findOne(Long, int) - Method in interface org.springframework.data.neo4j.repository.GraphRepository
 
findOne(Long) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
findOne(Long, int) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
findSetters(Class<?>) - Method in class org.neo4j.ogm.metadata.info.ClassInfo
Find all setter MethodInfos for the specified ClassInfo whose parameter type matches the supplied class
finish() - Method in interface org.neo4j.ogm.metadata.info.ClassFileProcessor
 
finish() - Method in class org.neo4j.ogm.metadata.info.DomainInfo
 
flush() - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionStatus
 
FORMAT - Static variable in annotation type org.neo4j.ogm.annotation.typeconversion.DateString
 
forScalar() - Method in class org.neo4j.ogm.entityaccess.FieldWriter
 
forScalar() - Method in class org.neo4j.ogm.entityaccess.MethodWriter
 
forScalar() - Method in interface org.neo4j.ogm.entityaccess.RelationalWriter
 

G

get(Class<?>) - Method in class org.neo4j.ogm.mapper.GraphEntityMapper
 
get(Long) - Method in class org.neo4j.ogm.mapper.MappingContext
 
get(String, String) - Method in class org.neo4j.ogm.metadata.info.AnnotationInfo
 
get(String) - Method in class org.neo4j.ogm.metadata.info.AnnotationsInfo
 
get(String) - Method in class org.neo4j.ogm.metadata.info.FieldsInfo
 
get(String) - Method in class org.neo4j.ogm.metadata.info.MethodsInfo
 
get(String) - Method in class org.neo4j.ogm.metadata.info.ObjectAnnotations
 
getAll(Class<?>) - Method in class org.neo4j.ogm.mapper.MappingContext
 
getAnnotation() - Method in class org.springframework.data.neo4j.repository.config.Neo4jRepositoriesRegistrar
 
getAnnotations() - Method in class org.neo4j.ogm.metadata.info.FieldInfo
 
getAnnotations() - Method in class org.neo4j.ogm.metadata.info.MethodInfo
 
getBigDecimalConverter() - Static method in class org.neo4j.ogm.metadata.info.ConvertibleTypes
 
getBigIntegerConverter() - Static method in class org.neo4j.ogm.metadata.info.ConvertibleTypes
 
getByteArrayBase64Converter() - Static method in class org.neo4j.ogm.metadata.info.ConvertibleTypes
 
getByteArrayWrapperBase64Converter() - Static method in class org.neo4j.ogm.metadata.info.ConvertibleTypes
 
getClass(String) - Method in class org.neo4j.ogm.metadata.info.DomainInfo
 
getClassInfosWithAnnotation(String) - Method in class org.neo4j.ogm.metadata.info.DomainInfo
 
getClassSimpleName(String) - Method in class org.neo4j.ogm.metadata.info.DomainInfo
 
getConverter(String) - Method in class org.neo4j.ogm.metadata.info.ObjectAnnotations
 
getCurrentTransaction() - Method in class org.neo4j.ogm.session.transaction.TransactionManager
 
getDatabase() - Method in class org.neo4j.ogm.testutil.DatabaseIntegrationTest
Get the database instantiated for this test.
getDateConverter() - Static method in class org.neo4j.ogm.metadata.info.ConvertibleTypes
 
getDescriptor() - Method in class org.neo4j.ogm.metadata.info.FieldInfo
 
getDescriptor() - Method in class org.neo4j.ogm.metadata.info.MethodInfo
 
getEndNode() - Method in class org.neo4j.ogm.model.RelationshipModel
 
getEndNodeId() - Method in class org.neo4j.ogm.mapper.MappedRelationship
 
getEndNodeReader(ClassInfo) - Method in class org.neo4j.ogm.entityaccess.DefaultEntityAccessStrategy
 
getEndNodeReader(ClassInfo) - Method in interface org.neo4j.ogm.entityaccess.EntityAccessStrategy
 
getEntity() - Method in class org.springframework.data.neo4j.event.Neo4jDataManipulationEvent
 
getEntityInformation(Class<T>) - Method in class org.springframework.data.neo4j.repository.support.GraphRepositoryFactory
 
getEnumConverter(String) - Static method in class org.neo4j.ogm.metadata.info.ConvertibleTypes
 
getExtension() - Method in class org.springframework.data.neo4j.repository.config.Neo4jRepositoriesRegistrar
 
getField(FieldInfo) - Method in class org.neo4j.ogm.metadata.info.ClassInfo
 
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.
getGraph() - Method in class org.neo4j.ogm.session.result.GraphModelResult
 
getId() - Method in class org.neo4j.ogm.model.NodeModel
 
getId() - Method in class org.neo4j.ogm.model.RelationshipModel
 
getId(T) - Method in class org.springframework.data.neo4j.repository.support.GraphEntityInformation
 
getIdentityPropertyReader(ClassInfo) - Method in class org.neo4j.ogm.entityaccess.DefaultEntityAccessStrategy
 
getIdentityPropertyReader(ClassInfo) - Method in interface org.neo4j.ogm.entityaccess.EntityAccessStrategy
 
getIdType() - Method in class org.springframework.data.neo4j.repository.support.GraphEntityInformation
 
getIterableReader(ClassInfo, Class<?>) - Method in class org.neo4j.ogm.entityaccess.DefaultEntityAccessStrategy
 
getIterableReader(ClassInfo, Class<?>) - Method in interface org.neo4j.ogm.entityaccess.EntityAccessStrategy
 
getIterableWriter(ClassInfo, Class<?>) - Method in class org.neo4j.ogm.entityaccess.DefaultEntityAccessStrategy
 
getIterableWriter(ClassInfo, Class<?>) - Method in interface org.neo4j.ogm.entityaccess.EntityAccessStrategy
 
getKey() - Method in class org.neo4j.ogm.model.Property
 
getLabels() - Method in class org.neo4j.ogm.model.NodeModel
 
getMethod(MethodInfo, Class...) - Method in class org.neo4j.ogm.metadata.info.ClassInfo
 
getMethod() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
getModulePrefix() - Method in class org.springframework.data.neo4j.repository.config.Neo4jRepositoryConfigurationExtension
 
getName() - Method in class org.neo4j.ogm.metadata.info.AnnotationInfo
 
getName() - Method in class org.neo4j.ogm.metadata.info.FieldInfo
 
getName() - Method in class org.neo4j.ogm.metadata.info.MethodInfo
 
getName() - Method in class org.neo4j.ogm.metadata.info.ObjectAnnotations
 
getNamedQueryName() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
getNewObject(String) - Method in class org.neo4j.ogm.cypher.compiler.CypherContext
 
getNodes() - Method in class org.neo4j.ogm.model.GraphModel
 
getParameters() - Method in class org.neo4j.ogm.cypher.statement.ParameterisedStatement
 
getProperties() - Method in class org.neo4j.ogm.model.NodeModel
 
getProperties() - Method in class org.neo4j.ogm.model.RelationshipModel
 
getPropertyList() - Method in class org.neo4j.ogm.model.NodeModel
 
getPropertyList() - Method in class org.neo4j.ogm.model.RelationshipModel
 
getPropertyReader(ClassInfo, String) - Method in class org.neo4j.ogm.entityaccess.DefaultEntityAccessStrategy
 
getPropertyReader(ClassInfo, String) - Method in interface org.neo4j.ogm.entityaccess.EntityAccessStrategy
 
getPropertyReaders(ClassInfo) - Method in class org.neo4j.ogm.entityaccess.DefaultEntityAccessStrategy
 
getPropertyReaders(ClassInfo) - Method in interface org.neo4j.ogm.entityaccess.EntityAccessStrategy
 
getPropertyWriter(ClassInfo, String) - Method in class org.neo4j.ogm.entityaccess.DefaultEntityAccessStrategy
 
getPropertyWriter(ClassInfo, String) - Method in interface org.neo4j.ogm.entityaccess.EntityAccessStrategy
 
getQuery() - Method in class org.springframework.data.neo4j.repository.query.derived.DerivedGraphQueryMethod
 
getQuery() - Method in class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
getQueryLookupStrategy(QueryLookupStrategy.Key, EvaluationContextProvider) - Method in class org.springframework.data.neo4j.repository.support.GraphRepositoryFactory
 
getQueryMethod() - Method in class org.springframework.data.neo4j.repository.query.GraphRepositoryQuery
 
getReference() - Method in class org.neo4j.ogm.cypher.compiler.RelationshipBuilder
 
getRelationalReader(ClassInfo, String) - Method in class org.neo4j.ogm.entityaccess.DefaultEntityAccessStrategy
 
getRelationalReader(ClassInfo, String) - Method in interface org.neo4j.ogm.entityaccess.EntityAccessStrategy
 
getRelationalReaders(ClassInfo) - Method in class org.neo4j.ogm.entityaccess.DefaultEntityAccessStrategy
 
getRelationalReaders(ClassInfo) - Method in interface org.neo4j.ogm.entityaccess.EntityAccessStrategy
 
getRelationalWriter(ClassInfo, String, Object) - Method in class org.neo4j.ogm.entityaccess.DefaultEntityAccessStrategy
 
getRelationalWriter(ClassInfo, String, Object) - Method in interface org.neo4j.ogm.entityaccess.EntityAccessStrategy
 
getRelationshipEntity(Long) - Method in class org.neo4j.ogm.mapper.MappingContext
 
getRelationships() - Method in class org.neo4j.ogm.model.GraphModel
 
getRelationshipType() - Method in class org.neo4j.ogm.mapper.MappedRelationship
 
getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.neo4j.repository.support.GraphRepositoryFactory
 
getRepositoryFactoryClassName() - Method in class org.springframework.data.neo4j.repository.config.Neo4jRepositoryConfigurationExtension
 
getResultDataContents() - Method in class org.neo4j.ogm.cypher.statement.ParameterisedStatement
 
getRow() - Method in class org.neo4j.ogm.session.result.RowModelResult
 
getSession() - Method in class org.springframework.data.neo4j.config.Neo4jConfiguration
 
getSessionFactory() - Method in class org.springframework.data.neo4j.config.Neo4jConfiguration
 
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.
getStartNode() - Method in class org.neo4j.ogm.model.RelationshipModel
 
getStartNodeId() - Method in class org.neo4j.ogm.mapper.MappedRelationship
 
getStartNodeReader(ClassInfo) - Method in class org.neo4j.ogm.entityaccess.DefaultEntityAccessStrategy
 
getStartNodeReader(ClassInfo) - Method in interface org.neo4j.ogm.entityaccess.EntityAccessStrategy
 
getStatement() - Method in class org.neo4j.ogm.cypher.statement.ParameterisedStatement
 
getStatements() - Method in interface org.neo4j.ogm.cypher.compiler.CypherCompiler
Retrieves the Cypher queries that have been built up through this CypherCompiler.
getStatements() - Method in class org.neo4j.ogm.cypher.compiler.CypherContext
 
getStatements() - Method in class org.neo4j.ogm.cypher.compiler.SingleStatementCypherCompiler
 
getStatements() - Method in class org.neo4j.ogm.cypher.statement.ParameterisedStatements
 
getTargetRepository(RepositoryMetadata) - Method in class org.springframework.data.neo4j.repository.support.GraphRepositoryFactory
 
getters() - Method in class org.neo4j.ogm.metadata.info.MethodsInfo
 
getTransaction(TransactionDefinition) - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionManager
 
getTransaction() - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionStatus
 
getType() - Method in class org.neo4j.ogm.cypher.compiler.RelationshipBuilder
 
getType(String) - Static method in class org.neo4j.ogm.metadata.ClassUtils
Return the reified class for the parameter of a JavaBean setter from the setter signature
getType() - Method in class org.neo4j.ogm.model.RelationshipModel
 
getTypeParameterDescriptor() - Method in class org.neo4j.ogm.metadata.info.FieldInfo
 
getTypeParameterDescriptor() - Method in class org.neo4j.ogm.metadata.info.MethodInfo
 
getUniqueClasspathElements(List<String>) - Static method in class org.neo4j.ogm.metadata.ClassUtils
Get a list of unique elements on the classpath as File objects, preserving order.
getValue() - Method in class org.neo4j.ogm.model.Property
 
getValues() - Method in class org.neo4j.ogm.session.result.RowModel
 
GraphEntityInformation<ID extends Serializable,T> - Class in org.springframework.data.neo4j.repository.support
 
GraphEntityInformation(Class<T>, Session) - Constructor for class org.springframework.data.neo4j.repository.support.GraphEntityInformation
 
GraphEntityMapper - Class in org.neo4j.ogm.mapper
 
GraphEntityMapper(MetaData, MappingContext) - Constructor for class org.neo4j.ogm.mapper.GraphEntityMapper
 
GraphId - Annotation Type in org.neo4j.ogm.annotation
Identifies the field in the domain entity which is to be mapped to the id property of its backing node in the graph.
GraphModel - Class in org.neo4j.ogm.model
 
GraphModel() - Constructor for class org.neo4j.ogm.model.GraphModel
 
GraphModelQuery - Class in org.neo4j.ogm.cypher.query
 
GraphModelQuery(String, Map<String, ?>) - Constructor for class org.neo4j.ogm.cypher.query.GraphModelQuery
 
GraphModelResponse - Class in org.neo4j.ogm.session.response
 
GraphModelResponse(Neo4jResponse<String>, ObjectMapper) - Constructor for class org.neo4j.ogm.session.response.GraphModelResponse
 
GraphModelResult - Class in org.neo4j.ogm.session.result
 
GraphModelResult() - Constructor for class org.neo4j.ogm.session.result.GraphModelResult
 
GraphQueryLookupStrategy - Class in org.springframework.data.neo4j.repository.query
 
GraphQueryLookupStrategy(Session, QueryLookupStrategy.Key, EvaluationContextProvider) - Constructor for class org.springframework.data.neo4j.repository.query.GraphQueryLookupStrategy
Private constructor to prevent instantiation.
GraphQueryMethod - Class in org.springframework.data.neo4j.repository.query
 
GraphQueryMethod(Method, RepositoryMetadata, Session) - Constructor for class org.springframework.data.neo4j.repository.query.GraphQueryMethod
 
GraphRepository<T> - Interface in org.springframework.data.neo4j.repository
 
GraphRepositoryFactory - Class in org.springframework.data.neo4j.repository.support
 
GraphRepositoryFactory(Session) - Constructor for class org.springframework.data.neo4j.repository.support.GraphRepositoryFactory
 
GraphRepositoryFactoryBean<S extends Repository<T,Long>,T> - Class in org.springframework.data.neo4j.repository.support
 
GraphRepositoryFactoryBean() - Constructor for class org.springframework.data.neo4j.repository.support.GraphRepositoryFactoryBean
 
GraphRepositoryImpl<T> - Class in org.springframework.data.neo4j.repository
 
GraphRepositoryImpl(Class, Session) - Constructor for class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
GraphRepositoryQuery - Class in org.springframework.data.neo4j.repository.query
 
GraphRepositoryQuery(GraphQueryMethod, Session) - Constructor for class org.springframework.data.neo4j.repository.query.GraphRepositoryQuery
 
GraphTestUtils - Class in org.neo4j.ogm.testutil
Utility methods used to facilitate testing against a real Neo4j database.
GraphToEntityMapper<G extends GraphModel> - Interface in org.neo4j.ogm.mapper
Specification for an object-graph mapper, which can map GraphModels onto arbitrary Java objects.

H

hasConverter() - Method in class org.neo4j.ogm.metadata.info.FieldInfo
 
hasConverter() - Method in class org.neo4j.ogm.metadata.info.MethodInfo
 
hasDirection(String) - Method in class org.neo4j.ogm.cypher.compiler.RelationshipBuilder
 
hashCode() - Method in class org.neo4j.ogm.cypher.compiler.DeletedRelationshipBuilder
 
hashCode() - Method in class org.neo4j.ogm.mapper.MappedRelationship
 
hashCode() - Method in class org.neo4j.ogm.model.Property
 
hashCode() - Method in class org.neo4j.ogm.model.RelationshipModel
 
hasSavepoint() - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionStatus
 
HttpRequestAuthorization - Class in org.neo4j.ogm.authentication
 
HttpRequestAuthorization() - Constructor for class org.neo4j.ogm.authentication.HttpRequestAuthorization
 
hydrate(ClassInfo) - Method in class org.neo4j.ogm.metadata.info.ClassInfo
A class that was previously only seen as a temp superclass of another class can now be fully hydrated.
hydrated() - Method in class org.neo4j.ogm.metadata.info.ClassInfo
 

I

identityField() - Method in class org.neo4j.ogm.metadata.info.ClassInfo
The identity field is a field annotated with @NodeId, or if none exists, a field of type Long called 'id'
identityGetter() - Method in class org.neo4j.ogm.metadata.info.ClassInfo
The identity getter is any getter annotated with @NodeId returning a Long, or if none exists, a getter returning Long called 'getId'
identitySetter() - Method in class org.neo4j.ogm.metadata.info.ClassInfo
The identity setter is any setter annotated with @NodeId taking a Long parameter, or if none exists, a setter called 'setId' taking a Long parameter
INCOMING - Static variable in annotation type org.neo4j.ogm.annotation.Relationship
 
Index - Annotation Type in org.neo4j.ogm.annotation
 
inferFieldName(String) - Static method in class org.neo4j.ogm.metadata.RelationshipUtils
Infers the name of the instance variable that corresponds to the given relationship type.
inferGetterName(String) - Static method in class org.neo4j.ogm.metadata.RelationshipUtils
Infers the name of the getter method that corresponds to the given relationship type.
inferRelationshipType(String) - Static method in class org.neo4j.ogm.metadata.RelationshipUtils
Infers the relationship type that corresponds to the given field or access method name.
inferSetterName(String) - Static method in class org.neo4j.ogm.metadata.RelationshipUtils
Infers the name of the setter method that corresponds to the given relationship type.
initialiseScan(String) - Method in class org.neo4j.ogm.session.response.EmptyResponse
 
initialiseScan(String) - Method in class org.neo4j.ogm.session.response.GraphModelResponse
 
initialiseScan(String) - Method in class org.neo4j.ogm.session.response.JsonResponse
 
initialiseScan(String) - Method in interface org.neo4j.ogm.session.response.Neo4jResponse
 
initialiseScan(String) - Method in class org.neo4j.ogm.session.response.RowModelResponse
 
InvalidDepthException - Exception in org.neo4j.ogm.exception
 
InvalidDepthException() - Constructor for exception org.neo4j.ogm.exception.InvalidDepthException
 
InvalidDepthException(String) - Constructor for exception org.neo4j.ogm.exception.InvalidDepthException
 
isActive() - Method in class org.neo4j.ogm.mapper.MappedRelationship
 
isArrayOf(Class<?>) - Method in class org.neo4j.ogm.metadata.info.FieldInfo
 
isArrayOf(Class<?>) - Method in class org.neo4j.ogm.metadata.info.MethodInfo
 
isCompleted() - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionStatus
 
isDirty(Object) - Method in class org.neo4j.ogm.mapper.MappingContext
 
isEmpty() - Method in class org.neo4j.ogm.metadata.info.ObjectAnnotations
 
isEnum() - Method in class org.neo4j.ogm.metadata.info.ClassInfo
 
isInterface() - Method in class org.neo4j.ogm.metadata.info.ClassInfo
 
isNewTransaction() - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionStatus
 
ISO_8601 - Static variable in annotation type org.neo4j.ogm.annotation.typeconversion.DateString
 
isParameterisedTypeOf(Class<?>) - Method in class org.neo4j.ogm.metadata.info.FieldInfo
 
isParameterisedTypeOf(Class<?>) - Method in class org.neo4j.ogm.metadata.info.MethodInfo
 
isRegisteredRelationship(MappedRelationship) - Method in class org.neo4j.ogm.cypher.compiler.CypherContext
 
isRegisteredRelationship(MappedRelationship) - Method in class org.neo4j.ogm.mapper.MappingContext
 
isRelationshipEntity(String) - Method in class org.neo4j.ogm.metadata.MetaData
 
isRollbackOnly() - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionStatus
 
isScalar(FieldInfo) - Method in class org.neo4j.ogm.metadata.info.ClassInfo
 
isSimple() - Method in class org.neo4j.ogm.metadata.info.FieldInfo
 
isSimpleGetter() - Method in class org.neo4j.ogm.metadata.info.MethodInfo
 
isSimpleSetter() - Method in class org.neo4j.ogm.metadata.info.MethodInfo
 
isTransient() - Method in class org.neo4j.ogm.metadata.info.ClassInfo
 
isTypeOf(Class<?>) - Method in class org.neo4j.ogm.metadata.info.FieldInfo
 
isTypeOf(Class<?>) - Method in class org.neo4j.ogm.metadata.info.MethodInfo
 
IterableUtils - Class in org.springframework.data.neo4j.util
Utility methods for dealing with Iterables.

J

JsonResponse - Class in org.neo4j.ogm.session.response
 
JsonResponse(InputStream) - Constructor for class org.neo4j.ogm.session.response.JsonResponse
 

L

LABEL - Static variable in annotation type org.neo4j.ogm.annotation.NodeEntity
 
label() - Method in class org.neo4j.ogm.metadata.info.ClassInfo
 
labels() - Method in class org.neo4j.ogm.metadata.info.ClassInfo
Retrieves the labels that are applied to nodes in the database that store information about instances of the class.
list() - Method in class org.neo4j.ogm.metadata.info.AnnotationsInfo
 
load(Class<T>, Long) - Method in class org.neo4j.ogm.session.Neo4jSession
 
load(Class<T>, Long, int) - Method in class org.neo4j.ogm.session.Neo4jSession
 
load(Class<T>, Long) - Method in interface org.neo4j.ogm.session.Session
 
load(Class<T>, Long, int) - Method in interface org.neo4j.ogm.session.Session
 
load(Class<T>, Long) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Loads an entity of type T that matches the specified ID to the default depth.
load(Class<T>, Long, int) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Loads an entity of type T that matches the specified ID to the given depth.
load(Class<T>, Long) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
load(Class<T>, Long, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
loadAll(Class<T>, Collection<Long>) - Method in class org.neo4j.ogm.session.Neo4jSession
 
loadAll(Class<T>, Collection<Long>, int) - Method in class org.neo4j.ogm.session.Neo4jSession
 
loadAll(Class<T>) - Method in class org.neo4j.ogm.session.Neo4jSession
 
loadAll(Class<T>, int) - Method in class org.neo4j.ogm.session.Neo4jSession
 
loadAll(Collection<T>) - Method in class org.neo4j.ogm.session.Neo4jSession
 
loadAll(Collection<T>, int) - Method in class org.neo4j.ogm.session.Neo4jSession
 
loadAll(Class<T>, Neo4jResponse<GraphModel>) - Method in interface org.neo4j.ogm.session.response.ResponseHandler
 
loadAll(Class<T>, Neo4jResponse<GraphModel>) - Method in class org.neo4j.ogm.session.response.SessionResponseHandler
 
loadAll(Class<T>, Collection<Long>) - Method in interface org.neo4j.ogm.session.Session
 
loadAll(Class<T>, Collection<Long>, int) - Method in interface org.neo4j.ogm.session.Session
 
loadAll(Class<T>) - Method in interface org.neo4j.ogm.session.Session
 
loadAll(Class<T>, int) - Method in interface org.neo4j.ogm.session.Session
 
loadAll(Collection<T>) - Method in interface org.neo4j.ogm.session.Session
 
loadAll(Collection<T>, int) - Method in interface org.neo4j.ogm.session.Session
 
loadAll(Class<T>) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Retrieves all the entities of the given class in the database hydrated to the default depth.
loadAll(Class<T>, int) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Retrieves all the entities of the given class in the database hydrated to the specified depth.
loadAll(Collection<T>, int) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Reloads all of the entities in the given Collection to the specified depth.
loadAll(Class<T>, Collection<Long>) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
loadAll(Class<T>, Collection<Long>, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
loadAll(Class<T>) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
loadAll(Class<T>, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
loadAll(Collection<T>) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
loadAll(Collection<T>, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
loadAllByProperty(Class<T>, String, Object) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Retrieves all the entities of the specified type that contain a property matching the given name with the given value.
loadAllByProperty(Class<T>, String, Object) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
loadAllByProperty(Class<T>, String, Object, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
loadById(Class<T>, Neo4jResponse<GraphModel>, Long) - Method in interface org.neo4j.ogm.session.response.ResponseHandler
 
loadById(Class<T>, Neo4jResponse<GraphModel>, Long) - Method in class org.neo4j.ogm.session.response.SessionResponseHandler
 
loadByProperty(Class<T>, Property<String, Object>) - Method in class org.neo4j.ogm.session.Neo4jSession
 
loadByProperty(Class<T>, Property<String, Object>, int) - Method in class org.neo4j.ogm.session.Neo4jSession
 
loadByProperty(Class<T>, Neo4jResponse<GraphModel>, Property<String, Object>) - Method in interface org.neo4j.ogm.session.response.ResponseHandler
 
loadByProperty(Class<T>, Neo4jResponse<GraphModel>, Property<String, Object>) - Method in class org.neo4j.ogm.session.response.SessionResponseHandler
 
loadByProperty(Class<T>, Property<String, Object>) - Method in interface org.neo4j.ogm.session.Session
 
loadByProperty(Class<T>, Property<String, Object>, int) - Method in interface org.neo4j.ogm.session.Session
 
loadByProperty(Class<T>, String, Object) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Retrieves the entity of the specified type that contains a property matching the given name with the given value.
loadByProperty(Class<T>, String, Object) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
loadByPropertyOrNull(Class<T>, String, Object) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
log(Object) - Method in class org.neo4j.ogm.cypher.compiler.CypherContext
 
log() - Method in class org.neo4j.ogm.cypher.compiler.CypherContext
 
LongTransaction - Class in org.neo4j.ogm.session.transaction
 
LongTransaction(MappingContext, String, TransactionManager) - Constructor for class org.neo4j.ogm.session.transaction.LongTransaction
 

M

map(Object) - Method in class org.neo4j.ogm.mapper.EntityGraphMapper
 
map(Object, int) - Method in class org.neo4j.ogm.mapper.EntityGraphMapper
 
map(Object) - Method in interface org.neo4j.ogm.mapper.EntityToGraphMapper
Processes the given object and any of its composite persistent objects and produces Cypher queries to persist their state in Neo4j.
map(Object, int) - Method in interface org.neo4j.ogm.mapper.EntityToGraphMapper
Processes the given object and any of its composite persistent objects to the specified depth and produces Cypher queries to persist their state in Neo4j.
map(Class<T>, GraphModel) - Method in class org.neo4j.ogm.mapper.GraphEntityMapper
 
map(Class<T>, G) - Method in interface org.neo4j.ogm.mapper.GraphToEntityMapper
Maps the data representation in the given GraphModel onto an instance of T.
map(Object...) - Static method in class org.neo4j.ogm.session.Utils
 
mapCollection(String, Collection<Property<String, Object>>) - Static method in class org.neo4j.ogm.session.Utils
 
MappedRelationship - Class in org.neo4j.ogm.mapper
Light-weight record of a relationship mapped from the database, stored as a triplet: startNodeId - relationshipType - endNodeId
MappedRelationship(long, String, long) - Constructor for class org.neo4j.ogm.mapper.MappedRelationship
 
mappedRelationships() - Method in class org.neo4j.ogm.mapper.MappingContext
 
MappingContext - Class in org.neo4j.ogm.mapper
The MappingContext maintains a map of all the objects created during the hydration of an object map (domain hierarchy).
MappingContext(MetaData) - Constructor for class org.neo4j.ogm.mapper.MappingContext
 
MappingException - Exception in org.neo4j.ogm.metadata
Specialised RuntimeException thrown when an unrecoverable issue occurs when mapping between objects and graphs.
MappingException(String, Exception) - Constructor for exception org.neo4j.ogm.metadata.MappingException
Constructs a new MappingException with the given reason message and cause.
MappingException(String) - Constructor for exception org.neo4j.ogm.metadata.MappingException
Constructs a new MappingException with the given message.
mapProperties(Object, ClassInfo, EntityAccessStrategy) - Method in class org.neo4j.ogm.cypher.compiler.NodeBuilder
 
merge(Class<?>, Iterable<?>, Object[]) - Static method in class org.neo4j.ogm.entityaccess.EntityAccess
 
merge(Class<?>, Iterable<?>, Iterable<?>) - Static method in class org.neo4j.ogm.entityaccess.EntityAccess
Merges the contents of collection with hydrated ensuring no duplicates and returns the result as an instance of the given parameter type.
MetaData - Class in org.neo4j.ogm.metadata
 
MetaData(String...) - Constructor for class org.neo4j.ogm.metadata.MetaData
 
MethodInfo - Class in org.neo4j.ogm.metadata.info
 
MethodInfo(String, String, String, ObjectAnnotations) - Constructor for class org.neo4j.ogm.metadata.info.MethodInfo
Constructs a new MethodInfo based on the given arguments.
MethodReader - Class in org.neo4j.ogm.entityaccess
 
methods() - Method in class org.neo4j.ogm.metadata.info.MethodsInfo
 
methodsInfo() - Method in class org.neo4j.ogm.metadata.info.ClassInfo
 
MethodsInfo - Class in org.neo4j.ogm.metadata.info
 
MethodsInfo(DataInputStream, ConstantPool) - Constructor for class org.neo4j.ogm.metadata.info.MethodsInfo
 
MethodWriter - Class in org.neo4j.ogm.entityaccess
 

N

NAME - Static variable in annotation type org.neo4j.ogm.annotation.GraphId
 
NAME - Static variable in annotation type org.neo4j.ogm.annotation.Property
 
name() - Method in class org.neo4j.ogm.metadata.info.ClassInfo
 
Neo4jConfiguration - Class in org.springframework.data.neo4j.config
 
Neo4jConfiguration() - Constructor for class org.springframework.data.neo4j.config.Neo4jConfiguration
 
Neo4jCredentials<T> - Interface in org.neo4j.ogm.authentication
 
Neo4jDataManipulationEvent - Class in org.springframework.data.neo4j.event
A Spring ApplicationEvent that gets published by Neo4jTemplate to notify interested parties about data manipulation events.
Neo4jDataManipulationEvent(Object, Object) - Constructor for class org.springframework.data.neo4j.event.Neo4jDataManipulationEvent
 
Neo4jOperations - Interface in org.springframework.data.neo4j.template
Spring Data operations interface, implemented by Neo4jTemplate, that provides the API for using the persistence framework in a more direct way as an alternative to the repositories.
Neo4jRepositoriesRegistrar - Class in org.springframework.data.neo4j.repository.config
 
Neo4jRepositoriesRegistrar() - Constructor for class org.springframework.data.neo4j.repository.config.Neo4jRepositoriesRegistrar
 
Neo4jRepositoryConfigurationExtension - Class in org.springframework.data.neo4j.repository.config
 
Neo4jRepositoryConfigurationExtension() - Constructor for class org.springframework.data.neo4j.repository.config.Neo4jRepositoryConfigurationExtension
 
Neo4jRequest<T> - Interface in org.neo4j.ogm.session.request
 
Neo4jResponse<T> - Interface in org.neo4j.ogm.session.response
 
neo4jServer() - Method in class org.springframework.data.neo4j.config.Neo4jConfiguration
 
Neo4jServer - Interface in org.springframework.data.neo4j.server
 
Neo4jSession - Class in org.neo4j.ogm.session
 
Neo4jSession(MetaData, String, CloseableHttpClient, ObjectMapper) - Constructor for class org.neo4j.ogm.session.Neo4jSession
 
Neo4jTemplate - Class in org.springframework.data.neo4j.template
Spring Data template for Neo4j.
Neo4jTemplate(Session) - Constructor for class org.springframework.data.neo4j.template.Neo4jTemplate
Constructs a new Neo4jTemplate based on the given Neo4j OGM Session.
Neo4jTransactionManager - Class in org.springframework.data.neo4j.transaction
 
Neo4jTransactionManager(Session) - Constructor for class org.springframework.data.neo4j.transaction.Neo4jTransactionManager
 
Neo4jTransactionStatus - Class in org.springframework.data.neo4j.transaction
 
Neo4jTransactionStatus(Transaction) - Constructor for class org.springframework.data.neo4j.transaction.Neo4jTransactionStatus
 
neoServerPort() - Method in class org.neo4j.ogm.testutil.WrappingServerIntegrationTest
Provide the port number on which the server will run.
newNode() - Method in interface org.neo4j.ogm.cypher.compiler.CypherCompiler
Returns NodeBuilder that represents a new node to be created in the database.
newNode() - Method in class org.neo4j.ogm.cypher.compiler.SingleStatementCypherCompiler
 
newObject(NodeModel) - Method in class org.neo4j.ogm.entityaccess.EntityFactory
Constructs a new object based on the class mapped to the labels on the given NodeModel.
newObject(RelationshipModel) - Method in class org.neo4j.ogm.entityaccess.EntityFactory
Constructs a new object based on the class mapped to the type in the given RelationshipModel.
newRelationship() - Method in interface org.neo4j.ogm.cypher.compiler.CypherCompiler
Returns a RelationshipBuilder to use for constructing Cypher for writing a new relationship to the database.
newRelationship() - Method in class org.neo4j.ogm.cypher.compiler.SingleStatementCypherCompiler
 
next() - Method in interface org.neo4j.ogm.session.query.Query
 
next() - Method in class org.neo4j.ogm.session.response.EmptyResponse
 
next() - Method in class org.neo4j.ogm.session.response.GraphModelResponse
 
next() - Method in class org.neo4j.ogm.session.response.JsonResponse
 
next() - Method in interface org.neo4j.ogm.session.response.Neo4jResponse
 
next() - Method in class org.neo4j.ogm.session.response.RowModelResponse
 
nextIdentifier() - Method in interface org.neo4j.ogm.cypher.compiler.CypherCompiler
 
nextIdentifier() - Method in class org.neo4j.ogm.cypher.compiler.SingleStatementCypherCompiler
 
node(Long) - Method in class org.neo4j.ogm.model.GraphModel
 
NodeBuilder - Class in org.neo4j.ogm.cypher.compiler
 
NodeEntity - Annotation Type in org.neo4j.ogm.annotation
Identifies a domain entity as being backed by a node in the graph.
NodeModel - Class in org.neo4j.ogm.model
 
NodeModel() - Constructor for class org.neo4j.ogm.model.NodeModel
 
NotFoundException - Exception in org.neo4j.ogm.exception
 
NotFoundException() - Constructor for exception org.neo4j.ogm.exception.NotFoundException
 
NotFoundException(String) - Constructor for exception org.neo4j.ogm.exception.NotFoundException
 
NotFoundException(String, Throwable) - Constructor for exception org.neo4j.ogm.exception.NotFoundException
 
NotFoundException(Throwable) - Constructor for exception org.neo4j.ogm.exception.NotFoundException
 
NotFoundException(String, Throwable, boolean, boolean) - Constructor for exception org.neo4j.ogm.exception.NotFoundException
 
NumberString - Annotation Type in org.neo4j.ogm.annotation.typeconversion
 
NumberStringConverter - Class in org.neo4j.ogm.typeconversion
The NumberStringConverter can be used to convert any java object that extends java.lang.Number to and from its String representation.
NumberStringConverter(Class<? extends Number>) - Constructor for class org.neo4j.ogm.typeconversion.NumberStringConverter
 

O

ObjectAnnotations - Class in org.neo4j.ogm.metadata.info
 
ObjectAnnotations() - Constructor for class org.neo4j.ogm.metadata.info.ObjectAnnotations
 
openSession(String) - Method in class org.neo4j.ogm.session.SessionFactory
 
openTransaction(MappingContext) - Method in class org.neo4j.ogm.session.transaction.TransactionManager
 
org.neo4j.ogm.annotation - package org.neo4j.ogm.annotation
 
org.neo4j.ogm.annotation.typeconversion - package org.neo4j.ogm.annotation.typeconversion
 
org.neo4j.ogm.authentication - package org.neo4j.ogm.authentication
 
org.neo4j.ogm.cypher.compiler - package org.neo4j.ogm.cypher.compiler
 
org.neo4j.ogm.cypher.query - package org.neo4j.ogm.cypher.query
 
org.neo4j.ogm.cypher.statement - package org.neo4j.ogm.cypher.statement
 
org.neo4j.ogm.entityaccess - package org.neo4j.ogm.entityaccess
 
org.neo4j.ogm.exception - package org.neo4j.ogm.exception
 
org.neo4j.ogm.mapper - package org.neo4j.ogm.mapper
 
org.neo4j.ogm.metadata - package org.neo4j.ogm.metadata
 
org.neo4j.ogm.metadata.info - package org.neo4j.ogm.metadata.info
 
org.neo4j.ogm.model - package org.neo4j.ogm.model
 
org.neo4j.ogm.session - package org.neo4j.ogm.session
 
org.neo4j.ogm.session.query - package org.neo4j.ogm.session.query
 
org.neo4j.ogm.session.request - package org.neo4j.ogm.session.request
 
org.neo4j.ogm.session.request.strategy - package org.neo4j.ogm.session.request.strategy
 
org.neo4j.ogm.session.response - package org.neo4j.ogm.session.response
 
org.neo4j.ogm.session.result - package org.neo4j.ogm.session.result
 
org.neo4j.ogm.session.transaction - package org.neo4j.ogm.session.transaction
 
org.neo4j.ogm.testutil - package org.neo4j.ogm.testutil
 
org.neo4j.ogm.typeconversion - package org.neo4j.ogm.typeconversion
 
org.springframework.data.neo4j.annotation - package org.springframework.data.neo4j.annotation
 
org.springframework.data.neo4j.config - package org.springframework.data.neo4j.config
 
org.springframework.data.neo4j.event - package org.springframework.data.neo4j.event
 
org.springframework.data.neo4j.repository - package org.springframework.data.neo4j.repository
 
org.springframework.data.neo4j.repository.config - package org.springframework.data.neo4j.repository.config
 
org.springframework.data.neo4j.repository.query - package org.springframework.data.neo4j.repository.query
 
org.springframework.data.neo4j.repository.query.derived - package org.springframework.data.neo4j.repository.query.derived
 
org.springframework.data.neo4j.repository.support - package org.springframework.data.neo4j.repository.support
 
org.springframework.data.neo4j.server - package org.springframework.data.neo4j.server
 
org.springframework.data.neo4j.template - package org.springframework.data.neo4j.template
 
org.springframework.data.neo4j.transaction - package org.springframework.data.neo4j.transaction
 
org.springframework.data.neo4j.util - package org.springframework.data.neo4j.util
 
OUTGOING - Static variable in annotation type org.neo4j.ogm.annotation.Relationship
 

P

ParameterisedStatement - Class in org.neo4j.ogm.cypher.statement
Simple encapsulation of a Cypher query and its parameters.
ParameterisedStatement(String, Map<String, ?>) - Constructor for class org.neo4j.ogm.cypher.statement.ParameterisedStatement
Constructs a new ParameterisedStatement based on the given Cypher query string and query parameters.
ParameterisedStatement(String, Map<String, ?>, String...) - Constructor for class org.neo4j.ogm.cypher.statement.ParameterisedStatement
 
ParameterisedStatements - Class in org.neo4j.ogm.cypher.statement
 
ParameterisedStatements(List<ParameterisedStatement>) - Constructor for class org.neo4j.ogm.cypher.statement.ParameterisedStatements
 
persistenceExceptionTranslator() - Method in class org.springframework.data.neo4j.config.Neo4jConfiguration
 
populateConfigurator(ServerConfigurator) - Method in class org.neo4j.ogm.testutil.WrappingServerIntegrationTest
Populate server configurator with additional configuration.
populateDatabase(GraphDatabaseService) - Method in class org.neo4j.ogm.testutil.DatabaseIntegrationTest
Populate the database that will drive this test.
process(InputStream) - Method in interface org.neo4j.ogm.metadata.info.ClassFileProcessor
 
process(InputStream) - Method in class org.neo4j.ogm.metadata.info.DomainInfo
 
Property - Annotation Type in org.neo4j.ogm.annotation
Establishes the mapping between a domain entity attribute and a node or relationship property in the graph.
property() - Method in class org.neo4j.ogm.metadata.info.FieldInfo
 
property() - Method in class org.neo4j.ogm.metadata.info.MethodInfo
 
property(String) - Method in class org.neo4j.ogm.model.NodeModel
 
Property<K,V> - Class in org.neo4j.ogm.model
 
Property() - Constructor for class org.neo4j.ogm.model.Property
 
Property(K, V) - Constructor for class org.neo4j.ogm.model.Property
 
propertyField(String) - Method in class org.neo4j.ogm.metadata.info.ClassInfo
Finds the property field with a specific name from the ClassInfo's property fields
propertyFields() - Method in class org.neo4j.ogm.metadata.info.ClassInfo
A property field is any field annotated with @Property, or any field that can be mapped to a node property.
propertyGetter(String) - Method in class org.neo4j.ogm.metadata.info.ClassInfo
Finds the property getter with a specific name from the specified ClassInfo's property getters
propertyGetters() - Method in class org.neo4j.ogm.metadata.info.ClassInfo
A property getter is any getter annotated with @Property, or any getter whose return type can be mapped to a node property.
propertyName() - Method in class org.neo4j.ogm.entityaccess.FieldReader
 
propertyName() - Method in class org.neo4j.ogm.entityaccess.MethodReader
 
propertyName() - Method in interface org.neo4j.ogm.entityaccess.PropertyReader
Retrieves the property name as it would be written to the node or relationship in the graph database.
propertyName() - Method in interface org.neo4j.ogm.entityaccess.RelationalReader
 
PropertyReader - Interface in org.neo4j.ogm.entityaccess
Simple interface through which a particular property of a given object can be read.
propertySetter(String) - Method in class org.neo4j.ogm.metadata.info.ClassInfo
Finds the property setter with a specific name from the specified ClassInfo's property setters
propertySetters() - Method in class org.neo4j.ogm.metadata.info.ClassInfo
A property setter is any setter annotated with @Property, or any setter whose parameter type can be mapped to a node property.
PropertyWriter - Interface in org.neo4j.ogm.entityaccess
Simple interface through which a particular property of a given object can be set.
purge() - Method in class org.neo4j.ogm.session.request.strategy.DeleteStatements
 
purgeDatabase() - Method in class org.neo4j.ogm.session.Neo4jSession
 
purgeDatabase() - Method in interface org.neo4j.ogm.session.Session
 
purgeSession() - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
put(String, AnnotationInfo) - Method in class org.neo4j.ogm.metadata.info.ObjectAnnotations
 

Q

query(String, Map<String, ?>) - Method in class org.neo4j.ogm.session.Neo4jSession
 
query(Class<T>, String, Map<String, ?>) - Method in class org.neo4j.ogm.session.Neo4jSession
 
Query<T> - Interface in org.neo4j.ogm.session.query
 
query(Class<T>, String, Map<String, ?>) - Method in interface org.neo4j.ogm.session.Session
Given a non modifying cypher statement this method will return a collection of domain objects that is hydrated to the level specified in the given cypher query or a collection of scalars (depending on the parametrized type).
query(String, Map<String, ?>) - Method in interface org.neo4j.ogm.session.Session
Given a non modifying cypher statement this method will return a collection of Map's which represent Neo4j objects as properties.
Query - Annotation Type in org.springframework.data.neo4j.annotation
Annotation to declare finder queries directly on repository methods.
query(String, Map<String, ?>) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Executes the specified Cypher query with the given parameters against the underlying Neo4j database and returns the row-based result in the form of an Iterable of Maps.
query(String, Map<String, ?>) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
queryForObject(Class<T>, String, Map<String, ?>) - Method in class org.neo4j.ogm.session.Neo4jSession
 
queryForObject(Class<T>, String, Map<String, ?>) - Method in interface org.neo4j.ogm.session.Session
Given a non modifying cypher statement this method will return a domain object that is hydrated to the level specified in the given cypher query or a scalar (depending on the parametrized type).
queryForObject(Class<T>, String, Map<String, ?>) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Runs the specified Cypher query with the given parameters against the underlying Neo4j database and returns the result marshalled as an object of the requested type.
queryForObject(Class<T>, String, Map<String, ?>) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
queryForObjects(Class<T>, String, Map<String, ?>) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Runs the specified Cypher query with the given parameters against the underlying Neo4j database and returns the result marshalled as a group of objects of the requested type.
queryForObjects(Class<T>, String, Map<String, ?>) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
QueryStatements - Interface in org.neo4j.ogm.session.request.strategy
 

R

read(Object) - Method in class org.neo4j.ogm.entityaccess.FieldReader
 
read(Field, Object) - Static method in class org.neo4j.ogm.entityaccess.FieldWriter
 
read(Object) - Method in class org.neo4j.ogm.entityaccess.MethodReader
 
read(Method, Object) - Static method in class org.neo4j.ogm.entityaccess.MethodWriter
 
read(Object) - Method in interface org.neo4j.ogm.entityaccess.PropertyReader
 
read(Object) - Method in interface org.neo4j.ogm.entityaccess.RelationalReader
 
reference() - Method in class org.neo4j.ogm.cypher.compiler.NodeBuilder
 
reference - Variable in class org.neo4j.ogm.cypher.compiler.RelationshipBuilder
 
registeredRelationships() - Method in class org.neo4j.ogm.cypher.compiler.CypherContext
 
registerNewObject(String, Object) - Method in class org.neo4j.ogm.cypher.compiler.CypherContext
 
registerNodeEntity(Object, Long) - Method in class org.neo4j.ogm.mapper.MappingContext
 
registerRelationship(MappedRelationship) - Method in class org.neo4j.ogm.cypher.compiler.CypherContext
 
registerRelationship(MappedRelationship) - Method in class org.neo4j.ogm.mapper.MappingContext
 
registerRelationshipEntity(Object, Long) - Method in class org.neo4j.ogm.mapper.MappingContext
 
relate(String, String, Map<String, Object>, String) - Method in interface org.neo4j.ogm.cypher.compiler.CypherCompiler
Deprecated.
Setting relationships should now be done through the RelationshipBuilder
relate(String, String) - Method in class org.neo4j.ogm.cypher.compiler.RelationshipBuilder
 
relate(String, String, Map<String, Object>, String) - Method in class org.neo4j.ogm.cypher.compiler.SingleStatementCypherCompiler
Deprecated.
RelationalReader - Interface in org.neo4j.ogm.entityaccess
Specialisation of PropertyReader that also exposes the relationship type represented by the corresponding object member.
RelationalWriter - Interface in org.neo4j.ogm.entityaccess
Specialisation of PropertyWriter that also exposes the relationship type represented by the corresponding object member.
Relationship - Annotation Type in org.neo4j.ogm.annotation
 
relationship() - Method in class org.neo4j.ogm.metadata.info.FieldInfo
 
relationship() - Method in class org.neo4j.ogm.metadata.info.MethodInfo
 
RelationshipBuilder - Class in org.neo4j.ogm.cypher.compiler
Used to compile Cypher that holds information about a relationship
RelationshipBuilder(String) - Constructor for class org.neo4j.ogm.cypher.compiler.RelationshipBuilder
 
relationshipDirection() - Method in class org.neo4j.ogm.entityaccess.FieldReader
 
relationshipDirection() - Method in class org.neo4j.ogm.entityaccess.FieldWriter
 
relationshipDirection() - Method in class org.neo4j.ogm.entityaccess.MethodReader
 
relationshipDirection() - Method in class org.neo4j.ogm.entityaccess.MethodWriter
 
relationshipDirection() - Method in interface org.neo4j.ogm.entityaccess.RelationalReader
 
relationshipDirection() - Method in interface org.neo4j.ogm.entityaccess.RelationalWriter
 
relationshipDirection() - Method in class org.neo4j.ogm.metadata.info.FieldInfo
 
relationshipDirection() - Method in class org.neo4j.ogm.metadata.info.MethodInfo
 
RelationshipEntity - Annotation Type in org.neo4j.ogm.annotation
Identifies a domain entity as being backed by a relationship in the graph.
relationshipField(String) - Method in class org.neo4j.ogm.metadata.info.ClassInfo
Finds the relationship field with a specific name from the ClassInfo's relationship fields
relationshipFields() - Method in class org.neo4j.ogm.metadata.info.ClassInfo
A relationship field is any field annotated with @Relationship, or any field that cannot be mapped to a node property.
relationshipGetter(String) - Method in class org.neo4j.ogm.metadata.info.ClassInfo
Finds the relationship getter with a specific name from the specified ClassInfo's relationship getters
relationshipGetters() - Method in class org.neo4j.ogm.metadata.info.ClassInfo
A relationship getter is any getter annotated with @Relationship, or any getter whose return type cannot be mapped to a node property.
RelationshipModel - Class in org.neo4j.ogm.model
 
RelationshipModel() - Constructor for class org.neo4j.ogm.model.RelationshipModel
 
relationshipName() - Method in class org.neo4j.ogm.entityaccess.FieldWriter
 
relationshipName() - Method in class org.neo4j.ogm.entityaccess.MethodWriter
 
relationshipName() - Method in interface org.neo4j.ogm.entityaccess.RelationalWriter
 
relationshipSetter(String) - Method in class org.neo4j.ogm.metadata.info.ClassInfo
Finds the relationship setter with a specific name from the specified ClassInfo's relationship setters
relationshipSetters() - Method in class org.neo4j.ogm.metadata.info.ClassInfo
A relationship setter is any setter annotated with @Relationship, or any setter whose parameter type cannot be mapped to a node property.
relationshipType() - Method in class org.neo4j.ogm.entityaccess.FieldReader
 
relationshipType() - Method in class org.neo4j.ogm.entityaccess.MethodReader
 
relationshipType() - Method in interface org.neo4j.ogm.entityaccess.RelationalReader
 
RelationshipUtils - Class in org.neo4j.ogm.metadata
Contains helper methods to facilitate inference of relationship types from field and methods and vice versa.
RelationshipUtils() - Constructor for class org.neo4j.ogm.metadata.RelationshipUtils
 
release(RelationshipBuilder) - Method in interface org.neo4j.ogm.cypher.compiler.CypherCompiler
Returns an unused relationship's reference to the ref pool This is to ensure that references are only created when needed
release(RelationshipBuilder) - Method in class org.neo4j.ogm.cypher.compiler.SingleStatementCypherCompiler
 
releaseSavepoint(Object) - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionStatus
 
remember(Object, ClassInfo) - Method in class org.neo4j.ogm.mapper.EntityMemo
constructs a 64-bit hash of this object's node properties and maps the object to that hash.
remember(Object) - Method in class org.neo4j.ogm.mapper.MappingContext
 
remembered(Object, ClassInfo) - Method in class org.neo4j.ogm.mapper.EntityMemo
determines whether the specified has already been memorised.
RemoteServer - Class in org.springframework.data.neo4j.server
 
RemoteServer(String) - Constructor for class org.springframework.data.neo4j.server.RemoteServer
 
replace(Object, Long) - Method in class org.neo4j.ogm.mapper.MappingContext
 
RequestHandler - Interface in org.neo4j.ogm.session.request
 
resolve(String...) - Method in class org.neo4j.ogm.metadata.MetaData
Given an set of names (simple or fully-qualified) that are possibly within a type hierarchy, this function returns the base class from among them.
resolveConcreteType(Class<?>, Type) - Static method in class org.springframework.data.neo4j.repository.query.GraphRepositoryQuery
 
resolveQuery(Method, RepositoryMetadata, NamedQueries) - Method in class org.springframework.data.neo4j.repository.query.GraphQueryLookupStrategy
 
ResponseHandler - Interface in org.neo4j.ogm.session.response
 
ResultColumn - Annotation Type in org.neo4j.ogm.annotation
 
ResultProcessingException - Exception in org.neo4j.ogm.session.result
 
ResultProcessingException(String, Exception) - Constructor for exception org.neo4j.ogm.session.result.ResultProcessingException
 
retrieveNodeBuilderForObject(Object) - Method in class org.neo4j.ogm.cypher.compiler.CypherContext
 
ReturnClauseBuilder - Class in org.neo4j.ogm.cypher.compiler
 
ReturnClauseBuilder() - Constructor for class org.neo4j.ogm.cypher.compiler.ReturnClauseBuilder
 
rollback() - Method in class org.neo4j.ogm.session.transaction.LongTransaction
 
rollback() - Method in class org.neo4j.ogm.session.transaction.SimpleTransaction
 
rollback() - Method in interface org.neo4j.ogm.session.transaction.Transaction
 
rollback(Transaction) - Method in class org.neo4j.ogm.session.transaction.TransactionManager
 
rollback(TransactionStatus) - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionManager
 
rollbackToSavepoint(Object) - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionStatus
 
rowId() - Method in class org.neo4j.ogm.session.response.EmptyResponse
 
rowId() - Method in class org.neo4j.ogm.session.response.GraphModelResponse
 
rowId() - Method in class org.neo4j.ogm.session.response.JsonResponse
 
rowId() - Method in interface org.neo4j.ogm.session.response.Neo4jResponse
 
rowId() - Method in class org.neo4j.ogm.session.response.RowModelResponse
 
RowModel - Class in org.neo4j.ogm.session.result
 
RowModel(Object[]) - Constructor for class org.neo4j.ogm.session.result.RowModel
 
RowModelQuery - Class in org.neo4j.ogm.cypher.query
 
RowModelQuery(String, Map<String, ?>) - Constructor for class org.neo4j.ogm.cypher.query.RowModelQuery
 
RowModelResponse - Class in org.neo4j.ogm.session.response
 
RowModelResponse(Neo4jResponse<String>, ObjectMapper) - Constructor for class org.neo4j.ogm.session.response.RowModelResponse
 
RowModelResult - Class in org.neo4j.ogm.session.result
 
RowModelResult() - Constructor for class org.neo4j.ogm.session.result.RowModelResult
 

S

save(T) - Method in class org.neo4j.ogm.session.Neo4jSession
 
save(T, int) - Method in class org.neo4j.ogm.session.Neo4jSession
 
save(T) - Method in interface org.neo4j.ogm.session.Session
 
save(T, int) - Method in interface org.neo4j.ogm.session.Session
 
save(S, int) - Method in interface org.springframework.data.neo4j.repository.GraphRepository
 
save(Iterable<S>, int) - Method in interface org.springframework.data.neo4j.repository.GraphRepository
 
save(S) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
save(Iterable<S>) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
save(S, int) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
save(Iterable<S>, int) - Method in class org.springframework.data.neo4j.repository.GraphRepositoryImpl
 
save(T) - Method in interface org.springframework.data.neo4j.template.Neo4jOperations
Saves the specified entity in the graph database.
save(T) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
save(T, int) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
scan(List<String>, ClassFileProcessor) - Method in class org.neo4j.ogm.metadata.ClassPathScanner
 
Session - Interface in org.neo4j.ogm.session
 
SessionFactory - Class in org.neo4j.ogm.session
 
SessionFactory(String...) - Constructor for class org.neo4j.ogm.session.SessionFactory
 
SessionRequestHandler - Class in org.neo4j.ogm.session.request
 
SessionRequestHandler(ObjectMapper, Neo4jRequest<String>) - Constructor for class org.neo4j.ogm.session.request.SessionRequestHandler
 
SessionResponseHandler - Class in org.neo4j.ogm.session.response
 
SessionResponseHandler(MetaData, MappingContext) - Constructor for class org.neo4j.ogm.session.response.SessionResponseHandler
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.data.neo4j.template.Neo4jTemplate
 
setConverter(AttributeConverter<?, ?>) - Method in class org.neo4j.ogm.metadata.info.FieldInfo
 
setConverter(AttributeConverter<?, ?>) - Method in class org.neo4j.ogm.metadata.info.MethodInfo
 
setEndNode(Long) - Method in class org.neo4j.ogm.model.RelationshipModel
 
setGraph(GraphModel) - Method in class org.neo4j.ogm.session.result.GraphModelResult
 
setId(Long) - Method in class org.neo4j.ogm.model.NodeModel
 
setId(Long) - Method in class org.neo4j.ogm.model.RelationshipModel
 
setKey(K) - Method in class org.neo4j.ogm.model.Property
 
setLabels(String[]) - Method in class org.neo4j.ogm.model.NodeModel
 
setName(String) - Method in class org.neo4j.ogm.metadata.info.ObjectAnnotations
 
setNodes(NodeModel[]) - Method in class org.neo4j.ogm.model.GraphModel
 
setProperties(Map<String, Object>) - Method in class org.neo4j.ogm.model.NodeModel
 
setProperties(Map<String, Object>) - Method in class org.neo4j.ogm.model.RelationshipModel
 
setPropertyList(List<Property<String, Object>>) - Method in class org.neo4j.ogm.model.NodeModel
 
setPropertyList(List<Property<String, Object>>) - Method in class org.neo4j.ogm.model.RelationshipModel
 
setRelationships(RelationshipModel[]) - Method in class org.neo4j.ogm.model.GraphModel
 
setRequest(Neo4jRequest<String>) - Method in class org.neo4j.ogm.session.Neo4jSession
 
setRollbackOnly() - Method in class org.springframework.data.neo4j.transaction.Neo4jTransactionStatus
 
setRow(Object[]) - Method in class org.neo4j.ogm.session.result.RowModelResult
 
setStartNode(Long) - Method in class org.neo4j.ogm.model.RelationshipModel
 
setStatements(List<ParameterisedStatement>) - Method in class org.neo4j.ogm.cypher.compiler.CypherContext
 
setters() - Method in class org.neo4j.ogm.metadata.info.MethodsInfo
 
setType(String) - Method in class org.neo4j.ogm.model.RelationshipModel
 
setUp() - Method in class org.neo4j.ogm.testutil.DatabaseIntegrationTest
 
setUp() - Method in class org.neo4j.ogm.testutil.WrappingServerIntegrationTest
 
setValue(V) - Method in class org.neo4j.ogm.model.Property
 
SimpleTransaction - Class in org.neo4j.ogm.session.transaction
 
SimpleTransaction(MappingContext, String) - Constructor for class org.neo4j.ogm.session.transaction.SimpleTransaction
 
SingleStatementCypherCompiler - Class in org.neo4j.ogm.cypher.compiler
Implementation of CypherCompiler that builds a single query for the object graph.
SingleStatementCypherCompiler() - Constructor for class org.neo4j.ogm.cypher.compiler.SingleStatementCypherCompiler
 
size(Iterable<?>) - Static method in class org.neo4j.ogm.session.Utils
 
size(Iterator<?>) - Static method in class org.neo4j.ogm.session.Utils
 
StartNode - Annotation Type in org.neo4j.ogm.annotation
Identifies a domain entity as being the start node of a relationship in the graph, and, along with @EndNode is a mandatory annotation on any domain entity that is annotated with @RelationshipEntity
startNodeIdentifier - Variable in class org.neo4j.ogm.cypher.compiler.RelationshipBuilder
 
status() - Method in class org.neo4j.ogm.session.transaction.SimpleTransaction
 
status() - Method in interface org.neo4j.ogm.session.transaction.Transaction
return the status of the current transaction
superclassName() - Method in class org.neo4j.ogm.metadata.info.ClassInfo
 

T

tearDown() - Method in class org.neo4j.ogm.testutil.DatabaseIntegrationTest
 
tearDown() - Method in class org.neo4j.ogm.testutil.WrappingServerIntegrationTest
 
toCsv(Iterable<String>) - Static method in class org.neo4j.ogm.cypher.compiler.NodeBuilder
 
toEntityAttribute(F) - Method in interface org.neo4j.ogm.typeconversion.AttributeConverter
 
toEntityAttribute(String) - Method in class org.neo4j.ogm.typeconversion.ByteArrayBase64Converter
 
toEntityAttribute(String) - Method in class org.neo4j.ogm.typeconversion.ByteArrayWrapperBase64Converter
 
toEntityAttribute(Long) - Method in class org.neo4j.ogm.typeconversion.DateLongConverter
 
toEntityAttribute(String) - Method in class org.neo4j.ogm.typeconversion.DateStringConverter
 
toEntityAttribute(String) - Method in class org.neo4j.ogm.typeconversion.EnumStringConverter
 
toEntityAttribute(String) - Method in class org.neo4j.ogm.typeconversion.NumberStringConverter
 
toGraphProperty(T) - Method in interface org.neo4j.ogm.typeconversion.AttributeConverter
 
toGraphProperty(byte[]) - Method in class org.neo4j.ogm.typeconversion.ByteArrayBase64Converter
 
toGraphProperty(Byte[]) - Method in class org.neo4j.ogm.typeconversion.ByteArrayWrapperBase64Converter
 
toGraphProperty(Date) - Method in class org.neo4j.ogm.typeconversion.DateLongConverter
 
toGraphProperty(Date) - Method in class org.neo4j.ogm.typeconversion.DateStringConverter
 
toGraphProperty(Enum) - Method in class org.neo4j.ogm.typeconversion.EnumStringConverter
 
toGraphProperty(Number) - Method in class org.neo4j.ogm.typeconversion.NumberStringConverter
 
toList(Iterable<T>) - Static method in class org.springframework.data.neo4j.util.IterableUtils
Convert an iterable to a list.
toString() - Method in class org.neo4j.ogm.cypher.compiler.NodeBuilder
 
toString() - Method in class org.neo4j.ogm.cypher.compiler.RelationshipBuilder
 
toString() - Method in class org.neo4j.ogm.metadata.info.AnnotationInfo
 
toString() - Method in class org.neo4j.ogm.metadata.info.ClassInfo
 
toString() - Method in class org.neo4j.ogm.model.Property
 
toString() - Method in class org.neo4j.ogm.model.RelationshipModel
 
Transaction - Interface in org.neo4j.ogm.session.transaction
 
Transaction.Status - Enum in org.neo4j.ogm.session.transaction
 
TransactionException - Exception in org.neo4j.ogm.session.transaction
 
TransactionException(String) - Constructor for exception org.neo4j.ogm.session.transaction.TransactionException
 
TransactionManager - Class in org.neo4j.ogm.session.transaction
 
TransactionManager(CloseableHttpClient, String) - Constructor for class org.neo4j.ogm.session.transaction.TransactionManager
 
transactionManager() - Method in class org.springframework.data.neo4j.config.Neo4jConfiguration
 
Transient - Annotation Type in org.neo4j.ogm.annotation
By default all domain entity types will be persisted unless they are annotated with @Transient, or are non-annotated abstract classes.
TransientRelationship - Class in org.neo4j.ogm.mapper
A TransientRelationship represents a relationship that is not yet established in the graph, where at least one of either the start node or end node is also a new object.
TransientRelationship(String, String, String) - Constructor for class org.neo4j.ogm.mapper.TransientRelationship
 
translationInterceptor() - Method in class org.springframework.data.neo4j.config.Neo4jConfiguration
 
TYPE - Static variable in annotation type org.neo4j.ogm.annotation.Relationship
 
TYPE - Static variable in annotation type org.neo4j.ogm.annotation.RelationshipEntity
 
TYPE - Static variable in annotation type org.neo4j.ogm.annotation.typeconversion.EnumString
 
TYPE - Static variable in annotation type org.neo4j.ogm.annotation.typeconversion.NumberString
 
type - Variable in class org.neo4j.ogm.cypher.compiler.RelationshipBuilder
 
type(String) - Method in class org.neo4j.ogm.cypher.compiler.RelationshipBuilder
 
type() - Method in class org.neo4j.ogm.entityaccess.FieldWriter
 
type() - Method in class org.neo4j.ogm.entityaccess.MethodWriter
 
type() - Method in interface org.neo4j.ogm.entityaccess.PropertyWriter
 

U

UNDIRECTED - Static variable in annotation type org.neo4j.ogm.annotation.Relationship
 
UNIQUE - Static variable in annotation type org.neo4j.ogm.annotation.Index
 
unrelate(String, String, String) - Method in interface org.neo4j.ogm.cypher.compiler.CypherCompiler
Defines a relationship deletion between the specified start node to end node with the given relationship type and direction.
unrelate(String, String, String) - Method in class org.neo4j.ogm.cypher.compiler.SingleStatementCypherCompiler
 
updateObjects(CypherContext, Neo4jResponse<String>, ObjectMapper) - Method in interface org.neo4j.ogm.session.response.ResponseHandler
 
updateObjects(CypherContext, Neo4jResponse<String>, ObjectMapper) - Method in class org.neo4j.ogm.session.response.SessionResponseHandler
 
url() - Method in class org.neo4j.ogm.session.transaction.SimpleTransaction
 
url() - Method in interface org.neo4j.ogm.session.transaction.Transaction
The endpoint for this transaction
url() - Method in interface org.springframework.data.neo4j.server.Neo4jServer
 
url() - Method in class org.springframework.data.neo4j.server.RemoteServer
 
userNameAndPassword() - Static method in class org.neo4j.ogm.authentication.CredentialsService
We expect user-name and password credentials to be set via command-line switches i.e.
UsernamePasswordCredentials - Class in org.neo4j.ogm.authentication
 
UsernamePasswordCredentials(String, String) - Constructor for class org.neo4j.ogm.authentication.UsernamePasswordCredentials
 
Utils - Class in org.neo4j.ogm.session
 
Utils() - Constructor for class org.neo4j.ogm.session.Utils
 

V

VALUE - Static variable in annotation type org.springframework.data.neo4j.annotation.Query
 
valueOf(String) - Static method in enum org.neo4j.ogm.session.transaction.Transaction.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.neo4j.ogm.session.transaction.Transaction.Status
Returns an array containing the constants of this enum type, in the order they are declared.
VariableDepthQuery - Class in org.neo4j.ogm.session.request.strategy
 
VariableDepthQuery() - Constructor for class org.neo4j.ogm.session.request.strategy.VariableDepthQuery
 
VariableDepthRelationshipQuery - Class in org.neo4j.ogm.session.request.strategy
 
VariableDepthRelationshipQuery() - Constructor for class org.neo4j.ogm.session.request.strategy.VariableDepthRelationshipQuery
 
visit(Object, NodeBuilder) - Method in class org.neo4j.ogm.cypher.compiler.CypherContext
 
visited(Object) - Method in class org.neo4j.ogm.cypher.compiler.CypherContext
 

W

with(K, V) - Static method in class org.neo4j.ogm.model.Property
Constructs a new Property inferring the generic type arguments of the key and the value.
WrappingServerIntegrationTest - Class in org.neo4j.ogm.testutil
DatabaseIntegrationTest that starts the WrappingNeoServerBootstrapper as well, in order to make the Neo4j browser and potentially custom managed and unmanaged extensions available for testing.
WrappingServerIntegrationTest() - Constructor for class org.neo4j.ogm.testutil.WrappingServerIntegrationTest
 
write(Field, Object, Object) - Static method in class org.neo4j.ogm.entityaccess.FieldWriter
 
write(Object, Object) - Method in class org.neo4j.ogm.entityaccess.FieldWriter
 
write(Object, Object) - Method in class org.neo4j.ogm.entityaccess.MethodWriter
 
write(Object, Object) - Method in interface org.neo4j.ogm.entityaccess.PropertyWriter
 
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links
*** Spring Data Neo4j - Parent ***

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