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

A

AbstractConfigurableDriver - Class in org.neo4j.ogm.driver
The AbstractConfigurableDriver is used by all drivers to register themselves.
AbstractConfigurableDriver() - Constructor for class org.neo4j.ogm.driver.AbstractConfigurableDriver
 
AbstractTransaction - Class in org.neo4j.ogm.transaction
 
AbstractTransaction(TransactionManager) - Constructor for class org.neo4j.ogm.transaction.AbstractTransaction
 
adapt(Map<String, Object>) - Method in class org.neo4j.ogm.result.adapter.GraphModelAdapter
Parses a row from the result object and transforms it into a GraphModel
adapt(Map<String, Object>) - Method in class org.neo4j.ogm.result.adapter.GraphRowModelAdapter
Reads the next row from the result object and transforms it into a RowModel object
adapt(Object, GraphModel, List<Object>, Set<Long>, Set<Long>) - Method in class org.neo4j.ogm.result.adapter.GraphRowModelAdapter
 
adapt(Map<String, Object>) - Method in class org.neo4j.ogm.result.adapter.RestModelAdapter
 
adapt(F) - Method in interface org.neo4j.ogm.result.adapter.ResultAdapter
 
adapt(Map<String, Object>) - Method in class org.neo4j.ogm.result.adapter.RowModelAdapter
Reads the next row from the result object and transforms it into a RowModel object
AdapterUtils - Class in org.neo4j.ogm.result.adapter
 
AdapterUtils() - Constructor for class org.neo4j.ogm.result.adapter.AdapterUtils
 
add(GraphRowModel) - Method in class org.neo4j.ogm.response.model.DefaultGraphRowListModel
 
addAll(List<DefaultGraphRowModel>) - Method in class org.neo4j.ogm.response.model.DefaultGraphRowListModel
 
asParameter() - Method in interface org.neo4j.ogm.model.Property
 
asParameter() - Method in class org.neo4j.ogm.response.model.PropertyModel
 
autoIndex(String) - Method in class org.neo4j.ogm.config.Configuration.Builder
Auto index config, for possible values see AutoIndexMode
AutoIndexMode - Enum in org.neo4j.ogm.config
Denotes the types of auto indexing that can be done by the OGM at startup.

B

BaseAdapter - Class in org.neo4j.ogm.result.adapter
 
BaseAdapter() - Constructor for class org.neo4j.ogm.result.adapter.BaseAdapter
 
bookmark(String) - Method in interface org.neo4j.ogm.transaction.TransactionManager
 
build() - Method in class org.neo4j.ogm.config.Configuration.Builder
 
Builder() - Constructor for class org.neo4j.ogm.config.Configuration.Builder
Creates new Configuration builder Use for Java configuration.
Builder(ConfigurationSource) - Constructor for class org.neo4j.ogm.config.Configuration.Builder
Creates new Configuration builder
buildNode(Object, GraphModel, Set<Long>) - Method in class org.neo4j.ogm.result.adapter.GraphModelAdapter
 
buildPath(Object, GraphModel, Set, Set) - Method in class org.neo4j.ogm.result.adapter.GraphModelAdapter
 
buildRelationship(Object, GraphModel, Set<Long>) - Method in class org.neo4j.ogm.result.adapter.GraphModelAdapter
 

C

canCommit() - Method in interface org.neo4j.ogm.transaction.TransactionManager
 
canRollback() - Method in interface org.neo4j.ogm.transaction.TransactionManager
 
ClasspathConfigurationSource - Class in org.neo4j.ogm.config
ConfigurationSource reading configuration from classpath files.
ClasspathConfigurationSource(String) - Constructor for class org.neo4j.ogm.config.ClasspathConfigurationSource
 
close() - Method in interface org.neo4j.ogm.driver.Driver
 
close() - Method in class org.neo4j.ogm.response.EmptyResponse
 
close() - Method in interface org.neo4j.ogm.response.Response
 
close() - Method in class org.neo4j.ogm.transaction.AbstractTransaction
 
close() - Method in interface org.neo4j.ogm.transaction.Transaction
close this transaction.
columns() - Method in class org.neo4j.ogm.response.EmptyResponse
 
columns() - Method in interface org.neo4j.ogm.response.Response
 
commit() - Method in class org.neo4j.ogm.transaction.AbstractTransaction
 
commit() - Method in interface org.neo4j.ogm.transaction.Transaction
commit a transaction that has pending writes
commit(Transaction) - Method in interface org.neo4j.ogm.transaction.TransactionManager
Commits the specified transaction.
Configuration - Class in org.neo4j.ogm.config
A generic configuration class that can be set up programmatically or via a properties file.
configuration - Variable in class org.neo4j.ogm.driver.AbstractConfigurableDriver
 
