Modifier and Type | Field and Description |
---|---|
protected DocumentConvention |
DocumentStoreBase.conventions |
Modifier and Type | Method and Description |
---|---|
DocumentConvention |
IDocumentSessionImpl.getConventions() |
DocumentConvention |
IDocumentStore.getConventions()
Gets the conventions.
|
DocumentConvention |
DocumentStoreBase.getConventions() |
DocumentConvention |
IDocumentQueryBase.getDocumentConvention()
Gets the document convention from the query session
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentStoreBase.setConventions(DocumentConvention conventions) |
DocumentStore |
DocumentStoreBase.withConventions(DocumentConvention conventions) |
Modifier and Type | Field and Description |
---|---|
protected DocumentConvention |
RemoteDatabaseChanges.conventions |
Constructor and Description |
---|
RemoteDatabaseChanges(String url,
String apiKey,
HttpJsonRequestFactory jsonRequestFactory,
DocumentConvention conventions,
IDocumentStoreReplicationInformer replicationInformer,
Action0 onDispose,
Function4<String,Etag,String[],OperationMetadata,Boolean> tryResolveConflictByUsingRegisteredConflictListeners) |
Constructor and Description |
---|
MultiGetOperation(IHoldProfilingInformation holdProfilingInformation,
DocumentConvention convention,
String url,
GetRequest[] requests) |
ServerClient(String url,
DocumentConvention convention,
OperationCredentials credentials,
HttpJsonRequestFactory httpJsonRequestFactory,
UUID sessionId,
Function1<String,IDocumentStoreReplicationInformer> replicationInformerGetter,
String databaseName,
IDocumentConflictListener[] conflictListeners,
boolean incrementReadStripe) |
Modifier and Type | Method and Description |
---|---|
DocumentConvention |
DocumentConvention.clone()
Clone the current conventions to a new instance
|
DocumentConvention |
InMemoryDocumentSessionOperations.getConventions()
Gets the conventions used by this session
This instance is shared among all sessions, changes to the
DocumentConvention should be done
via the IDocumentStore instance, not on a single session. |
DocumentConvention |
IAbstractDocumentQuery.getDocumentConvention()
Gets the document convention from the query session
|
DocumentConvention |
AbstractDocumentQuery.getDocumentConvention()
Gets the document convention from the query session
|
<TEntity> DocumentConvention |
DocumentConvention.registerIdConvention(Class<TEntity> type,
IdConvention func)
Register an id convention for a single type (and all of its derived types.
|
Modifier and Type | Method and Description |
---|---|
String |
HiLoKeyGenerator.generateDocumentKey(IDatabaseCommands databaseCommands,
DocumentConvention convention,
Object entity)
Generates the document key.
|
String |
MultiTypeHiLoKeyGenerator.generateDocumentKey(IDatabaseCommands databaseCommands,
DocumentConvention conventions,
Object entity)
Generates the document key.
|
String |
MultiDatabaseHiLoGenerator.generateDocumentKey(String dbName,
IDatabaseCommands databaseCommands,
DocumentConvention conventions,
Object entity) |
static String |
DocumentConvention.generateDocumentKeyUsingIdentity(DocumentConvention conventions,
Object entity)
Generates the document key using identity.
|
protected String |
HiLoKeyGeneratorBase.getDocumentKeyFromId(DocumentConvention convention,
long nextId) |
Constructor and Description |
---|
GenerateEntityIdOnTheClient(DocumentConvention conventions,
Function1<Object,String> generateKey) |
JsonSerializer(DocumentConvention convention) |
Modifier and Type | Field and Description |
---|---|
protected DocumentConvention |
AbstractIndexCreationTask.conventions |
Modifier and Type | Method and Description |
---|---|
DocumentConvention |
AbstractIndexCreationTask.getConventions()
Gets the conventions that should be used when index definition is created.
|
DocumentConvention |
AbstractTransformerCreationTask.getConventions() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractScriptedIndexCreationTask.afterExecute(IDatabaseCommands databaseCommands,
DocumentConvention documentConvention) |
void |
AbstractIndexCreationTask.afterExecute(IDatabaseCommands databaseCommands,
DocumentConvention documentConvention) |
static IndexToAdd[] |
IndexCreation.createIndexesToAdd(List<AbstractIndexCreationTask> indexCreationTasks,
DocumentConvention conventions) |
void |
AbstractIndexCreationTask.execute(IDatabaseCommands databaseCommands,
DocumentConvention documentConvention)
Executes the index creation against the specified document database using the specified conventions
|
void |
AbstractTransformerCreationTask.execute(IDatabaseCommands databaseCommands,
DocumentConvention documentConvention) |
void |
AbstractIndexCreationTask.setConventions(DocumentConvention conventions)
Sets the conventions that should be used when index definition is created.
|
void |
AbstractTransformerCreationTask.setConventions(DocumentConvention convention) |
void |
AbstractIndexCreationTask.sideBySideExecute(IDatabaseCommands databaseCommands,
DocumentConvention documentConvention,
Etag minimumEtagBeforeReplace,
Date replaceTimeUtc)
Executes the index creation using in side-by-side mode.
|
IndexDefinition |
IndexDefinitionBuilder.toIndexDefinition(DocumentConvention convention) |
IndexDefinition |
IndexDefinitionBuilder.toIndexDefinition(DocumentConvention convention,
boolean validateMap) |
Modifier and Type | Method and Description |
---|---|
DocumentConvention |
IDocumentQueryGenerator.getConventions()
Gets the conventions associated with this query
|
Modifier and Type | Method and Description |
---|---|
DocumentConvention |
ShardStrategy.getConventions() |
DocumentConvention |
ShardedDocumentStore.getConventions() |
Modifier and Type | Method and Description |
---|---|
String |
ShardedHiloKeyGenerator.generateDocumentKey(IDatabaseCommands databaseCommands,
DocumentConvention conventions,
Object entity) |
void |
ShardStrategy.setConventions(DocumentConvention conventions) |
void |
ShardedDocumentStore.setConventions(DocumentConvention conventions) |
Copyright © 2016. All Rights Reserved.