Modifier and Type | Method and Description |
---|---|
static <T,S> Tuple<T,S> |
Tuple.create(T item1,
S item2) |
Modifier and Type | Method and Description |
---|---|
static java.lang.Iterable<Tuple<RavenJToken,RavenJToken>> |
JTokenExtensions.selectTokenWithRavenSyntaxReturningFlatStructure(RavenJToken self,
java.lang.String path) |
static java.lang.Iterable<Tuple<RavenJToken,RavenJToken>> |
JTokenExtensions.selectTokenWithRavenSyntaxReturningFlatStructure(RavenJToken self,
java.lang.String path,
boolean createSnapshots) |
Modifier and Type | Method and Description |
---|---|
<T> Lazy<T[]> |
IDocumentSessionImpl.lazyLoadInternal(java.lang.Class<T> clazz,
java.lang.String[] ids,
Tuple<java.lang.String,java.lang.Class<?>>[] includes,
Action1<T[]> onEval) |
<T> T[] |
IDocumentSessionImpl.loadInternal(java.lang.Class<T> clazz,
java.lang.String[] ids,
Tuple<java.lang.String,java.lang.Class<?>>[] includes) |
Modifier and Type | Method and Description |
---|---|
Tuple<java.lang.String,java.lang.String> |
IRavenQueryInspector.getLastEqualityTerm()
The last term that we asked the query to use equals on
|
Modifier and Type | Field and Description |
---|---|
protected Tuple<java.lang.String,java.lang.String> |
AbstractDocumentQuery.lastEquality |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<Tuple<java.lang.String,java.lang.Class<?>>> |
AbstractDocumentQuery.sortByHints
The types to sort the fields by (NULL if not specified)
|
Modifier and Type | Method and Description |
---|---|
Tuple<java.lang.String,java.lang.String> |
IAbstractDocumentQuery.getLastEqualityTerm()
The last term that we asked the query to use equals on
|
Tuple<java.lang.String,java.lang.String> |
AbstractDocumentQuery.getLastEqualityTerm()
The last term that we asked the query to use equals on
|
Modifier and Type | Method and Description |
---|---|
boolean |
InMemoryDocumentSessionOperations.checkIfIdAlreadyIncluded(java.lang.String[] ids,
Tuple<java.lang.String,java.lang.Class<?>>[] includes) |
<T> Lazy<T[]> |
DocumentSession.lazyLoadInternal(java.lang.Class<T> clazz,
java.lang.String[] ids,
Tuple<java.lang.String,java.lang.Class<?>>[] includes,
Action1<T[]> onEval)
Register to lazily load documents and include
|
<T> T[] |
DocumentSession.loadInternal(java.lang.Class<T> clazz,
java.lang.String[] ids,
Tuple<java.lang.String,java.lang.Class<?>>[] includes) |
Constructor and Description |
---|
LazyMultiLoadOperation(java.lang.Class<T> clazz,
MultiLoadOperation loadOperation,
java.lang.String[] ids,
Tuple<java.lang.String,java.lang.Class<?>>[] includes,
java.lang.String transformer) |
Constructor and Description |
---|
MultiLoadOperation(InMemoryDocumentSessionOperations sessionOperations,
Function0<java.lang.AutoCloseable> disableAllCaching,
java.lang.String[] ids,
Tuple<java.lang.String,java.lang.Class<?>>[] includes) |
Constructor and Description |
---|
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 |
---|---|
Tuple<java.lang.String,java.lang.String> |
RavenQueryInspector.getLastEqualityTerm() |
Copyright © 2014. All Rights Reserved.