Package | Description |
---|---|
net.ravendb.client | |
net.ravendb.client.document | |
net.ravendb.client.shard |
Modifier and Type | Interface and Description |
---|---|
interface |
IDocumentSessionImpl
Interface for document session which holds the internal operations
|
Modifier and Type | Method and Description |
---|---|
IDocumentSession |
IDocumentStore.openSession()
Opens the session.
|
IDocumentSession |
IDocumentStore.openSession(OpenSessionOptions sessionOptions)
Opens the session with the specified options.
|
IDocumentSession |
IDocumentStore.openSession(String database)
Opens the session for a particular database
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentSession
Implements Unit of Work for accessing the RavenDB server
|
Modifier and Type | Method and Description |
---|---|
IDocumentSession |
DocumentStore.openSession()
Opens the session.
|
IDocumentSession |
DocumentStore.openSession(OpenSessionOptions options) |
IDocumentSession |
DocumentStore.openSession(String database)
Opens the session for a particular database
|
Modifier and Type | Class and Description |
---|---|
class |
ShardedDocumentSession |
Modifier and Type | Method and Description |
---|---|
IDocumentSession |
ShardedDocumentStore.openSession()
Opens the session.
|
IDocumentSession |
ShardedDocumentStore.openSession(OpenSessionOptions sessionOptions)
Opens the session with the specified options.
|
IDocumentSession |
ShardedDocumentStore.openSession(String database)
Opens the session for a particular database
|
Copyright © 2016. All Rights Reserved.