Configuration.Builder - Class in org.neo4j.ogm.config
Builder for Configuration class
ConfigurationSource - Interface in org.neo4j.ogm.config
Provides access to a configuration store and exposes configuration values in bulk Properties format.
configure(Configuration) - Method in class org.neo4j.ogm.driver.AbstractConfigurableDriver
 
configure(Configuration) - Method in interface org.neo4j.ogm.driver.Driver
 
ConnectionException - Exception in org.neo4j.ogm.exception
Exception thrown if a connection could not be obtained to the Neo4j database
ConnectionException(String, Throwable) - Constructor for exception org.neo4j.ogm.exception.ConnectionException
 
connectionLivenessCheckTimeout(Integer) - Method in class org.neo4j.ogm.config.Configuration.Builder
 
connectionPoolSize(Integer) - Method in class org.neo4j.ogm.config.Configuration.Builder
Number of connections to the database.
containsUpdates() - Method in interface org.neo4j.ogm.model.QueryStatistics
 
containsUpdates() - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
 
convertArrayPropertiesToIterable(Map<String, Object>) - Method in class org.neo4j.ogm.result.adapter.BaseAdapter
 
convertToIterable(Object) - Static method in class org.neo4j.ogm.result.adapter.AdapterUtils
 
copy(Configuration.Builder) - Static method in class org.neo4j.ogm.config.Configuration.Builder
 
credentials(String, String) - Method in class org.neo4j.ogm.config.Configuration.Builder
Credentials to use to access the database
Credentials<T> - Interface in org.neo4j.ogm.config
 
credentials() - Method in interface org.neo4j.ogm.config.Credentials
 
credentials() - Method in class org.neo4j.ogm.config.UsernamePasswordCredentials
 
CypherException - Exception in org.neo4j.ogm.exception
An exception raised when executing a Cypher query
CypherException(String, Throwable, String, String) - Constructor for exception org.neo4j.ogm.exception.CypherException
 
CypherException(String, String, String) - Constructor for exception org.neo4j.ogm.exception.CypherException
 

D

DefaultGraphModel - Class in org.neo4j.ogm.response.model
The results of a query, modelled as graph data.
DefaultGraphModel() - Constructor for class org.neo4j.ogm.response.model.DefaultGraphModel
 
DefaultGraphRowListModel - Class in org.neo4j.ogm.response.model
 
DefaultGraphRowListModel() - Constructor for class org.neo4j.ogm.response.model.DefaultGraphRowListModel
 
DefaultGraphRowModel - Class in org.neo4j.ogm.response.model
Represents a single row in a query response which returns both graph and row data.
DefaultGraphRowModel() - Constructor for class org.neo4j.ogm.response.model.DefaultGraphRowModel
 
DefaultGraphRowModel(GraphModel, Object[]) - Constructor for class org.neo4j.ogm.response.model.DefaultGraphRowModel
 
DefaultRequest - Interface in org.neo4j.ogm.request
 
DefaultRestModel - Class in org.neo4j.ogm.response.model
The results of a query, modelled as rest response data.
DefaultRestModel(Map<String, Object>) - Constructor for class org.neo4j.ogm.response.model.DefaultRestModel
 
DefaultRowModel - Class in org.neo4j.ogm.response.model
The results of a query, modelled as row data.
DefaultRowModel(Object[], String[]) - Constructor for class org.neo4j.ogm.response.model.DefaultRowModel
 
Driver - Interface in org.neo4j.ogm.driver
 

E

Edge - Interface in org.neo4j.ogm.model
 
EmptyResponse<T> - Class in org.neo4j.ogm.response
 
EmptyResponse() - Constructor for class org.neo4j.ogm.response.EmptyResponse
 
encryptionLevel(String) - Method in class org.neo4j.ogm.config.Configuration.Builder
Required encryption level for the connection to the database.
endNodeId(Object) - Method in class org.neo4j.ogm.result.adapter.GraphModelAdapter
 
endNodeId(Object) - Method in class org.neo4j.ogm.result.adapter.RestModelAdapter
 
equals(Object) - Method in class org.neo4j.ogm.compiler.SrcTargetKey
 
equals(Object) - Method in class org.neo4j.ogm.config.Configuration
 
equals(Object) - Method in class org.neo4j.ogm.response.model.NodeModel
 
