Package | Description |
---|---|
net.ravendb.client | |
net.ravendb.client.document | |
net.ravendb.client.shard |
Modifier and Type | Method and Description |
---|---|
DocumentStoreBase |
DocumentStoreBase.registerListener(IDocumentConflictListener conflictListener)
Registers the conflict listener.
|
DocumentStoreBase |
DocumentStoreBase.registerListener(IDocumentConversionListener conversionListener)
Registers the conversion listener.
|
DocumentStoreBase |
DocumentStoreBase.registerListener(IDocumentDeleteListener deleteListener)
Registers the delete listener.
|
DocumentStoreBase |
DocumentStoreBase.registerListener(IDocumentQueryListener queryListener)
Registers the query listener.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentStore
Manages access to RavenDB and open sessions to work with RavenDB.
|
Constructor and Description |
---|
InMemoryDocumentSessionOperations(String dbName,
DocumentStoreBase documentStore,
DocumentSessionListeners listeners,
UUID id)
Initializes a new instance of the
InMemoryDocumentSessionOperations class. |
Modifier and Type | Class and Description |
---|---|
class |
ShardedDocumentStore
Implements a sharded document store
Hiding most sharding details behind this and the ShardedDocumentSession gives you the ability to use
sharding without really thinking about this too much
|
Copyright © 2016. All Rights Reserved.