spring-data-commons-2.6.1.jar中文-英文对照文档.zip

org.springframework.dataspring-data-commons2.6.1API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: spring-data-commons-2.6.1.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 4.59 MB

选择下载方式

方式1:前往hanshuixin.org下载
前往 hanshuixin.org ,在hanshuixin.org查看/下载

文件简介

spring-data-commons-2.6.1.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:spring-data-commons-2.6.1.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:spring-data-commons-2.6.1.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:spring-data-commons-2.6.1.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:spring-data-commons-2.6.1-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 spring-data-commons-2.6.1.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: Spring Data Core
  • 描述: org.springframework.data - spring-data-commons
  • 版本: 2.6.1

Maven依赖

<dependency>
	<groupId>org.springframework.data</groupId>
	<artifactId>spring-data-commons</artifactId>
	<version>2.6.1</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'org.springframework.data', name: 'spring-data-commons', version: '2.6.1'
Gradle (Short):
	implementation 'org.springframework.data:spring-data-commons:2.6.1'
Gradle (Kotlin):
	implementation("org.springframework.data:spring-data-commons:2.6.1")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

org.springframework.data.annotation
org.springframework.data.auditing
org.springframework.data.auditing.config
org.springframework.data.config
org.springframework.data.convert
org.springframework.data.crossstore
org.springframework.data.domain
org.springframework.data.domain.jaxb
org.springframework.data.geo
org.springframework.data.geo.format
org.springframework.data.history
org.springframework.data.mapping
org.springframework.data.mapping.callback
org.springframework.data.mapping.context
org.springframework.data.mapping.model
org.springframework.data.projection
org.springframework.data.querydsl
org.springframework.data.querydsl.binding
org.springframework.data.repository
org.springframework.data.repository.cdi
org.springframework.data.repository.config
org.springframework.data.repository.core
org.springframework.data.repository.core.support
org.springframework.data.repository.history
org.springframework.data.repository.history.support
org.springframework.data.repository.init
org.springframework.data.repository.kotlin
org.springframework.data.repository.query
org.springframework.data.repository.query.parser
org.springframework.data.repository.reactive
org.springframework.data.repository.support
org.springframework.data.repository.util
org.springframework.data.spel
org.springframework.data.spel.spi
org.springframework.data.support
org.springframework.data.transaction
org.springframework.data.type
org.springframework.data.type.classreading
org.springframework.data.util
org.springframework.data.web
org.springframework.data.web.config
org.springframework.data.web.querydsl

本组件包含的 Java class(类)

