| Package | Description |
|---|---|
| org.neo4j.ogm.session |
| Modifier and Type | Method and Description |
|---|---|
LoadStrategy |
SessionFactory.getLoadStrategy()
Returns current load strategy
|
LoadStrategy |
Neo4jSession.getLoadStrategy() |
LoadStrategy |
Session.getLoadStrategy()
Returns current load strategy
|
static LoadStrategy |
LoadStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadStrategy[] |
LoadStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionFactory.setLoadStrategy(LoadStrategy loadStrategy)
Sets the LoadStrategy
Will be used for all queries on subsequently created sessions.
|
void |
Neo4jSession.setLoadStrategy(LoadStrategy loadStrategy) |
void |
Session.setLoadStrategy(LoadStrategy loadStrategy)
Sets the LoadStrategy
Will be used for all subsequent queries.
|
| Constructor and Description |
|---|
Neo4jSession(MetaData metaData,
boolean useStrictQuerying,
Driver driver,
List<EventListener> eventListeners,
LoadStrategy loadStrategy,
EntityInstantiator entityInstantiator) |
Copyright © 2015–2020 Neo Technology, Inc.. All rights reserved.