equals(Object) - Method in class org.neo4j.ogm.response.model.PropertyModel
 
equals(Object) - Method in class org.neo4j.ogm.response.model.RelationshipModel
 
execute(GraphModelRequest) - Method in interface org.neo4j.ogm.request.Request
 
execute(RowModelRequest) - Method in interface org.neo4j.ogm.request.Request
 
execute(DefaultRequest) - Method in interface org.neo4j.ogm.request.Request
 
execute(GraphRowListModelRequest) - Method in interface org.neo4j.ogm.request.Request
 
execute(RestModelRequest) - Method in interface org.neo4j.ogm.request.Request
 
extend(Transaction.Type) - Method in class org.neo4j.ogm.transaction.AbstractTransaction
Extends the current transaction.
extensions() - Method in class org.neo4j.ogm.transaction.AbstractTransaction
 

F

FileConfigurationSource - Class in org.neo4j.ogm.config
ConfigurationSource reading configuration from files on filesystem
FileConfigurationSource(String) - Constructor for class org.neo4j.ogm.config.FileConfigurationSource
fromString(String) - Static method in enum org.neo4j.ogm.config.AutoIndexMode
Parses an option name into the Enumeration type it represents.

G

generatedIndexesOutputDir(String) - Method in class org.neo4j.ogm.config.Configuration.Builder
 
generatedIndexesOutputFilename(String) - Method in class org.neo4j.ogm.config.Configuration.Builder
 
getAutoIndex() - Method in class org.neo4j.ogm.config.Configuration
 
getCode() - Method in exception org.neo4j.ogm.exception.CypherException
The Neo4j error status code
getConfiguration() - Method in class org.neo4j.ogm.driver.AbstractConfigurableDriver
 
getConfiguration() - Method in interface org.neo4j.ogm.driver.Driver
 
getConnectionLivenessCheckTimeout() - Method in class org.neo4j.ogm.config.Configuration
 
getConnectionPoolSize() - Method in class org.neo4j.ogm.config.Configuration
 
getConstraintsAdded() - Method in interface org.neo4j.ogm.model.QueryStatistics
 
getConstraintsAdded() - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
 
getConstraintsRemoved() - Method in interface org.neo4j.ogm.model.QueryStatistics
 
getConstraintsRemoved() - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
 
getCredentials() - Method in class org.neo4j.ogm.config.Configuration
 
getCurrentTransaction() - Method in interface org.neo4j.ogm.transaction.TransactionManager
Returns the current transaction for this thread, or null if none exists
getData() - Method in class org.neo4j.ogm.result.ResultGraphRowListModel
 
getDescription() - Method in exception org.neo4j.ogm.exception.CypherException
The error description
getDriverClassName() - Method in class org.neo4j.ogm.config.Configuration
 
getDumpDir() - Method in class org.neo4j.ogm.config.Configuration
 
getDumpFilename() - Method in class org.neo4j.ogm.config.Configuration
 
getEncryptionLevel() - Method in class org.neo4j.ogm.config.Configuration
 
getEndNode() - Method in interface org.neo4j.ogm.model.Edge
 
getEndNode() - Method in class org.neo4j.ogm.response.model.RelationshipModel
 
getGraph() - Method in interface org.neo4j.ogm.model.GraphRowModel
 
getGraph() - Method in class org.neo4j.ogm.response.model.DefaultGraphRowModel
 
getId() - Method in interface org.neo4j.ogm.model.Edge
 
getId() - Method in interface org.neo4j.ogm.model.Node
 
getId() - Method in class org.neo4j.ogm.response.model.NodeModel
 
getId() - Method in class org.neo4j.ogm.response.model.RelationshipModel
 
getIndexesAdded() - Method in interface org.neo4j.ogm.model.QueryStatistics
 
getIndexesAdded() - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
 
getIndexesRemoved() - Method in interface org.neo4j.ogm.model.QueryStatistics
 
getIndexesRemoved() - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
 
getKey() - Method in interface org.neo4j.ogm.model.Property
 
getKey() - Method in class org.neo4j.ogm.response.model.PropertyModel
 
getLabels() - Method in interface org.neo4j.ogm.model.Node
 
getLabels() - Method in class org.neo4j.ogm.response.model.NodeModel
 
getLabelsAdded() - Method in interface org.neo4j.ogm.model.QueryStatistics
 
getLabelsAdded() - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
 
getLabelsRemoved() - Method in interface org.neo4j.ogm.model.QueryStatistics
 
getLabelsRemoved() - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
 
getName() - Method in enum org.neo4j.ogm.config.AutoIndexMode
 
