jar

io.github.selevinia : spring-data-tarantool

Maven & Gradle

Sep 22, 2021
3 usages
0 stars

Spring Data Tarantool · Spring Data module for Tarantool Database

Table Of Contents

Latest Version

Download io.github.selevinia : spring-data-tarantool JAR file - Latest Versions:

All Versions

Download io.github.selevinia : spring-data-tarantool JAR file - All Versions:

Version Vulnerabilities Size Updated
0.3.x
0.2.x
0.1.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-tarantool-0.3.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.springframework.data.tarantool.repository

├─ org.springframework.data.tarantool.repository.MapIdReactiveTarantoolRepository.class - [JAR]

├─ org.springframework.data.tarantool.repository.MapIdTarantoolRepository.class - [JAR]

├─ org.springframework.data.tarantool.repository.Query.class - [JAR]

├─ org.springframework.data.tarantool.repository.ReactiveTarantoolRepository.class - [JAR]

├─ org.springframework.data.tarantool.repository.Sort.class - [JAR]

├─ org.springframework.data.tarantool.repository.TarantoolRepository.class - [JAR]

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

org.springframework.data.tarantool.core.mapping.event

├─ org.springframework.data.tarantool.core.mapping.event.AbstractTarantoolEventListener.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.event.AfterConvertEvent.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.event.AfterDeleteEvent.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.event.AfterLoadEvent.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.event.AfterSaveEvent.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.event.AuditingEntityCallback.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.event.BeforeConvertCallback.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.event.BeforeSaveCallback.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.event.BeforeSaveEvent.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.event.ReactiveAuditingEntityCallback.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.event.ReactiveBeforeConvertCallback.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.event.ReactiveBeforeSaveCallback.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.event.TarantoolMappingEvent.class - [JAR]

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

org.springframework.data.tarantool.core.query

├─ org.springframework.data.tarantool.core.query.Query.class - [JAR]

org.springframework.data.tarantool.repository.config

├─ org.springframework.data.tarantool.repository.config.EnableReactiveTarantoolRepositories.class - [JAR]

├─ org.springframework.data.tarantool.repository.config.EnableTarantoolRepositories.class - [JAR]

├─ org.springframework.data.tarantool.repository.config.ReactiveTarantoolRepositoriesRegistrar.class - [JAR]

├─ org.springframework.data.tarantool.repository.config.ReactiveTarantoolRepositoryConfigurationExtension.class - [JAR]

├─ org.springframework.data.tarantool.repository.config.TarantoolRepositoriesRegistrar.class - [JAR]

├─ org.springframework.data.tarantool.repository.config.TarantoolRepositoryConfigurationExtension.class - [JAR]

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

org.springframework.data.tarantool.core.convert

├─ org.springframework.data.tarantool.core.convert.AbstractTarantoolConverter.class - [JAR]

├─ org.springframework.data.tarantool.core.convert.AbstractTarantoolPropertyValueProvider.class - [JAR]

├─ org.springframework.data.tarantool.core.convert.MappingTarantoolConverter.class - [JAR]

├─ org.springframework.data.tarantool.core.convert.MappingTarantoolPropertyHandler.class - [JAR]

├─ org.springframework.data.tarantool.core.convert.MappingTarantoolReadConverter.class - [JAR]

├─ org.springframework.data.tarantool.core.convert.MappingTarantoolWriteConverter.class - [JAR]

├─ org.springframework.data.tarantool.core.convert.TarantoolConverter.class - [JAR]

├─ org.springframework.data.tarantool.core.convert.TarantoolCustomConversions.class - [JAR]

├─ org.springframework.data.tarantool.core.convert.TarantoolJsr310Converters.class - [JAR]

├─ org.springframework.data.tarantool.core.convert.TarantoolMapPropertyValueProvider.class - [JAR]

├─ org.springframework.data.tarantool.core.convert.TarantoolMapTypeAliasAccessor.class - [JAR]

├─ org.springframework.data.tarantool.core.convert.TarantoolMapTypeMapper.class - [JAR]

├─ org.springframework.data.tarantool.core.convert.TarantoolMessagePackConverters.class - [JAR]

