public class StoreFactory extends Object
Modifier and Type | Method and Description |
---|---|
static StoreFactory |
create(org.neo4j.graphdb.GraphDatabaseService db)
Create store factory for the given database.
|
TemporaryNodePool |
getTemporaryNodePool() |
<Type extends org.neo4j.graphdb.PropertyContainer> |
storeForEntity(EOEntity entity)
Lazy gets store for the given entity.
|
public static StoreFactory create(org.neo4j.graphdb.GraphDatabaseService db)
db
- graph databasepublic <Type extends org.neo4j.graphdb.PropertyContainer> Store<Ersatz,Neo4JErsatz> storeForEntity(EOEntity entity)
Type
- entity
- public TemporaryNodePool getTemporaryNodePool()
Copyright © 2002 – 2024 Project Wonder.