getNeo4jHaPropertiesFile() - Method in class org.neo4j.ogm.config.Configuration
 
getNodes() - Method in interface org.neo4j.ogm.model.GraphModel
 
getNodes() - Method in class org.neo4j.ogm.response.model.DefaultGraphModel
 
getNodesCreated() - Method in interface org.neo4j.ogm.model.QueryStatistics
 
getNodesCreated() - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
 
getNodesDeleted() - Method in interface org.neo4j.ogm.model.QueryStatistics
 
getNodesDeleted() - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
 
getParameters() - Method in interface org.neo4j.ogm.request.Statement
 
getPassword() - Method in class org.neo4j.ogm.config.UsernamePasswordCredentials
 
getPrimaryIdName() - Method in interface org.neo4j.ogm.model.Edge
Returns name of the primary id property (property annotated with @Id)
getPrimaryIdName() - Method in class org.neo4j.ogm.response.model.RelationshipModel
 
getPrimaryIndex() - Method in interface org.neo4j.ogm.model.Node
 
getPrimaryIndex() - Method in class org.neo4j.ogm.response.model.NodeModel
 
getPropertiesSet() - Method in interface org.neo4j.ogm.model.QueryStatistics
 
getPropertiesSet() - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
 
getPropertyList() - Method in interface org.neo4j.ogm.model.Edge
 
getPropertyList() - Method in interface org.neo4j.ogm.model.Node
 
getPropertyList() - Method in class org.neo4j.ogm.response.model.NodeModel
 
getPropertyList() - Method in class org.neo4j.ogm.response.model.RelationshipModel
 
getRelationship_deleted() - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
 
getRelationships() - Method in interface org.neo4j.ogm.model.GraphModel
 
getRelationships() - Method in class org.neo4j.ogm.response.model.DefaultGraphModel
 
getRelationshipsCreated() - Method in interface org.neo4j.ogm.model.QueryStatistics
 
getRelationshipsCreated() - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
 
getRelationshipsDeleted() - Method in interface org.neo4j.ogm.model.QueryStatistics
 
getRelationshipsDeleted() - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
 
getRemovedLabels() - Method in interface org.neo4j.ogm.model.Node
 
getRemovedLabels() - Method in class org.neo4j.ogm.response.model.NodeModel
 
getResultDataContents() - Method in interface org.neo4j.ogm.request.Statement
 
getRow() - Method in interface org.neo4j.ogm.model.GraphRowModel
 
getRow() - Method in interface org.neo4j.ogm.model.RestModel
 
getRow() - Method in class org.neo4j.ogm.response.model.DefaultGraphRowModel
 
getRow() - Method in class org.neo4j.ogm.response.model.DefaultRestModel
 
getStartNode() - Method in interface org.neo4j.ogm.model.Edge
 
getStartNode() - Method in class org.neo4j.ogm.response.model.RelationshipModel
 
getStatement() - Method in interface org.neo4j.ogm.request.Statement
 
getStatements() - Method in interface org.neo4j.ogm.request.DefaultRequest
 
getStatements() - Method in class org.neo4j.ogm.request.Statements
 
getStats() - Method in interface org.neo4j.ogm.model.RestModel
 
getStats() - Method in class org.neo4j.ogm.response.model.DefaultRestModel
 
getTrustCertFile() - Method in class org.neo4j.ogm.config.Configuration
 
getTrustStrategy() - Method in class org.neo4j.ogm.config.Configuration
 
getType() - Method in interface org.neo4j.ogm.model.Edge
 
getType() - Method in class org.neo4j.ogm.response.model.RelationshipModel
 
getURI() - Method in class org.neo4j.ogm.config.Configuration
 
getURIS() - Method in class org.neo4j.ogm.config.Configuration
 
getUsername() - Method in class org.neo4j.ogm.config.UsernamePasswordCredentials
 
getValue() - Method in interface org.neo4j.ogm.model.Property
 
getValue() - Method in class org.neo4j.ogm.response.model.PropertyModel
 
getValues() - Method in interface org.neo4j.ogm.model.RowModel
 
getValues() - Method in class org.neo4j.ogm.response.model.DefaultRowModel
 
getVerifyConnection() - Method in class org.neo4j.ogm.config.Configuration
 
GraphModel - Interface in org.neo4j.ogm.model
 
GraphModelAdapter - Class in org.neo4j.ogm.result.adapter
This adapter will transform an embedded response into a json response
GraphModelAdapter() - Constructor for class org.neo4j.ogm.result.adapter.GraphModelAdapter
 