├─ org.springframework.data.tarantool.core.convert.TarantoolReadConverter.class - [JAR]

├─ org.springframework.data.tarantool.core.convert.TarantoolTuplePropertyValueProvider.class - [JAR]

├─ org.springframework.data.tarantool.core.convert.TarantoolTupleTypeAliasAccessor.class - [JAR]

├─ org.springframework.data.tarantool.core.convert.TarantoolTupleTypeMapper.class - [JAR]

├─ org.springframework.data.tarantool.core.convert.TarantoolWriteConverter.class - [JAR]

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

org.springframework.data.tarantool.repository.query

├─ org.springframework.data.tarantool.repository.query.DirectTarantoolQuery.class - [JAR]

├─ org.springframework.data.tarantool.repository.query.PartTreeTarantoolQuery.class - [JAR]

├─ org.springframework.data.tarantool.repository.query.ReactiveDirectTarantoolQuery.class - [JAR]

├─ org.springframework.data.tarantool.repository.query.ReactivePartTreeTarantoolQuery.class - [JAR]

├─ org.springframework.data.tarantool.repository.query.ReactiveTarantoolQueryMethod.class - [JAR]

├─ org.springframework.data.tarantool.repository.query.TarantoolQueryCreator.class - [JAR]

├─ org.springframework.data.tarantool.repository.query.TarantoolQueryMethod.class - [JAR]

├─ org.springframework.data.tarantool.repository.query.TarantoolRepositoryQuerySupport.class - [JAR]

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

org.springframework.data.tarantool.cache

├─ org.springframework.data.tarantool.cache.CacheStatistics.class - [JAR]

├─ org.springframework.data.tarantool.cache.CacheStatisticsCollector.class - [JAR]

├─ org.springframework.data.tarantool.cache.CacheStatisticsProvider.class - [JAR]

├─ org.springframework.data.tarantool.cache.DefaultCacheStatisticsCollector.class - [JAR]

├─ org.springframework.data.tarantool.cache.DefaultTarantoolCacheWriter.class - [JAR]

├─ org.springframework.data.tarantool.cache.MutableCacheStatistics.class - [JAR]

├─ org.springframework.data.tarantool.cache.NoOpCacheStatisticsCollector.class - [JAR]

├─ org.springframework.data.tarantool.cache.TarantoolCache.class - [JAR]

├─ org.springframework.data.tarantool.cache.TarantoolCacheConfiguration.class - [JAR]

├─ org.springframework.data.tarantool.cache.TarantoolCacheEntry.class - [JAR]

├─ org.springframework.data.tarantool.cache.TarantoolCacheManager.class - [JAR]

├─ org.springframework.data.tarantool.cache.TarantoolCacheWriter.class - [JAR]

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

org.springframework.data.tarantool.core

├─ org.springframework.data.tarantool.core.AdaptableEntity.class - [JAR]

├─ org.springframework.data.tarantool.core.AdaptableMappedEntity.class - [JAR]

├─ org.springframework.data.tarantool.core.DefaultTarantoolExceptionTranslator.class - [JAR]

├─ org.springframework.data.tarantool.core.Entity.class - [JAR]

├─ org.springframework.data.tarantool.core.ExceptionTranslatorSupport.class - [JAR]

├─ org.springframework.data.tarantool.core.MappedEntity.class - [JAR]

├─ org.springframework.data.tarantool.core.ReactiveTarantoolOperations.class - [JAR]

├─ org.springframework.data.tarantool.core.ReactiveTarantoolTemplate.class - [JAR]

├─ org.springframework.data.tarantool.core.TarantoolClientAware.class - [JAR]

├─ org.springframework.data.tarantool.core.TarantoolConverterAware.class - [JAR]

├─ org.springframework.data.tarantool.core.TarantoolExceptionTranslator.class - [JAR]

├─ org.springframework.data.tarantool.core.TarantoolOperations.class - [JAR]

├─ org.springframework.data.tarantool.core.TarantoolTemplate.class - [JAR]

├─ org.springframework.data.tarantool.core.TarantoolTupleMethodsHelper.class - [JAR]

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

