JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.innerloop.neo4j.client.spi
Interface ConnectionFactory
All Known Implementing Classes:
RestConnectionFactoryImpl
public interface
ConnectionFactory
Providers of implementations to Neo4J should implement this as an abstract Factory.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Connection
getConnection
()
Creates a new Connection or retrieves an existing one on this thread.
Method Detail
getConnection
Connection
getConnection()
Creates a new Connection or retrieves an existing one on this thread.
Returns:
A Connection that uses the typical begin(), add(Statement), flush()/commit() then rollback() type behaviour.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method