org.springframework.data.annotation.AccessType
org.springframework.data.annotation.AccessType.Type
org.springframework.data.annotation.CreatedBy
org.springframework.data.annotation.CreatedDate
org.springframework.data.annotation.Id
org.springframework.data.annotation.Immutable
org.springframework.data.annotation.LastModifiedBy
org.springframework.data.annotation.LastModifiedDate
org.springframework.data.annotation.PersistenceConstructor
org.springframework.data.annotation.Persistent
org.springframework.data.annotation.QueryAnnotation
org.springframework.data.annotation.ReadOnlyProperty
org.springframework.data.annotation.Reference
org.springframework.data.annotation.Transient
org.springframework.data.annotation.TypeAlias
org.springframework.data.annotation.Version
org.springframework.data.auditing.AuditableBeanWrapper
org.springframework.data.auditing.AuditableBeanWrapperFactory
org.springframework.data.auditing.AuditingHandler
org.springframework.data.auditing.AuditingHandlerSupport
org.springframework.data.auditing.CurrentDateTimeProvider
org.springframework.data.auditing.DateTimeProvider
org.springframework.data.auditing.IsNewAwareAuditingHandler
org.springframework.data.auditing.MappingAuditableBeanWrapperFactory
org.springframework.data.auditing.ReactiveAuditingHandler
org.springframework.data.auditing.ReactiveIsNewAwareAuditingHandler
org.springframework.data.auditing.config.AnnotationAuditingConfiguration
org.springframework.data.auditing.config.AuditingBeanDefinitionRegistrarSupport
org.springframework.data.auditing.config.AuditingConfiguration
org.springframework.data.auditing.config.AuditingHandlerBeanDefinitionParser
org.springframework.data.auditing.config.IsNewAwareAuditingHandlerBeanDefinitionParser
org.springframework.data.config.BeanComponentDefinitionBuilder
org.springframework.data.config.ConfigurationUtils
org.springframework.data.config.ParsingUtils
org.springframework.data.config.TypeFilterParser
org.springframework.data.config.TypeFilterParser.Type
org.springframework.data.convert.ClassGeneratingEntityInstantiator
org.springframework.data.convert.ConfigurableTypeInformationMapper
org.springframework.data.convert.ConverterBuilder
org.springframework.data.convert.ConverterBuilder.ConverterAware
org.springframework.data.convert.ConverterBuilder.ReadingConverterAware
org.springframework.data.convert.ConverterBuilder.ReadingConverterBuilder
org.springframework.data.convert.ConverterBuilder.WritingConverterAware
org.springframework.data.convert.ConverterBuilder.WritingConverterBuilder
org.springframework.data.convert.CustomConversions
org.springframework.data.convert.CustomConversions.ConverterConfiguration
org.springframework.data.convert.CustomConversions.ConverterRegistrationIntent
org.springframework.data.convert.CustomConversions.ConverterRegistrationIntent.ConverterOrigin
org.springframework.data.convert.CustomConversions.StoreConversions
org.springframework.data.convert.DefaultTypeMapper
org.springframework.data.convert.EntityConverter
org.springframework.data.convert.EntityInstantiator
org.springframework.data.convert.EntityInstantiators
org.springframework.data.convert.EntityReader
org.springframework.data.convert.EntityWriter
org.springframework.data.convert.JMoleculesConverters
org.springframework.data.convert.JodaTimeConverters
org.springframework.data.convert.JodaTimeConverters.DateTimeToDateConverter
org.springframework.data.convert.JodaTimeConverters.DateToDateTimeConverter
org.springframework.data.convert.JodaTimeConverters.DateToLocalDateConverter
org.springframework.data.convert.JodaTimeConverters.DateToLocalDateTimeConverter
org.springframework.data.convert.JodaTimeConverters.InstantToJodaLocalDateTime
org.springframework.data.convert.JodaTimeConverters.JodaLocalDateTimeToInstant
org.springframework.data.convert.JodaTimeConverters.LocalDateTimeToDateConverter
org.springframework.data.convert.JodaTimeConverters.LocalDateTimeToJodaDateTime
org.springframework.data.convert.JodaTimeConverters.LocalDateTimeToJodaLocalDateTime
org.springframework.data.convert.JodaTimeConverters.LocalDateTimeToJsr310Converter
org.springframework.data.convert.JodaTimeConverters.LocalDateToDateConverter
org.springframework.data.convert.Jsr310Converters
org.springframework.data.convert.Jsr310Converters.DateToInstantConverter
org.springframework.data.convert.Jsr310Converters.DateToLocalDateConverter
org.springframework.data.convert.Jsr310Converters.DateToLocalDateTimeConverter
org.springframework.data.convert.Jsr310Converters.DateToLocalTimeConverter
org.springframework.data.convert.Jsr310Converters.DurationToStringConverter
org.springframework.data.convert.Jsr310Converters.InstantToDateConverter
org.springframework.data.convert.Jsr310Converters.InstantToLocalDateTimeConverter
org.springframework.data.convert.Jsr310Converters.LocalDateTimeToDateConverter
org.springframework.data.convert.Jsr310Converters.LocalDateTimeToInstantConverter
org.springframework.data.convert.Jsr310Converters.LocalDateToDateConverter
org.springframework.data.convert.Jsr310Converters.LocalTimeToDateConverter
org.springframework.data.convert.Jsr310Converters.PeriodToStringConverter
org.springframework.data.convert.Jsr310Converters.StringToDurationConverter
org.springframework.data.convert.Jsr310Converters.StringToInstantConverter
org.springframework.data.convert.Jsr310Converters.StringToLocalDateConverter
org.springframework.data.convert.Jsr310Converters.StringToLocalDateTimeConverter
org.springframework.data.convert.Jsr310Converters.StringToPeriodConverter
org.springframework.data.convert.Jsr310Converters.StringToZoneIdConverter
org.springframework.data.convert.Jsr310Converters.ZoneIdToStringConverter
org.springframework.data.convert.KotlinClassGeneratingEntityInstantiator
org.springframework.data.convert.MappingContextTypeInformationMapper
org.springframework.data.convert.ReadingConverter
org.springframework.data.convert.ReflectionEntityInstantiator
org.springframework.data.convert.SimpleTypeInformationMapper
org.springframework.data.convert.ThreeTenBackPortConverters
org.springframework.data.convert.ThreeTenBackPortConverters.DateToInstantConverter
org.springframework.data.convert.ThreeTenBackPortConverters.DateToLocalDateConverter
org.springframework.data.convert.ThreeTenBackPortConverters.DateToLocalDateTimeConverter
org.springframework.data.convert.ThreeTenBackPortConverters.DateToLocalTimeConverter
org.springframework.data.convert.ThreeTenBackPortConverters.InstantToDateConverter
org.springframework.data.convert.ThreeTenBackPortConverters.JavaTimeInstantToLocalDateTimeConverter
org.springframework.data.convert.ThreeTenBackPortConverters.LocalDateTimeToDateConverter
org.springframework.data.convert.ThreeTenBackPortConverters.LocalDateTimeToJavaTimeInstantConverter
org.springframework.data.convert.ThreeTenBackPortConverters.LocalDateTimeToJsr310LocalDateTimeConverter
org.springframework.data.convert.ThreeTenBackPortConverters.LocalDateToDateConverter
org.springframework.data.convert.ThreeTenBackPortConverters.LocalTimeToDateConverter
org.springframework.data.convert.ThreeTenBackPortConverters.StringToZoneIdConverter
org.springframework.data.convert.ThreeTenBackPortConverters.ZoneIdToStringConverter
org.springframework.data.convert.TypeAliasAccessor
org.springframework.data.convert.TypeInformationMapper
org.springframework.data.convert.TypeMapper
org.springframework.data.convert.WritingConverter
org.springframework.data.crossstore.ChangeSet
org.springframework.data.crossstore.ChangeSetBacked
org.springframework.data.crossstore.ChangeSetBackedTransactionSynchronization
org.springframework.data.crossstore.ChangeSetPersister
org.springframework.data.crossstore.ChangeSetPersister.NotFoundException
org.springframework.data.crossstore.HashMapChangeSet
org.springframework.data.domain.AbstractAggregateRoot
org.springframework.data.domain.AbstractPageRequest
org.springframework.data.domain.AfterDomainEventPublication
org.springframework.data.domain.Auditable
org.springframework.data.domain.AuditorAware
org.springframework.data.domain.DomainEvents
org.springframework.data.domain.Example
org.springframework.data.domain.ExampleMatcher
org.springframework.data.domain.ExampleMatcher.GenericPropertyMatcher
org.springframework.data.domain.ExampleMatcher.GenericPropertyMatchers
org.springframework.data.domain.ExampleMatcher.MatchMode
org.springframework.data.domain.ExampleMatcher.MatcherConfigurer
org.springframework.data.domain.ExampleMatcher.NoOpPropertyValueTransformer
org.springframework.data.domain.ExampleMatcher.NullHandler
org.springframework.data.domain.ExampleMatcher.PropertySpecifier
org.springframework.data.domain.ExampleMatcher.PropertySpecifiers
org.springframework.data.domain.ExampleMatcher.PropertyValueTransformer
org.springframework.data.domain.ExampleMatcher.StringMatcher
org.springframework.data.domain.Page
org.springframework.data.domain.PageImpl
org.springframework.data.domain.PageRequest
org.springframework.data.domain.Pageable
org.springframework.data.domain.Persistable
org.springframework.data.domain.Range
org.springframework.data.domain.Range.Bound
org.springframework.data.domain.Range.RangeBuilder
org.springframework.data.domain.ReactiveAuditorAware
org.springframework.data.domain.Slice
org.springframework.data.domain.SliceImpl
org.springframework.data.domain.Sort
org.springframework.data.domain.Sort.Direction
org.springframework.data.domain.Sort.NullHandling
org.springframework.data.domain.Sort.Order
org.springframework.data.domain.Sort.TypedSort
org.springframework.data.domain.jaxb.OrderAdapter
org.springframework.data.domain.jaxb.PageAdapter
org.springframework.data.domain.jaxb.SortAdapter
org.springframework.data.domain.jaxb.SpringDataJaxb
org.springframework.data.domain.jaxb.SpringDataJaxb.OrderDto
org.springframework.data.domain.jaxb.SpringDataJaxb.PageDto
org.springframework.data.domain.jaxb.SpringDataJaxb.PageRequestDto
org.springframework.data.domain.jaxb.SpringDataJaxb.SortDto
org.springframework.data.geo.Box
org.springframework.data.geo.Circle
org.springframework.data.geo.CustomMetric
org.springframework.data.geo.Distance
org.springframework.data.geo.GeoModule
org.springframework.data.geo.GeoPage
org.springframework.data.geo.GeoResult
org.springframework.data.geo.GeoResults
org.springframework.data.geo.Metric
org.springframework.data.geo.Metrics
org.springframework.data.geo.Point
org.springframework.data.geo.Polygon
org.springframework.data.geo.Shape
org.springframework.data.geo.format.DistanceFormatter
org.springframework.data.geo.format.PointFormatter
org.springframework.data.history.AnnotationRevisionMetadata
org.springframework.data.history.Revision
org.springframework.data.history.RevisionMetadata
org.springframework.data.history.RevisionMetadata.RevisionType
org.springframework.data.history.RevisionSort
org.springframework.data.history.Revisions
org.springframework.data.mapping.AccessOptions
org.springframework.data.mapping.AccessOptions.GetOptions
org.springframework.data.mapping.AccessOptions.GetOptions.GetNulls
org.springframework.data.mapping.AccessOptions.SetOptions
org.springframework.data.mapping.AccessOptions.SetOptions.Propagation
org.springframework.data.mapping.AccessOptions.SetOptions.SetNulls
org.springframework.data.mapping.Alias
org.springframework.data.mapping.Association
org.springframework.data.mapping.AssociationHandler
org.springframework.data.mapping.IdentifierAccessor
org.springframework.data.mapping.MappingException
org.springframework.data.mapping.PersistentEntity
org.springframework.data.mapping.PersistentProperty
org.springframework.data.mapping.PersistentPropertyAccessor
org.springframework.data.mapping.PersistentPropertyPath
org.springframework.data.mapping.PersistentPropertyPathAccessor
org.springframework.data.mapping.PersistentPropertyPaths
org.springframework.data.mapping.PreferredConstructor
org.springframework.data.mapping.PreferredConstructor.Parameter
org.springframework.data.mapping.PropertyHandler
org.springframework.data.mapping.PropertyPath
org.springframework.data.mapping.PropertyReferenceException
org.springframework.data.mapping.SimpleAssociationHandler
org.springframework.data.mapping.SimplePropertyHandler
org.springframework.data.mapping.TargetAwareIdentifierAccessor
org.springframework.data.mapping.TraversalContext
org.springframework.data.mapping.callback.EntityCallback
org.springframework.data.mapping.callback.EntityCallbacks
org.springframework.data.mapping.callback.ReactiveEntityCallbacks
org.springframework.data.mapping.context.AbstractMappingContext
org.springframework.data.mapping.context.InvalidPersistentPropertyPath
org.springframework.data.mapping.context.MappingContext
org.springframework.data.mapping.context.MappingContextEvent
org.springframework.data.mapping.context.PersistentEntities
org.springframework.data.mapping.model.AbstractPersistentProperty
org.springframework.data.mapping.model.AnnotationBasedPersistentProperty
org.springframework.data.mapping.model.BasicPersistentEntity
org.springframework.data.mapping.model.BeanWrapperPropertyAccessorFactory
org.springframework.data.mapping.model.CamelCaseAbbreviatingFieldNamingStrategy
org.springframework.data.mapping.model.CamelCaseSplittingFieldNamingStrategy
org.springframework.data.mapping.model.ClassGeneratingPropertyAccessorFactory
org.springframework.data.mapping.model.ConvertingPropertyAccessor
org.springframework.data.mapping.model.DefaultSpELExpressionEvaluator
org.springframework.data.mapping.model.EntityInstantiator
org.springframework.data.mapping.model.EntityInstantiators
org.springframework.data.mapping.model.FieldNamingStrategy
org.springframework.data.mapping.model.IdPropertyIdentifierAccessor
org.springframework.data.mapping.model.InstantiationAwarePropertyAccessor
org.springframework.data.mapping.model.InstantiationAwarePropertyAccessorFactory
org.springframework.data.mapping.model.InternalEntityInstantiatorFactory
org.springframework.data.mapping.model.KotlinDefaultMask
org.springframework.data.mapping.model.MappingInstantiationException
org.springframework.data.mapping.model.MutablePersistentEntity
org.springframework.data.mapping.model.ParameterValueProvider
org.springframework.data.mapping.model.PersistentEntityParameterValueProvider
org.springframework.data.mapping.model.PersistentPropertyAccessorFactory
org.springframework.data.mapping.model.PreferredConstructorDiscoverer
org.springframework.data.mapping.model.PreferredConstructorDiscoverer.Discoverers
org.springframework.data.mapping.model.Property
org.springframework.data.mapping.model.PropertyNameFieldNamingStrategy
org.springframework.data.mapping.model.PropertyValueProvider
org.springframework.data.mapping.model.SimpleTypeHolder
org.springframework.data.mapping.model.SnakeCaseFieldNamingStrategy
org.springframework.data.mapping.model.SpELContext
org.springframework.data.mapping.model.SpELExpressionEvaluator
org.springframework.data.mapping.model.SpELExpressionParameterValueProvider
org.springframework.data.projection.Accessor
org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor
org.springframework.data.projection.MethodInterceptorFactory
org.springframework.data.projection.ProjectionFactory
org.springframework.data.projection.ProjectionInformation
org.springframework.data.projection.SpelAwareProxyProjectionFactory
org.springframework.data.projection.SpelAwareProxyProjectionFactory.SpelAwareProjectionInformation
org.springframework.data.projection.TargetAware
org.springframework.data.querydsl.EntityPathResolver
org.springframework.data.querydsl.QPageRequest
org.springframework.data.querydsl.QSort
org.springframework.data.querydsl.QuerydslPredicateExecutor
org.springframework.data.querydsl.QuerydslRepositoryInvokerAdapter
org.springframework.data.querydsl.QuerydslUtils
org.springframework.data.querydsl.ReactiveQuerydslPredicateExecutor
org.springframework.data.querydsl.SimpleEntityPathResolver
org.springframework.data.querydsl.binding.MultiValueBinding
org.springframework.data.querydsl.binding.OptionalValueBinding
org.springframework.data.querydsl.binding.QuerydslBinderCustomizer
org.springframework.data.querydsl.binding.QuerydslBinderCustomizerDefaults
org.springframework.data.querydsl.binding.QuerydslBindings
org.springframework.data.querydsl.binding.QuerydslBindingsFactory
org.springframework.data.querydsl.binding.QuerydslPredicate
org.springframework.data.querydsl.binding.QuerydslPredicateBuilder
org.springframework.data.querydsl.binding.SingleValueBinding
org.springframework.data.repository.CrudRepository
org.springframework.data.repository.NoRepositoryBean
org.springframework.data.repository.PagingAndSortingRepository
org.springframework.data.repository.Repository
org.springframework.data.repository.RepositoryDefinition
org.springframework.data.repository.cdi.CdiRepositoryBean
org.springframework.data.repository.cdi.CdiRepositoryConfiguration
org.springframework.data.repository.cdi.CdiRepositoryContext
org.springframework.data.repository.cdi.CdiRepositoryExtensionSupport
org.springframework.data.repository.cdi.Eager
org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
org.springframework.data.repository.config.BootstrapMode
org.springframework.data.repository.config.CustomRepositoryImplementationDetector
org.springframework.data.repository.config.DefaultRepositoryBaseClass
org.springframework.data.repository.config.DefaultRepositoryConfiguration
org.springframework.data.repository.config.FragmentMetadata
org.springframework.data.repository.config.ImplementationDetectionConfiguration
org.springframework.data.repository.config.ImplementationLookupConfiguration
org.springframework.data.repository.config.NamedQueriesBeanDefinitionBuilder
org.springframework.data.repository.config.NamedQueriesBeanDefinitionParser
org.springframework.data.repository.config.RepositoryBeanDefinitionParser
org.springframework.data.repository.config.RepositoryBeanDefinitionRegistrarSupport
org.springframework.data.repository.config.RepositoryConfiguration
org.springframework.data.repository.config.RepositoryConfigurationDelegate
org.springframework.data.repository.config.RepositoryConfigurationExtension
org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
org.springframework.data.repository.config.RepositoryConfigurationSource
org.springframework.data.repository.config.RepositoryConfigurationSourceSupport
org.springframework.data.repository.config.RepositoryConfigurationUtils
org.springframework.data.repository.config.RepositoryFragmentConfiguration
org.springframework.data.repository.config.RepositoryNameSpaceHandler
org.springframework.data.repository.config.ResourceReaderRepositoryPopulatorBeanDefinitionParser
org.springframework.data.repository.config.XmlRepositoryConfigurationSource
org.springframework.data.repository.core.CrudMethods
org.springframework.data.repository.core.EntityInformation
org.springframework.data.repository.core.EntityMetadata
org.springframework.data.repository.core.NamedQueries
org.springframework.data.repository.core.RepositoryCreationException
org.springframework.data.repository.core.RepositoryInformation
org.springframework.data.repository.core.RepositoryMetadata
org.springframework.data.repository.core.support.AbstractEntityInformation
org.springframework.data.repository.core.support.AbstractRepositoryMetadata
org.springframework.data.repository.core.support.AnnotationRepositoryMetadata
org.springframework.data.repository.core.support.DefaultCrudMethods
org.springframework.data.repository.core.support.DefaultRepositoryMetadata
org.springframework.data.repository.core.support.DelegatingEntityInformation
org.springframework.data.repository.core.support.EventPublishingRepositoryProxyPostProcessor
org.springframework.data.repository.core.support.FragmentNotImplementedException
org.springframework.data.repository.core.support.IncompleteRepositoryCompositionException
org.springframework.data.repository.core.support.MethodInvocationValidator
org.springframework.data.repository.core.support.MethodLookup
org.springframework.data.repository.core.support.MethodLookup.InvokedMethod
org.springframework.data.repository.core.support.MethodLookup.MethodPredicate
org.springframework.data.repository.core.support.PersistenceExceptionTranslationRepositoryProxyPostProcessor
org.springframework.data.repository.core.support.PersistentEntityInformation
org.springframework.data.repository.core.support.PropertiesBasedNamedQueries
org.springframework.data.repository.core.support.QueryCreationListener
org.springframework.data.repository.core.support.ReactiveRepositoryFactorySupport
org.springframework.data.repository.core.support.RepositoryComposition
org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments
org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
org.springframework.data.repository.core.support.RepositoryFactoryCustomizer
org.springframework.data.repository.core.support.RepositoryFactoryInformation
org.springframework.data.repository.core.support.RepositoryFactorySupport
org.springframework.data.repository.core.support.RepositoryFragment
org.springframework.data.repository.core.support.RepositoryFragment.ImplementedRepositoryFragment
org.springframework.data.repository.core.support.RepositoryFragment.StructuralRepositoryFragment
org.springframework.data.repository.core.support.RepositoryFragmentsFactoryBean
org.springframework.data.repository.core.support.RepositoryMethodInvocationListener
org.springframework.data.repository.core.support.RepositoryMethodInvocationListener.RepositoryMethodInvocation
org.springframework.data.repository.core.support.RepositoryMethodInvocationListener.RepositoryMethodInvocationResult
org.springframework.data.repository.core.support.RepositoryMethodInvocationListener.RepositoryMethodInvocationResult.State
org.springframework.data.repository.core.support.RepositoryProxyPostProcessor
org.springframework.data.repository.core.support.SurroundingTransactionDetectorMethodInterceptor
org.springframework.data.repository.core.support.TransactionalRepositoryFactoryBeanSupport
org.springframework.data.repository.core.support.UnsupportedFragmentException
org.springframework.data.repository.history.RevisionRepository
org.springframework.data.repository.history.support.RevisionEntityInformation
org.springframework.data.repository.init.AbstractRepositoryPopulatorFactoryBean
org.springframework.data.repository.init.Jackson2RepositoryPopulatorFactoryBean
org.springframework.data.repository.init.Jackson2ResourceReader
org.springframework.data.repository.init.RepositoriesPopulatedEvent
org.springframework.data.repository.init.RepositoryPopulator
org.springframework.data.repository.init.ResourceReader
org.springframework.data.repository.init.ResourceReader.Type
org.springframework.data.repository.init.ResourceReaderRepositoryPopulator
org.springframework.data.repository.init.UnmarshallerRepositoryPopulatorFactoryBean
org.springframework.data.repository.init.UnmarshallingResourceReader
org.springframework.data.repository.query.DefaultParameters
org.springframework.data.repository.query.ExtensionAwareQueryMethodEvaluationContextProvider
org.springframework.data.repository.query.FluentQuery
org.springframework.data.repository.query.FluentQuery.FetchableFluentQuery
org.springframework.data.repository.query.FluentQuery.ReactiveFluentQuery
org.springframework.data.repository.query.Param
org.springframework.data.repository.query.Parameter
org.springframework.data.repository.query.ParameterAccessor
org.springframework.data.repository.query.ParameterOutOfBoundsException
org.springframework.data.repository.query.Parameters
org.springframework.data.repository.query.ParametersParameterAccessor
org.springframework.data.repository.query.QueryByExampleExecutor
org.springframework.data.repository.query.QueryCreationException
org.springframework.data.repository.query.QueryLookupStrategy
org.springframework.data.repository.query.QueryLookupStrategy.Key
org.springframework.data.repository.query.QueryMethod
org.springframework.data.repository.query.QueryMethodEvaluationContextProvider
org.springframework.data.repository.query.ReactiveExtensionAwareQueryMethodEvaluationContextProvider
org.springframework.data.repository.query.ReactiveQueryByExampleExecutor
org.springframework.data.repository.query.ReactiveQueryMethodEvaluationContextProvider
org.springframework.data.repository.query.RepositoryQuery
org.springframework.data.repository.query.ResultProcessor
org.springframework.data.repository.query.ReturnedType
org.springframework.data.repository.query.SpelEvaluator
org.springframework.data.repository.query.SpelQueryContext
org.springframework.data.repository.query.SpelQueryContext.EvaluatingSpelQueryContext
org.springframework.data.repository.query.parser.AbstractQueryCreator
org.springframework.data.repository.query.parser.Part
org.springframework.data.repository.query.parser.Part.IgnoreCaseType
org.springframework.data.repository.query.parser.Part.Type
org.springframework.data.repository.query.parser.PartTree
org.springframework.data.repository.query.parser.PartTree.OrPart
org.springframework.data.repository.reactive.ReactiveCrudRepository
org.springframework.data.repository.reactive.ReactiveSortingRepository
org.springframework.data.repository.reactive.RxJava2CrudRepository
org.springframework.data.repository.reactive.RxJava2SortingRepository
org.springframework.data.repository.reactive.RxJava3CrudRepository
org.springframework.data.repository.reactive.RxJava3SortingRepository
org.springframework.data.repository.support.DefaultRepositoryInvokerFactory
org.springframework.data.repository.support.DomainClassConverter
org.springframework.data.repository.support.PageableExecutionUtils
org.springframework.data.repository.support.QueryMethodParameterConversionException
org.springframework.data.repository.support.Repositories
org.springframework.data.repository.support.RepositoryInvocationInformation
org.springframework.data.repository.support.RepositoryInvoker
org.springframework.data.repository.support.RepositoryInvokerFactory
org.springframework.data.repository.util.ClassUtils
org.springframework.data.repository.util.NullableWrapper
org.springframework.data.repository.util.QueryExecutionConverters
org.springframework.data.repository.util.QueryExecutionConverters.ExecutionAdapter
org.springframework.data.repository.util.QueryExecutionConverters.ThrowingSupplier
org.springframework.data.repository.util.QueryExecutionConverters.WrapperType
org.springframework.data.repository.util.ReactiveWrapperConverters
org.springframework.data.repository.util.ReactiveWrappers
org.springframework.data.repository.util.ReactiveWrappers.ReactiveLibrary
org.springframework.data.repository.util.TxUtils
org.springframework.data.spel.EvaluationContextProvider
org.springframework.data.spel.ExpressionDependencies
org.springframework.data.spel.ExpressionDependencies.ExpressionDependency
org.springframework.data.spel.ExtensionAwareEvaluationContextProvider
org.springframework.data.spel.ReactiveEvaluationContextProvider
org.springframework.data.spel.ReactiveExtensionAwareEvaluationContextProvider
org.springframework.data.spel.spi.EvaluationContextExtension
org.springframework.data.spel.spi.ExtensionIdAware
org.springframework.data.spel.spi.Function
org.springframework.data.spel.spi.ReactiveEvaluationContextExtension
org.springframework.data.support.ExampleMatcherAccessor
org.springframework.data.support.IsNewStrategy
org.springframework.data.support.PageableExecutionUtils
org.springframework.data.support.PersistableIsNewStrategy
org.springframework.data.transaction.ChainedTransactionManager
org.springframework.data.type.MethodsMetadata
org.springframework.data.type.classreading.MethodsMetadataReader
org.springframework.data.type.classreading.MethodsMetadataReaderFactory
org.springframework.data.util.AnnotatedTypeScanner
org.springframework.data.util.AnnotationDetectionFieldCallback
org.springframework.data.util.AnnotationDetectionMethodCallback
org.springframework.data.util.BeanLookup
org.springframework.data.util.CastUtils
org.springframework.data.util.ClassTypeInformation
org.springframework.data.util.CloseableIterator
org.springframework.data.util.DirectFieldAccessFallbackBeanWrapper
org.springframework.data.util.KotlinReflectionUtils
org.springframework.data.util.Lazy
org.springframework.data.util.MethodInvocationRecorder
org.springframework.data.util.MethodInvocationRecorder.PropertyNameDetectionStrategy
org.springframework.data.util.MethodInvocationRecorder.Recorded
org.springframework.data.util.MethodInvocationRecorder.Recorded.ToCollectionConverter
org.springframework.data.util.MethodInvocationRecorder.Recorded.ToMapConverter
org.springframework.data.util.NullableUtils
org.springframework.data.util.NullableWrapper
org.springframework.data.util.NullableWrapperConverters
org.springframework.data.util.Optionals
org.springframework.data.util.Pair
org.springframework.data.util.ParameterTypes
org.springframework.data.util.ParentTypeAwareTypeInformation
org.springframework.data.util.ParsingUtils
org.springframework.data.util.ProxyUtils
org.springframework.data.util.ProxyUtils.ProxyDetector
org.springframework.data.util.ReflectionUtils
org.springframework.data.util.ReflectionUtils.AnnotationFieldFilter
org.springframework.data.util.ReflectionUtils.DescribedFieldFilter
org.springframework.data.util.StreamUtils
org.springframework.data.util.Streamable
org.springframework.data.util.TypeInformation
org.springframework.data.util.Version
org.springframework.data.web.HateoasPageableHandlerMethodArgumentResolver
org.springframework.data.web.HateoasSortHandlerMethodArgumentResolver
org.springframework.data.web.JsonPath
org.springframework.data.web.JsonProjectingMethodInterceptorFactory
org.springframework.data.web.PageableArgumentResolver
org.springframework.data.web.PageableDefault
org.springframework.data.web.PageableHandlerMethodArgumentResolver
org.springframework.data.web.PageableHandlerMethodArgumentResolverSupport
org.springframework.data.web.PagedResourcesAssembler
org.springframework.data.web.PagedResourcesAssemblerArgumentResolver
org.springframework.data.web.ProjectedPayload
org.springframework.data.web.ProjectingJackson2HttpMessageConverter
org.springframework.data.web.ProxyingHandlerMethodArgumentResolver
org.springframework.data.web.ReactivePageableHandlerMethodArgumentResolver
org.springframework.data.web.ReactiveSortHandlerMethodArgumentResolver
org.springframework.data.web.SortArgumentResolver
org.springframework.data.web.SortDefault
org.springframework.data.web.SortDefault.SortDefaults
org.springframework.data.web.SortHandlerMethodArgumentResolver
org.springframework.data.web.SortHandlerMethodArgumentResolverSupport
org.springframework.data.web.XmlBeamHttpMessageConverter
org.springframework.data.web.config.EnableSpringDataWebSupport
org.springframework.data.web.config.EnableSpringDataWebSupport.QuerydslActivator
org.springframework.data.web.config.EnableSpringDataWebSupport.SpringDataWebConfigurationImportSelector
org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration
org.springframework.data.web.config.PageableHandlerMethodArgumentResolverCustomizer
org.springframework.data.web.config.ProjectingArgumentResolverRegistrar
org.springframework.data.web.config.QuerydslWebConfiguration
org.springframework.data.web.config.ReactiveQuerydslWebConfiguration
org.springframework.data.web.config.SortHandlerMethodArgumentResolverCustomizer
org.springframework.data.web.config.SpringDataJacksonConfiguration
org.springframework.data.web.config.SpringDataJacksonModules
org.springframework.data.web.config.SpringDataWebConfiguration
org.springframework.data.web.querydsl.QuerydslPredicateArgumentResolver
org.springframework.data.web.querydsl.QuerydslPredicateArgumentResolverSupport
org.springframework.data.web.querydsl.ReactiveQuerydslPredicateArgumentResolver