GraphModelRequest - Interface in org.neo4j.ogm.request
 
GraphRowListModel - Interface in org.neo4j.ogm.model
 
GraphRowListModelRequest - Interface in org.neo4j.ogm.request
 
GraphRowModel - Interface in org.neo4j.ogm.model
 
GraphRowModelAdapter - Class in org.neo4j.ogm.result.adapter
This adapter will transform an embedded response into a json response
GraphRowModelAdapter(GraphModelAdapter) - Constructor for class org.neo4j.ogm.result.adapter.GraphRowModelAdapter
 

H

hashCode() - Method in class org.neo4j.ogm.compiler.SrcTargetKey
 
hashCode() - Method in class org.neo4j.ogm.config.Configuration
 
hashCode() - Method in class org.neo4j.ogm.response.model.NodeModel
 
hashCode() - Method in class org.neo4j.ogm.response.model.PropertyModel
 
hashCode() - Method in class org.neo4j.ogm.response.model.RelationshipModel
 

I

isIncludeStats() - Method in interface org.neo4j.ogm.request.Statement
 
isNode(Object) - Method in class org.neo4j.ogm.result.adapter.GraphModelAdapter
 
isNode(Object) - Method in class org.neo4j.ogm.result.adapter.RestModelAdapter
 
isNode(Object) - Method in class org.neo4j.ogm.result.adapter.RowModelAdapter
 
isPath(Object) - Method in class org.neo4j.ogm.result.adapter.GraphModelAdapter
 
isPath(Object) - Method in class org.neo4j.ogm.result.adapter.RowModelAdapter
 
isReadOnly() - Method in class org.neo4j.ogm.transaction.AbstractTransaction
 
isReadOnly() - Method in interface org.neo4j.ogm.transaction.Transaction
Obtains the read-only status of a transaction.
isRelationship(Object) - Method in class org.neo4j.ogm.result.adapter.GraphModelAdapter
 
isRelationship(Object) - Method in class org.neo4j.ogm.result.adapter.RestModelAdapter
 
isRelationship(Object) - Method in class org.neo4j.ogm.result.adapter.RowModelAdapter
 
iterator() - Method in class org.neo4j.ogm.response.model.QueryResultModel
 

J

jsonFactory() - Static method in class org.neo4j.ogm.config.ObjectMapperFactory
 

L

labels(Object) - Method in class org.neo4j.ogm.result.adapter.GraphModelAdapter
 
labels(Object) - Method in class org.neo4j.ogm.result.adapter.RestModelAdapter
 
labelSignature() - Method in interface org.neo4j.ogm.model.Node
Returns "label signature" for this node - added and removed labels, sorted alphabetically
labelSignature() - Method in class org.neo4j.ogm.response.model.NodeModel
 

M

model() - Method in interface org.neo4j.ogm.model.GraphRowListModel
 
model() - Method in class org.neo4j.ogm.response.model.DefaultGraphRowListModel
 

N

neo4jHaPropertiesFile(String) - Method in class org.neo4j.ogm.config.Configuration.Builder
 
newTransaction(Transaction.Type, Iterable<String>) - Method in interface org.neo4j.ogm.driver.Driver
Begins new transaction
next() - Method in class org.neo4j.ogm.response.EmptyResponse
 
next() - Method in interface org.neo4j.ogm.response.Response
 
Node - Interface in org.neo4j.ogm.model
 
nodeId(Object) - Method in class org.neo4j.ogm.result.adapter.GraphModelAdapter
 
nodeId(Object) - Method in class org.neo4j.ogm.result.adapter.RestModelAdapter
 
NodeModel - Class in org.neo4j.ogm.response.model
 
NodeModel() - Constructor for class org.neo4j.ogm.response.model.NodeModel
 
nodesInPath(Object) - Method in class org.neo4j.ogm.result.adapter.GraphModelAdapter
 

O

objectMapper() - Static method in class org.neo4j.ogm.config.ObjectMapperFactory
 
ObjectMapperFactory - Class in org.neo4j.ogm.config
Produces a singleton ObjectMapper
openTransaction() - Method in interface org.neo4j.ogm.transaction.TransactionManager
Opens a new READ_WRITE transaction against a database instance.
openTransaction(Transaction.Type, Iterable<String>) - Method in interface org.neo4j.ogm.transaction.TransactionManager
Opens a new transaction of the specified type against a database instance.
org.neo4j.ogm.compiler - package org.neo4j.ogm.compiler
 
org.neo4j.ogm.config - package org.neo4j.ogm.config
 
