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(Class<T> clazz,
InMemoryDocumentSessionOperations theSession,
IDatabaseCommands databaseCommands,
String indexName,
String[] fieldsToFetch,
String[] projectionFields,
List<IDocumentQueryListener> queryListeners,
boolean isMapReduce) |
DocumentQuery(Class<T> clazz,
InMemoryDocumentSessionOperations session,
IDatabaseCommands databaseCommands,
String indexName,
String[] fieldsToFetch,
String[] projectionFields,
List<IDocumentQueryListener> queryListeners,
boolean isMapReduce)
Initializes a new instance of the
DocumentQuery class. |
Constructor and Description |
---|
LazyStartsWithOperation(Class<T> clazz,
String keyPrefix,
String matches,
String exclude,
int start,
int pageSize,
InMemoryDocumentSessionOperations sessionOperations,
RavenPagingInformation pagingInformation,
String skipAfter) |
Constructor and Description |
---|
LoadOperation(InMemoryDocumentSessionOperations sessionOperations,
Function0<CleanCloseable> disableAllCaching,
String id) |
LoadTransformerOperation(InMemoryDocumentSessionOperations documentSession,
String transformer,
String[] ids) |
MultiLoadOperation(InMemoryDocumentSessionOperations sessionOperations,
Function0<CleanCloseable> disableAllCaching,
String[] ids,
Tuple<String,Class<?>>[] includes) |
QueryOperation(InMemoryDocumentSessionOperations sessionOperations,
String indexName,
IndexQuery indexQuery,
String[] projectionFields,
boolean waitForNonStaleResults,
long timeout,
ShardReduceFunction transformResults,
Set<String> includes,
boolean disableEntitiesTracking) |
Modifier and Type | Method and Description |
---|---|
InMemoryDocumentSessionOperations |
RavenQueryInspector.getSession() |
Modifier and Type | Method and Description |
---|---|
void |
RavenQueryInspector.init(Class<T> clazz,
IRavenQueryProvider provider,
RavenQueryStatistics queryStats,
RavenQueryHighlightings highlightings,
String indexName,
com.mysema.query.types.Expression<?> expression,
InMemoryDocumentSessionOperations session,
IDatabaseCommands databaseCommands,
boolean isMapReduce) |
Modifier and Type | Class and Description |
---|---|
class |
BaseShardedDocumentSession<TDatabaseCommands> |
class |
ShardedDocumentSession |
Constructor and Description |
---|
ShardedDocumentQuery(Class<T> clazz,
InMemoryDocumentSessionOperations session,
Function1<ShardRequestData,List<Tuple<String,IDatabaseCommands>>> getShardsToOperateOn,
ShardStrategy shardStrategy,
String indexName,
String[] fieldsToFetch,
String[] projectionFields,
List<IDocumentQueryListener> queryListeneres,
boolean isMapReduce) |
Copyright © 2016. All Rights Reserved.