Interface | Description |
---|---|
BulkInsertOperation.BeforeEntityInsert | |
CustomQueryExpressionTranslator | |
DocumentConvention.TryConvertValueForQueryDelegate<T> | |
DocumentKeyGenerator | |
IAbstractDocumentQuery<T> |
Mostly used by the linq provider
|
ILoaderWithInclude |
Fluent interface for specifying include paths
for loading documents
|
ILowLevelBulkInsertOperation | |
TypeTagNameFinder |
Finds type tag name based on class.
|
Class | Description |
---|---|
AbstractDocumentQuery<T,TSelf extends AbstractDocumentQuery<T,TSelf>> |
A query against a Raven index
|
BulkInsertOperation | |
Convention | |
DefaultRavenContractResolver | |
DocumentConvention |
Note: we removed logic related to applyReduceFunction because we don't support map/reduce on shards
we also don't support contractResolver - Jackson customization can be performed via JsonExtensions#getDefaultObjectMapper() instance
|
DocumentMetadata |
Metadata held about an entity by the session
|
DocumentQuery<T> |
A query against a Raven index
|
DocumentQueryCustomization | |
DocumentQueryCustomizationFactory |
Allows query customization
|
DocumentSession |
Implements Unit of Work for accessing the RavenDB server
|
DocumentSessionListeners |
Holder for all the listeners for the session
|
DocumentStore |
Manages access to RavenDB and open sessions to work with RavenDB.
|
EntityToJson | |
FailoverBehaviorSet | |
GenerateEntityIdOnTheClient | |
HiLoKeyGenerator |
Generate hilo numbers against a RavenDB document
|
HiLoKeyGeneratorBase | |
HiLoKeyGeneratorBase.RangeValue | |
InMemoryDocumentSessionOperations |
Abstract implementation for in memory session operations
|
LazyFacetsOperation | |
LazySessionOperations | |
MultiDatabaseHiLoGenerator | |
MultiLoaderWithInclude |
Fluent implementation for specifying include paths
for loading documents
|
MultiTypeHiLoKeyGenerator |
Generate a hilo key for each given type
|
OpenSessionOptions | |
RavenLoadConfiguration | |
ReflectionUtil |
Helper class for reflection operations
|
RemoteBulkInsertOperation | |
ReplicationBehavior | |
ResponseTimeInformation | |
ResponseTimeInformation.ResponseTimeItem | |
SaveChangesData |
Data for a batch command to the server
|
Enum | Description |
---|---|
ConsistencyOptions |
The consistency options for all queries, fore more details about the consistency options, see:
http://www.allthingsdistributed.com/2008/12/eventually_consistent.html
Note that this option impact only queries, since we have Strong Consistency model for the documents
|
FailoverBehavior | |
IndexAndTransformerReplicationMode | |
QueryValueConvertionType |
Copyright © 2014. All Rights Reserved.