org.neo4j.ogm.driver - package org.neo4j.ogm.driver
 
org.neo4j.ogm.exception - package org.neo4j.ogm.exception
 
org.neo4j.ogm.model - package org.neo4j.ogm.model
 
org.neo4j.ogm.request - package org.neo4j.ogm.request
 
org.neo4j.ogm.response - package org.neo4j.ogm.response
 
org.neo4j.ogm.response.model - package org.neo4j.ogm.response.model
 
org.neo4j.ogm.result - package org.neo4j.ogm.result
 
org.neo4j.ogm.result.adapter - package org.neo4j.ogm.result.adapter
 
org.neo4j.ogm.transaction - package org.neo4j.ogm.transaction
 

P

properties() - Method in class org.neo4j.ogm.config.ClasspathConfigurationSource
 
properties() - Method in interface org.neo4j.ogm.config.ConfigurationSource
Get configuration set for this source in a form of Properties.
properties() - Method in class org.neo4j.ogm.config.FileConfigurationSource
 
properties(Object) - Method in class org.neo4j.ogm.result.adapter.GraphModelAdapter
 
properties(Object) - Method in class org.neo4j.ogm.result.adapter.RestModelAdapter
 
Property<K,V> - Interface in org.neo4j.ogm.model
 
property(String) - Method in class org.neo4j.ogm.response.model.NodeModel
 
PropertyModel<K,V> - Class in org.neo4j.ogm.response.model
 
PropertyModel(K, V) - Constructor for class org.neo4j.ogm.response.model.PropertyModel
 

Q

Query<T> - Interface in org.neo4j.ogm.model
 
QueryResultModel - Class in org.neo4j.ogm.response.model
 
QueryResultModel(Iterable<Map<String, Object>>, QueryStatistics) - Constructor for class org.neo4j.ogm.response.model.QueryResultModel
 
queryResults() - Method in interface org.neo4j.ogm.model.Query
 
queryResults() - Method in class org.neo4j.ogm.response.model.QueryResultModel
 
queryResults() - Method in class org.neo4j.ogm.result.ResultGraphModel
 
queryResults() - Method in class org.neo4j.ogm.result.ResultGraphRowListModel
 
queryResults() - Method in class org.neo4j.ogm.result.ResultRestModel
 
queryResults() - Method in class org.neo4j.ogm.result.ResultRowModel
 
QueryStatistics - Interface in org.neo4j.ogm.model
 
queryStatistics() - Method in interface org.neo4j.ogm.model.Result
 
queryStatistics() - Method in class org.neo4j.ogm.response.model.QueryResultModel
 
QueryStatisticsModel - Class in org.neo4j.ogm.response.model
Holds read only statistics about query execution.
QueryStatisticsModel() - Constructor for class org.neo4j.ogm.response.model.QueryStatisticsModel
 

R

registeredNew() - Method in class org.neo4j.ogm.transaction.AbstractTransaction
 
registerNew(Object) - Method in class org.neo4j.ogm.transaction.AbstractTransaction
 
relationshipId(Object) - Method in class org.neo4j.ogm.result.adapter.GraphModelAdapter
 
relationshipId(Object) - Method in class org.neo4j.ogm.result.adapter.RestModelAdapter
 
RelationshipModel - Class in org.neo4j.ogm.response.model
 
RelationshipModel() - Constructor for class org.neo4j.ogm.response.model.RelationshipModel
 
relationshipType(Object) - Method in class org.neo4j.ogm.result.adapter.GraphModelAdapter
 
relationshipType(Object) - Method in class org.neo4j.ogm.result.adapter.RestModelAdapter
 
relsInPath(Object) - Method in class org.neo4j.ogm.result.adapter.GraphModelAdapter
 
removeLabels(String[]) - Method in class org.neo4j.ogm.response.model.NodeModel
 
reOpen() - Method in class org.neo4j.ogm.transaction.AbstractTransaction
 
request() - Method in interface org.neo4j.ogm.driver.Driver
 
Request - Interface in org.neo4j.ogm.request
 
requiresTransaction() - Method in interface org.neo4j.ogm.driver.Driver
Indicates if the driver requires an explicit transaction to run queries.
Response<T> - Interface in org.neo4j.ogm.response
 
RestModel - Interface in org.neo4j.ogm.model
 
RestModelAdapter - Class in org.neo4j.ogm.result.adapter
Adapt embedded response to a NodeModels, RelationshipModels, and objects
RestModelAdapter() - Constructor for class org.neo4j.ogm.result.adapter.RestModelAdapter
 
