Package | Description |
---|---|
er.neo4jadaptor.ersatz.neo4j |
Provides classes for performing value conversion between Neo4J
PropertyContainer subtypes and ersatz objects. |
er.neo4jadaptor.storage |
Classes for
Ersatz object stores which provide CRUD operations. |
er.neo4jadaptor.storage.lucene | |
er.neo4jadaptor.storage.neo4j |
Modifier and Type | Class and Description |
---|---|
class |
Neo4JNodeErsatz
Ersatz stored on Neo4J node.
|
class |
Neo4JRelationshipErsatz
Ersatz stored on Neo4J
Relationship . |
Modifier and Type | Method and Description |
---|---|
static Neo4JErsatz |
Neo4JErsatz.create(EOEntity entity,
org.neo4j.graphdb.PropertyContainer pc)
Create ersatz using values stored in the given property container.
|
Modifier and Type | Method and Description |
---|---|
Neo4JErsatz |
CompositeStore.insert(Ersatz row) |
Modifier and Type | Method and Description |
---|---|
Cursor<Neo4JErsatz> |
CompositeStore.query(EOQualifier qualifier) |
<Type extends org.neo4j.graphdb.PropertyContainer> |
StoreFactory.storeForEntity(EOEntity entity)
Lazy gets store for the given entity.
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeStore.delete(Neo4JErsatz neoErsatz) |
void |
CompositeStore.update(Ersatz newValues,
Neo4JErsatz neoErsatz) |
Constructor and Description |
---|
CompositeStore(Store<Ersatz,Neo4JErsatz> neoStore,
LuceneStore<Type> luceneStore) |
Modifier and Type | Method and Description |
---|---|
Neo4JErsatz |
LuceneStore.insert(Neo4JErsatz row) |
Neo4JErsatz |
LinkingCursor.next() |
Modifier and Type | Method and Description |
---|---|
Cursor<Neo4JErsatz> |
LuceneStore.query(EOQualifier q) |
Modifier and Type | Method and Description |
---|---|
void |
LuceneStore.delete(Neo4JErsatz neoErsatz) |
Neo4JErsatz |
LuceneStore.insert(Neo4JErsatz row) |
void |
LuceneStore.update(Ersatz newValues,
Neo4JErsatz neoErsatz) |
Modifier and Type | Method and Description |
---|---|
Neo4JErsatz |
RelationshipStore.insert(Ersatz row) |
Neo4JErsatz |
NodeStore.insert(Ersatz row) |
Modifier and Type | Method and Description |
---|---|
Cursor<Neo4JErsatz> |
RelationshipStore.query(EOQualifier q) |
Cursor<Neo4JErsatz> |
NodeStore.query(EOQualifier q) |
Modifier and Type | Method and Description |
---|---|
void |
RelationshipStore.delete(Neo4JErsatz neoErsatz) |
void |
NodeStore.delete(Neo4JErsatz neoErsatz) |
void |
RelationshipStore.update(Ersatz newValues,
Neo4JErsatz neoErsatz) |
void |
NodeStore.update(Ersatz newValues,
Neo4JErsatz neoErsatz) |
Copyright © 2002 – 2024 Project Wonder.