public class SessionFactoryImpl extends Object implements ConsoleSessionFactory
| Constructor and Description |
|---|
SessionFactoryImpl(javax.servlet.http.HttpServletRequest request,
List<String> supportedEngines,
CypherExecutor cypherExecutor) |
| Modifier and Type | Method and Description |
|---|---|
ScriptSession |
createSession(String engineName,
Database database,
org.neo4j.logging.LogProvider logProvider) |
Iterable<String> |
supportedEngines() |
public SessionFactoryImpl(javax.servlet.http.HttpServletRequest request,
List<String> supportedEngines,
CypherExecutor cypherExecutor)
public ScriptSession createSession(String engineName, Database database, org.neo4j.logging.LogProvider logProvider)
createSession in interface ConsoleSessionFactorypublic Iterable<String> supportedEngines()
supportedEngines in interface ConsoleSessionFactoryCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.