RestModelRequest - Interface in org.neo4j.ogm.request
 
Result - Interface in org.neo4j.ogm.model
 
ResultAdapter<F,T> - Interface in org.neo4j.ogm.result.adapter
This adapter interface should be implemented by all drivers
ResultErrorsException - Exception in org.neo4j.ogm.exception
 
ResultErrorsException(String) - Constructor for exception org.neo4j.ogm.exception.ResultErrorsException
 
ResultGraphModel - Class in org.neo4j.ogm.result
A result encapsulated in a GraphModel
ResultGraphModel() - Constructor for class org.neo4j.ogm.result.ResultGraphModel
 
ResultGraphRowListModel - Class in org.neo4j.ogm.result
The results of a query, modelled as a collection of GraphRow objects (both both graph and row data).
ResultGraphRowListModel() - Constructor for class org.neo4j.ogm.result.ResultGraphRowListModel
 
ResultProcessingException - Exception in org.neo4j.ogm.exception
 
ResultProcessingException(String, Exception) - Constructor for exception org.neo4j.ogm.exception.ResultProcessingException
 
ResultProcessingException(String) - Constructor for exception org.neo4j.ogm.exception.ResultProcessingException
 
ResultRestModel - Class in org.neo4j.ogm.result
 
ResultRestModel() - Constructor for class org.neo4j.ogm.result.ResultRestModel
 
ResultRowModel - Class in org.neo4j.ogm.result
 
ResultRowModel() - Constructor for class org.neo4j.ogm.result.ResultRowModel
 
rollback() - Method in class org.neo4j.ogm.transaction.AbstractTransaction
 
rollback() - Method in interface org.neo4j.ogm.transaction.Transaction
rollback a transaction that has pending writes
rollback(Transaction) - Method in interface org.neo4j.ogm.transaction.TransactionManager
Rolls back the specified transaction.
RowModel - Interface in org.neo4j.ogm.model
 
RowModelAdapter - Class in org.neo4j.ogm.result.adapter
This adapter will transform a Map<String,Object> typically representing an Embedded or Bolt response into a RowModel response
RowModelAdapter() - Constructor for class org.neo4j.ogm.result.adapter.RowModelAdapter
 
RowModelRequest - Interface in org.neo4j.ogm.request
 

S

ServiceNotFoundException - Exception in org.neo4j.ogm.exception
Deprecated.
ServiceNotFoundException(String) - Constructor for exception org.neo4j.ogm.exception.ServiceNotFoundException
Deprecated.
 
setColumns(List<String>) - Method in class org.neo4j.ogm.result.adapter.GraphRowModelAdapter
 
setColumns(List<String>) - Method in class org.neo4j.ogm.result.adapter.RowModelAdapter
 
setConstraints_added(int) - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
 
setConstraints_removed(int) - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
 
setContains_updates(boolean) - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
 
setEndNode(Long) - Method in class org.neo4j.ogm.response.model.RelationshipModel
 
setGraph(DefaultGraphModel) - Method in class org.neo4j.ogm.result.ResultGraphModel
 
setId(Long) - Method in class org.neo4j.ogm.response.model.NodeModel
 
setId(Long) - Method in class org.neo4j.ogm.response.model.RelationshipModel
 
setIndexes_added(int) - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
 
setIndexes_removed(int) - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
 
setLabels(String[]) - Method in class org.neo4j.ogm.response.model.NodeModel
 
setLabels_added(int) - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
 
setLabels_removed(int) - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
 
setNodes(NodeModel[]) - Method in class org.neo4j.ogm.response.model.DefaultGraphModel
 
setNodes_created(int) - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
 
setNodes_deleted(int) - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
 
setPrimaryIdName(String) - Method in class org.neo4j.ogm.response.model.RelationshipModel
 
setPrimaryIndex(String) - Method in class org.neo4j.ogm.response.model.NodeModel
 
setProperties(Map<String, Object>) - Method in class org.neo4j.ogm.response.model.NodeModel
 
setProperties(Map<String, Object>) - Method in class org.neo4j.ogm.response.model.RelationshipModel
 
setProperties_set(int) - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
 
setRelationship_deleted(int) - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
 
setRelationships(RelationshipModel[]) - Method in class org.neo4j.ogm.response.model.DefaultGraphModel
 
setRelationships_created(int) - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
 
setRelationships_deleted(int) - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
 
setRest(Object[]) - Method in class org.neo4j.ogm.result.ResultRestModel
 
setRow(Object[]) - Method in class org.neo4j.ogm.result.ResultRowModel
 
