jar

com.azure : azure-spring-data-cosmos

Maven & Gradle

Aug 25, 2023
8 usages
2.1k stars

Spring Data for Azure Cosmos DB SQL API · Spring Data for Azure Cosmos DB SQL API

Table Of Contents

Latest Version

Download com.azure : azure-spring-data-cosmos JAR file - Latest Versions:

All Versions

Download com.azure : azure-spring-data-cosmos JAR file - All Versions:

Version Vulnerabilities Size Updated
5.4.x
5.3.x
3.38.x
3.37.x
3.36.x
3.35.x
3.34.x
3.33.x
3.32.x
3.31.x
3.30.x
3.29.x
3.28.x
3.27.x
3.26.x
3.25.x
3.24.x
3.23.x
3.22.x
3.21.x
3.20.x
3.19.x
3.18.x
3.17.x
3.16.x
3.15.x
3.14.x
3.13.x
3.12.x
3.11.x
3.10.x
3.9.x
3.8.x
3.7.x
3.6.x
3.5.x
3.4.x
3.3.x
3.2.x
3.1.x
3.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window azure-spring-data-cosmos-3.38.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.azure.spring.data.cosmos.config

├─ com.azure.spring.data.cosmos.config.AbstractCosmosConfiguration.class - [JAR]

├─ com.azure.spring.data.cosmos.config.CosmosConfig.class - [JAR]

├─ com.azure.spring.data.cosmos.config.CosmosConfigurationSupport.class - [JAR]

├─ com.azure.spring.data.cosmos.config.DatabaseThroughputConfig.class - [JAR]

com.azure.spring.data.cosmos.core.generator

├─ com.azure.spring.data.cosmos.core.generator.AbstractQueryGenerator.class - [JAR]

├─ com.azure.spring.data.cosmos.core.generator.CountQueryGenerator.class - [JAR]

├─ com.azure.spring.data.cosmos.core.generator.FindQuerySpecGenerator.class - [JAR]

├─ com.azure.spring.data.cosmos.core.generator.NativeQueryGenerator.class - [JAR]

├─ com.azure.spring.data.cosmos.core.generator.QuerySpecGenerator.class - [JAR]

com.azure.spring.data.cosmos

├─ com.azure.spring.data.cosmos.Constants.class - [JAR]

├─ com.azure.spring.data.cosmos.CosmosFactory.class - [JAR]

com.azure.spring.data.cosmos.core.query

├─ com.azure.spring.data.cosmos.core.query.CosmosPageImpl.class - [JAR]

├─ com.azure.spring.data.cosmos.core.query.CosmosPageRequest.class - [JAR]

├─ com.azure.spring.data.cosmos.core.query.CosmosQuery.class - [JAR]

├─ com.azure.spring.data.cosmos.core.query.CosmosSliceImpl.class - [JAR]

├─ com.azure.spring.data.cosmos.core.query.Criteria.class - [JAR]

├─ com.azure.spring.data.cosmos.core.query.CriteriaType.class - [JAR]

com.azure.spring.data.cosmos.core

├─ com.azure.spring.data.cosmos.core.CosmosOperations.class - [JAR]

├─ com.azure.spring.data.cosmos.core.CosmosTemplate.class - [JAR]

├─ com.azure.spring.data.cosmos.core.ReactiveCosmosOperations.class - [JAR]

├─ com.azure.spring.data.cosmos.core.ReactiveCosmosTemplate.class - [JAR]

├─ com.azure.spring.data.cosmos.core.ResponseDiagnostics.class - [JAR]

├─ com.azure.spring.data.cosmos.core.ResponseDiagnosticsProcessor.class - [JAR]

com.azure.spring.data.cosmos.repository.support

├─ com.azure.spring.data.cosmos.repository.support.CosmosEntityInformation.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.support.CosmosRepositoryFactory.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.support.CosmosRepositoryFactoryBean.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.support.IndexPolicyCompareService.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.support.ReactiveCosmosRepositoryFactory.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.support.ReactiveCosmosRepositoryFactoryBean.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.support.SimpleCosmosRepository.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.support.SimpleReactiveCosmosRepository.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.support.StringBasedCosmosQuery.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.support.StringBasedReactiveCosmosQuery.class - [JAR]

com.azure.spring.data.cosmos.core.mapping

├─ com.azure.spring.data.cosmos.core.mapping.BasicCosmosPersistentEntity.class - [JAR]

├─ com.azure.spring.data.cosmos.core.mapping.BasicCosmosPersistentProperty.class - [JAR]

├─ com.azure.spring.data.cosmos.core.mapping.CompositeIndex.class - [JAR]

├─ com.azure.spring.data.cosmos.core.mapping.CompositeIndexPath.class - [JAR]

├─ com.azure.spring.data.cosmos.core.mapping.Container.class - [JAR]

├─ com.azure.spring.data.cosmos.core.mapping.CosmosAuditingRegistrar.class - [JAR]

├─ com.azure.spring.data.cosmos.core.mapping.CosmosIndexingPolicy.class - [JAR]

