Package | Description |
---|---|
net.ravendb.client | |
net.ravendb.client.document | |
net.ravendb.client.document.batches | |
net.ravendb.client.linq | |
net.ravendb.client.shard |
Modifier and Type | Method and Description |
---|---|
Lazy<Integer> |
LinqExtensionsQueryable.countLazily() |
Lazy<Integer> |
IDocumentQuery.countLazily()
Register the query as a lazy-count query in the session and return a lazy
instance that will evaluate the query only when needed.
|
Lazy<List<T>> |
LinqExtensionsQueryable.lazily() |
Lazy<List<T>> |
IDocumentQuery.lazily()
Register the query as a lazy query in the session and return a lazy
instance that will evaluate the query only when needed
|
Lazy<List<T>> |
LinqExtensionsQueryable.lazily(Action1<List<T>> onEval) |
Lazy<List<T>> |
IDocumentQuery.lazily(Action1<List<T>> onEval)
Register the query as a lazy query in the session and return a lazy
instance that will evaluate the query only when needed.
|
<T> Lazy<T[]> |
IDocumentSessionImpl.lazyLoadInternal(Class<T> clazz,
String[] ids,
Tuple<String,Class<?>>[] includes,
Action1<T[]> onEval) |
Lazy<SuggestionQueryResult> |
LinqExtensionsQueryable.suggestLazy() |
Lazy<SuggestionQueryResult> |
LinqExtensionsQueryable.suggestLazy(SuggestionQuery query) |
Lazy<FacetResults> |
LinqExtensionsQueryable.toFacetsLazy(List<Facet> facets)
Query the facets results for this query using the specified list of facets
|
Lazy<FacetResults> |
IDocumentQuery.toFacetsLazy(List<Facet> facets)
Query the facets results for this query using the specified list of facets with the given start and pageSize
|
Lazy<FacetResults> |
LinqExtensionsQueryable.toFacetsLazy(List<Facet> facets,
int start)
Query the facets results for this query using the specified list of facets with the given start
|
Lazy<FacetResults> |
IDocumentQuery.toFacetsLazy(List<Facet> facets,
int start)
Query the facets results for this query using the specified list of facets with the given start and pageSize
|
Lazy<FacetResults> |
LinqExtensionsQueryable.toFacetsLazy(List<Facet> facets,
int start,
Integer pageSize)
Query the facets results for this query using the specified list of facets with the given start and pageSize
|
Lazy<FacetResults> |
IDocumentQuery.toFacetsLazy(List<Facet> facets,
int start,
Integer pageSize)
Query the facets results for this query using the specified list of facets with the given start and pageSize
|
Lazy<FacetResults> |
LinqExtensionsQueryable.toFacetsLazy(String facetSetupDoc)
Query the facets results for this query using the specified facet document
|
Lazy<FacetResults> |
IDocumentQuery.toFacetsLazy(String facetSetupDoc)
Query the facets results for this query using the specified facet document with the given start and pageSize
|
Lazy<FacetResults> |
LinqExtensionsQueryable.toFacetsLazy(String facetSetupDoc,
int start)
Query the facets results for this query using the specified facet document with the given start
|
Lazy<FacetResults> |
IDocumentQuery.toFacetsLazy(String facetSetupDoc,
int start)
Query the facets results for this query using the specified facet document with the given start and pageSize
|
Lazy<FacetResults> |
LinqExtensionsQueryable.toFacetsLazy(String facetSetupDoc,
int start,
Integer pageSize)
Query the facets results for this query using the specified facet document with the given start and pageSize
|
Lazy<FacetResults> |
IDocumentQuery.toFacetsLazy(String facetSetupDoc,
int start,
Integer pageSize)
Query the facets results for this query using the specified facet document with the given start and pageSize
|
Modifier and Type | Method and Description |
---|---|
Lazy<Integer> |
DocumentSession.addLazyCountOperation(ILazyOperation operation) |
<T> Lazy<T> |
DocumentSession.addLazyOperation(ILazyOperation operation,
Action1<T> onEval) |
Lazy<Integer> |
AbstractDocumentQuery.countLazily()
Register the query as a lazy-count query in the session and return a lazy
instance that will evaluate the query only when needed
|
Lazy<List<T>> |
AbstractDocumentQuery.lazily()
Register the query as a lazy query in the session and return a lazy
instance that will evaluate the query only when needed
|
Lazy<List<T>> |
AbstractDocumentQuery.lazily(Action1<List<T>> onEval)
Register the query as a lazy query in the session and return a lazy
instance that will evaluate the query only when needed
|
<T> Lazy<T[]> |
DocumentSession.lazyLoadInternal(Class<T> clazz,
String[] ids,
Tuple<String,Class<?>>[] includes,
Action1<T[]> onEval)
Register to lazily load documents and include
|
<T> Lazy<T[]> |
LazySessionOperations.load(Class<T> clazz,
Collection<String> ids)
Loads the specified ids.
|
<T> Lazy<T[]> |
LazyShardSessionOperations.load(Class<T> clazz,
Collection<String> ids)
Loads the specified ids.
|
<T> Lazy<T[]> |
LazySessionOperations.load(Class<T> clazz,
Number... ids) |
<T> Lazy<T[]> |
LazyShardSessionOperations.load(Class<T> clazz,
Number... ids) |
<T> Lazy<T> |
LazySessionOperations.load(Class<T> clazz,
Number id) |
<T> Lazy<T> |
LazyShardSessionOperations.load(Class<T> clazz,
Number id) |
<T> Lazy<T> |
LazySessionOperations.load(Class<T> clazz,
Number id,
Action1<T> onEval) |
<T> Lazy<T> |
LazyShardSessionOperations.load(Class<T> clazz,
Number id,
Action1<T> onEval) |
<T> Lazy<T> |
LazySessionOperations.load(Class<T> clazz,
String id)
Loads the specified id.
|
<T> Lazy<T> |
LazyShardSessionOperations.load(Class<T> clazz,
String id)
Loads the specified id.
|
<T> Lazy<T[]> |
LazySessionOperations.load(Class<T> clazz,
String[] ids)
Loads the specified ids.
|
<T> Lazy<T[]> |
LazyShardSessionOperations.load(Class<T> clazz,
String[] ids)
Loads the specified ids.
|
<T> Lazy<T> |
LazySessionOperations.load(Class<T> clazz,
String id,
Action1<T> onEval)
Loads the specified id and a function to call when it is evaluated
|
<T> Lazy<T> |
LazyShardSessionOperations.load(Class<T> clazz,
String id,
Action1<T> onEval)
Loads the specified id and a function to call when it is evaluated
|
<T> Lazy<T[]> |
LazySessionOperations.load(Class<T> clazz,
UUID... ids) |
<T> Lazy<T[]> |
LazyShardSessionOperations.load(Class<T> clazz,
UUID... ids) |
<T> Lazy<T> |
LazySessionOperations.load(Class<T> clazz,
UUID id) |
<T> Lazy<T> |
LazyShardSessionOperations.load(Class<T> clazz,
UUID id) |
<T> Lazy<T> |
LazySessionOperations.load(Class<T> clazz,
UUID id,
Action1<T> onEval) |
<T> Lazy<T> |
LazyShardSessionOperations.load(Class<T> clazz,
UUID id,
Action1<T> onEval) |
<TResult> Lazy<TResult[]> |
LazySessionOperations.load(Class<TResult> clazz,
Action1<TResult[]> onEval,
Number... ids) |
<TResult> Lazy<TResult[]> |
LazyShardSessionOperations.load(Class<TResult> clazz,
Action1<TResult[]> onEval,
Number... ids) |
<TResult> Lazy<TResult[]> |
LazySessionOperations.load(Class<TResult> clazz,
Action1<TResult[]> onEval,
UUID... ids) |
<TResult> Lazy<TResult[]> |
LazyShardSessionOperations.load(Class<TResult> clazz,
Action1<TResult[]> onEval,
UUID... ids) |
<TResult> Lazy<TResult[]> |
LazySessionOperations.load(Class<TResult> clazz,
Collection<String> ids,
Action1<TResult[]> onEval)
Loads the specified ids and a function to call when it is evaluated
|
<TResult> Lazy<TResult[]> |
LazyShardSessionOperations.load(Class<TResult> clazz,
Collection<String> ids,
Action1<TResult[]> onEval)
Loads the specified ids and a function to call when it is evaluated
|
<TResult> Lazy<TResult[]> |
LazySessionOperations.load(Class<TResult> clazz,
String[] ids,
Action1<TResult[]> onEval) |
<TResult> Lazy<TResult[]> |
LazyShardSessionOperations.load(Class<TResult> clazz,
String[] ids,
Action1<TResult[]> onEval) |
<TResult,TTransformer extends AbstractTransformerCreationTask> |
LazySessionOperations.load(Class<TTransformer> tranformerClass,
Class<TResult> clazz,
String[] ids,
LoadConfigurationFactory configure) |
<TResult,TTransformer extends AbstractTransformerCreationTask> |
LazyShardSessionOperations.load(Class<TTransformer> tranformerClass,
Class<TResult> clazz,
String[] ids,
LoadConfigurationFactory configure) |
<TResult,TTransformer extends AbstractTransformerCreationTask> |
LazySessionOperations.load(Class<TTransformer> tranformerClass,
Class<TResult> clazz,
String id,
LoadConfigurationFactory configure) |
<TResult,TTransformer extends AbstractTransformerCreationTask> |
LazyShardSessionOperations.load(Class<TTransformer> tranformerClass,
Class<TResult> clazz,
String id,
LoadConfigurationFactory configure) |
<T> Lazy<T[]> |
LazySessionOperations.loadStartingWith(Class<T> clazz,
String keyPrefix) |
<T> Lazy<T[]> |
LazyShardSessionOperations.loadStartingWith(Class<T> clazz,
String keyPrefix) |
<T> Lazy<T[]> |
LazySessionOperations.loadStartingWith(Class<T> clazz,
String keyPrefix,
String matches) |
<T> Lazy<T[]> |
LazyShardSessionOperations.loadStartingWith(Class<T> clazz,
String keyPrefix,
String matches) |
<T> Lazy<T[]> |
LazySessionOperations.loadStartingWith(Class<T> clazz,
String keyPrefix,
String matches,
int start) |
<T> Lazy<T[]> |
LazyShardSessionOperations.loadStartingWith(Class<T> clazz,
String keyPrefix,
String matches,
int start) |
<T> Lazy<T[]> |
LazySessionOperations.loadStartingWith(Class<T> clazz,
String keyPrefix,
String matches,
int start,
int pageSize) |
<T> Lazy<T[]> |
LazyShardSessionOperations.loadStartingWith(Class<T> clazz,
String keyPrefix,
String matches,
int start,
int pageSize) |
<TResult> Lazy<TResult[]> |
LazySessionOperations.loadStartingWith(Class<TResult> clazz,
String keyPrefix,
String matches,
int start,
int pageSize,
String exclude) |
<TResult> Lazy<TResult[]> |
LazyShardSessionOperations.loadStartingWith(Class<TResult> clazz,
String keyPrefix,
String matches,
int start,
int pageSize,
String exclude) |
<TResult> Lazy<TResult[]> |
LazySessionOperations.loadStartingWith(Class<TResult> clazz,
String keyPrefix,
String matches,
int start,
int pageSize,
String exclude,
RavenPagingInformation pagingInformation) |
<TResult> Lazy<TResult[]> |
LazyShardSessionOperations.loadStartingWith(Class<TResult> clazz,
String keyPrefix,
String matches,
int start,
int pageSize,
String exclude,
RavenPagingInformation pagingInformation) |
<TResult> Lazy<TResult[]> |
LazySessionOperations.loadStartingWith(Class<TResult> clazz,
String keyPrefix,
String matches,
int start,
int pageSize,
String exclude,
RavenPagingInformation pagingInformation,
String skipAfter) |
<TResult> Lazy<TResult[]> |
LazyShardSessionOperations.loadStartingWith(Class<TResult> clazz,
String keyPrefix,
String matches,
int start,
int pageSize,
String exclude,
RavenPagingInformation pagingInformation,
String skipAfter) |
<TResult> Lazy<TResult[]> |
LazySessionOperations.moreLikeThis(Class<TResult> clazz,
MoreLikeThisQuery query) |
<TResult> Lazy<TResult[]> |
LazyShardSessionOperations.moreLikeThis(Class<TResult> clazz,
MoreLikeThisQuery query) |
Lazy<FacetResults> |
DocumentQuery.toFacetsLazy(List<Facet> facets) |
Lazy<FacetResults> |
DocumentQuery.toFacetsLazy(List<Facet> facets,
int start) |
Lazy<FacetResults> |
DocumentQuery.toFacetsLazy(List<Facet> facets,
int start,
Integer pageSize) |
Lazy<FacetResults> |
DocumentQuery.toFacetsLazy(String facetSetupDoc) |
Lazy<FacetResults> |
DocumentQuery.toFacetsLazy(String facetSetupDoc,
int start) |
Lazy<FacetResults> |
DocumentQuery.toFacetsLazy(String facetSetupDoc,
int start,
Integer pageSize) |
Modifier and Type | Method and Description |
---|---|
<TResult> Lazy<TResult[]> |
ILazySessionOperations.load(Class<TResult> clazz,
Action1<TResult[]> onEval,
Number... ids)
Loads the specified entities with the specified id after applying
conventions on the provided id to get the real document id.
|
<TResult> Lazy<TResult[]> |
ILazySessionOperations.load(Class<TResult> clazz,
Action1<TResult[]> onEval,
UUID... ids)
Loads the specified entities with the specified id after applying
conventions on the provided id to get the real document id.
|
<TResult> Lazy<TResult[]> |
ILazySessionOperations.load(Class<TResult> clazz,
Collection<String> ids)
Loads the specified entities with the specified ids.
|
<TResult> Lazy<TResult[]> |
LazyMultiLoaderWithInclude.load(Class<TResult> clazz,
Collection<String> ids) |
<TResult> Lazy<TResult[]> |
ILazyLoaderWithInclude.load(Class<TResult> clazz,
Collection<String> ids)
Loads the specified entities with the specified ids.
|
<TResult> Lazy<TResult[]> |
ILazySessionOperations.load(Class<TResult> clazz,
Collection<String> ids,
Action1<TResult[]> onEval)
Loads the specified entities with the specified ids and a function to call when it is evaluated
|
<TResult> Lazy<TResult[]> |
ILazySessionOperations.load(Class<TResult> clazz,
Number... ids)
Loads the specified entities with the specified id after applying
conventions on the provided id to get the real document id.
|
<TResult> Lazy<TResult[]> |
LazyMultiLoaderWithInclude.load(Class<TResult> clazz,
Number... ids) |
<TResult> Lazy<TResult[]> |
ILazyLoaderWithInclude.load(Class<TResult> clazz,
Number... ids)
Loads the specified entities with the specified id after applying
conventions on the provided id to get the real document id.
|
<TResult> Lazy<TResult> |
ILazySessionOperations.load(Class<TResult> clazz,
Number id)
Loads the specified entity with the specified id after applying
conventions on the provided id to get the real document id.
|
<TResult> Lazy<TResult> |
LazyMultiLoaderWithInclude.load(Class<TResult> clazz,
Number id) |
<TResult> Lazy<TResult> |
ILazyLoaderWithInclude.load(Class<TResult> clazz,
Number id)
Loads the specified entity with the specified id after applying
conventions on the provided id to get the real document id.
|
<TResult> Lazy<TResult> |
ILazySessionOperations.load(Class<TResult> clazz,
Number id,
Action1<TResult> onEval)
Loads the specified entity with the specified id after applying
conventions on the provided id to get the real document id.
|
<TResult> Lazy<TResult[]> |
LazyMultiLoaderWithInclude.load(Class<TResult> clazz,
String... ids) |
<TResult> Lazy<TResult[]> |
ILazyLoaderWithInclude.load(Class<TResult> clazz,
String... ids)
Loads the specified entities with the specified ids.
|
<TResult> Lazy<TResult> |
ILazySessionOperations.load(Class<TResult> clazz,
String id)
Loads the specified id.
|
<TResult> Lazy<TResult> |
LazyMultiLoaderWithInclude.load(Class<TResult> clazz,
String id) |
<TResult> Lazy<TResult> |
ILazyLoaderWithInclude.load(Class<TResult> clazz,
String id)
Loads the specified entity with the specified id.
|
<TResult> Lazy<TResult[]> |
ILazySessionOperations.load(Class<TResult> clazz,
String[] ids)
Loads the specified entities with the specified ids.
|
<TResult> Lazy<TResult[]> |
ILazySessionOperations.load(Class<TResult> clazz,
String[] ids,
Action1<TResult[]> onEval)
Loads the specified entities with the specified ids and a function to call when it is evaluated
|
<TResult> Lazy<TResult> |
ILazySessionOperations.load(Class<TResult> clazz,
String id,
Action1<TResult> onEval)
Loads the specified id and a function to call when it is evaluated
|
<TResult> Lazy<TResult[]> |
ILazySessionOperations.load(Class<TResult> clazz,
UUID... ids)
Loads the specified entities with the specified id after applying
conventions on the provided id to get the real document id.
|
<TResult> Lazy<TResult[]> |
LazyMultiLoaderWithInclude.load(Class<TResult> clazz,
UUID... ids) |
<TResult> Lazy<TResult[]> |
ILazyLoaderWithInclude.load(Class<TResult> clazz,
UUID... ids)
Loads the specified entities with the specified id after applying
conventions on the provided id to get the real document id.
|
<TResult> Lazy<TResult> |
ILazySessionOperations.load(Class<TResult> clazz,
UUID id)
Loads the specified entity with the specified id after applying
conventions on the provided id to get the real document id.
|
<TResult> Lazy<TResult> |
LazyMultiLoaderWithInclude.load(Class<TResult> clazz,
UUID id) |
<TResult> Lazy<TResult> |
ILazyLoaderWithInclude.load(Class<TResult> clazz,
UUID id)
Loads the specified entity with the specified id after applying
conventions on the provided id to get the real document id.
|
<TResult> Lazy<TResult> |
ILazySessionOperations.load(Class<TResult> clazz,
UUID id,
Action1<TResult> onEval)
Loads the specified entity with the specified id after applying
conventions on the provided id to get the real document id.
|
<TResult,TTransformer extends AbstractTransformerCreationTask> |
ILazySessionOperations.load(Class<TTransformer> transformerClass,
Class<TResult> clazz,
String[] ids,
LoadConfigurationFactory configure)
Performs a load that will use the specified results transformer against the specified id
|
<TResult,TTransformer extends AbstractTransformerCreationTask> |
ILazySessionOperations.load(Class<TTransformer> transformerClass,
Class<TResult> clazz,
String id,
LoadConfigurationFactory configure)
Performs a load that will use the specified results transformer against the specified id
|
<TResult> Lazy<TResult[]> |
ILazySessionOperations.loadStartingWith(Class<TResult> clazz,
String keyPrefix)
Load documents with the specified key prefix
|
<TResult> Lazy<TResult[]> |
ILazySessionOperations.loadStartingWith(Class<TResult> clazz,
String keyPrefix,
String matches)
Load documents with the specified key prefix
|
<TResult> Lazy<TResult[]> |
ILazySessionOperations.loadStartingWith(Class<TResult> clazz,
String keyPrefix,
String matches,
int start)
Load documents with the specified key prefix
|
<TResult> Lazy<TResult[]> |
ILazySessionOperations.loadStartingWith(Class<TResult> clazz,
String keyPrefix,
String matches,
int start,
int pageSize)
Load documents with the specified key prefix
|
<TResult> Lazy<TResult[]> |
ILazySessionOperations.loadStartingWith(Class<TResult> clazz,
String keyPrefix,
String matches,
int start,
int pageSize,
String exclude)
Load documents with the specified key prefix
|
<TResult> Lazy<TResult[]> |
ILazySessionOperations.loadStartingWith(Class<TResult> clazz,
String keyPrefix,
String matches,
int start,
int pageSize,
String exclude,
RavenPagingInformation pagingInformation)
Loads multiple entities that contain common prefix.
|
<TResult> Lazy<TResult[]> |
ILazySessionOperations.loadStartingWith(Class<TResult> clazz,
String keyPrefix,
String matches,
int start,
int pageSize,
String exclude,
RavenPagingInformation pagingInformation,
String skipAfter)
Loads multiple entities that contain common prefix.
|
<TResult> Lazy<TResult[]> |
ILazySessionOperations.moreLikeThis(Class<TResult> clazz,
MoreLikeThisQuery query) |
Modifier and Type | Method and Description |
---|---|
Lazy<Integer> |
RavenQueryInspector.countLazily() |
<T> Lazy<Integer> |
IRavenQueryProvider.countLazily(Class<T> clazz,
com.mysema.query.types.Expression<?> expression) |
<T> Lazy<Integer> |
RavenQueryProvider.countLazily(Class<T> clazz,
com.mysema.query.types.Expression<?> expression)
Register the query as a lazy-count query in the session and return a lazy
Register the query as a lazy-count query in the session and return a lazy
|
Lazy<List<T>> |
RavenQueryInspector.lazily() |
Lazy<List<T>> |
RavenQueryInspector.lazily(Action1<List<T>> onEval) |
<S> Lazy<List<S>> |
RavenQueryProvider.lazily(Class<S> clazz,
com.mysema.query.types.Expression<?> expression,
Action1<List<S>> onEval) |
<T> Lazy<List<T>> |
IRavenQueryProvider.lazily(Class<T> clazz,
com.mysema.query.types.Expression<?> expression,
Action1<List<T>> onEval)
Convert the Linq query to a lazy Lucene query and provide a function to execute when it is being evaluate
|
Lazy<SuggestionQueryResult> |
RavenQueryInspector.suggestLazy() |
Lazy<SuggestionQueryResult> |
RavenQueryInspector.suggestLazy(SuggestionQuery query) |
Lazy<FacetResults> |
RavenQueryInspector.toFacetsLazy(List<Facet> facets) |
Lazy<FacetResults> |
RavenQueryInspector.toFacetsLazy(List<Facet> facets,
int start) |
Lazy<FacetResults> |
RavenQueryInspector.toFacetsLazy(List<Facet> facets,
int start,
Integer pageSize) |
Lazy<FacetResults> |
RavenQueryInspector.toFacetsLazy(String facetSetupDoc) |
Lazy<FacetResults> |
RavenQueryInspector.toFacetsLazy(String facetSetupDoc,
int start) |
Lazy<FacetResults> |
RavenQueryInspector.toFacetsLazy(String facetSetupDoc,
int start,
Integer pageSize) |
Lazy<FacetResults> |
DynamicAggregationQuery.toListLazy() |
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) |
Lazy<Integer> |
ShardedDocumentQuery.countLazily()
Register the query as a lazy-count query in the session and return a lazy
instance that will evaluate the query only when needed
|
Lazy<List<T>> |
ShardedDocumentQuery.lazily(Action1<List<T>> onEval)
Register the query as a lazy query in the session and return a lazy
instance that will evaluate the query only when needed
|
<T> Lazy<T[]> |
ShardedDocumentSession.lazyLoadInternal(Class<T> clazz,
String[] ids,
Tuple<String,Class<?>>[] includes,
Action1<T[]> onEval) |
Copyright © 2016. All Rights Reserved.