Interface | Description |
---|---|
Query | |
QuerySession |
This interface represents an Event Store session and defines the supported query operations.
|
QuerySessionFactory |
This interface defines the operations that must be provided by all factory implementations.
|
QuerySessionFactoryRegistry | |
ResultStream |
A table of data representing an Event Store Query result stream, which is usually generated
by executing a query against and Event Store.
|
Class | Description |
---|---|
FullTextQuery |
This abstract class defines the domain specific language for EVP full text queries.
|
FullTextQueryHit |
This abstract class defines the domain specific language for EVP full text query
hit.
|
FullTextQueryResponse |
This abstract class defines the domain specific language for EVP full text query
responses.
|
QuerySessionContext |
This class provides a mechanism to specify and pass properties into the QuerySessionManager
and QuerySessionFactory implementations.
|
QuerySessionFactoryProvider | |
QuerySessionManager |
This class allows access to the Event Store instances.
|
Exception | Description |
---|---|
QueryException | |
QuerySessionException | |
ResultStreamException | |
UnsupportedFeatureException |