org.springframework.data.tarantool

├─ org.springframework.data.tarantool.TarantoolCacheAccessException.class - [JAR]

├─ org.springframework.data.tarantool.TarantoolDataAccessException.class - [JAR]

├─ org.springframework.data.tarantool.TarantoolDataRetrievalException.class - [JAR]

├─ org.springframework.data.tarantool.TarantoolEntityOperationException.class - [JAR]

├─ org.springframework.data.tarantool.TarantoolServerConnectionException.class - [JAR]

├─ org.springframework.data.tarantool.TarantoolSpaceMetadataException.class - [JAR]

├─ org.springframework.data.tarantool.TarantoolUncategorizedException.class - [JAR]

org.springframework.data.tarantool.repository.support

├─ org.springframework.data.tarantool.repository.support.MappingTarantoolEntityInformation.class - [JAR]

├─ org.springframework.data.tarantool.repository.support.ReactiveTarantoolRepositoryFactory.class - [JAR]

├─ org.springframework.data.tarantool.repository.support.ReactiveTarantoolRepositoryFactoryBean.class - [JAR]

├─ org.springframework.data.tarantool.repository.support.SimpleReactiveTarantoolRepository.class - [JAR]

├─ org.springframework.data.tarantool.repository.support.SimpleTarantoolRepository.class - [JAR]

├─ org.springframework.data.tarantool.repository.support.TarantoolEntityInformation.class - [JAR]

├─ org.springframework.data.tarantool.repository.support.TarantoolEntityMetadata.class - [JAR]

├─ org.springframework.data.tarantool.repository.support.TarantoolRepositoryFactory.class - [JAR]

├─ org.springframework.data.tarantool.repository.support.TarantoolRepositoryFactoryBean.class - [JAR]

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

org.springframework.data.tarantool.config.client

├─ org.springframework.data.tarantool.config.client.DefaultTarantoolClientFactory.class - [JAR]

├─ org.springframework.data.tarantool.config.client.DefaultTarantoolClientOptions.class - [JAR]

├─ org.springframework.data.tarantool.config.client.OperationMappingOptions.class - [JAR]

├─ org.springframework.data.tarantool.config.client.TarantoolClientFactory.class - [JAR]

├─ org.springframework.data.tarantool.config.client.TarantoolClientOptions.class - [JAR]

org.springframework.data.tarantool.core.mapping

├─ org.springframework.data.tarantool.core.mapping.BasicMapId.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.BasicTarantoolPersistentEntity.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.BasicTarantoolPersistentProperty.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.Field.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.IdInterfaceException.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.IdInterfaceExceptions.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.IdInterfaceValidator.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.MapId.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.MapIdFactory.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.MapIdProxyDelegate.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.MapIdentifiable.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.PrimaryKey.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.PrimaryKeyClass.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.PrimaryKeyField.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.Space.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.TarantoolMappingContext.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.TarantoolPersistentEntity.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.TarantoolPersistentEntityIsNewStrategy.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.TarantoolPersistentProperty.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.TarantoolSimpleTypeHolder.class - [JAR]

├─ org.springframework.data.tarantool.core.mapping.UnsupportedTarantoolOperationException.class - [JAR]

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

org.springframework.data.tarantool.config

├─ org.springframework.data.tarantool.config.AbstractReactiveTarantoolConfiguration.class - [JAR]

├─ org.springframework.data.tarantool.config.AbstractTarantoolConfiguration.class - [JAR]

├─ org.springframework.data.tarantool.config.EnableReactiveTarantoolAuditing.class - [JAR]

├─ org.springframework.data.tarantool.config.EnableTarantoolAuditing.class - [JAR]

├─ org.springframework.data.tarantool.config.PersistentEntitiesFactoryBean.class - [JAR]

├─ org.springframework.data.tarantool.config.ReactiveTarantoolAuditingRegistrar.class - [JAR]

├─ org.springframework.data.tarantool.config.TarantoolAuditingRegistrar.class - [JAR]

├─ org.springframework.data.tarantool.config.TarantoolConfigurationSupport.class - [JAR]

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