Ersatz
object stores which provide CRUD operations.See: Description
Interface | Description |
---|---|
Store<PassedType extends Ersatz,StoredType extends Ersatz> |
Interface for creating, updating, deleting and querying for records of one entity,
using ersatz objects for communication.
|
Class | Description |
---|---|
CompositeStore<Type extends org.neo4j.graphdb.PropertyContainer> |
Store that utilizes one store for keeping the data and
LuceneStore
for queries. |
IndexProvider |
Provides lucene indexes for various entities.
|
StoreFactory |
Provides Neo4J+Lucene hybrid store for each entity in Neo4J graph database.
|
Ersatz
object stores which provide CRUD operations. Main entry points for this package are
Store
and StoreFactory
.Copyright © 2002 – 2024 Project Wonder.