Modifier and Type | Method and Description |
---|---|
IDatabaseCommands |
IDocumentStore.getDatabaseCommands()
Gets the database commands.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerClient |
Modifier and Type | Method and Description |
---|---|
IDatabaseCommands |
IDatabaseCommands.forDatabase(java.lang.String database)
Create a new instance of
IDatabaseCommands that will interacts with the specified database |
IDatabaseCommands |
ServerClient.forDatabase(java.lang.String database) |
IDatabaseCommands |
IDatabaseCommands.forSystemDatabase()
Creates a new instance of
IDatabaseCommands that will interacts with the default database. |
IDatabaseCommands |
ServerClient.forSystemDatabase() |
IDatabaseCommands |
AdminServerClient.getCommands() |
IDatabaseCommands |
IGlobalAdminDatabaseCommands.getCommands()
Gets DatabaseCommands
|
IDatabaseCommands |
IRavenQueryInspector.getDatabaseCommands()
Grant access to the database commands
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
IdConvention.findIdentifier(java.lang.String dbName,
IDatabaseCommands databaseCommands,
java.lang.Object entity) |
Modifier and Type | Field and Description |
---|---|
protected IDatabaseCommands |
AbstractDocumentQuery.theDatabaseCommands
The database commands to use
|
Modifier and Type | Field and Description |
---|---|
protected Function0<IDatabaseCommands> |
DocumentStore.databaseCommandsGenerator |
Modifier and Type | Method and Description |
---|---|
IDatabaseCommands |
DocumentSession.getDatabaseCommands()
Gets the database commands.
|
IDatabaseCommands |
AbstractDocumentQuery.getDatabaseCommands()
Grant access to the database commands
|
IDatabaseCommands |
BulkInsertOperation.getDatabaseCommands() |
IDatabaseCommands |
DocumentStore.getDatabaseCommands() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDocumentQuery.clearSortHints(IDatabaseCommands dbCommands) |
java.lang.String |
DocumentKeyGenerator.generate(java.lang.String dbName,
IDatabaseCommands dbCommands,
java.lang.Object entity)
Generates document key
|
java.lang.String |
HiLoKeyGenerator.generateDocumentKey(IDatabaseCommands databaseCommands,
DocumentConvention convention,
java.lang.Object entity)
Generates the document key.
|
java.lang.String |
MultiTypeHiLoKeyGenerator.generateDocumentKey(IDatabaseCommands databaseCommands,
DocumentConvention conventions,
java.lang.Object entity)
Generates the document key.
|
java.lang.String |
MultiDatabaseHiLoGenerator.generateDocumentKey(java.lang.String dbName,
IDatabaseCommands databaseCommands,
DocumentConvention conventions,
java.lang.Object entity) |
java.lang.String |
DocumentConvention.generateDocumentKey(java.lang.String dbName,
IDatabaseCommands databaseCommands,
java.lang.Object entity)
Generates the document key.
|
protected ILowLevelBulkInsertOperation |
BulkInsertOperation.getBulkInsertOperation(BulkInsertOptions options,
IDatabaseCommands commands,
IDatabaseChanges changes) |
long |
HiLoKeyGenerator.nextId(IDatabaseCommands commands)
Create the next id (numeric)
|
Constructor and Description |
---|
AbstractDocumentQuery(java.lang.Class<T> clazz,
InMemoryDocumentSessionOperations theSession,
IDatabaseCommands databaseCommands,
java.lang.String indexName,
java.lang.String[] fieldsToFetch,
java.lang.String[] projectionFields,
java.util.List<IDocumentQueryListener> queryListeners,
boolean isMapReduce) |
DocumentQuery(java.lang.Class<T> clazz,
InMemoryDocumentSessionOperations session,
IDatabaseCommands databaseCommands,
java.lang.String indexName,
java.lang.String[] fieldsToFetch,
java.lang.String[] projectionFields,
java.util.List<IDocumentQueryListener> queryListeners,
boolean isMapReduce)
Initializes a new instance of the
DocumentQuery class. |
DocumentSession(java.lang.String dbName,
DocumentStore documentStore,
DocumentSessionListeners listeners,
java.util.UUID id,
IDatabaseCommands databaseCommands)
Initializes a new instance of the
DocumentSession class. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
LazyStartsWithOperation.executeEmbedded(IDatabaseCommands commands) |
java.lang.Object |
LazyLoadOperation.executeEmbedded(IDatabaseCommands commands) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTransformerCreationTask.execute(IDatabaseCommands databaseCommands,
DocumentConvention documentConvention) |
void |
AbstractIndexCreationTask.execute(IDatabaseCommands databaseCommands,
DocumentConvention documentConvention)
Executes the index creation against the specified document database using the specified conventions
|
protected void |
AbstractCommonApiForIndexesAndTransformers.updateIndexInReplication(IDatabaseCommands databaseCommands,
DocumentConvention documentConvention,
Action2<ServerClient,OperationMetadata> action) |
Modifier and Type | Method and Description |
---|---|
IDatabaseCommands |
RavenQueryInspector.getDatabaseCommands() |
Constructor and Description |
---|
RavenQueryInspector(java.lang.Class<T> clazz,
IRavenQueryProvider provider,
RavenQueryStatistics queryStats,
RavenQueryHighlightings highlightings,
java.lang.String indexName,
com.mysema.query.types.Expression<?> expression,
InMemoryDocumentSessionOperations session,
IDatabaseCommands databaseCommands,
boolean isMapReduce) |
RavenQueryProvider(java.lang.Class<T> clazz,
IDocumentQueryGenerator queryGenerator,
java.lang.String indexName,
RavenQueryStatistics ravenQueryStatistics,
RavenQueryHighlightings highlightings,
IDatabaseCommands databaseCommands,
boolean isMapReduce) |
Copyright © 2014. All Rights Reserved.