Package | Description |
---|---|
er.neo4jadaptor | |
er.neo4jadaptor.storage |
Classes for
Ersatz object stores which provide CRUD operations. |
er.neo4jadaptor.storage.lucene | |
er.neo4jadaptor.storage.neo4j |
Modifier and Type | Method and Description |
---|---|
Store<Ersatz,T> |
Neo4JContext.entityStoreForEntity(EOEntity entity) |
Modifier and Type | Class and Description |
---|---|
class |
CompositeStore<Type extends org.neo4j.graphdb.PropertyContainer>
Store that utilizes one store for keeping the data and
LuceneStore
for queries. |
Modifier and Type | Method and Description |
---|---|
<Type extends org.neo4j.graphdb.PropertyContainer> |
StoreFactory.storeForEntity(EOEntity entity)
Lazy gets store for the given entity.
|
Constructor and Description |
---|
CompositeStore(Store<Ersatz,Neo4JErsatz> neoStore,
LuceneStore<Type> luceneStore) |
Modifier and Type | Class and Description |
---|---|
class |
LuceneStore<Type extends org.neo4j.graphdb.PropertyContainer>
Store that maintains record representation in Lucene documents.
|
Modifier and Type | Class and Description |
---|---|
class |
NodeStore
Storage for entities that use only one numerical EO attribute for primary key.
|
class |
RelationshipStore
Stores join entity records on Neo4J relationship.
|
Copyright © 2002 – 2024 Project Wonder.