Package | Description |
---|---|
net.ravendb.client | |
net.ravendb.client.document |
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(java.lang.String dbName,
DocumentStoreBase documentStore,
DocumentSessionListeners listeners,
java.util.UUID id)
Initializes a new instance of the
InMemoryDocumentSessionOperations class. |
Copyright © 2014. All Rights Reserved.