├─ com.azure.spring.data.cosmos.core.mapping.CosmosMappingContext.class - [JAR]

├─ com.azure.spring.data.cosmos.core.mapping.CosmosPersistentEntity.class - [JAR]

├─ com.azure.spring.data.cosmos.core.mapping.CosmosPersistentProperty.class - [JAR]

├─ com.azure.spring.data.cosmos.core.mapping.CosmosSimpleTypes.class - [JAR]

├─ com.azure.spring.data.cosmos.core.mapping.CosmosUniqueKey.class - [JAR]

├─ com.azure.spring.data.cosmos.core.mapping.CosmosUniqueKeyPolicy.class - [JAR]

├─ com.azure.spring.data.cosmos.core.mapping.EnableCosmosAuditing.class - [JAR]

├─ com.azure.spring.data.cosmos.core.mapping.GeneratedValue.class - [JAR]

├─ com.azure.spring.data.cosmos.core.mapping.PartitionKey.class - [JAR]

com.azure.spring.data.cosmos.repository

├─ com.azure.spring.data.cosmos.repository.CosmosRepository.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.Query.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.ReactiveCosmosRepository.class - [JAR]

com.azure.spring.data.cosmos.repository.query

├─ com.azure.spring.data.cosmos.repository.query.AbstractCosmosQuery.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.query.AbstractReactiveCosmosQuery.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.query.CosmosEntityMetadata.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.query.CosmosParameter.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.query.CosmosParameterAccessor.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.query.CosmosParameterParameterAccessor.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.query.CosmosParameters.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.query.CosmosQueryCreator.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.query.CosmosQueryExecution.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.query.CosmosQueryMethod.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.query.PartTreeCosmosQuery.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.query.PartTreeReactiveCosmosQuery.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.query.ReactiveCosmosEntityMetadata.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.query.ReactiveCosmosParameterAccessor.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.query.ReactiveCosmosParameterParameterAccessor.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.query.ReactiveCosmosQueryCreator.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.query.ReactiveCosmosQueryExecution.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.query.ReactiveCosmosQueryMethod.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.query.SimpleCosmosEntityMetadata.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.query.SimpleReactiveCosmosEntityMetadata.class - [JAR]

com.azure.spring.data.cosmos.exception

├─ com.azure.spring.data.cosmos.exception.ConfigurationException.class - [JAR]

├─ com.azure.spring.data.cosmos.exception.CosmosAccessException.class - [JAR]

├─ com.azure.spring.data.cosmos.exception.CosmosExceptionUtils.class - [JAR]

├─ com.azure.spring.data.cosmos.exception.DatabaseCreationException.class - [JAR]

├─ com.azure.spring.data.cosmos.exception.IllegalCollectionException.class - [JAR]

├─ com.azure.spring.data.cosmos.exception.IllegalQueryException.class - [JAR]

com.azure.spring.data.cosmos.core.mapping.event

├─ com.azure.spring.data.cosmos.core.mapping.event.AbstractCosmosEventListener.class - [JAR]

├─ com.azure.spring.data.cosmos.core.mapping.event.AfterLoadEvent.class - [JAR]

├─ com.azure.spring.data.cosmos.core.mapping.event.CosmosMappingEvent.class - [JAR]

com.azure.spring.data.cosmos.core.convert

├─ com.azure.spring.data.cosmos.core.convert.MappingCosmosConverter.class - [JAR]

├─ com.azure.spring.data.cosmos.core.convert.ObjectMapperFactory.class - [JAR]

com.azure.spring.data.cosmos.repository.config

├─ com.azure.spring.data.cosmos.repository.config.CosmosRepositoriesRegistrar.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.config.CosmosRepositoryConfigurationExtension.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.config.EnableCosmosRepositories.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.config.EnableReactiveCosmosRepositories.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.config.ReactiveCosmosRepositoriesRegistrar.class - [JAR]

├─ com.azure.spring.data.cosmos.repository.config.ReactiveCosmosRepositoryConfigurationExtension.class - [JAR]

com.azure.spring.data.cosmos.common

├─ com.azure.spring.data.cosmos.common.CosmosUtils.class - [JAR]

├─ com.azure.spring.data.cosmos.common.ExpressionResolver.class - [JAR]

├─ com.azure.spring.data.cosmos.common.MacAddress.class - [JAR]

├─ com.azure.spring.data.cosmos.common.Memoizer.class - [JAR]

├─ com.azure.spring.data.cosmos.common.PropertyLoader.class - [JAR]

Advertisement

Dependencies from Group

Aug 05, 2023
250 usages
2.1k stars
Aug 10, 2023
157 usages
2.1k stars
Aug 05, 2023
127 usages
2.1k stars
Aug 05, 2023
117 usages
2.1k stars
Aug 05, 2023
94 usages
2.1k stars

Discover Dependencies

Sep 11, 2020
2 usages
Jul 06, 2023
1 usages
138 stars
Jul 18, 2023
1 usages
2.1k stars
Mar 05, 2021
8 usages
31 stars
Dec 31, 2020
0 stars
Jan 06, 2023
1 usages
2.1k stars
Apr 24, 2023
0 stars