Package | Description |
---|---|
net.ravendb.client.document | |
net.ravendb.client.document.batches | |
net.ravendb.client.shard |
Modifier and Type | Class and Description |
---|---|
class |
LazyFacetsOperation |
Modifier and Type | Field and Description |
---|---|
protected Map<ILazyOperation,Action1<Object>> |
InMemoryDocumentSessionOperations.onEvaluateLazy |
protected List<ILazyOperation> |
InMemoryDocumentSessionOperations.pendingLazyOperations |
Modifier and Type | Method and Description |
---|---|
Lazy<Integer> |
DocumentSession.addLazyCountOperation(ILazyOperation operation) |
<T> Lazy<T> |
DocumentSession.addLazyOperation(ILazyOperation operation,
Action1<T> onEval) |
Modifier and Type | Class and Description |
---|---|
class |
LazyLoadOperation<T> |
class |
LazyMoreLikeThisOperation<T> |
class |
LazyMultiLoadOperation<T> |
class |
LazyQueryOperation<T> |
class |
LazyStartsWithOperation<T> |
class |
LazySuggestOperation |
class |
LazyTransformerLoadOperation<T> |
Modifier and Type | Field and Description |
---|---|
protected Map<ILazyOperation,Action1<Object>> |
BaseShardedDocumentSession.onEvaluateLazy |
protected List<Tuple<ILazyOperation,List<TDatabaseCommands>>> |
BaseShardedDocumentSession.pendingLazyOperations |
Modifier and Type | Method and Description |
---|---|
protected Lazy<Integer> |
ShardedDocumentSession.addLazyCountOperation(ILazyOperation operation,
List<IDatabaseCommands> cmds) |
<T> Lazy<T> |
ShardedDocumentSession.addLazyOperation(ILazyOperation operation,
Action1<T> onEval,
List<IDatabaseCommands> cmds) |
Copyright © 2016. All Rights Reserved.