Package | Description |
---|---|
net.ravendb.client | |
net.ravendb.client.document |
Modifier and Type | Method and Description |
---|---|
DocumentSessionListeners |
DocumentStoreBase.getListeners() |
DocumentSessionListeners |
IDocumentStore.getListeners() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentStoreBase.setListeners(DocumentSessionListeners listeneres) |
void |
IDocumentStore.setListeners(DocumentSessionListeners listeners) |
Modifier and Type | Field and Description |
---|---|
protected DocumentSessionListeners |
InMemoryDocumentSessionOperations.theListeners |
Modifier and Type | Method and Description |
---|---|
DocumentSessionListeners |
InMemoryDocumentSessionOperations.getListeners() |
DocumentSessionListeners |
EntityToJson.getListeners() |
Constructor and Description |
---|
BulkInsertOperation(java.lang.String database,
IDocumentStore documentStore,
DocumentSessionListeners listeners,
BulkInsertOptions options,
IDatabaseChanges changes) |
DocumentSession(java.lang.String dbName,
DocumentStore documentStore,
DocumentSessionListeners listeners,
java.util.UUID id,
IDatabaseCommands databaseCommands)
Initializes a new instance of the
DocumentSession class. |
EntityToJson(IDocumentStore documentStore,
DocumentSessionListeners listeners) |
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.