Modifier and Type | Method and Description |
---|---|
protected void |
DocumentStoreBase.afterSessionCreated(InMemoryDocumentSessionOperations session) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentStoreBase.addSessionCreatedInternal(Action1<InMemoryDocumentSessionOperations> action) |
void |
DocumentStoreBase.removeSessionCreatedInternal(Action1<InMemoryDocumentSessionOperations> action) |
Modifier and Type | Method and Description |
---|---|
InMemoryDocumentSessionOperations |
IRavenQueryInspector.getSession()
The query session
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentSession
Implements Unit of Work for accessing the RavenDB server
|
Modifier and Type | Field and Description |
---|---|
protected InMemoryDocumentSessionOperations |
AbstractDocumentQuery.theSession
The session for this query
|
Modifier and Type | Method and Description |
---|---|
InMemoryDocumentSessionOperations |
AbstractDocumentQuery.getSession()
Gets the session associated with this document query
|
Modifier and Type | Method and Description |
---|---|
protected void |
DocumentStore.afterSessionCreated(InMemoryDocumentSessionOperations session) |
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. |
Constructor and Description |
---|
LazyStartsWithOperation(java.lang.Class<T> clazz,
java.lang.String keyPrefix,
java.lang.String matches,
java.lang.String exclude,
int start,
int pageSize,
InMemoryDocumentSessionOperations sessionOperations,
RavenPagingInformation pagingInformation,
java.lang.String skipAfter) |
Constructor and Description |
---|
LoadOperation(InMemoryDocumentSessionOperations sessionOperations,
Function0<java.lang.AutoCloseable> disableAllCaching,
java.lang.String id) |
LoadTransformerOperation(InMemoryDocumentSessionOperations documentSession,
java.lang.String transformer,
java.lang.String[] ids) |
MultiLoadOperation(InMemoryDocumentSessionOperations sessionOperations,
Function0<java.lang.AutoCloseable> disableAllCaching,
java.lang.String[] ids,
Tuple<java.lang.String,java.lang.Class<?>>[] includes) |
QueryOperation(InMemoryDocumentSessionOperations sessionOperations,
java.lang.String indexName,
IndexQuery indexQuery,
java.lang.String[] projectionFields,
java.util.Set<Tuple<java.lang.String,java.lang.Class<?>>> sortByHints,
boolean waitForNonStaleResults,
Action2<java.lang.String,java.lang.String> setOperationHeaders,
long timeout,
java.util.Set<java.lang.String> includes,
boolean disableEntitiesTracking) |
Modifier and Type | Method and Description |
---|---|
InMemoryDocumentSessionOperations |
RavenQueryInspector.getSession() |
Constructor and Description |
---|
RavenQueryInspector(java.lang.Class<T> clazz,
IRavenQueryProvider provider,
RavenQueryStatistics queryStats,
RavenQueryHighlightings highlightings,
java.lang.String indexName,
com.mysema.query.types.Expression<?> expression,
InMemoryDocumentSessionOperations session,
IDatabaseCommands databaseCommands,
boolean isMapReduce) |
Copyright © 2014. All Rights Reserved.