文件名称: azure-spring-data-cosmos-5.22.0.jar中文-英文对照文档.zip
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-spring-data-cosmos</artifactId>
<version>5.22.0</version>
</dependency>Gradle:
implementation group: 'com.azure', name: 'azure-spring-data-cosmos', version: '5.22.0'
Gradle (Short):
implementation 'com.azure:azure-spring-data-cosmos:5.22.0'
Gradle (Kotlin):
implementation("com.azure:azure-spring-data-cosmos:5.22.0")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
com.azure.spring.data.cosmos
com.azure.spring.data.cosmos.common
com.azure.spring.data.cosmos.config
com.azure.spring.data.cosmos.core
com.azure.spring.data.cosmos.core.convert
com.azure.spring.data.cosmos.core.generator
com.azure.spring.data.cosmos.core.mapping
com.azure.spring.data.cosmos.core.mapping.event
com.azure.spring.data.cosmos.core.query
com.azure.spring.data.cosmos.exception
com.azure.spring.data.cosmos.repository
com.azure.spring.data.cosmos.repository.config
com.azure.spring.data.cosmos.repository.query
com.azure.spring.data.cosmos.repository.supportcom.azure.spring.data.cosmos.Constants
com.azure.spring.data.cosmos.CosmosFactory
com.azure.spring.data.cosmos.common.CosmosUtils
com.azure.spring.data.cosmos.common.ExpressionResolver
com.azure.spring.data.cosmos.common.MacAddress
com.azure.spring.data.cosmos.common.Memoizer<I,O>
com.azure.spring.data.cosmos.common.PropertyLoader
com.azure.spring.data.cosmos.config.AbstractCosmosConfiguration
com.azure.spring.data.cosmos.config.CosmosConfig
com.azure.spring.data.cosmos.config.CosmosConfig.CosmosConfigBuilder
com.azure.spring.data.cosmos.config.CosmosConfigurationSupport
com.azure.spring.data.cosmos.config.DatabaseThroughputConfig
com.azure.spring.data.cosmos.core.CosmosOperations
com.azure.spring.data.cosmos.core.CosmosTemplate
com.azure.spring.data.cosmos.core.ReactiveCosmosOperations
com.azure.spring.data.cosmos.core.ReactiveCosmosTemplate
com.azure.spring.data.cosmos.core.ResponseDiagnostics
com.azure.spring.data.cosmos.core.ResponseDiagnostics.CosmosResponseStatistics
com.azure.spring.data.cosmos.core.ResponseDiagnosticsProcessor
com.azure.spring.data.cosmos.core.convert.MappingCosmosConverter
com.azure.spring.data.cosmos.core.convert.ObjectMapperFactory
com.azure.spring.data.cosmos.core.generator.AbstractQueryGenerator
com.azure.spring.data.cosmos.core.generator.CountQueryGenerator
com.azure.spring.data.cosmos.core.generator.FindQuerySpecGenerator
com.azure.spring.data.cosmos.core.generator.NativeQueryGenerator
com.azure.spring.data.cosmos.core.generator.QuerySpecGenerator
com.azure.spring.data.cosmos.core.mapping.BasicCosmosPersistentEntity
com.azure.spring.data.cosmos.core.mapping.BasicCosmosPersistentEntity<T>
com.azure.spring.data.cosmos.core.mapping.CompositeIndex
com.azure.spring.data.cosmos.core.mapping.CompositeIndexPath
com.azure.spring.data.cosmos.core.mapping.Container
com.azure.spring.data.cosmos.core.mapping.CosmosIndexingPolicy
com.azure.spring.data.cosmos.core.mapping.CosmosMappingContext
com.azure.spring.data.cosmos.core.mapping.CosmosPersistentEntity<T>
com.azure.spring.data.cosmos.core.mapping.CosmosPersistentProperty
com.azure.spring.data.cosmos.core.mapping.CosmosUniqueKey
com.azure.spring.data.cosmos.core.mapping.CosmosUniqueKeyPolicy
com.azure.spring.data.cosmos.core.mapping.EnableCosmosAuditing
com.azure.spring.data.cosmos.core.mapping.GeneratedValue
com.azure.spring.data.cosmos.core.mapping.PartitionKey
com.azure.spring.data.cosmos.core.mapping.event.AbstractCosmosEventListener<E>
com.azure.spring.data.cosmos.core.mapping.event.AfterLoadEvent<T>
com.azure.spring.data.cosmos.core.mapping.event.CosmosMappingEvent<T>
com.azure.spring.data.cosmos.core.query.CosmosPageImpl<T>
com.azure.spring.data.cosmos.core.query.CosmosPageRequest
com.azure.spring.data.cosmos.core.query.CosmosQuery
com.azure.spring.data.cosmos.core.query.CosmosSliceImpl<T>
com.azure.spring.data.cosmos.core.query.Criteria
com.azure.spring.data.cosmos.core.query.CriteriaType
com.azure.spring.data.cosmos.exception.ConfigurationException
com.azure.spring.data.cosmos.exception.CosmosAccessException
com.azure.spring.data.cosmos.exception.CosmosBadRequestException
com.azure.spring.data.cosmos.exception.CosmosConflictException
com.azure.spring.data.cosmos.exception.CosmosExceptionUtils
com.azure.spring.data.cosmos.exception.CosmosForbiddenException
com.azure.spring.data.cosmos.exception.CosmosGoneException
com.azure.spring.data.cosmos.exception.CosmosInternalServerErrorException
com.azure.spring.data.cosmos.exception.CosmosInvalidPartitionException
com.azure.spring.data.cosmos.exception.CosmosMethodNotAllowedException
com.azure.spring.data.cosmos.exception.CosmosNotFoundException
com.azure.spring.data.cosmos.exception.CosmosOperationCancelledException
com.azure.spring.data.cosmos.exception.CosmosPartitionIsMigratingException
com.azure.spring.data.cosmos.exception.CosmosPartitionKeyRangeGoneException
com.azure.spring.data.cosmos.exception.CosmosPartitionKeyRangeIsSplittingException
com.azure.spring.data.cosmos.exception.CosmosPreconditionFailedException
com.azure.spring.data.cosmos.exception.CosmosRequestEntityTooLargeException
com.azure.spring.data.cosmos.exception.CosmosRequestRateTooLargeException
com.azure.spring.data.cosmos.exception.CosmosRequestTimeoutException
com.azure.spring.data.cosmos.exception.CosmosRetryWithException
com.azure.spring.data.cosmos.exception.CosmosServiceUnavailableException
com.azure.spring.data.cosmos.exception.CosmosUnauthorizedException
com.azure.spring.data.cosmos.exception.DatabaseCreationException
com.azure.spring.data.cosmos.exception.IllegalCollectionException
com.azure.spring.data.cosmos.exception.IllegalQueryException
com.azure.spring.data.cosmos.repository.CosmosRepository<T,ID>
com.azure.spring.data.cosmos.repository.Query
com.azure.spring.data.cosmos.repository.ReactiveCosmosRepository<T,K>
com.azure.spring.data.cosmos.repository.config.CosmosRepositoriesRegistrar
com.azure.spring.data.cosmos.repository.config.CosmosRepositoryConfigurationExtension
com.azure.spring.data.cosmos.repository.config.EnableCosmosRepositories
com.azure.spring.data.cosmos.repository.config.EnableReactiveCosmosRepositories
com.azure.spring.data.cosmos.repository.config.ReactiveCosmosRepositoriesRegistrar
com.azure.spring.data.cosmos.repository.config.ReactiveCosmosRepositoryConfigurationExtension
com.azure.spring.data.cosmos.repository.query.AbstractCosmosQuery
com.azure.spring.data.cosmos.repository.query.AbstractReactiveCosmosQuery
com.azure.spring.data.cosmos.repository.query.CosmosEntityMetadata<T>
com.azure.spring.data.cosmos.repository.query.CosmosParameter
com.azure.spring.data.cosmos.repository.query.CosmosParameterAccessor
com.azure.spring.data.cosmos.repository.query.CosmosParameterParameterAccessor
com.azure.spring.data.cosmos.repository.query.CosmosParameters
com.azure.spring.data.cosmos.repository.query.CosmosQueryCreator
com.azure.spring.data.cosmos.repository.query.CosmosQueryExecution
com.azure.spring.data.cosmos.repository.query.CosmosQueryExecution.ContainerExecution
com.azure.spring.data.cosmos.repository.query.CosmosQueryExecution.CountExecution
com.azure.spring.data.cosmos.repository.query.CosmosQueryExecution.DeleteExecution
com.azure.spring.data.cosmos.repository.query.CosmosQueryExecution.ExistsExecution
com.azure.spring.data.cosmos.repository.query.CosmosQueryExecution.MultiEntityExecution
com.azure.spring.data.cosmos.repository.query.CosmosQueryExecution.PagedExecution
com.azure.spring.data.cosmos.repository.query.CosmosQueryExecution.SingleEntityExecution
com.azure.spring.data.cosmos.repository.query.CosmosQueryExecution.SliceExecution
com.azure.spring.data.cosmos.repository.query.CosmosQueryMethod
com.azure.spring.data.cosmos.repository.query.PartTreeCosmosQuery
com.azure.spring.data.cosmos.repository.query.PartTreeReactiveCosmosQuery
com.azure.spring.data.cosmos.repository.query.ReactiveCosmosEntityMetadata<T>
com.azure.spring.data.cosmos.repository.query.ReactiveCosmosParameterAccessor
com.azure.spring.data.cosmos.repository.query.ReactiveCosmosParameterParameterAccessor
com.azure.spring.data.cosmos.repository.query.ReactiveCosmosQueryCreator
com.azure.spring.data.cosmos.repository.query.ReactiveCosmosQueryExecution
com.azure.spring.data.cosmos.repository.query.ReactiveCosmosQueryExecution.ContainerExecution
com.azure.spring.data.cosmos.repository.query.ReactiveCosmosQueryExecution.CountExecution
com.azure.spring.data.cosmos.repository.query.ReactiveCosmosQueryExecution.DeleteExecution
com.azure.spring.data.cosmos.repository.query.ReactiveCosmosQueryExecution.ExistsExecution
com.azure.spring.data.cosmos.repository.query.ReactiveCosmosQueryExecution.MultiEntityExecution
com.azure.spring.data.cosmos.repository.query.ReactiveCosmosQueryExecution.SingleEntityExecution
com.azure.spring.data.cosmos.repository.query.ReactiveCosmosQueryMethod
com.azure.spring.data.cosmos.repository.query.SimpleCosmosEntityMetadata<T>
com.azure.spring.data.cosmos.repository.query.SimpleReactiveCosmosEntityMetadata<T>
com.azure.spring.data.cosmos.repository.support.CosmosEntityInformation<T,ID>
com.azure.spring.data.cosmos.repository.support.CosmosRepositoryFactory
com.azure.spring.data.cosmos.repository.support.CosmosRepositoryFactoryBean<T,S,ID>
com.azure.spring.data.cosmos.repository.support.IndexPolicyCompareService
com.azure.spring.data.cosmos.repository.support.ReactiveCosmosRepositoryFactory
com.azure.spring.data.cosmos.repository.support.ReactiveCosmosRepositoryFactoryBean<T,S,K>
com.azure.spring.data.cosmos.repository.support.SimpleCosmosRepository<T,ID>
com.azure.spring.data.cosmos.repository.support.SimpleReactiveCosmosRepository<T,K>
com.azure.spring.data.cosmos.repository.support.StringBasedCosmosQuery
com.azure.spring.data.cosmos.repository.support.StringBasedReactiveCosmosQuery