Package | Description |
---|---|
net.ravendb.client | |
net.ravendb.client.changes | |
net.ravendb.client.connection | |
net.ravendb.client.document | |
net.ravendb.client.indexes | |
net.ravendb.client.linq |
Modifier and Type | Field and Description |
---|---|
protected DocumentConvention |
DocumentStoreBase.conventions |
Modifier and Type | Method and Description |
---|---|
DocumentConvention |
DocumentStoreBase.getConventions() |
DocumentConvention |
IDocumentStore.getConventions()
Gets the conventions.
|
DocumentConvention |
IDocumentSessionImpl.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(java.lang.String url,
java.lang.String apiKey,
HttpJsonRequestFactory jsonRequestFactory,
DocumentConvention conventions,
IDocumentStoreReplicationInformer replicationInformer,
Action0 onDispose,
Function4<java.lang.String,Etag,java.lang.String[],OperationMetadata,java.lang.Boolean> tryResolveConflictByUsingRegisteredConflictListeners) |
Constructor and Description |
---|
MultiGetOperation(IHoldProfilingInformation holdProfilingInformation,
DocumentConvention convention,
java.lang.String url,
GetRequest[] requests) |
ServerClient(java.lang.String url,
DocumentConvention convention,
OperationCredentials credentials,
Function1<java.lang.String,IDocumentStoreReplicationInformer> replicationInformerGetter,
java.lang.String databaseName,
HttpJsonRequestFactory httpJsonRequestFactory,
java.util.UUID sessionId,
IDocumentConflictListener[] conflictListeners) |
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(java.lang.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 |
---|---|
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) |
static java.lang.String |
DocumentConvention.generateDocumentKeyUsingIdentity(DocumentConvention conventions,
java.lang.Object entity)
Generates the document key using identity.
|
protected java.lang.String |
HiLoKeyGeneratorBase.getDocumentKeyFromId(DocumentConvention convention,
long nextId) |
Modifier and Type | Field and Description |
---|---|
protected DocumentConvention |
AbstractIndexCreationTask.conventions |
Modifier and Type | Method and Description |
---|---|
DocumentConvention |
AbstractTransformerCreationTask.getConventions() |
DocumentConvention |
AbstractIndexCreationTask.getConventions() |
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
|
void |
AbstractTransformerCreationTask.setConventions(DocumentConvention convention) |
void |
AbstractIndexCreationTask.setConventions(DocumentConvention conventions) |
IndexDefinition |
IndexDefinitionBuilder.toIndexDefinition(DocumentConvention convention) |
IndexDefinition |
IndexDefinitionBuilder.toIndexDefinition(DocumentConvention convention,
boolean validateMap) |
protected void |
AbstractCommonApiForIndexesAndTransformers.updateIndexInReplication(IDatabaseCommands databaseCommands,
DocumentConvention documentConvention,
Action2<ServerClient,OperationMetadata> action) |
Modifier and Type | Method and Description |
---|---|
DocumentConvention |
IDocumentQueryGenerator.getConventions()
Gets the conventions associated with this query
|
Copyright © 2014. All Rights Reserved.