Interface | Description |
---|---|
Query |
Query class for the Event Persistence Common Query API
|
QuerySession |
This interface represents a "Session" in the Common Query API
|
QuerySessionFactory |
This interface defines the operations that must be provided by all factory implementations.
|
QuerySessionFactoryRegistry |
Factory registration interfaces used by session factories in the Common Query API
|
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 |
Provider implementation used to create query sessions in the Common Query API
|
QuerySessionManager |
This class allows access to the Event Store instances.
|
Exception | Description |
---|---|
QueryException |
Exception class used to communicate errors in the Common Query API
|
QuerySessionException |
Exception class used to communicate errors in the Common Query API
|
ResultStreamException |
Exception class used to communicate errors in the Common Query API
|
UnsupportedFeatureException |
Exception class used to communicate errors in the Common Query API
|