Skip navigation links
A C D F G L N O P R S T U W 

A

add(T, String, Value) - Method in class org.neo4j.driver.projection.DynamicClassConstructor
Add a property to an object by it's name.
apply(Record) - Method in class org.neo4j.driver.projection.ProjectionClass
 
apply(Record) - Method in class org.neo4j.driver.projection.ProjectionClassSingle
 
apply(Record) - Method in class org.neo4j.driver.projection.ProjectionListSingle
 
as(Class<T>) - Static method in class org.neo4j.driver.projection.Projections
Create a simple type projection.

C

close() - Method in class org.neo4j.driver.Neo4jTransaction
 
Configuration - Class in org.neo4j.driver
Read and construct the Neo4j driver configuration.
Configuration() - Constructor for class org.neo4j.driver.Configuration
Construction that parses property files.
construct() - Method in class org.neo4j.driver.projection.DynamicClassConstructor
Create a new instance object of type DynamicClassConstructor.type.
ConversionHelper - Class in org.neo4j.driver.projection
Helper class to easy convert Neo4j driver Value.
ConversionHelper() - Constructor for class org.neo4j.driver.projection.ConversionHelper
 
convertDriverValueTo(Z, Value) - Static method in class org.neo4j.driver.projection.ConversionHelper
Convert a Neo4j driver value to the specified class.

D

destroy() - Static method in class org.neo4j.driver.Neo4jClient
Destructor of this object.
DynamicClassConstructor<T> - Class in org.neo4j.driver.projection
Class that helps to dynamically construct object.
DynamicClassConstructor(Class) - Constructor for class org.neo4j.driver.projection.DynamicClassConstructor
Constructor that initialize the DynamicClassConstructor.type and compute class setter.

F

failure() - Method in class org.neo4j.driver.Neo4jTransaction
Rollback and close the current transaction.

G

getBookmarkId() - Method in class org.neo4j.driver.Neo4jTransaction
Get the last bookmarkId.
getReadTransaction() - Static method in class org.neo4j.driver.Neo4jClient
Retrieve a read transaction.
getReadTransaction(String) - Static method in class org.neo4j.driver.Neo4jClient
Retrieve a read transaction with a bookmarkId.
getStringOrDefault(String, String) - Method in class org.neo4j.driver.Configuration
Search a value by its key into Configuration.config and transform it as a String.
getWriteTransaction() - Static method in class org.neo4j.driver.Neo4jClient
Retrieve a write.
getWriteTransaction(String) - Static method in class org.neo4j.driver.Neo4jClient
Retrieve a write transaction with a bookmarkId.

L

listType - Variable in class org.neo4j.driver.projection.ProjectionListSingle
Type of list's object.

N

Neo4jClient - Class in org.neo4j.driver
Main class of this project that handles database actions.
Neo4jClientException - Exception in org.neo4j.driver.exception
Main exception class for this project.
Neo4jClientException(Exception) - Constructor for exception org.neo4j.driver.exception.Neo4jClientException
Constructor that wraps the given exception.
Neo4jClientException(String) - Constructor for exception org.neo4j.driver.exception.Neo4jClientException
Constructor with only a message.
Neo4jTransaction - Class in org.neo4j.driver
Client transaction.
Neo4jTransaction(Session) - Constructor for class org.neo4j.driver.Neo4jTransaction
Default constructor with a session.

O

org.neo4j.driver - package org.neo4j.driver
 
org.neo4j.driver.exception - package org.neo4j.driver.exception
 
org.neo4j.driver.projection - package org.neo4j.driver.projection
 

P

ProjectionClass<T> - Class in org.neo4j.driver.projection
Projection for Pojo.
ProjectionClass(Class) - Constructor for class org.neo4j.driver.projection.ProjectionClass
Default constructor.
ProjectionClassSingle<T> - Class in org.neo4j.driver.projection
Projection for simple type and on single column result.
ProjectionClassSingle(Class) - Constructor for class org.neo4j.driver.projection.ProjectionClassSingle
Constructor.
ProjectionListSingle - Class in org.neo4j.driver.projection
Projection for list type on single column result.
ProjectionListSingle(Type) - Constructor for class org.neo4j.driver.projection.ProjectionListSingle
Default constructor.
Projections - Class in org.neo4j.driver.projection
Factory that generate Projection.
Projections() - Constructor for class org.neo4j.driver.projection.Projections
 

R

read(String) - Static method in class org.neo4j.driver.Neo4jClient
Execute a read cypher query to Neo4j.
read(String, String) - Static method in class org.neo4j.driver.Neo4jClient
Execute a read cypher query to Neo4j with a bookmarkId.
read(String, Value) - Static method in class org.neo4j.driver.Neo4jClient
Execute a read cypher query to Neo4j with parameters.
read(String, Value, String) - Static method in class org.neo4j.driver.Neo4jClient
Execute a read cypher query to Neo4j with parameters and bookmarkId.
run(String, Value) - Method in class org.neo4j.driver.Neo4jTransaction
Execute the given cypher query with its parameters.
run(String) - Method in class org.neo4j.driver.Neo4jTransaction
Execute the given cypher query without parameters.
run() - Method in interface org.neo4j.driver.UncheckedCloseable
Default implementation of Runnable.run().

S

singleAs(Class<T>) - Static method in class org.neo4j.driver.projection.Projections
Create a type projection for a query result with only one column.
singleAsListOf(Class) - Static method in class org.neo4j.driver.projection.Projections
Create a type projection for a query result with only one column that is a list.
success() - Method in class org.neo4j.driver.Neo4jTransaction
Commit and close the current transaction.

T

toDriverConfig() - Method in class org.neo4j.driver.Configuration
Convert this instance to a Neo4j driver config class.
type - Variable in class org.neo4j.driver.projection.DynamicClassConstructor
Type to construct.

U

UncheckedCloseable - Interface in org.neo4j.driver
Wrap an AutoCloseable object for adding the Runnable trait.

W

wrap(AutoCloseable) - Static method in interface org.neo4j.driver.UncheckedCloseable
Wrap the defined AutoCloseable object.
write(String) - Static method in class org.neo4j.driver.Neo4jClient
Execute a write cypher query to Neo4j.
write(String, String) - Static method in class org.neo4j.driver.Neo4jClient
Execute a write cypher query to Neo4j with a bookmarkId.
write(String, Value) - Static method in class org.neo4j.driver.Neo4jClient
Execute a write cypher query to Neo4j with parameters.
write(String, Value, String) - Static method in class org.neo4j.driver.Neo4jClient
Execute a write cypher query to Neo4j with parameters and bookmarkId.
A C D F G L N O P R S T U W 
Skip navigation links

Copyright © 2017. All rights reserved.