Package | Description |
---|---|
net.ravendb.client | |
net.ravendb.client.document | |
net.ravendb.client.shard |
Modifier and Type | Method and Description |
---|---|
DocumentSessionListeners |
IDocumentStore.getListeners() |
DocumentSessionListeners |
DocumentStoreBase.getListeners() |
Modifier and Type | Method and Description |
---|---|
void |
IDocumentStore.setListeners(DocumentSessionListeners listeners) |
void |
DocumentStoreBase.setListeners(DocumentSessionListeners listeneres) |
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(String database,
IDocumentStore documentStore,
DocumentSessionListeners listeners,
BulkInsertOptions options,
IDatabaseChanges changes) |
DocumentSession(String dbName,
DocumentStore documentStore,
DocumentSessionListeners listeners,
UUID id,
IDatabaseCommands databaseCommands)
Initializes a new instance of the
DocumentSession class. |
EntityToJson(IDocumentStore documentStore,
DocumentSessionListeners listeners) |
InMemoryDocumentSessionOperations(String dbName,
DocumentStoreBase documentStore,
DocumentSessionListeners listeners,
UUID id)
Initializes a new instance of the
InMemoryDocumentSessionOperations class. |
Constructor and Description |
---|
BaseShardedDocumentSession(String dbName,
ShardedDocumentStore documentStore,
DocumentSessionListeners listeners,
UUID id,
ShardStrategy shardStrategy,
Map<String,TDatabaseCommands> shardDbCommands) |
ShardedDocumentSession(String dbName,
ShardedDocumentStore documentStore,
DocumentSessionListeners listeners,
UUID id,
ShardStrategy shardStrategy,
Map<String,IDatabaseCommands> shardDbCommands)
Initializes a new instance of the ShardedDocumentSession class.
|
Copyright © 2016. All Rights Reserved.