jar

org.springframework.data : spring-data-keyvalue

Maven & Gradle

Aug 18, 2023
55 usages
86 stars

Spring Data KeyValue

Table Of Contents

Latest Version

Download org.springframework.data : spring-data-keyvalue JAR file - Latest Versions:

All Versions

Download org.springframework.data : spring-data-keyvalue JAR file - All Versions:

Version Vulnerabilities Size Updated
3.1.x
3.0.x
2.7.x
2.6.x
2.5.x
2.4.x
2.3.x
2.2.x
2.1.x
2.0.x
1.2.x
1.1.x
1.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 spring-data-keyvalue-3.1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.springframework.data.keyvalue.repository.query

├─ org.springframework.data.keyvalue.repository.query.CachingKeyValuePartTreeQuery.class - [JAR]

├─ org.springframework.data.keyvalue.repository.query.KeyValuePartTreeQuery.class - [JAR]

├─ org.springframework.data.keyvalue.repository.query.SpelQueryCreator.class - [JAR]

├─ org.springframework.data.keyvalue.repository.query.package-info.class - [JAR]

org.springframework.data.keyvalue.core.query

├─ org.springframework.data.keyvalue.core.query.KeyValueQuery.class - [JAR]

├─ org.springframework.data.keyvalue.core.query.package-info.class - [JAR]

org.springframework.data.keyvalue.annotation

├─ org.springframework.data.keyvalue.annotation.KeySpace.class - [JAR]

├─ org.springframework.data.keyvalue.annotation.package-info.class - [JAR]

org.springframework.data.keyvalue.repository

├─ org.springframework.data.keyvalue.repository.KeyValueRepository.class - [JAR]

├─ org.springframework.data.keyvalue.repository.package-info.class - [JAR]

org.springframework.data.map

├─ org.springframework.data.map.MapKeyValueAdapter.class - [JAR]

├─ org.springframework.data.map.package-info.class - [JAR]

org.springframework.data.keyvalue.core

├─ org.springframework.data.keyvalue.core.AbstractKeyValueAdapter.class - [JAR]

├─ org.springframework.data.keyvalue.core.CriteriaAccessor.class - [JAR]

├─ org.springframework.data.keyvalue.core.DefaultIdentifierGenerator.class - [JAR]

├─ org.springframework.data.keyvalue.core.ForwardingCloseableIterator.class - [JAR]

├─ org.springframework.data.keyvalue.core.GeneratingIdAccessor.class - [JAR]

├─ org.springframework.data.keyvalue.core.IdentifierGenerator.class - [JAR]

├─ org.springframework.data.keyvalue.core.IterableConverter.class - [JAR]

├─ org.springframework.data.keyvalue.core.KeyValueAdapter.class - [JAR]

├─ org.springframework.data.keyvalue.core.KeyValueCallback.class - [JAR]

├─ org.springframework.data.keyvalue.core.KeyValueOperations.class - [JAR]

├─ org.springframework.data.keyvalue.core.KeyValuePersistenceExceptionTranslator.class - [JAR]

├─ org.springframework.data.keyvalue.core.KeyValueTemplate.class - [JAR]

├─ org.springframework.data.keyvalue.core.QueryEngine.class - [JAR]

├─ org.springframework.data.keyvalue.core.SortAccessor.class - [JAR]

├─ org.springframework.data.keyvalue.core.SpelCriteria.class - [JAR]

├─ org.springframework.data.keyvalue.core.SpelCriteriaAccessor.class - [JAR]

├─ org.springframework.data.keyvalue.core.SpelPropertyComparator.class - [JAR]

├─ org.springframework.data.keyvalue.core.SpelQueryEngine.class - [JAR]

├─ org.springframework.data.keyvalue.core.SpelSortAccessor.class - [JAR]

├─ org.springframework.data.keyvalue.core.UncategorizedKeyValueException.class - [JAR]