setStartNode(Long) - Method in class org.neo4j.ogm.response.model.RelationshipModel
 
setStats(QueryStatistics) - Method in class org.neo4j.ogm.response.model.DefaultRestModel
 
setTransactionManager(TransactionManager) - Method in class org.neo4j.ogm.driver.AbstractConfigurableDriver
 
setTransactionManager(TransactionManager) - Method in interface org.neo4j.ogm.driver.Driver
 
setType(String) - Method in class org.neo4j.ogm.response.model.RelationshipModel
 
SrcTargetKey - Class in org.neo4j.ogm.compiler
Key for lookup of transient relationship by source and target NOTE: source and target are always sorted so the lookup will ignore the direction
SrcTargetKey(long, long) - Constructor for class org.neo4j.ogm.compiler.SrcTargetKey
 
startNodeId(Object) - Method in class org.neo4j.ogm.result.adapter.GraphModelAdapter
 
startNodeId(Object) - Method in class org.neo4j.ogm.result.adapter.RestModelAdapter
 
Statement - Interface in org.neo4j.ogm.request
 
statement(String, Map<String, Object>) - Method in interface org.neo4j.ogm.request.StatementFactory
 
StatementFactory - Interface in org.neo4j.ogm.request
Constructs Statements of a particular type.
Statements - Class in org.neo4j.ogm.request
 
Statements(List<Statement>) - Constructor for class org.neo4j.ogm.request.Statements
 
status() - Method in class org.neo4j.ogm.transaction.AbstractTransaction
 
status() - Method in interface org.neo4j.ogm.transaction.Transaction
return the status of the current transaction

T

toString() - Method in class org.neo4j.ogm.response.model.PropertyModel
 
toString() - Method in class org.neo4j.ogm.response.model.RelationshipModel
 
Transaction - Interface in org.neo4j.ogm.transaction
 
Transaction.Status - Enum in org.neo4j.ogm.transaction
 
Transaction.Type - Enum in org.neo4j.ogm.transaction
 
TransactionException - Exception in org.neo4j.ogm.exception
 
TransactionException(String) - Constructor for exception org.neo4j.ogm.exception.TransactionException
 
TransactionException(String, Throwable) - Constructor for exception org.neo4j.ogm.exception.TransactionException
 
transactionManager - Variable in class org.neo4j.ogm.driver.AbstractConfigurableDriver
 
transactionManager - Variable in class org.neo4j.ogm.transaction.AbstractTransaction
 
TransactionManager - Interface in org.neo4j.ogm.transaction
 
trustCertFile(String) - Method in class org.neo4j.ogm.config.Configuration.Builder
 
trustStrategy(String) - Method in class org.neo4j.ogm.config.Configuration.Builder
 
type - Variable in class org.neo4j.ogm.transaction.AbstractTransaction
 
type() - Method in class org.neo4j.ogm.transaction.AbstractTransaction
 
type() - Method in interface org.neo4j.ogm.transaction.Transaction
Returns type of the transaction - READ_ONLY / READ_WRITE The value corresponds to type returned by Transaction.isReadOnly()

U

uri(String) - Method in class org.neo4j.ogm.config.Configuration.Builder
Set URI of the database.
uris(String[]) - Method in class org.neo4j.ogm.config.Configuration.Builder
Set additional URIS to connect to causal cluster.
UsernamePasswordCredentials - Class in org.neo4j.ogm.config
 
UsernamePasswordCredentials(String, String) - Constructor for class org.neo4j.ogm.config.UsernamePasswordCredentials
 

V

valueOf(String) - Static method in enum org.neo4j.ogm.config.AutoIndexMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.ogm.transaction.Transaction.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.ogm.transaction.Transaction.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.neo4j.ogm.config.AutoIndexMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.ogm.transaction.Transaction.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.ogm.transaction.Transaction.Type
Returns an array containing the constants of this enum type, in the order they are declared.
variables() - Method in interface org.neo4j.ogm.model.RowModel
 
variables() - Method in class org.neo4j.ogm.response.model.DefaultRowModel
 
verifyConnection(Boolean) - Method in class org.neo4j.ogm.config.Configuration.Builder
Whether OGM should verify connection to the database at creation of the Driver Useful for "fail-fast" type of configuration where the database is expected to be running during application start up and the connection to the database is expected to be very stable.

W

with(K, V) - Static method in class org.neo4j.ogm.response.model.PropertyModel
Constructs a new PropertyModel inferring the generic type arguments of the key and the value.
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

Copyright © 2018 Neo Technology, Inc.. All rights reserved.