Package | Description |
---|---|
net.ravendb.client | |
net.ravendb.client.document | |
net.ravendb.client.indexes |
Modifier and Type | Class and Description |
---|---|
class |
DocumentStoreBase
Contains implementation of some IDocumentStore operations shared by DocumentStore implementations
|
Modifier and Type | Method and Description |
---|---|
IDocumentStore |
IAdvancedDocumentSessionOperations.getDocumentStore()
The document store associated with this session
|
IDocumentStore |
IDocumentStore.initialize()
Initializes this instance.
|
IDocumentStore |
DocumentStoreBase.registerListener(IDocumentStoreListener documentStoreListener)
Registers the store listener.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentStore
Manages access to RavenDB and open sessions to work with RavenDB.
|
Modifier and Type | Method and Description |
---|---|
IDocumentStore |
InMemoryDocumentSessionOperations.getDocumentStore() |
IDocumentStore |
DocumentStore.initialize() |
IDocumentStore |
DocumentStore.useFips(boolean value) |
IDocumentStore |
DocumentStore.withApiKey(java.lang.String apiKey) |
Constructor and Description |
---|
BulkInsertOperation(java.lang.String database,
IDocumentStore documentStore,
DocumentSessionListeners listeners,
BulkInsertOptions options,
IDatabaseChanges changes) |
EntityToJson(IDocumentStore documentStore,
DocumentSessionListeners listeners) |
GenerateEntityIdOnTheClient(IDocumentStore documentStore,
Function1<java.lang.Object,java.lang.String> generateKey) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTransformerCreationTask.execute(IDocumentStore store) |
void |
AbstractIndexCreationTask.execute(IDocumentStore store)
Executes the index creation against the specified document store.
|
Copyright © 2014. All Rights Reserved.