├─ org.springframework.data.keyvalue.core.package-info.class - [JAR]

org.springframework.data.keyvalue.repository.config

├─ org.springframework.data.keyvalue.repository.config.KeyValueRepositoryConfigurationExtension.class - [JAR]

├─ org.springframework.data.keyvalue.repository.config.QueryCreatorType.class - [JAR]

├─ org.springframework.data.keyvalue.repository.config.package-info.class - [JAR]

org.springframework.data.map.repository.config

├─ org.springframework.data.map.repository.config.EnableMapRepositories.class - [JAR]

├─ org.springframework.data.map.repository.config.MapRepositoriesRegistrar.class - [JAR]

├─ org.springframework.data.map.repository.config.MapRepositoryConfigurationExtension.class - [JAR]

├─ org.springframework.data.map.repository.config.package-info.class - [JAR]

org.springframework.data.keyvalue.repository.support

├─ org.springframework.data.keyvalue.repository.support.KeyValueQuerydslUtils.class - [JAR]

├─ org.springframework.data.keyvalue.repository.support.KeyValueRepositoryFactory.class - [JAR]

├─ org.springframework.data.keyvalue.repository.support.KeyValueRepositoryFactoryBean.class - [JAR]

├─ org.springframework.data.keyvalue.repository.support.QuerydslKeyValuePredicateExecutor.class - [JAR]

├─ org.springframework.data.keyvalue.repository.support.QuerydslKeyValueRepository.class - [JAR]

├─ org.springframework.data.keyvalue.repository.support.SimpleKeyValueRepository.class - [JAR]

├─ org.springframework.data.keyvalue.repository.support.package-info.class - [JAR]

org.springframework.data.keyvalue.core.event

├─ org.springframework.data.keyvalue.core.event.KeyValueEvent.class - [JAR]

├─ org.springframework.data.keyvalue.core.event.package-info.class - [JAR]

org.springframework.data.keyvalue.core.mapping

├─ org.springframework.data.keyvalue.core.mapping.AnnotationBasedKeySpaceResolver.class - [JAR]

├─ org.springframework.data.keyvalue.core.mapping.BasicKeyValuePersistentEntity.class - [JAR]

├─ org.springframework.data.keyvalue.core.mapping.ClassNameKeySpaceResolver.class - [JAR]

├─ org.springframework.data.keyvalue.core.mapping.KeySpaceResolver.class - [JAR]

├─ org.springframework.data.keyvalue.core.mapping.KeyValuePersistentEntity.class - [JAR]

├─ org.springframework.data.keyvalue.core.mapping.KeyValuePersistentProperty.class - [JAR]

├─ org.springframework.data.keyvalue.core.mapping.PrefixKeyspaceResolver.class - [JAR]

├─ org.springframework.data.keyvalue.core.mapping.package-info.class - [JAR]

org.springframework.data.keyvalue.core.mapping.context

├─ org.springframework.data.keyvalue.core.mapping.context.KeyValueMappingContext.class - [JAR]

├─ org.springframework.data.keyvalue.core.mapping.context.package-info.class - [JAR]

org.springframework.data.keyvalue.aot

├─ org.springframework.data.keyvalue.aot.KeyValueRuntimeHints.class - [JAR]

Advertisement

Dependencies from Group

Aug 18, 2023
1.4k usages
88 stars
Aug 18, 2023
906 usages
1.5k stars
Aug 18, 2023
692 usages
2.7k stars
Aug 18, 2023
684 usages
1.6k stars
Aug 18, 2023
111 usages
2.7k stars

Discover Dependencies

Nov 15, 2017
2 usages
0 stars
May 30, 2023
16 usages
1 stars
Jan 14, 2012
4 usages
Jun 09, 2023
14 usages
611 stars
May 16, 2018
7 usages
33 stars
Jun 17, 2017
10 usages
44 stars
May 15, 2021
2 usages
0 stars