Package | Description |
---|---|
net.ravendb.client | |
net.ravendb.client.document |
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(java.lang.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(java.lang.String database)
Opens the session for a particular database
|
Copyright © 2014. All Rights Reserved.