Package | Description |
---|---|
net.ravendb.client | |
net.ravendb.client.document |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<IDocumentQueryListener> |
DocumentStoreBase.getRegisteredQueryListeners()
Gets a read-only collection of the registered query listeners.
|
Modifier and Type | Method and Description |
---|---|
DocumentStoreBase |
DocumentStoreBase.registerListener(IDocumentQueryListener queryListener)
Registers the query listener.
|
Modifier and Type | Field and Description |
---|---|
protected IDocumentQueryListener[] |
AbstractDocumentQuery.queryListeners
The query listeners for this query
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IDocumentQueryListener> |
DocumentSessionListeners.getQueryListeners() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentSessionListeners.registerListener(IDocumentQueryListener conversionListener) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentSessionListeners.setQueryListeners(java.util.List<IDocumentQueryListener> queryListeners) |
Constructor and Description |
---|
AbstractDocumentQuery(java.lang.Class<T> clazz,
InMemoryDocumentSessionOperations theSession,
IDatabaseCommands databaseCommands,
java.lang.String indexName,
java.lang.String[] fieldsToFetch,
java.lang.String[] projectionFields,
java.util.List<IDocumentQueryListener> queryListeners,
boolean isMapReduce) |
DocumentQuery(java.lang.Class<T> clazz,
InMemoryDocumentSessionOperations session,
IDatabaseCommands databaseCommands,
java.lang.String indexName,
java.lang.String[] fieldsToFetch,
java.lang.String[] projectionFields,
java.util.List<IDocumentQueryListener> queryListeners,
boolean isMapReduce)
Initializes a new instance of the
DocumentQuery class. |
Copyright © 2014. All Rights Reserved.