Package | Description |
---|---|
er.neo4jadaptor.query |
Classes for handling search queries by using the concept of layers of filters -
Filter
may filter out some record if it doesn't match search criteria, but may not. |
er.neo4jadaptor.query.all_of_type.results | |
er.neo4jadaptor.query.lucene.results | |
er.neo4jadaptor.query.neo4j_by_pk.results | |
er.neo4jadaptor.query.neo4j_eval |
Classes to support
EvaluatingFilter to perform thorough node/relationship evaluation. |
er.neo4jadaptor.storage |
Classes for
Ersatz object stores which provide CRUD operations. |
er.neo4jadaptor.storage.lucene | |
er.neo4jadaptor.storage.neo4j | |
er.neo4jadaptor.utils | |
er.neo4jadaptor.utils.cursor |
Modifier and Type | Interface and Description |
---|---|
interface |
Results<T extends org.neo4j.graphdb.PropertyContainer>
Marker interface for the search results cursor.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectsOfType<Type extends org.neo4j.graphdb.PropertyContainer> |
Modifier and Type | Class and Description |
---|---|
class |
LuceneIndexHits<Type extends org.neo4j.graphdb.PropertyContainer> |
Modifier and Type | Class and Description |
---|---|
class |
NodesRelatedTo
Returns only nodes that are connected with some relationship to some well defined set of nodes.
|
class |
NodesWithIds
Returns nodes with specified IDs.
|
Modifier and Type | Class and Description |
---|---|
class |
EvaluatingFilter<T extends org.neo4j.graphdb.PropertyContainer>
Filter that using Neo4J java api examines node/relationship properties and their relationships
to filter those that exactly match search criteria.
|
Modifier and Type | Method and Description |
---|---|
Cursor<StoredType> |
Store.query(EOQualifier q)
Query for records matching EO qualifier.
|
Cursor<Neo4JErsatz> |
CompositeStore.query(EOQualifier qualifier) |
Modifier and Type | Class and Description |
---|---|
class |
LinkingCursor
Cursor that for another cursor of PropertyContainer s
from some entity return ersatz objects for the stored records. |
Modifier and Type | Method and Description |
---|---|
Cursor<Neo4JErsatz> |
LuceneStore.query(EOQualifier q) |
Constructor and Description |
---|
LinkingCursor(Cursor<? extends org.neo4j.graphdb.PropertyContainer> it,
EOEntity entity) |
Modifier and Type | Method and Description |
---|---|
Cursor<Neo4JErsatz> |
RelationshipStore.query(EOQualifier q) |
Cursor<Neo4JErsatz> |
NodeStore.query(EOQualifier q) |
Modifier and Type | Method and Description |
---|---|
static Cursor<Ersatz> |
EOUtilities.sort(Cursor<? extends Ersatz> c,
EOEntity entity,
NSArray<EOSortOrdering> sortOrderings) |
Modifier and Type | Method and Description |
---|---|
static Cursor<Ersatz> |
EOUtilities.sort(Cursor<? extends Ersatz> c,
EOEntity entity,
NSArray<EOSortOrdering> sortOrderings) |
Modifier and Type | Class and Description |
---|---|
class |
FlattenedCursor<V> |
class |
IteratorCursor<T> |
Modifier and Type | Method and Description |
---|---|
protected Cursor<? extends Iterator<V>> |
FlattenedCursor.external() |
protected Cursor<V> |
FlattenedCursor.internal() |
Constructor and Description |
---|
FlattenedCursor(Cursor<Cursor<V>> it) |
Constructor and Description |
---|
FlattenedCursor(Cursor<Cursor<V>> it) |
Copyright © 2002 – 2024 Project Wonder.