Index

A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractAggregateRoot<A extends AbstractAggregateRoot<A>> - Class in org.springframework.data.domain
Convenience base class for aggregate roots that exposes a AbstractAggregateRoot.registerEvent(Object) to capture domain events and expose them via AbstractAggregateRoot.domainEvents().
AbstractAggregateRoot() - Constructor for class org.springframework.data.domain.AbstractAggregateRoot
 
AbstractEntityInformation<T,ID> - Class in org.springframework.data.repository.core.support
Base class for implementations of EntityInformation.
AbstractEntityInformation(Class<T>) - Constructor for class org.springframework.data.repository.core.support.AbstractEntityInformation
 
AbstractMappingContext<E extends MutablePersistentEntity<?,P>,P extends PersistentProperty<P>> - Class in org.springframework.data.mapping.context
Base class to build mapping metadata and thus create instances of PersistentEntity and PersistentProperty.
AbstractMappingContext() - Constructor for class org.springframework.data.mapping.context.AbstractMappingContext
 
AbstractPageRequest - Class in org.springframework.data.domain
Abstract Java Bean implementation of Pageable.
AbstractPageRequest(int, int) - Constructor for class org.springframework.data.domain.AbstractPageRequest
Creates a new AbstractPageRequest.
AbstractPersistentProperty<P extends PersistentProperty<P>> - Class in org.springframework.data.mapping.model
Simple implementation of PersistentProperty.
AbstractPersistentProperty(Property, PersistentEntity<?, P>, SimpleTypeHolder) - Constructor for class org.springframework.data.mapping.model.AbstractPersistentProperty
 
AbstractQueryCreator<T,S> - Class in org.springframework.data.repository.query.parser
Base class for query creators that create criteria based queries from a PartTree.
AbstractQueryCreator(PartTree) - Constructor for class org.springframework.data.repository.query.parser.AbstractQueryCreator
Creates a new AbstractQueryCreator for the given PartTree.
AbstractQueryCreator(PartTree, ParameterAccessor) - Constructor for class org.springframework.data.repository.query.parser.AbstractQueryCreator
AbstractRepositoryMetadata - Class in org.springframework.data.repository.core.support
Base class for RepositoryMetadata implementations.
AbstractRepositoryMetadata(Class<?>) - Constructor for class org.springframework.data.repository.core.support.AbstractRepositoryMetadata
AbstractRepositoryPopulatorFactoryBean - Class in org.springframework.data.repository.init
AbstractRepositoryPopulatorFactoryBean() - Constructor for class org.springframework.data.repository.init.AbstractRepositoryPopulatorFactoryBean
 
AccessOptions - Class in org.springframework.data.mapping
Access options when using PersistentPropertyPathAccessor to get and set properties.
AccessOptions() - Constructor for class org.springframework.data.mapping.AccessOptions
 
AccessOptions.GetOptions - Class in org.springframework.data.mapping
Access options for getting values for property paths.
AccessOptions.GetOptions.GetNulls - Enum Class in org.springframework.data.mapping
How to handle null values during a PersistentPropertyPath traversal.
AccessOptions.SetOptions - Class in org.springframework.data.mapping
Access options for setting values for property paths.
AccessOptions.SetOptions.Propagation - Enum Class in org.springframework.data.mapping
How to propagate setting values that cross collection and map properties.
AccessOptions.SetOptions.SetNulls - Enum Class in org.springframework.data.mapping
How to handle intermediate null values when setting
Accessor - Class in org.springframework.data.projection
Helper value to abstract an accessor.
Accessor(Method) - Constructor for class org.springframework.data.projection.Accessor
Creates an Accessor for the given Method.
AccessType - Annotation Interface in org.springframework.data.annotation
Annotation to define how Spring Data shall access values of persistent properties.
AccessType.Type - Enum Class in org.springframework.data.annotation
 
add(ExampleMatcher.PropertySpecifier) - Method in class org.springframework.data.domain.ExampleMatcher.PropertySpecifiers
 
add(Distance) - Method in class org.springframework.data.geo.Distance
Adds the given distance to the current one.
add(Distance, Metric) - Method in class org.springframework.data.geo.Distance
Adds the given Distance to the current one and forces the result to be in a given Metric.
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.data.web.config.QuerydslWebConfiguration
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.data.web.config.SpringDataWebConfiguration
 
addAssociation(Association<P>) - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
 
addAssociation(Association<P>) - Method in interface org.springframework.data.mapping.model.MutablePersistentEntity
Adds an Association to the entity.
addEntityCallback(EntityCallback<?>) - Method in interface org.springframework.data.mapping.callback.EntityCallbacks
Add the given callback using generic type argument detection for identification of supported types.
addEntityCallback(EntityCallback<?>) - Method in interface org.springframework.data.mapping.callback.ReactiveEntityCallbacks
Add the given callback using generic type argument detection for identification of supported types.
addFormatters(FormatterRegistry) - Method in class org.springframework.data.web.config.SpringDataWebConfiguration
 
addInvocationListener(RepositoryMethodInvocationListener) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
Adds a RepositoryMethodInvocationListener to the factory to plug in functionality triggered right after running query methods and fragment methods.
addPersistentEntity(Class<?>) - Method in class org.springframework.data.mapping.context.AbstractMappingContext
Adds the given type to the MappingContext.
addPersistentEntity(TypeInformation<?>) - Method in class org.springframework.data.mapping.context.AbstractMappingContext
Adds the given TypeInformation to the MappingContext.
addPersistentProperty(P) - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
 
addPersistentProperty(P) - Method in interface org.springframework.data.mapping.model.MutablePersistentEntity
Adds a PersistentProperty to the entity.
addQueryCreationListener(QueryCreationListener<?>) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
Adds a QueryCreationListener to the factory to plug in functionality triggered right after creation of RepositoryQuery instances.
addRepositoryFactoryCustomizer(RepositoryFactoryCustomizer) - Method in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
Register a RepositoryFactoryCustomizer to customize the repository factor before creating the repository.
addRepositoryProxyPostProcessor(RepositoryProxyPostProcessor) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
Adds RepositoryProxyPostProcessors to the factory to allow manipulation of the ProxyFactory before the proxy gets created.
advanceBy(long) - Method in class org.springframework.data.domain.OffsetScrollPosition
Returns a new OffsetScrollPosition that has been advanced by the given value.
AFTER - Enum constant in enum class org.springframework.data.repository.query.parser.Part.Type
 
afterCommit() - Method in class org.springframework.data.crossstore.ChangeSetBackedTransactionSynchronization
 
afterCompletion(int) - Method in class org.springframework.data.crossstore.ChangeSetBackedTransactionSynchronization
 
AfterDomainEventPublication - Annotation Interface in org.springframework.data.domain
Annotation to be used on a method of a Spring Data managed aggregate to get invoked after the events of an aggregate have been published.
afterInvocation(RepositoryMethodInvocationListener.RepositoryMethodInvocation) - Method in interface org.springframework.data.repository.core.support.RepositoryMethodInvocationListener
Handle the invocation event.
afterPropertiesSet() - Method in class org.springframework.data.auditing.AuditingHandler
 
afterPropertiesSet() - Method in class org.springframework.data.convert.SimplePropertyValueConversions
Initializes this SimplePropertyValueConversions instance.
afterPropertiesSet() - Method in class org.springframework.data.mapping.context.AbstractMappingContext
 
afterPropertiesSet() - Method in class org.springframework.data.repository.config.PropertiesBasedNamedQueriesFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
 
afterPropertiesSet() - Method in class org.springframework.data.repository.core.support.RepositoryFragmentsFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.repository.init.AbstractRepositoryPopulatorFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.repository.init.UnmarshallerRepositoryPopulatorFactoryBean
 
Alias - Class in org.springframework.data.mapping
A container object which may or may not contain a type alias value.
all() - Method in interface org.springframework.data.repository.query.FluentQuery.FetchableFluentQuery
Get all matching elements.
all() - Method in interface org.springframework.data.repository.query.FluentQuery.ReactiveFluentQuery
Get all matching elements.
all(MultiValueBinding<P, T>) - Method in class org.springframework.data.querydsl.binding.QuerydslBindings.PathBinder
Defines the given MultiValueBinding to be used for the paths.
all(MultiValueBinding<P, T>) - Method in class org.springframework.data.querydsl.binding.QuerydslBindings.TypeBinder
Configures the given MultiValueBinding to be used for the current type.
ALL - Enum constant in enum class org.springframework.data.domain.ExampleMatcher.MatchMode
 
ALL_KEYWORDS - Static variable in enum class org.springframework.data.repository.query.parser.Part.Type
 
ALWAYS - Enum constant in enum class org.springframework.data.repository.query.parser.Part.IgnoreCaseType
Should ignore the sentence case, throwing an exception if this is not possible.
and(OrderSpecifier<?>...) - Method in class org.springframework.data.querydsl.QSort
Returns a new QSort consisting of the OrderSpecifiers of the current QSort combined with the given ones.
and(Iterable<? extends T>) - Method in interface org.springframework.data.util.Streamable
Creates a new Streamable from the current one and the given Iterable concatenated.
and(Supplier<? extends Stream<? extends T>>) - Method in interface org.springframework.data.util.Streamable
Creates a new Streamable from the current one and the given Stream concatenated.
and(List<OrderSpecifier<?>>) - Method in class org.springframework.data.querydsl.QSort
Returns a new QSort consisting of the OrderSpecifiers of the current QSort combined with the given ones.
and(Sort) - Method in class org.springframework.data.domain.Sort
Returns a new Sort consisting of the Sort.Orders of the current Sort combined with the given ones.
and(EntityProjectionIntrospector.ProjectionPredicate) - Method in interface org.springframework.data.projection.EntityProjectionIntrospector.ProjectionPredicate
Return a composed predicate that represents a short-circuiting logical AND of this predicate and another.
and(QSort) - Method in class org.springframework.data.querydsl.QSort
Returns a new QSort consisting of the OrderSpecifiers of the current QSort combined with the ones from the given QSort.
and(MethodLookup) - Method in interface org.springframework.data.repository.core.support.MethodLookup
Returns a composed MethodLookup that represents a concatenation of this predicate and another.
and(Part, S, Iterator<Object>) - Method in class org.springframework.data.repository.query.parser.AbstractQueryCreator
Creates a new criteria object from the given part and and-concatenates it to the given base criteria.
and(Streamable<? extends T>) - Method in interface org.springframework.data.util.Streamable
Convenience method to allow adding a Streamable directly as otherwise the invocation is ambiguous between Streamable.and(Iterable) and Streamable.and(Supplier).
and(T...) - Method in interface org.springframework.data.util.Streamable
Creates a new Streamable from the current one and the given values concatenated.
andEvent(Object) - Method in class org.springframework.data.domain.AbstractAggregateRoot
Adds the given event to the aggregate for later publication when calling a Spring Data repository's save or delete method.
andEventsFrom(A) - Method in class org.springframework.data.domain.AbstractAggregateRoot
Adds all events contained in the given aggregate to the current one.
andReading(Function<? super T, ? extends S>) - Method in interface org.springframework.data.convert.ConverterBuilder.WritingConverterBuilder
Creates a new ConverterBuilder.ConverterAware by registering the given Function to add a write converter.
andWriting(Function<? super S, ? extends T>) - Method in interface org.springframework.data.convert.ConverterBuilder.ReadingConverterBuilder
Creates a new ConverterBuilder.ConverterAware by registering the given Function to add a write converter.
AnnotatedTypeScanner - Class in org.springframework.data.util
Scanner to find types with annotations on the classpath.
AnnotatedTypeScanner(boolean, Class<? extends Annotation>...) - Constructor for class org.springframework.data.util.AnnotatedTypeScanner
Creates a new AnnotatedTypeScanner for the given annotation types.
AnnotatedTypeScanner(boolean, Collection<Class<? extends Annotation>>) - Constructor for class org.springframework.data.util.AnnotatedTypeScanner
 
AnnotatedTypeScanner(Class<? extends Annotation>...) - Constructor for class org.springframework.data.util.AnnotatedTypeScanner
Creates a new AnnotatedTypeScanner for the given annotation types.
AnnotationAuditingConfiguration - Class in org.springframework.data.auditing.config
Default implementation for AuditingConfiguration.
AnnotationAuditingConfiguration(AnnotationMetadata, Class<? extends Annotation>) - Constructor for class org.springframework.data.auditing.config.AnnotationAuditingConfiguration
Creates a new instance of AnnotationAuditingConfiguration for the given AnnotationMetadata and annotation type.
AnnotationBasedPersistentProperty<P extends PersistentProperty<P>> - Class in org.springframework.data.mapping.model
Special PersistentProperty that takes annotations at a property into account.
AnnotationBasedPersistentProperty(Property, PersistentEntity<?, P>, SimpleTypeHolder) - Constructor for class org.springframework.data.mapping.model.AnnotationBasedPersistentProperty
AnnotationDetectionFieldCallback - Class in org.springframework.data.util
A ReflectionUtils.FieldCallback that will inspect each field for a given annotation.
AnnotationDetectionFieldCallback(Class<? extends Annotation>) - Constructor for class org.springframework.data.util.AnnotationDetectionFieldCallback
Creates a new AnnotationDetectionFieldCallback scanning for an annotation of the given type.
AnnotationDetectionMethodCallback<A extends Annotation> - Class in org.springframework.data.util
ReflectionUtils.MethodCallback to find annotations of a given type.
AnnotationDetectionMethodCallback(Class<A>) - Constructor for class org.springframework.data.util.AnnotationDetectionMethodCallback
Creates a new AnnotationDetectionMethodCallback for the given annotation type.
AnnotationDetectionMethodCallback(Class<A>, boolean) - Constructor for class org.springframework.data.util.AnnotationDetectionMethodCallback
Creates a new AnnotationDetectionMethodCallback for the given annotation type.
AnnotationFieldFilter(Class<? extends Annotation>) - Constructor for class org.springframework.data.util.ReflectionUtils.AnnotationFieldFilter
 
AnnotationRepositoryConfigurationSource - Class in org.springframework.data.repository.config
AnnotationRepositoryConfigurationSource(AnnotationMetadata, Class<? extends Annotation>, ResourceLoader, Environment, BeanDefinitionRegistry) - Constructor for class org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
Deprecated.
since 2.2. Prefer to use overload taking a BeanNameGenerator additionally.
AnnotationRepositoryConfigurationSource(AnnotationMetadata, Class<? extends Annotation>, ResourceLoader, Environment, BeanDefinitionRegistry, BeanNameGenerator) - Constructor for class org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
Creates a new AnnotationRepositoryConfigurationSource from the given AnnotationMetadata and annotation.
AnnotationRepositoryMetadata - Class in org.springframework.data.repository.core.support
RepositoryMetadata implementation inspecting the given repository interface for a RepositoryDefinition annotation.
AnnotationRepositoryMetadata(Class<?>) - Constructor for class org.springframework.data.repository.core.support.AnnotationRepositoryMetadata
Creates a new AnnotationRepositoryMetadata instance looking up repository types from a RepositoryDefinition annotation.
AnnotationRevisionMetadata<N extends Number & Comparable<N>> - Class in org.springframework.data.history
A RevisionMetadata implementation that inspects the given object for fields with the configured annotations and returns the field's values on calls to AnnotationRevisionMetadata.getRevisionInstant(), AnnotationRevisionMetadata.getRevisionInstant() and AnnotationRevisionMetadata.getRevisionNumber().
AnnotationRevisionMetadata(Object, Class<? extends Annotation>, Class<? extends Annotation>) - Constructor for class org.springframework.data.history.AnnotationRevisionMetadata
Creates a new AnnotationRevisionMetadata inspecting the given entity for the given annotations.
AnnotationRevisionMetadata(Object, Class<? extends Annotation>, Class<? extends Annotation>, RevisionMetadata.RevisionType) - Constructor for class org.springframework.data.history.AnnotationRevisionMetadata
Creates a new AnnotationRevisionMetadata inspecting the given entity for the given annotations.
ANY - Enum constant in enum class org.springframework.data.domain.ExampleMatcher.MatchMode
 
AotContext - Interface in org.springframework.data.aot
The context in which the AOT processing happens.
AotContext.IntrospectedBeanDefinition - Interface in org.springframework.data.aot
Interface defining introspection methods for bean definitions.
AotContext.TypeIntrospector - Interface in org.springframework.data.aot
Type-based introspector to resolve Class from a type name and to introspect the bean factory for presence of beans.
AotRepositoryContext - Interface in org.springframework.data.repository.config
AotContext specific to Spring Data Repository infrastructure.
append(RepositoryComposition.RepositoryFragments) - Method in class org.springframework.data.repository.core.support.RepositoryComposition
Create a new RepositoryComposition retaining current configuration and append RepositoryComposition.RepositoryFragments to the new composition.
append(RepositoryComposition.RepositoryFragments) - Method in class org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments
append(RepositoryFragment<?>) - Method in class org.springframework.data.repository.core.support.RepositoryComposition
Create a new RepositoryComposition retaining current configuration and append RepositoryFragment to the new composition.
append(RepositoryFragment<?>) - Method in class org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments
Create new RepositoryComposition.RepositoryFragments from the current content appending RepositoryFragment.
apply(Optional<Object>) - Method in enum class org.springframework.data.domain.ExampleMatcher.NoOpPropertyValueTransformer
 
apply(QueryExecutionConverters.ThrowingSupplier) - Method in interface org.springframework.data.repository.util.QueryExecutionConverters.ExecutionAdapter
 
applyConfiguration(RepositoryFactorySupport) - Method in class org.springframework.data.repository.cdi.CdiRepositoryBean
Applies the configuration from CdiRepositoryConfiguration to RepositoryFactorySupport by looking up the actual configuration.
applyConfiguration(RepositoryFactorySupport, CdiRepositoryConfiguration) - Static method in class org.springframework.data.repository.cdi.CdiRepositoryBean
Applies the configuration from CdiRepositoryConfiguration to RepositoryFactorySupport by looking up the actual configuration.
applyTo(GenerationContext, BeanRegistrationCode) - Method in class org.springframework.data.repository.config.RepositoryRegistrationAotContribution
 
areValidFor(Method) - Method in class org.springframework.data.util.ParameterTypes
Returns whether the parameter types are valid for the given Method.
as(Class<R>) - Method in interface org.springframework.data.repository.query.FluentQuery
Define the target type the result should be mapped to.
as(Class<R>) - Method in interface org.springframework.data.repository.query.FluentQuery.FetchableFluentQuery
 
as(Class<R>) - Method in interface org.springframework.data.repository.query.FluentQuery.ReactiveFluentQuery
 
as(String) - Method in class org.springframework.data.querydsl.binding.QuerydslBindings.AliasingPathBinder
Aliases the current binding to be available under the given path.
asc() - Static method in class org.springframework.data.history.RevisionSort
Creates a RevisionSort with ascending order for the revision number property, i.e. more recent revisions will come last.
asc(String) - Static method in class org.springframework.data.domain.Sort.Order
Creates a new Sort.Order instance.
ASC - Enum constant in enum class org.springframework.data.domain.Sort.Direction
 
ascending() - Method in class org.springframework.data.domain.Sort
Returns a new Sort with the current setup but ascending order direction.
ascending() - Method in class org.springframework.data.domain.Sort.TypedSort
 
assertReturnTypeAssignable(Method, Class<?>...) - Static method in class org.springframework.data.repository.util.ClassUtils
Asserts the given Method's return type to be one of the given types.
Association<P extends PersistentProperty<P>> - Class in org.springframework.data.mapping
Value object to capture Associations.
Association(P, P) - Constructor for class org.springframework.data.mapping.Association
Creates a new Association between the two given PersistentPropertys.
AssociationHandler<P extends PersistentProperty<P>> - Interface in org.springframework.data.mapping
Callback interface to implement functionality to be applied to a collection of Associations.
Auditable<U,ID,T extends TemporalAccessor> - Interface in org.springframework.data.domain
Interface for auditable entities.
AuditableBeanWrapper<T> - Interface in org.springframework.data.auditing
Interface to abstract the ways setting the auditing information can be implemented.
AuditableBeanWrapperFactory - Interface in org.springframework.data.auditing
A factory to lookup AuditableBeanWrappers.
AuditingBeanDefinitionRegistrarSupport - Class in org.springframework.data.auditing.config
A ImportBeanDefinitionRegistrar that serves as a base class for store specific implementations for configuring audit support.
AuditingBeanDefinitionRegistrarSupport() - Constructor for class org.springframework.data.auditing.config.AuditingBeanDefinitionRegistrarSupport
 
AuditingConfiguration - Interface in org.springframework.data.auditing.config
Configuration information for auditing.
AuditingHandler - Class in org.springframework.data.auditing
Auditing handler to mark entity objects created and modified.
AuditingHandler(PersistentEntities) - Constructor for class org.springframework.data.auditing.AuditingHandler
Creates a new AuditableBeanWrapper using the given PersistentEntities when looking up auditing metadata via reflection.
AuditingHandlerBeanDefinitionParser - Class in org.springframework.data.auditing.config
AuditingHandlerBeanDefinitionParser(String) - Constructor for class org.springframework.data.auditing.config.AuditingHandlerBeanDefinitionParser
Creates a new AuditingHandlerBeanDefinitionParser to point to a MappingContext with the given bean name.
AuditingHandlerSupport - Class in org.springframework.data.auditing
Support class to implement auditing handlers.
AuditingHandlerSupport(PersistentEntities) - Constructor for class org.springframework.data.auditing.AuditingHandlerSupport
Creates a new AuditableBeanWrapper using the given PersistentEntities when looking up auditing metadata via reflection.
AuditorAware<T> - Interface in org.springframework.data.domain
Interface for components that are aware of the application's current auditor.

B

backward() - Method in class org.springframework.data.domain.KeysetScrollPosition
Returns a KeysetScrollPosition based on the same keyset and scrolling backward.
backward(Map<String, ?>) - Static method in interface org.springframework.data.domain.ScrollPosition
Creates a new ScrollPosition from a key set scrolling backward.
BACKWARD - Enum constant in enum class org.springframework.data.domain.ScrollPosition.Direction
Backward direction to scroll from the end of the results to their beginning.
BasicPersistentEntity<T,P extends PersistentProperty<P>> - Class in org.springframework.data.mapping.model
Simple value object to capture information of PersistentEntitys.
BasicPersistentEntity(TypeInformation<T>) - Constructor for class org.springframework.data.mapping.model.BasicPersistentEntity
Creates a new BasicPersistentEntity from the given TypeInformation.
BasicPersistentEntity(TypeInformation<T>, Comparator<P>) - Constructor for class org.springframework.data.mapping.model.BasicPersistentEntity
Creates a new BasicPersistentEntity for the given TypeInformation and Comparator.
BeanComponentDefinitionBuilder - Class in org.springframework.data.config
Helper to create BeanComponentDefinition more easily.
BeanComponentDefinitionBuilder(Element, ParserContext) - Constructor for class org.springframework.data.config.BeanComponentDefinitionBuilder
Creates a new BeanComponentDefinitionBuilder using the given Element as default source and the given ParserContext.
beanFactoryAware(BeanFactory) - Static method in interface org.springframework.data.convert.PropertyValueConverterFactory
Obtain a PropertyValueConverterFactory capable of looking up/creating the PropertyValueConverter via the given BeanFactory.
BeanLookup - Class in org.springframework.data.util
Simple helper to allow lenient lookup of beans of a given type from a ListableBeanFactory.
BeanWrapperPropertyAccessorFactory - Enum Class in org.springframework.data.mapping.model
PersistentPropertyAccessorFactory that uses a BeanWrapper.
BEFORE - Enum constant in enum class org.springframework.data.repository.query.parser.Part.Type
 
beforeCommit(boolean) - Method in class org.springframework.data.crossstore.ChangeSetBackedTransactionSynchronization
 
beforeCompletion() - Method in class org.springframework.data.crossstore.ChangeSetBackedTransactionSynchronization
 
between(double, Metric, double, Metric) - Static method in class org.springframework.data.geo.Distance
Creates a new Range by creating minimum and maximum Distance from the given values.
between(Distance, Distance) - Static method in class org.springframework.data.geo.Distance
Creates a Range between the given Distance.
BETWEEN - Enum constant in enum class org.springframework.data.repository.query.parser.Part.Type
 
bind(Class<T>) - Method in class org.springframework.data.querydsl.binding.QuerydslBindings
Returns a new QuerydslBindings.TypeBinder for the given type.
bind(T) - Method in class org.springframework.data.querydsl.binding.QuerydslBindings
Returns an QuerydslBindings.AliasingPathBinder for the given Path to define bindings for them.
bind(T...) - Method in class org.springframework.data.querydsl.binding.QuerydslBindings
Returns a new QuerydslBindings.PathBinder for the given Paths to define bindings for them.
bind(T, Collection<? extends S>) - Method in interface org.springframework.data.querydsl.binding.MultiValueBinding
Returns the predicate to be applied to the given Path for the given collection value, which will contain all values submitted for the path bind.
bind(T, Optional<? extends S>) - Method in interface org.springframework.data.querydsl.binding.OptionalValueBinding
Returns the predicate to be applied to the given Path for the given value.
bind(T, S) - Method in interface org.springframework.data.querydsl.binding.SingleValueBinding
Returns the predicate to be applied to the given Path for the given value.
bindings() - Element in annotation interface org.springframework.data.querydsl.binding.QuerydslPredicate
To customize the way individual properties' values should be bound to the predicate a QuerydslBinderCustomizer can be specified here.
bindingsFactory - Variable in class org.springframework.data.web.querydsl.QuerydslPredicateArgumentResolverSupport
 
bindRequestParameters(WebDataBinder, NativeWebRequest) - Method in class org.springframework.data.web.ProxyingHandlerMethodArgumentResolver
 
BootstrapMode - Enum Class in org.springframework.data.repository.config
Enumeration to define in which way repositories are bootstrapped.
Box - Class in org.springframework.data.geo
Represents a geospatial box value
Box(double[], double[]) - Constructor for class org.springframework.data.geo.Box
Creates a new Box from the given first to the second point represented as the double[].
Box(Point, Point) - Constructor for class org.springframework.data.geo.Box
Creates a new Box spanning from the given first to the second Point.
build(Object) - Method in class org.springframework.data.repository.config.NamedQueriesBeanDefinitionBuilder
Builds a new BeanDefinition from the given source.
buildAotRepositoryContext(RegisteredBean, RepositoryConfiguration<?>) - Method in class org.springframework.data.repository.config.RepositoryRegistrationAotContribution
 
buildRegistry() - Method in class org.springframework.data.convert.PropertyValueConverterRegistrar
by(OrderSpecifier<?>...) - Static method in class org.springframework.data.querydsl.QSort
 
by(String) - Static method in class org.springframework.data.domain.Sort.Order
Creates a new Sort.Order instance.
by(String...) - Static method in class org.springframework.data.domain.Sort
Creates a new Sort for the given properties.
by(Function<T, S>) - Method in class org.springframework.data.domain.Sort.TypedSort
 
by(List<Sort.Order>) - Static method in class org.springframework.data.domain.Sort
Creates a new Sort for the given Sort.Orders.
by(Sort.Direction, String...) - Static method in class org.springframework.data.domain.Sort
Creates a new Sort for the given Sort.Direction and properties.
by(Sort.Order...) - Static method in class org.springframework.data.domain.Sort
Creates a new Sort for the given Sort.Orders.
by(MethodInvocationRecorder.Recorded.ToCollectionConverter<T, S>) - Method in class org.springframework.data.domain.Sort.TypedSort
 
by(MethodInvocationRecorder.Recorded.ToMapConverter<T, S>) - Method in class org.springframework.data.domain.Sort.TypedSort
 

C

caching(PropertyValueConverterFactory) - Static method in interface org.springframework.data.convert.PropertyValueConverterFactory
CachingValueExpressionEvaluatorFactory - Class in org.springframework.data.mapping.model
Factory to create a ValueExpressionEvaluator
CachingValueExpressionEvaluatorFactory(ExpressionParser, EnvironmentCapable, EvaluationContextProvider) - Constructor for class org.springframework.data.mapping.model.CachingValueExpressionEvaluatorFactory
 
CachingValueExpressionEvaluatorFactory(ExpressionParser, EnvironmentCapable, EvaluationContextProvider, int) - Constructor for class org.springframework.data.mapping.model.CachingValueExpressionEvaluatorFactory
 
callback(Class<? extends EntityCallback>, T, Object...) - Method in interface org.springframework.data.mapping.callback.EntityCallbacks
Invoke matching entity callbacks with given arguments.
callback(Class<? extends EntityCallback>, T, Object...) - Method in interface org.springframework.data.mapping.callback.ReactiveEntityCallbacks
On subscribe invoke the matching entity callbacks with given arguments.
CamelCaseAbbreviatingFieldNamingStrategy - Class in org.springframework.data.mapping.model
FieldNamingStrategy that abbreviates field names by using the very first letter of the camel case parts of the PersistentProperty's name.
CamelCaseAbbreviatingFieldNamingStrategy() - Constructor for class org.springframework.data.mapping.model.CamelCaseAbbreviatingFieldNamingStrategy
CamelCaseSplittingFieldNamingStrategy - Class in org.springframework.data.mapping.model
Configurable FieldNamingStrategy that splits up camel-case property names and reconcatenates them using a configured delimiter.
CamelCaseSplittingFieldNamingStrategy(String) - Constructor for class org.springframework.data.mapping.model.CamelCaseSplittingFieldNamingStrategy
CANCELED - Enum constant in enum class org.springframework.data.repository.core.support.RepositoryMethodInvocationListener.RepositoryMethodInvocationResult.State
 
canConvert(Class<?>, Class<?>) - Static method in class org.springframework.data.repository.util.ReactiveWrapperConverters
Return true if objects of sourceType can be converted to the targetType.
canEqual(Object) - Method in class org.springframework.data.domain.ExampleMatcher.GenericPropertyMatcher
 
canEqual(Object) - Method in class org.springframework.data.domain.ExampleMatcher.PropertySpecifier
 
canRead(Type, Class<?>, MediaType) - Method in class org.springframework.data.web.ProjectingJackson2HttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.data.web.ProjectingJackson2HttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.data.web.XmlBeamHttpMessageConverter
 
caseSensitive() - Method in class org.springframework.data.domain.ExampleMatcher.GenericPropertyMatcher
Sets ignores case to false.
caseSensitive() - Static method in class org.springframework.data.domain.ExampleMatcher.GenericPropertyMatchers
Creates a ExampleMatcher.GenericPropertyMatcher that matches string case-sensitive.
caseSensitive() - Element in annotation interface org.springframework.data.web.SortDefault
Specifies whether to apply case-sensitive sorting.
cast(Object) - Static method in interface org.springframework.data.util.CastUtils
 
CastUtils - Interface in org.springframework.data.util
 
CdiRepositoryBean<T> - Class in org.springframework.data.repository.cdi
Base class for Bean wrappers.
CdiRepositoryBean(Set<Annotation>, Class<T>, BeanManager) - Constructor for class org.springframework.data.repository.cdi.CdiRepositoryBean
Creates a new CdiRepositoryBean.
CdiRepositoryBean(Set<Annotation>, Class<T>, BeanManager, Optional<CustomRepositoryImplementationDetector>) - Constructor for class org.springframework.data.repository.cdi.CdiRepositoryBean
Creates a new CdiRepositoryBean.
CdiRepositoryBean(Set<Annotation>, Class<T>, BeanManager, CdiRepositoryContext) - Constructor for class org.springframework.data.repository.cdi.CdiRepositoryBean
Creates a new CdiRepositoryBean.
CdiRepositoryConfiguration - Interface in org.springframework.data.repository.cdi
Interface containing the configurable options for the Spring Data repository subsystem using CDI.
CdiRepositoryContext - Class in org.springframework.data.repository.cdi
Context for CDI repositories.
CdiRepositoryContext(ClassLoader) - Constructor for class org.springframework.data.repository.cdi.CdiRepositoryContext
CdiRepositoryContext(ClassLoader, CustomRepositoryImplementationDetector) - Constructor for class org.springframework.data.repository.cdi.CdiRepositoryContext
CdiRepositoryExtensionSupport - Class in org.springframework.data.repository.cdi
Base class for Extension implementations that create instances for Spring Data repositories.
CdiRepositoryExtensionSupport() - Constructor for class org.springframework.data.repository.cdi.CdiRepositoryExtensionSupport
 
chained(List<PropertyValueConverterFactory>) - Static method in interface org.springframework.data.convert.PropertyValueConverterFactory
Obtain a PropertyValueConverterFactory that will try to obtain a PropertyValueConverter from the given list of factories by returning the first non null one.
chained(PropertyValueConverterFactory...) - Static method in interface org.springframework.data.convert.PropertyValueConverterFactory
Obtain a PropertyValueConverterFactory that will try to obtain a PropertyValueConverter from the given array of factories by returning the first non null one.
ChainedTransactionManager - Class in org.springframework.data.transaction
Deprecated.
since 2.5
ChainedTransactionManager(PlatformTransactionManager...) - Constructor for class org.springframework.data.transaction.ChainedTransactionManager
Deprecated.
Creates a new ChainedTransactionManager delegating to the given PlatformTransactionManagers.
ChangeSet - Interface in org.springframework.data.crossstore
Interface representing the set of changes in an entity.
ChangeSetBacked - Interface in org.springframework.data.crossstore
Interface introduced to objects exposing ChangeSet information
ChangeSetBackedTransactionSynchronization - Class in org.springframework.data.crossstore
 
ChangeSetBackedTransactionSynchronization(ChangeSetPersister<Object>, ChangeSetBacked) - Constructor for class org.springframework.data.crossstore.ChangeSetBackedTransactionSynchronization
 
ChangeSetPersister<K> - Interface in org.springframework.data.crossstore
Interface to be implemented by classes that can synchronize between data stores and ChangeSets.
ChangeSetPersister.NotFoundException - Exception in org.springframework.data.crossstore
Exception thrown in alternate control flow if getPersistentState finds no entity data.
Circle - Class in org.springframework.data.geo
Represents a geospatial circle value
Circle(double, double, double) - Constructor for class org.springframework.data.geo.Circle
Creates a new Circle from the given coordinates and radius as Distance with a Metrics.NEUTRAL.
Circle(Point, double) - Constructor for class org.springframework.data.geo.Circle
Creates a new Circle from the given Point and radius.
Circle(Point, Distance) - Constructor for class org.springframework.data.geo.Circle
Creates a new Circle from the given Point and radius.
CLASS_KEY - Static variable in interface org.springframework.data.crossstore.ChangeSetPersister
 
ClassGeneratingPropertyAccessorFactory - Class in org.springframework.data.mapping.model
A factory that can generate byte code to speed-up dynamic property access.
ClassGeneratingPropertyAccessorFactory() - Constructor for class org.springframework.data.mapping.model.ClassGeneratingPropertyAccessorFactory
 
ClassTypeInformation<S> - Class in org.springframework.data.util
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0 to go package protected at some point. Refer to TypeInformation only.
ClassUtils - Class in org.springframework.data.repository.util
Utility class to work with classes.
clearDomainEvents() - Method in class org.springframework.data.domain.AbstractAggregateRoot
Clears all domain events currently held.
close() - Method in interface org.springframework.data.util.CloseableIterator
 
close() - Method in interface org.springframework.data.util.Lock.AcquiredLock
Releases the lock.
CloseableIterator<T> - Interface in org.springframework.data.util
A CloseableIterator serves as a bridging data structure for the underlying data store specific results that can be wrapped in a Java 8 java.util.stream.Stream.
closed(T, T) - Static method in class org.springframework.data.domain.Range
Creates a new Range with inclusive bounds for both values.
CLOSED - Enum constant in enum class org.springframework.data.projection.EntityProjection.ProjectionType
A closed projection only contains accessor methods that all match properties of the target aggregate.
collectAsSet() - Method in interface org.springframework.data.util.TypeScanner
Obtain the scan result.
COLLECTION - Static variable in class org.springframework.data.util.ClassTypeInformation
Deprecated.
 
COLLECTION - Static variable in interface org.springframework.data.util.TypeInformation
 
commit(TransactionStatus) - Method in class org.springframework.data.transaction.ChainedTransactionManager
Deprecated.
 
compareTo(Distance) - Method in class org.springframework.data.geo.Distance
 
compareTo(Revision<N, ?>) - Method in class org.springframework.data.history.Revision
 
compareTo(Version) - Method in class org.springframework.data.util.Version
 
complete(S, Sort) - Method in class org.springframework.data.repository.query.parser.AbstractQueryCreator
Actually creates the query object applying the given criteria object and Sort definition.
ConfigurableTypeInformationMapper - Class in org.springframework.data.convert
TypeInformationMapper implementation that can be either set up using a MappingContext or manually set up Map of String aliases to types.
ConfigurableTypeInformationMapper(Map<? extends Class<?>, String>) - Constructor for class org.springframework.data.convert.ConfigurableTypeInformationMapper
Creates a new ConfigurableTypeInformationMapper for the given type map.
ConfigurationUtils - Interface in org.springframework.data.config
Helper class to centralize common functionality that needs to be used in various places of the configuration implementation.
configureArgumentResolvers(ArgumentResolverConfigurer) - Method in class org.springframework.data.web.config.ReactiveQuerydslWebConfiguration
 
configureDefaultAuditHandlerAttributes(AuditingConfiguration, BeanDefinitionBuilder) - Method in class org.springframework.data.auditing.config.AuditingBeanDefinitionRegistrarSupport
Configures the given BeanDefinitionBuilder with the default attributes from the given AuditingConfiguration.
configuredInstance(ValueConverterRegistry<?>) - Static method in interface org.springframework.data.convert.PropertyValueConverterFactory
configureMatcher(T) - Method in interface org.springframework.data.domain.ExampleMatcher.MatcherConfigurer
 
CONTAINING - Enum constant in enum class org.springframework.data.domain.ExampleMatcher.StringMatcher
Matches string containing pattern
CONTAINING - Enum constant in enum class org.springframework.data.repository.query.parser.Part.Type
 
contains() - Method in class org.springframework.data.domain.ExampleMatcher.GenericPropertyMatcher
contains() - Static method in class org.springframework.data.domain.ExampleMatcher.GenericPropertyMatchers
contains(Comparable<T>) - Method in class org.springframework.data.domain.Range
Returns whether the Range contains the given value.
contains(String) - Method in interface org.springframework.data.mapping.PersistentPropertyPaths
Returns whether the given path is contained in the current PersistentPropertyPaths.
contains(PropertyPath) - Method in interface org.springframework.data.mapping.PersistentPropertyPaths
Returns whether the given PropertyPath is contained in the current PersistentPropertyPaths.
contains(T, Comparator<T>) - Method in class org.springframework.data.domain.Range
Returns whether the Range contains the given value.
containsConverterFor(Class<?>, String) - Method in class org.springframework.data.convert.SimplePropertyValueConverterRegistry
 
containsConverterFor(Class<?>, String) - Method in interface org.springframework.data.convert.ValueConverterRegistry
Check if a converter is registered for the given type, path combination.
contribute(Class<?>, Predicate<Class<? extends Annotation>>, GenerationContext) - Static method in class org.springframework.data.util.TypeContributor
Contribute the type with default reflection configuration and only include matching annotations.
contribute(Class<?>, Set<String>, GenerationContext) - Static method in class org.springframework.data.util.TypeContributor
Contribute the type with default reflection configuration and only include annotations from a certain namespace and those meta annotated with one of them.
contribute(Class<?>, GenerationContext) - Static method in class org.springframework.data.util.TypeContributor
Contribute the type with default reflection configuration, skip annotations.
contribute(AotContext, ManagedTypes, RegisteredBean) - Method in class org.springframework.data.aot.ManagedTypesBeanRegistrationAotProcessor
Hook to provide a customized flavor of BeanRegistrationAotContribution.
contribute(AotRepositoryContext, GenerationContext) - Method in class org.springframework.data.repository.config.RepositoryRegistrationAotProcessor
 
contributeEntityPath(Class<?>, GenerationContext, ClassLoader) - Static method in class org.springframework.data.util.QTypeContributor
 
contributeType(Class<?>, GenerationContext) - Method in class org.springframework.data.repository.config.RepositoryRegistrationAotProcessor
 
contributeType(ResolvableType, GenerationContext) - Method in class org.springframework.data.aot.ManagedTypesBeanRegistrationAotProcessor
Hook to contribute configuration for a given type.
convert(Object) - Method in class org.springframework.data.convert.DtoInstantiatingConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.data.repository.support.DomainClassConverter
 
convert(String) - Method in enum class org.springframework.data.convert.Jsr310Converters.StringToDurationConverter
 
convert(String) - Method in enum class org.springframework.data.convert.Jsr310Converters.StringToInstantConverter
 
convert(String) - Method in enum class org.springframework.data.convert.Jsr310Converters.StringToLocalDateConverter
 
convert(String) - Method in enum class org.springframework.data.convert.Jsr310Converters.StringToLocalDateTimeConverter
 
convert(String) - Method in enum class org.springframework.data.convert.Jsr310Converters.StringToPeriodConverter
 
convert(String) - Method in enum class org.springframework.data.convert.Jsr310Converters.StringToZoneIdConverter
 
convert(String) - Method in enum class org.springframework.data.geo.format.DistanceFormatter
 
convert(String) - Method in enum class org.springframework.data.geo.format.PointFormatter
 
convert(Duration) - Method in enum class org.springframework.data.convert.Jsr310Converters.DurationToStringConverter
 
convert(Instant) - Method in enum class org.springframework.data.convert.Jsr310Converters.InstantToDateConverter
 
convert(Instant) - Method in enum class org.springframework.data.convert.Jsr310Converters.InstantToLocalDateTimeConverter
 
convert(LocalDate) - Method in enum class org.springframework.data.convert.Jsr310Converters.LocalDateToDateConverter
 
convert(LocalDateTime) - Method in enum class org.springframework.data.convert.Jsr310Converters.LocalDateTimeToDateConverter
 
convert(LocalDateTime) - Method in enum class org.springframework.data.convert.Jsr310Converters.LocalDateTimeToInstantConverter
 
convert(LocalTime) - Method in enum class org.springframework.data.convert.Jsr310Converters.LocalTimeToDateConverter
 
convert(Period) - Method in enum class org.springframework.data.convert.Jsr310Converters.PeriodToStringConverter
 
convert(ZoneId) - Method in enum class org.springframework.data.convert.Jsr310Converters.ZoneIdToStringConverter
 
convert(Date) - Method in enum class org.springframework.data.convert.Jsr310Converters.DateToInstantConverter
 
convert(Date) - Method in enum class org.springframework.data.convert.Jsr310Converters.DateToLocalDateConverter
 
convert(Date) - Method in enum class org.springframework.data.convert.Jsr310Converters.DateToLocalDateTimeConverter
 
convert(Date) - Method in enum class org.springframework.data.convert.Jsr310Converters.DateToLocalTimeConverter
 
ConverterBuilder - Interface in org.springframework.data.convert
API to easily set up GenericConverter instances using Java 8 lambdas, mostly in bidirectional fashion for easy registration as custom type converters of the Spring Data mapping subsystem.
ConverterBuilder.ConverterAware - Interface in org.springframework.data.convert
A ConverterBuilder aware of both a reading and writing converter.
ConverterBuilder.ReadingConverterAware - Interface in org.springframework.data.convert
Exposes a reading converter.
ConverterBuilder.ReadingConverterBuilder<T,S> - Interface in org.springframework.data.convert
Interface to represent an intermediate setup step of ConverterBuilder.ConverterAware defining a reading converter first.
ConverterBuilder.WritingConverterAware - Interface in org.springframework.data.convert
Exposes a writing converter.
ConverterBuilder.WritingConverterBuilder<S,T> - Interface in org.springframework.data.convert
Interface to represent an intermediate setup step of ConverterBuilder.ConverterAware defining a writing converter first.
ConverterConfiguration(CustomConversions.StoreConversions, List<?>) - Constructor for class org.springframework.data.convert.CustomConversions.ConverterConfiguration
Create a new ConverterConfiguration holding the given CustomConversions.StoreConversions and user defined converters.
ConverterConfiguration(CustomConversions.StoreConversions, List<?>, Predicate<GenericConverter.ConvertiblePair>) - Constructor for class org.springframework.data.convert.CustomConversions.ConverterConfiguration
Create a new ConverterConfiguration holding the given CustomConversions.StoreConversions and user defined converters as well as a Collection of GenericConverter.ConvertiblePair for which to skip the registration of default converters.
ConverterConfiguration(CustomConversions.StoreConversions, List<?>, Predicate<GenericConverter.ConvertiblePair>, PropertyValueConversions) - Constructor for class org.springframework.data.convert.CustomConversions.ConverterConfiguration
Create a new ConverterConfiguration holding the given CustomConversions.StoreConversions and user defined converters as well as a Collection of GenericConverter.ConvertiblePair for which to skip the registration of default converters.
CONVERTIBLE - Static variable in enum class org.springframework.data.geo.format.PointFormatter
 
ConvertingPropertyAccessor<T> - Class in org.springframework.data.mapping.model
ConvertingPropertyAccessor(PersistentPropertyAccessor<T>, ConversionService) - Constructor for class org.springframework.data.mapping.model.ConvertingPropertyAccessor
count() - Method in interface org.springframework.data.repository.CrudRepository
Returns the number of entities available.
count() - Method in interface org.springframework.data.repository.query.FluentQuery.FetchableFluentQuery
Get the number of matching elements.
count() - Method in interface org.springframework.data.repository.query.FluentQuery.ReactiveFluentQuery
Get the number of matching elements.
count() - Method in interface org.springframework.data.repository.reactive.ReactiveCrudRepository
Returns the number of entities available.
count() - Method in interface org.springframework.data.repository.reactive.RxJava3CrudRepository
Returns the number of entities available.
count(Predicate) - Method in interface org.springframework.data.querydsl.QuerydslPredicateExecutor
Returns the number of instances matching the given Predicate.
count(Predicate) - Method in interface org.springframework.data.querydsl.ReactiveQuerydslPredicateExecutor
Returns a Mono emitting the number of instances matching the given Predicate.
count(Example<S>) - Method in interface org.springframework.data.repository.query.QueryByExampleExecutor
Returns the number of instances matching the given Example.
count(Example<S>) - Method in interface org.springframework.data.repository.query.ReactiveQueryByExampleExecutor
Returns the number of instances matching the given Example.
create() - Static method in interface org.springframework.data.mapping.callback.EntityCallbacks
Obtain a new EntityCallbacks instance.
create() - Static method in interface org.springframework.data.mapping.callback.ReactiveEntityCallbacks
Obtain a new ReactiveEntityCallbacks instance.
create(CreationalContext<T>) - Method in class org.springframework.data.repository.cdi.CdiRepositoryBean
 
create(CreationalContext<T>, Class<T>) - Method in class org.springframework.data.repository.cdi.CdiRepositoryBean
Creates the actual component instance.
create(Object) - Method in class org.springframework.data.mapping.model.CachingValueExpressionEvaluatorFactory
Creates a new ValueExpressionEvaluator using the given source as root object.
create(String) - Static method in enum class org.springframework.data.repository.query.QueryLookupStrategy.Key
Returns a strategy key from the given XML value.
create(String, Throwable, Class<?>, Method) - Static method in exception org.springframework.data.repository.query.QueryCreationException
Creates a new QueryCreationException for the given QueryMethod and Throwable as cause.
create(Supplier<? extends RepositoryFactorySupport>, Class<T>) - Method in class org.springframework.data.repository.cdi.CdiRepositoryBean
Creates the actual component instance given a repository factory supplier and the repository type.
create(BeanFactory) - Static method in interface org.springframework.data.mapping.callback.EntityCallbacks
Obtain a new EntityCallbacks instance.
create(BeanFactory) - Static method in interface org.springframework.data.mapping.callback.ReactiveEntityCallbacks
Obtain a new ReactiveEntityCallbacks instance.
create(ValueParserConfiguration) - Static method in interface org.springframework.data.expression.ValueExpressionParser
Creates a new parser to parse expression strings.
create(EntityCallback<?>...) - Static method in interface org.springframework.data.mapping.callback.EntityCallbacks
Create a new EntityCallbacks instance with given callbacks.
create(EntityCallback<?>...) - Static method in interface org.springframework.data.mapping.callback.ReactiveEntityCallbacks
Create a new ReactiveEntityCallbacks instance with given callbacks.
create(ProjectionFactory, EntityProjectionIntrospector.ProjectionPredicate, MappingContext<?, ?>) - Static method in class org.springframework.data.projection.EntityProjectionIntrospector
create(RepositoryFactorySupport, Class<T>, RepositoryComposition.RepositoryFragments) - Static method in class org.springframework.data.repository.cdi.CdiRepositoryBean
Creates the actual repository instance.
create(Part, Iterator<Object>) - Method in class org.springframework.data.repository.query.parser.AbstractQueryCreator
Creates a new atomic instance of the criteria object.
create(QueryMethod, String) - Static method in exception org.springframework.data.repository.query.QueryCreationException
Creates a new QueryCreationException.
create(QueryMethod, Throwable) - Static method in exception org.springframework.data.repository.query.QueryCreationException
Creates a new QueryCreationException for the given QueryMethod and Throwable as cause.
CREATE - Enum constant in enum class org.springframework.data.repository.query.QueryLookupStrategy.Key
 
CREATE_IF_NOT_FOUND - Enum constant in enum class org.springframework.data.repository.query.QueryLookupStrategy.Key
 
createAliasFor(TypeInformation<?>) - Method in class org.springframework.data.convert.ConfigurableTypeInformationMapper
 
createAliasFor(TypeInformation<?>) - Method in class org.springframework.data.convert.MappingContextTypeInformationMapper
 
createAliasFor(TypeInformation<?>) - Method in class org.springframework.data.convert.SimpleTypeInformationMapper
Turn the given type information into the String representation that shall be stored.
createAliasFor(TypeInformation<?>) - Method in interface org.springframework.data.convert.TypeInformationMapper
Returns the alias to be used for the given TypeInformation.
createAssociation() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
 
createAttribute(String, MethodParameter, WebDataBinderFactory, NativeWebRequest) - Method in class org.springframework.data.web.ProxyingHandlerMethodArgumentResolver
 
createBindingsFor(TypeInformation<?>) - Method in class org.springframework.data.querydsl.binding.QuerydslBindingsFactory
Creates the QuerydslBindings to be used using for the given domain type.
createBindingsFor(TypeInformation<?>, Class<? extends QuerydslBinderCustomizer<?>>) - Method in class org.springframework.data.querydsl.binding.QuerydslBindingsFactory
Creates the QuerydslBindings to be used using for the given domain type and a pre-defined QuerydslBinderCustomizer.
CreatedBy - Annotation Interface in org.springframework.data.annotation
Declares a field as the one representing the principal that created the entity containing the field.
CreatedDate - Annotation Interface in org.springframework.data.annotation
Declares a field as the one representing the date the entity containing the field was created.
createDefaultQueryMethodEvaluationContextProvider(ListableBeanFactory) - Method in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
Create a default QueryMethodEvaluationContextProvider (or subclass) from ListableBeanFactory.
createFrom(List<Parameter>) - Method in class org.springframework.data.repository.query.DefaultParameters
 
createFrom(List<T>) - Method in class org.springframework.data.repository.query.Parameters
 
createInstance() - Method in class org.springframework.data.repository.init.AbstractRepositoryPopulatorFactoryBean
 
createInstance(E, ParameterValueProvider<P>) - Method in interface org.springframework.data.mapping.model.EntityInstantiator
Creates a new instance of the given entity using the given source to pull data from.
createInstanceIfPresent(String, T) - Static method in class org.springframework.data.util.ReflectionUtils
Creates an instance of the class with the given fully qualified name or returns the given default instance if the class cannot be loaded or instantiated.
createInvoker(RepositoryInformation, Object) - Method in class org.springframework.data.repository.support.DefaultRepositoryInvokerFactory
 
createMethodInterceptor(Object, Class<?>) - Method in interface org.springframework.data.projection.MethodInterceptorFactory
Returns the MethodInterceptor to be used for the given source object and target type.
createMethodInterceptor(Object, Class<?>) - Method in class org.springframework.data.web.JsonProjectingMethodInterceptorFactory
 
createNullableProjection(Class<T>, Object) - Method in interface org.springframework.data.projection.ProjectionFactory
Creates a projection to the given type for the given nullable source.
createPagedModel(List<R>, PagedModel.PageMetadata, Page<S>) - Method in class org.springframework.data.web.PagedResourcesAssembler
Creates the PagedModel to be equipped with pagination links downstream.
createParameters(Method, TypeInformation<?>) - Method in class org.springframework.data.repository.query.QueryMethod
Deprecated, for removal: This API element is subject to removal in a future version.
createParameters(ParametersSource) - Method in class org.springframework.data.repository.query.QueryMethod
Creates a Parameters instance.
createPath(Class<T>) - Method in interface org.springframework.data.querydsl.EntityPathResolver
 
createPath(Class<T>) - Method in class org.springframework.data.querydsl.SimpleEntityPathResolver
Creates an EntityPath instance for the given domain class.
createPersistentEntity(TypeInformation<T>) - Method in class org.springframework.data.mapping.context.AbstractMappingContext
Creates the concrete PersistentEntity instance.
createPersistentProperty(Property, E, SimpleTypeHolder) - Method in class org.springframework.data.mapping.context.AbstractMappingContext
Creates the concrete instance of PersistentProperty.
createProjection(Class<T>) - Method in interface org.springframework.data.projection.ProjectionFactory
Creates a projection instance for the given type.
createProjection(Class<T>) - Method in class org.springframework.data.projection.SpelAwareProxyProjectionFactory
 
createProjection(Class<T>, Object) - Method in interface org.springframework.data.projection.ProjectionFactory
Creates a projection of the given type for the given source object.
createProjection(Class<T>, Object) - Method in class org.springframework.data.projection.SpelAwareProxyProjectionFactory
 
createProjectionInformation(Class<?>) - Method in class org.springframework.data.projection.SpelAwareProxyProjectionFactory
 
createProperties() - Method in class org.springframework.data.repository.config.PropertiesBasedNamedQueriesFactoryBean
 
createQuery() - Method in class org.springframework.data.repository.query.parser.AbstractQueryCreator
Creates the actual query object.
createQuery(Sort) - Method in class org.springframework.data.repository.query.parser.AbstractQueryCreator
Creates the actual query object applying the given Sort parameter.
createRepositoryFactory() - Method in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
Create the actual RepositoryFactorySupport instance.
createRepositoryFactory() - Method in class org.springframework.data.repository.core.support.TransactionalRepositoryFactoryBeanSupport
createSlicedModel(List<R>, SlicedModel.SliceMetadata, Slice<S>) - Method in class org.springframework.data.web.SlicedResourcesAssembler
Creates the SlicedModel to be equipped with pagination links downstream.
createStreamFromIterator(Iterator<T>) - Static method in interface org.springframework.data.util.StreamUtils
Returns a Stream backed by the given Iterator
createStreamFromIterator(CloseableIterator<T>) - Static method in interface org.springframework.data.util.StreamUtils
Returns a Stream backed by the given CloseableIterator and forwarding calls to BaseStream.close() to the iterator.
createTypeFilter(Element, ClassLoader) - Method in class org.springframework.data.config.TypeFilterParser
Creates a TypeFilter instance from the given Element and ClassLoader.
CrudMethods - Interface in org.springframework.data.repository.core
Meta-information about the CRUD methods of a repository.
CrudRepository<T,ID> - Interface in org.springframework.data.repository
Interface for generic CRUD operations on a repository for a specific type.
CurrentDateTimeProvider - Enum Class in org.springframework.data.auditing
Default DateTimeProvider simply creating new LocalDateTime instances for each method call.
CustomCollectionRegistrar - Interface in org.springframework.data.util
An SPI to register custom collection types.
CustomCollections - Class in org.springframework.data.util
Central API to expose information about custom collections present for Spring Data.
CustomCollections() - Constructor for class org.springframework.data.util.CustomCollections
 
CustomConversions - Class in org.springframework.data.convert
Value object to capture custom conversion.
CustomConversions(CustomConversions.ConverterConfiguration) - Constructor for class org.springframework.data.convert.CustomConversions
 
CustomConversions(CustomConversions.StoreConversions, Collection<?>) - Constructor for class org.springframework.data.convert.CustomConversions
Creates a new CustomConversions instance registering all given user defined converters and selecting converters from CustomConversions.StoreConversions depending on store simple types only considering those that either convert to/from a store supported type.
CustomConversions.ConverterConfiguration - Class in org.springframework.data.convert
Value object holding the actual CustomConversions.StoreConversions and custom converters configured for registration.
CustomConversions.ConverterRegistrationIntent - Class in org.springframework.data.convert
Value class tying together a CustomConversions.ConverterRegistration and its origin to allow fine grained registration based on store supported types.
CustomConversions.ConverterRegistrationIntent.ConverterOrigin - Enum Class in org.springframework.data.convert
 
CustomConversions.StoreConversions - Class in org.springframework.data.convert
Value type to capture store-specific extensions to the CustomConversions.
customize(QuerydslBindings, T) - Method in interface org.springframework.data.querydsl.binding.QuerydslBinderCustomizer
Customize the QuerydslBindings for the given root.
customize(RepositoryFactorySupport) - Method in interface org.springframework.data.repository.core.support.RepositoryFactoryCustomizer
Callback to customize a RepositoryFactorySupport instance.
customize(OffsetScrollPositionHandlerMethodArgumentResolver) - Method in interface org.springframework.data.web.config.OffsetScrollPositionHandlerMethodArgumentResolverCustomizer
customize(PageableHandlerMethodArgumentResolver) - Method in interface org.springframework.data.web.config.PageableHandlerMethodArgumentResolverCustomizer
customize(SortHandlerMethodArgumentResolver) - Method in interface org.springframework.data.web.config.SortHandlerMethodArgumentResolverCustomizer
customizeOffsetResolver(OffsetScrollPositionHandlerMethodArgumentResolver) - Method in class org.springframework.data.web.config.SpringDataWebConfiguration
 
customizePageableResolver(PageableHandlerMethodArgumentResolver) - Method in class org.springframework.data.web.config.SpringDataWebConfiguration
 
customizeSortResolver(SortHandlerMethodArgumentResolver) - Method in class org.springframework.data.web.config.SpringDataWebConfiguration
 
CustomMetric - Class in org.springframework.data.geo
Value object to create custom Metrics on the fly.
CustomMetric(double) - Constructor for class org.springframework.data.geo.CustomMetric
Creates a custom Metric using the given multiplier.
CustomMetric(double, String) - Constructor for class org.springframework.data.geo.CustomMetric
Creates a custom Metric using the given multiplier and abbreviation.
CustomRepositoryImplementationDetector - Class in org.springframework.data.repository.config
Detects the custom implementation for a Repository instance.
CustomRepositoryImplementationDetector(Environment, ResourceLoader) - Constructor for class org.springframework.data.repository.config.CustomRepositoryImplementationDetector
CustomRepositoryImplementationDetector(Environment, ResourceLoader, ImplementationDetectionConfiguration) - Constructor for class org.springframework.data.repository.config.CustomRepositoryImplementationDetector

D

DATA_NAMESPACE - Static variable in class org.springframework.data.util.TypeContributor
 
DateTimeProvider - Interface in org.springframework.data.auditing
SPI to calculate the current time to be used when auditing.
DEFAULT - Enum constant in enum class org.springframework.data.convert.CustomConversions.ConverterRegistrationIntent.ConverterOrigin
 
DEFAULT - Enum constant in enum class org.springframework.data.domain.ExampleMatcher.StringMatcher
Store specific default.
DEFAULT - Enum constant in enum class org.springframework.data.mapping.model.PreferredConstructorDiscoverer.Discoverers
Discovers a PreferredConstructor for Java types.
DEFAULT - Enum constant in enum class org.springframework.data.repository.config.BootstrapMode
Repository proxies are instantiated eagerly, just like any other Spring bean, except explicitly marked as lazy.
DEFAULT - Static variable in class org.springframework.data.mapping.model.SimpleTypeHolder
 
DEFAULT - Static variable in interface org.springframework.data.repository.query.QueryMethodEvaluationContextProvider
 
DEFAULT - Static variable in interface org.springframework.data.repository.query.ReactiveQueryMethodEvaluationContextProvider
 
DEFAULT - Static variable in interface org.springframework.data.spel.EvaluationContextProvider
A simple default EvaluationContextProvider returning a StandardEvaluationContext with the given root object.
DEFAULT - Static variable in class org.springframework.data.util.MethodInvocationRecorder
 
DEFAULT_DIRECTION - Static variable in class org.springframework.data.domain.Sort
 
DEFAULT_QUERY_LOOKUP_STRATEGY - Static variable in class org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
DEFAULT_REPOSITORY_IMPL_POSTFIX - Static variable in class org.springframework.data.repository.config.RepositoryConfigurationSourceSupport
 
DEFAULT_REPOSITORY_IMPLEMENTATION_POSTFIX - Static variable in class org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
DEFAULT_TRANSACTION_MANAGER - Static variable in class org.springframework.data.repository.util.TxUtils
 
DefaultCrudMethods - Class in org.springframework.data.repository.core.support
Default implementation to discover CRUD methods based on the given RepositoryMetadata.
DefaultCrudMethods(RepositoryMetadata) - Constructor for class org.springframework.data.repository.core.support.DefaultCrudMethods
Creates a new DefaultCrudMethods using the given RepositoryMetadata.
defaultGetOptions() - Static method in class org.springframework.data.mapping.AccessOptions
Returns the default AccessOptions.GetOptions rejecting intermediate null values when accessing property paths.
DefaultMethodInvokingMethodInterceptor - Class in org.springframework.data.projection
Method interceptor to invoke default methods on the repository proxy.
DefaultMethodInvokingMethodInterceptor() - Constructor for class org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor
 
DefaultParameters - Class in org.springframework.data.repository.query
Default implementation of Parameters.
DefaultParameters(ParametersSource) - Constructor for class org.springframework.data.repository.query.DefaultParameters
Creates a new DefaultParameters instance from the given ParametersSource.
DefaultRepositoryBaseClass - Class in org.springframework.data.repository.config
Placeholder class to be used in @Enable annotation's repositoryBaseClass attribute.
DefaultRepositoryConfiguration<T extends RepositoryConfigurationSource> - Class in org.springframework.data.repository.config
Default implementation of RepositoryConfiguration.
DefaultRepositoryConfiguration(T, BeanDefinition, RepositoryConfigurationExtension) - Constructor for class org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
DefaultRepositoryInvokerFactory - Class in org.springframework.data.repository.support
Default implementation of RepositoryInvokerFactory to inspect the requested repository type and create a matching RepositoryInvoker that suits the repository best.
DefaultRepositoryInvokerFactory(Repositories) - Constructor for class org.springframework.data.repository.support.DefaultRepositoryInvokerFactory
Creates a new DefaultRepositoryInvokerFactory for the given Repositories.
DefaultRepositoryInvokerFactory(Repositories, ConversionService) - Constructor for class org.springframework.data.repository.support.DefaultRepositoryInvokerFactory
DefaultRepositoryMetadata - Class in org.springframework.data.repository.core.support
Default implementation of RepositoryMetadata.
DefaultRepositoryMetadata(Class<?>) - Constructor for class org.springframework.data.repository.core.support.DefaultRepositoryMetadata
Creates a new DefaultRepositoryMetadata for the given repository interface.
defaultSetOptions() - Static method in class org.springframework.data.mapping.AccessOptions
Returns the default AccessOptions.SetOptions rejecting setting values when finding an intermediate property value to be null.
DefaultSpELExpressionEvaluator - Class in org.springframework.data.mapping.model
Deprecated.
DefaultSpELExpressionEvaluator(Object, SpELContext) - Constructor for class org.springframework.data.mapping.model.DefaultSpELExpressionEvaluator
Deprecated.
 
DefaultTypeMapper<S> - Class in org.springframework.data.convert
Default implementation of TypeMapper.
DefaultTypeMapper(TypeAliasAccessor<S>) - Constructor for class org.springframework.data.convert.DefaultTypeMapper
Creates a new DefaultTypeMapper using the given TypeAliasAccessor.
DefaultTypeMapper(TypeAliasAccessor<S>, List<? extends TypeInformationMapper>) - Constructor for class org.springframework.data.convert.DefaultTypeMapper
Creates a new DefaultTypeMapper using the given TypeAliasAccessor and TypeInformationMapper s.
DefaultTypeMapper(TypeAliasAccessor<S>, MappingContext<? extends PersistentEntity<?, ?>, ?>, List<? extends TypeInformationMapper>) - Constructor for class org.springframework.data.convert.DefaultTypeMapper
Creates a new DefaultTypeMapper using the given TypeAliasAccessor, MappingContext and additional TypeInformationMappers.
DEFERRED - Enum constant in enum class org.springframework.data.repository.config.BootstrapMode
Repository bean definitions are considered lazy and clients will get repository proxies injected that will initialize on first access.
DelegatingEntityInformation<T,ID> - Class in org.springframework.data.repository.core.support
Useful base class to implement custom EntityInformations and delegate execution of standard methods from EntityInformation to a special implementation.
DelegatingEntityInformation(EntityInformation<T, ID>) - Constructor for class org.springframework.data.repository.core.support.DelegatingEntityInformation
 
delete(T) - Method in interface org.springframework.data.repository.CrudRepository
Deletes a given entity.
delete(T) - Method in interface org.springframework.data.repository.reactive.ReactiveCrudRepository
Deletes a given entity.
delete(T) - Method in interface org.springframework.data.repository.reactive.RxJava3CrudRepository
Deletes a given entity.
DELETE - Enum constant in enum class org.springframework.data.history.RevisionMetadata.RevisionType
Deletion of an instance
deleteAll() - Method in interface org.springframework.data.repository.CrudRepository
Deletes all entities managed by the repository.
deleteAll() - Method in interface org.springframework.data.repository.reactive.ReactiveCrudRepository
Deletes all entities managed by the repository.
deleteAll() - Method in interface org.springframework.data.repository.reactive.RxJava3CrudRepository
Deletes all entities managed by the repository.
deleteAll(Flowable<? extends T>) - Method in interface org.springframework.data.repository.reactive.RxJava3CrudRepository
Deletes the given entities supplied by a Flowable.
deleteAll(Iterable<? extends T>) - Method in interface org.springframework.data.repository.CrudRepository
Deletes the given entities.
deleteAll(Iterable<? extends T>) - Method in interface org.springframework.data.repository.reactive.ReactiveCrudRepository
Deletes the given entities.
deleteAll(Iterable<? extends T>) - Method in interface org.springframework.data.repository.reactive.RxJava3CrudRepository
Deletes the given entities.
deleteAll(Publisher<? extends T>) - Method in interface org.springframework.data.repository.reactive.ReactiveCrudRepository
Deletes the given entities supplied by a Publisher.
deleteAllById(Iterable<? extends ID>) - Method in interface org.springframework.data.repository.CrudRepository
Deletes all instances of the type T with the given IDs.
deleteAllById(Iterable<? extends ID>) - Method in interface org.springframework.data.repository.reactive.ReactiveCrudRepository
Deletes all instances of the type T with the given IDs.
deleteAllById(Iterable<? extends ID>) - Method in interface org.springframework.data.repository.reactive.RxJava3CrudRepository
Deletes all instances of the type T with the given IDs.
deleteById(ID) - Method in interface org.springframework.data.repository.CrudRepository
Deletes the entity with the given id.
deleteById(ID) - Method in interface org.springframework.data.repository.reactive.ReactiveCrudRepository
Deletes the entity with the given id.
deleteById(ID) - Method in interface org.springframework.data.repository.reactive.RxJava3CrudRepository
Deletes the entity with the given id.
deleteById(Publisher<ID>) - Method in interface org.springframework.data.repository.reactive.ReactiveCrudRepository
Deletes the entity with the given id supplied by a Publisher.
desc() - Static method in class org.springframework.data.history.RevisionSort
Creates a RevisionSort with descending order for the revision number property, i.e. more recent revisions will come first.
desc(String) - Static method in class org.springframework.data.domain.Sort.Order
Creates a new Sort.Order instance.
DESC - Enum constant in enum class org.springframework.data.domain.Sort.Direction
 
descending() - Method in class org.springframework.data.domain.Sort
Returns a new Sort with the current setup but descending order direction.
descending() - Method in class org.springframework.data.domain.Sort.TypedSort
 
destroy(T, CreationalContext<T>) - Method in class org.springframework.data.repository.cdi.CdiRepositoryBean
 
detectCustomImplementation(ImplementationLookupConfiguration) - Method in class org.springframework.data.repository.config.CustomRepositoryImplementationDetector
Tries to detect a custom implementation for a repository bean by classpath scanning.
DIRECT - Enum constant in enum class org.springframework.data.web.config.EnableSpringDataWebSupport.PageSerializationMode
PageImpl instances will be rendered as is (discouraged, as there's no guarantee on the stability of the serialization result as we might need to change the type's API for unrelated reasons).
DirectFieldAccessFallbackBeanWrapper - Class in org.springframework.data.util
Custom extension of BeanWrapperImpl that falls back to direct field access in case the object or type being wrapped does not use accessor methods.
DirectFieldAccessFallbackBeanWrapper(Class<?>) - Constructor for class org.springframework.data.util.DirectFieldAccessFallbackBeanWrapper
 
DirectFieldAccessFallbackBeanWrapper(Object) - Constructor for class org.springframework.data.util.DirectFieldAccessFallbackBeanWrapper
 
direction() - Element in annotation interface org.springframework.data.web.PageableDefault
The direction to sort by.
direction() - Element in annotation interface org.springframework.data.web.SortDefault
The direction to sort by.
discover(Class<T>) - Static method in interface org.springframework.data.mapping.model.PreferredConstructorDiscoverer
Discovers the PreferredConstructor for the given type.
discover(PersistentEntity<T, P>) - Static method in interface org.springframework.data.mapping.model.PreferredConstructorDiscoverer
discover(Expression) - Static method in class org.springframework.data.spel.ExpressionDependencies
Discover all expression dependencies that are referenced in the expression root.
discover(SpelNode, boolean) - Static method in class org.springframework.data.spel.ExpressionDependencies
Discover all expression dependencies that are referenced in the expression root.
Distance - Class in org.springframework.data.geo
Value object to represent distances in a given metric.
Distance(double) - Constructor for class org.springframework.data.geo.Distance
Creates a new Distance with a neutral metric.
Distance(double, Metric) - Constructor for class org.springframework.data.geo.Distance
Creates a new Distance with the given Metric.
DistanceFormatter - Enum Class in org.springframework.data.geo.format
Converter to create Distance instances from String representations.
doCreateRepositoryFactory() - Method in class org.springframework.data.repository.core.support.TransactionalRepositoryFactoryBeanSupport
Creates the actual RepositoryFactorySupport instance.
doFindPersistentPropertyPaths(Class<T>, Predicate<? super P>, Predicate<P>) - Method in class org.springframework.data.mapping.context.AbstractMappingContext
Actually looks up the PersistentPropertyPaths for the given type, selection predicate and traversal guard.
doGetComponentType() - Method in class org.springframework.data.util.ClassTypeInformation
 
doGetMapValueType() - Method in class org.springframework.data.util.ClassTypeInformation
 
domainClass() - Element in annotation interface org.springframework.data.repository.RepositoryDefinition
The domain class the repository manages.
DomainClassConverter<T extends ConversionService & ConverterRegistry> - Class in org.springframework.data.repository.support
Converter to convert arbitrary input into domain classes managed by Spring Data CrudRepositorys.
DomainClassConverter(T) - Constructor for class org.springframework.data.repository.support.DomainClassConverter
Creates a new DomainClassConverter for the given ConversionService.
domainEvents() - Method in class org.springframework.data.domain.AbstractAggregateRoot
All domain events currently captured by the aggregate.
DomainEvents - Annotation Interface in org.springframework.data.domain
DomainEvents can be used on methods of aggregate roots managed by Spring Data repositories to publish the events returned by that method as Spring application events.
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.data.auditing.config.AuditingHandlerBeanDefinitionParser
 
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.data.repository.config.ResourceReaderRepositoryPopulatorBeanDefinitionParser
 
doReverse() - Method in class org.springframework.data.domain.Sort
 
doWith(Field) - Method in class org.springframework.data.util.AnnotationDetectionFieldCallback
 
doWith(Method) - Method in class org.springframework.data.util.AnnotationDetectionMethodCallback
 
doWithAll(PropertyHandler<P>) - Method in interface org.springframework.data.mapping.PersistentEntity
Applies the given PropertyHandler to both all PersistentPropertys as well as all inverse properties of all Associations.
doWithAssociation(Association<? extends PersistentProperty<?>>) - Method in interface org.springframework.data.mapping.SimpleAssociationHandler
Handle the given Association.
doWithAssociation(Association<P>) - Method in interface org.springframework.data.mapping.AssociationHandler
Processes the given Association.
doWithAssociations(AssociationHandler<P>) - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
 
doWithAssociations(AssociationHandler<P>) - Method in interface org.springframework.data.mapping.PersistentEntity
Applies the given AssociationHandler to all Association contained in this PersistentEntity.
doWithAssociations(SimpleAssociationHandler) - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
 
doWithAssociations(SimpleAssociationHandler) - Method in interface org.springframework.data.mapping.PersistentEntity
Applies the given SimpleAssociationHandler to all Association contained in this PersistentEntity.
doWithPersistentProperty(PersistentProperty<?>) - Method in interface org.springframework.data.mapping.SimplePropertyHandler
Handle the given PersistentProperty.
doWithPersistentProperty(P) - Method in interface org.springframework.data.mapping.PropertyHandler
 
doWithProperties(PropertyHandler<P>) - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
 
doWithProperties(PropertyHandler<P>) - Method in interface org.springframework.data.mapping.PersistentEntity
Applies the given PropertyHandler to all PersistentPropertys contained in this PersistentEntity.
doWithProperties(SimplePropertyHandler) - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
 
doWithProperties(SimplePropertyHandler) - Method in interface org.springframework.data.mapping.PersistentEntity
Applies the given SimplePropertyHandler to all PersistentPropertys contained in this PersistentEntity.
dropPathIfSegmentMatches(Predicate<? super P>) - Method in interface org.springframework.data.mapping.PersistentPropertyPaths
Drops PersistentPropertyPaths that contain a path segment matching the given predicate.
DTO - Enum constant in enum class org.springframework.data.projection.EntityProjection.ProjectionType
A DTO projection defines a value type that hold properties for the fields that are supposed to be retrieved.
DtoInstantiatingConverter - Class in org.springframework.data.convert
Spring Converter to create instances of the given DTO type from the source value handed into the conversion.
DtoInstantiatingConverter(Class<?>, MappingContext<? extends PersistentEntity<?, ?>, ? extends PersistentProperty<?>>, EntityInstantiators) - Constructor for class org.springframework.data.convert.DtoInstantiatingConverter
Create a new Converter to instantiate DTOs.

E

Eager - Annotation Interface in org.springframework.data.repository.cdi
Annotation to mark repository interfaces to be instantiated eagerly in a CDI context.
EARLY_RETURN - Enum constant in enum class org.springframework.data.mapping.AccessOptions.GetOptions.GetNulls
Returns null as the entire path's traversal result.
empty() - Static method in interface org.springframework.data.domain.ManagedTypes
Factory method used to construct a new instance of ManagedTypes containing no types.
empty() - Static method in interface org.springframework.data.domain.Page
Creates a new empty Page.
empty() - Static method in class org.springframework.data.mapping.Alias
Returns an empty Alias instance.
empty() - Static method in class org.springframework.data.repository.core.support.RepositoryComposition
Create an empty RepositoryComposition.
empty() - Static method in class org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments
empty() - Static method in class org.springframework.data.util.Lazy
Creates a pre-resolved empty Lazy.
empty() - Static method in interface org.springframework.data.util.Streamable
Returns an empty Streamable.
empty(Pageable) - Static method in interface org.springframework.data.domain.Page
Creates a new empty Page for the given Pageable.
EMPTY - Static variable in class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries
 
EnableSpringDataWebSupport - Annotation Interface in org.springframework.data.web.config
Annotation to automatically register the following beans for usage with Spring MVC.
EnableSpringDataWebSupport.PageSerializationMode - Enum Class in org.springframework.data.web.config
 
EnableSpringDataWebSupport.QuerydslActivator - Class in org.springframework.data.web.config
Import selector to register QuerydslWebConfiguration as configuration class if Querydsl is on the classpath.
EnableSpringDataWebSupport.SpringDataWebConfigurationImportSelector - Class in org.springframework.data.web.config
Import selector to import the appropriate configuration class depending on whether Spring HATEOAS is present on the classpath.
EnableSpringDataWebSupport.SpringDataWebSettingsRegistar - Class in org.springframework.data.web.config
Registers a bean definition for SpringDataWebSettings carrying the configuration values of EnableSpringDataWebSupport.
ENDING - Enum constant in enum class org.springframework.data.domain.ExampleMatcher.StringMatcher
Matches string ending with pattern
ENDING_WITH - Enum constant in enum class org.springframework.data.repository.query.parser.Part.Type
 
endsWith() - Method in class org.springframework.data.domain.ExampleMatcher.GenericPropertyMatcher
Sets string matcher to ExampleMatcher.StringMatcher.ENDING.
endsWith() - Static method in class org.springframework.data.domain.ExampleMatcher.GenericPropertyMatchers
enhance(UriComponentsBuilder, MethodParameter, Object) - Method in class org.springframework.data.web.HateoasPageableHandlerMethodArgumentResolver
 
enhance(UriComponentsBuilder, MethodParameter, Object) - Method in class org.springframework.data.web.HateoasSortHandlerMethodArgumentResolver
 
EntityCallback<T> - Interface in org.springframework.data.mapping.callback
Marker interface for entity callbacks to be implemented in specific callback subtypes.
EntityCallbacks - Interface in org.springframework.data.mapping.callback
Interface to be implemented by objects that can manage a number of EntityCallback objects and invoke these with a specific entity.
EntityConverter<E extends PersistentEntity<?,P>,P extends PersistentProperty<P>,T,S> - Interface in org.springframework.data.convert
Combined EntityReader and EntityWriter and add the ability to access a MappingContext and ConversionService.
EntityInformation<T,ID> - Interface in org.springframework.data.repository.core
Extension of EntityMetadata to add functionality to query information of entity instances.
EntityInstantiator - Interface in org.springframework.data.mapping.model
SPI to abstract strategies to create instances for PersistentEntitys.
EntityInstantiators - Class in org.springframework.data.mapping.model
Simple value object allowing access to EntityInstantiator instances for a given type falling back to a default one.
EntityInstantiators() - Constructor for class org.springframework.data.mapping.model.EntityInstantiators
Creates a new EntityInstantiators using the default fallback instantiator and no custom ones.
EntityInstantiators(Map<Class<?>, EntityInstantiator>) - Constructor for class org.springframework.data.mapping.model.EntityInstantiators
Creates a new EntityInstantiators using the default fallback instantiator and the given custom ones.
EntityInstantiators(EntityInstantiator) - Constructor for class org.springframework.data.mapping.model.EntityInstantiators
Creates a new EntityInstantiators using the given EntityInstantiator as fallback.
EntityInstantiators(EntityInstantiator, Map<Class<?>, EntityInstantiator>) - Constructor for class org.springframework.data.mapping.model.EntityInstantiators
Creates a new EntityInstantiator using the given fallback EntityInstantiator and the given custom ones.
EntityMetadata<T> - Interface in org.springframework.data.repository.core
Metadata for entity types.
EntityPathResolver - Interface in org.springframework.data.querydsl
Strategy interface to abstract the ways to translate an plain domain class into a EntityPath.
EntityProjection<M,D> - Class in org.springframework.data.projection
Descriptor for a top-level mapped type representing a view onto a domain type structure.
EntityProjection.ContainerPropertyProjection<M,D> - Class in org.springframework.data.projection
Descriptor for a property-level type along its potential projection that is held within a Collection-like or Map-like container.
EntityProjection.ProjectionType - Enum Class in org.springframework.data.projection
Projection type.
EntityProjection.PropertyProjection<M,D> - Class in org.springframework.data.projection
Descriptor for a property-level type along its potential projection.
EntityProjectionIntrospector - Class in org.springframework.data.projection
This class is introspects the returned type in the context of a domain type for all reachable properties (w/o cycles) to determine which property paths are subject to projection.
EntityProjectionIntrospector.ProjectionPredicate - Interface in org.springframework.data.projection
Represents a predicate (boolean-valued function) of a target type and its underlying type.
EntityReader<T,S> - Interface in org.springframework.data.convert
Interface to read object from store specific sources.
EntityWriter<T,S> - Interface in org.springframework.data.convert
Interface to write objects into store specific sinks.
equals(Object) - Method in class org.springframework.data.convert.CustomConversions.StoreConversions
 
equals(Object) - Method in class org.springframework.data.domain.AbstractPageRequest
 
equals(Object) - Method in class org.springframework.data.domain.ExampleMatcher.GenericPropertyMatcher
 
equals(Object) - Method in class org.springframework.data.domain.ExampleMatcher.PropertySpecifier
 
equals(Object) - Method in class org.springframework.data.domain.ExampleMatcher.PropertySpecifiers
 
equals(Object) - Method in class org.springframework.data.domain.KeysetScrollPosition
 
equals(Object) - Method in class org.springframework.data.domain.Limit.Limited
 
equals(Object) - Method in class org.springframework.data.domain.OffsetScrollPosition
 
equals(Object) - Method in class org.springframework.data.domain.PageImpl
 
equals(Object) - Method in class org.springframework.data.domain.PageRequest
 
equals(Object) - Method in class org.springframework.data.domain.Range.Bound
 
equals(Object) - Method in class org.springframework.data.domain.Range
 
equals(Object) - Method in class org.springframework.data.domain.SliceImpl
 
equals(Object) - Method in class org.springframework.data.domain.Sort
 
equals(Object) - Method in class org.springframework.data.domain.Sort.Order
 
equals(Object) - Method in class org.springframework.data.geo.Box
 
equals(Object) - Method in class org.springframework.data.geo.Circle
 
equals(Object) - Method in class org.springframework.data.geo.Distance
 
equals(Object) - Method in class org.springframework.data.geo.GeoPage
 
equals(Object) - Method in class org.springframework.data.geo.GeoResult
 
equals(Object) - Method in class org.springframework.data.geo.GeoResults
 
equals(Object) - Method in class org.springframework.data.geo.Point
 
equals(Object) - Method in class org.springframework.data.geo.Polygon
 
equals(Object) - Method in class org.springframework.data.history.Revision
 
equals(Object) - Method in class org.springframework.data.mapping.Alias
 
equals(Object) - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
 
equals(Object) - Method in class org.springframework.data.mapping.model.Property
 
equals(Object) - Method in class org.springframework.data.mapping.Parameter
 
equals(Object) - Method in class org.springframework.data.mapping.PropertyPath
 
equals(Object) - Method in class org.springframework.data.repository.config.RepositoryFragmentConfiguration
 
equals(Object) - Method in class org.springframework.data.repository.core.support.MethodLookup.InvokedMethod
 
equals(Object) - Method in class org.springframework.data.repository.core.support.RepositoryComposition
 
equals(Object) - Method in class org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments
 
equals(Object) - Method in class org.springframework.data.repository.core.support.RepositoryFragment.ImplementedRepositoryFragment
 
equals(Object) - Method in class org.springframework.data.repository.core.support.RepositoryFragment.StructuralRepositoryFragment
 
equals(Object) - Method in class org.springframework.data.repository.init.RepositoriesPopulatedEvent
 
equals(Object) - Method in class org.springframework.data.repository.query.parser.Part
 
equals(Object) - Method in class org.springframework.data.repository.util.QueryExecutionConverters.WrapperType
 
equals(Object) - Method in class org.springframework.data.spel.ExpressionDependencies
 
equals(Object) - Method in class org.springframework.data.spel.ExpressionDependencies.ExpressionDependency
 
equals(Object) - Method in class org.springframework.data.util.Lazy
 
equals(Object) - Method in class org.springframework.data.util.Pair
 
equals(Object) - Method in class org.springframework.data.util.ParameterTypes
 
equals(Object) - Method in class org.springframework.data.util.ClassTypeInformation
 
equals(Object) - Method in class org.springframework.data.util.Version
 
equals(Object) - Method in record class org.springframework.data.web.config.SpringDataWebSettings
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.springframework.data.web.PagedModel
 
equals(Object) - Method in record class org.springframework.data.web.PagedModel.PageMetadata
Indicates whether some other object is "equal to" this one.
ERROR - Enum constant in enum class org.springframework.data.repository.core.support.RepositoryMethodInvocationListener.RepositoryMethodInvocationResult.State
 
evaluate(Object[]) - Method in class org.springframework.data.repository.query.SpelEvaluator
Evaluate all the SpEL expressions in SpelQueryContext.SpelExtractor based on values provided as an argument.
evaluate(String) - Method in class org.springframework.data.mapping.model.DefaultSpELExpressionEvaluator
Deprecated.
 
evaluate(String) - Method in interface org.springframework.data.mapping.model.ValueExpressionEvaluator
Evaluates the given expression.
evaluate(ValueEvaluationContext) - Method in interface org.springframework.data.expression.ValueExpression
Evaluates this expression using the given evaluation context.
EvaluationContextExtension - Interface in org.springframework.data.spel.spi
SPI to allow adding a set of properties and function definitions accessible via the root of an EvaluationContext provided by an ExtensionAwareQueryMethodEvaluationContextProvider.
EvaluationContextProvider - Interface in org.springframework.data.spel
Provides a way to access a centrally defined potentially shared StandardEvaluationContext.
EventPublishingRepositoryProxyPostProcessor - Class in org.springframework.data.repository.core.support
RepositoryProxyPostProcessor to register a MethodInterceptor to intercept CrudRepository.save(Object) and CrudRepository.delete(Object) methods and publish events potentially exposed via a method annotated with DomainEvents.
EventPublishingRepositoryProxyPostProcessor(ApplicationEventPublisher) - Constructor for class org.springframework.data.repository.core.support.EventPublishingRepositoryProxyPostProcessor
exact() - Method in class org.springframework.data.domain.ExampleMatcher.GenericPropertyMatcher
Sets string matcher to ExampleMatcher.StringMatcher.EXACT.
exact() - Static method in class org.springframework.data.domain.ExampleMatcher.GenericPropertyMatchers
EXACT - Enum constant in enum class org.springframework.data.domain.ExampleMatcher.StringMatcher
Matches the exact string
exactlyMatchParametersOf(Method) - Method in class org.springframework.data.util.ParameterTypes
Returns whether the current parameter types match the given Method's parameters exactly, i.e. they're equal, not only assignable.
Example<T> - Interface in org.springframework.data.domain
Support for query by example (QBE).
ExampleMatcher - Interface in org.springframework.data.domain
Specification for property path matching to use in query by example (QBE).
ExampleMatcher.GenericPropertyMatcher - Class in org.springframework.data.domain
A generic property matcher that specifies string matching and case sensitivity.
ExampleMatcher.GenericPropertyMatchers - Class in org.springframework.data.domain
Predefined property matchers to create a ExampleMatcher.GenericPropertyMatcher.
ExampleMatcher.MatcherConfigurer<T> - Interface in org.springframework.data.domain
Callback to configure a matcher.
ExampleMatcher.MatchMode - Enum Class in org.springframework.data.domain
The match modes to expose so that clients can find about how to concatenate the predicates.
ExampleMatcher.NoOpPropertyValueTransformer - Enum Class in org.springframework.data.domain
 
ExampleMatcher.NullHandler - Enum Class in org.springframework.data.domain
Null handling for creating criterion out of an Example.
ExampleMatcher.PropertySpecifier - Class in org.springframework.data.domain
Define specific property handling for a Dot-Path.
ExampleMatcher.PropertySpecifiers - Class in org.springframework.data.domain
Define specific property handling for Dot-Paths.
ExampleMatcher.PropertyValueTransformer - Interface in org.springframework.data.domain
Allows to transform the property value before it is used in the query.
ExampleMatcher.StringMatcher - Enum Class in org.springframework.data.domain
Match modes for treatment of String values.
ExampleMatcherAccessor - Class in org.springframework.data.support
Accessor for the ExampleMatcher to use in modules that support query by example (QBE) querying.
ExampleMatcherAccessor(ExampleMatcher) - Constructor for class org.springframework.data.support.ExampleMatcherAccessor
 
EXCLUDE - Enum constant in enum class org.springframework.data.config.TypeFilterParser.Type
 
excludeUnlistedProperties(boolean) - Method in class org.springframework.data.querydsl.binding.QuerydslBindings
Returns whether to exclude all properties for which no explicit binding has been defined or it has been explicitly allowed.
excluding(Path<?>...) - Method in class org.springframework.data.querydsl.binding.QuerydslBindings
Exclude properties from binding.
exclusive(double) - Static method in class org.springframework.data.domain.Range.Bound
Creates a boundary excluding value.
exclusive(float) - Static method in class org.springframework.data.domain.Range.Bound
Creates a boundary excluding value.
exclusive(int) - Static method in class org.springframework.data.domain.Range.Bound
Creates a boundary excluding value.
exclusive(long) - Static method in class org.springframework.data.domain.Range.Bound
Creates a boundary excluding value.
exclusive(T) - Static method in class org.springframework.data.domain.Range.Bound
Creates a boundary excluding value.
execute(Object[]) - Method in interface org.springframework.data.repository.query.RepositoryQuery
Executes the RepositoryQuery with the given parameters.
execute(Supplier<T>) - Method in interface org.springframework.data.util.Lock
Execute the action specified by the given callback object guarded by a lock and return its result.
executeWithoutResult(Runnable) - Method in interface org.springframework.data.util.Lock
Execute the action specified by the given callback object guarded by a lock.
exists() - Method in interface org.springframework.data.repository.query.FluentQuery.FetchableFluentQuery
Check for the presence of matching elements.
exists() - Method in interface org.springframework.data.repository.query.FluentQuery.ReactiveFluentQuery
Check for the presence of matching elements.
exists(Predicate) - Method in interface org.springframework.data.querydsl.QuerydslPredicateExecutor
Checks whether the data store contains elements that match the given Predicate.
exists(Predicate) - Method in interface org.springframework.data.querydsl.ReactiveQuerydslPredicateExecutor
Checks whether the data store contains elements that match the given Predicate.
exists(Example<S>) - Method in interface org.springframework.data.repository.query.QueryByExampleExecutor
Checks whether the data store contains elements that match the given Example.
exists(Example<S>) - Method in interface org.springframework.data.repository.query.ReactiveQueryByExampleExecutor
Checks whether the data store contains elements that match the given Example.
EXISTS - Enum constant in enum class org.springframework.data.repository.query.parser.Part.Type
 
existsById(ID) - Method in interface org.springframework.data.repository.CrudRepository
Returns whether an entity with the given id exists.
existsById(ID) - Method in interface org.springframework.data.repository.reactive.ReactiveCrudRepository
Returns whether an entity with the given id exists.
existsById(ID) - Method in interface org.springframework.data.repository.reactive.RxJava3CrudRepository
Returns whether an entity with the given id exists.
existsById(Single<ID>) - Method in interface org.springframework.data.repository.reactive.RxJava3CrudRepository
Returns whether an entity with the given id, supplied by a Single, exists.
existsById(Publisher<ID>) - Method in interface org.springframework.data.repository.reactive.ReactiveCrudRepository
Returns whether an entity with the given id, supplied by a Publisher, exists.
exposeRegistration(RepositoryConfigurationExtension, BeanDefinitionRegistry, RepositoryConfigurationSource) - Static method in interface org.springframework.data.repository.config.RepositoryConfigurationUtils
Registers the given RepositoryConfigurationExtension to indicate the repository configuration for a particular store (expressed through the extension's concrete type) has happened.
ExpressionDependencies - Class in org.springframework.data.spel
Value object capturing dependencies to a method or property/field that is referenced from a SpEL expression.
ExpressionDependencies.ExpressionDependency - Class in org.springframework.data.spel
Value object to describe a dependency to a method or property/field that is referenced from a SpEL expression.
extendMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.data.web.config.SpringDataWebConfiguration
 
ExtensionAwareEvaluationContextProvider - Class in org.springframework.data.spel
An EvaluationContextProvider that assembles an EvaluationContext from a list of EvaluationContextExtension instances.
ExtensionAwareEvaluationContextProvider(Collection<? extends ExtensionIdAware>) - Constructor for class org.springframework.data.spel.ExtensionAwareEvaluationContextProvider
ExtensionAwareEvaluationContextProvider(ListableBeanFactory) - Constructor for class org.springframework.data.spel.ExtensionAwareEvaluationContextProvider
Creates a new ExtensionAwareEvaluationContextProvider with extensions looked up lazily from the given BeanFactory.
ExtensionAwareEvaluationContextProvider(Lazy<? extends Collection<? extends ExtensionIdAware>>) - Constructor for class org.springframework.data.spel.ExtensionAwareEvaluationContextProvider
 
ExtensionAwareQueryMethodEvaluationContextProvider - Class in org.springframework.data.repository.query
ExtensionAwareQueryMethodEvaluationContextProvider(List<? extends EvaluationContextExtension>) - Constructor for class org.springframework.data.repository.query.ExtensionAwareQueryMethodEvaluationContextProvider
ExtensionAwareQueryMethodEvaluationContextProvider(ListableBeanFactory) - Constructor for class org.springframework.data.repository.query.ExtensionAwareQueryMethodEvaluationContextProvider
ExtensionIdAware - Interface in org.springframework.data.spel.spi
Marker interface for Spring Data EvaluationContext extensions.
extractProperty(String) - Method in enum class org.springframework.data.repository.query.parser.Part.Type
Callback method to extract the actual propertyPath to be bound from the given part.
extractTypeInfo(MethodParameter, MergedAnnotation<QuerydslPredicate>) - Static method in class org.springframework.data.web.querydsl.QuerydslPredicateArgumentResolverSupport
Obtains the domain type information from the given method parameter.

F

FactoryMethod<T,P extends PersistentProperty<P>> - Class in org.springframework.data.mapping
Value object to encapsulate the factory method to be used when mapping persistent data to objects.
FactoryMethod(Method, Parameter<Object, P>...) - Constructor for class org.springframework.data.mapping.FactoryMethod
Creates a new FactoryMethod from the given Constructor and Parameters.
FALSE - Enum constant in enum class org.springframework.data.repository.query.parser.Part.Type
 
FIELD - Enum constant in enum class org.springframework.data.annotation.AccessType.Type
 
FieldNamingStrategy - Interface in org.springframework.data.mapping.model
SPI to determine how to name document fields in cases the field name is not manually defined.
filter(Predicate<? super T>) - Method in interface org.springframework.data.util.Streamable
Returns a new Streamable that will apply the given filter Predicate to the current one.
filterFields(Predicate<Field>) - Method in class org.springframework.data.util.TypeCollector
 
filterTypes(Predicate<Class<?>>) - Method in class org.springframework.data.util.TypeCollector
 
findAll() - Method in interface org.springframework.data.repository.CrudRepository
Returns all instances of the type.
findAll() - Method in interface org.springframework.data.repository.ListCrudRepository
Returns all instances of the type.
findAll() - Method in interface org.springframework.data.repository.reactive.ReactiveCrudRepository
Returns all instances of the type.
findAll() - Method in interface org.springframework.data.repository.reactive.RxJava3CrudRepository
Returns all instances of the type.
findAll(OrderSpecifier<?>...) - Method in interface org.springframework.data.querydsl.ListQuerydslPredicateExecutor
Returns all entities ordered by the given OrderSpecifiers.
findAll(OrderSpecifier<?>...) - Method in interface org.springframework.data.querydsl.QuerydslPredicateExecutor
Returns all entities ordered by the given OrderSpecifiers.
findAll(OrderSpecifier<?>...) - Method in interface org.springframework.data.querydsl.ReactiveQuerydslPredicateExecutor
Returns a Flux emitting all entities ordered by the given OrderSpecifiers.
findAll(Predicate) - Method in interface org.springframework.data.querydsl.ListQuerydslPredicateExecutor
Returns all entities matching the given Predicate.
findAll(Predicate) - Method in interface org.springframework.data.querydsl.QuerydslPredicateExecutor
Returns all entities matching the given Predicate.
findAll(Predicate) - Method in interface org.springframework.data.querydsl.ReactiveQuerydslPredicateExecutor
Returns a Flux emitting all entities matching the given Predicate.
findAll(Predicate, OrderSpecifier<?>...) - Method in interface org.springframework.data.querydsl.ListQuerydslPredicateExecutor
Returns all entities matching the given Predicate applying the given OrderSpecifiers.
findAll(Predicate, OrderSpecifier<?>...) - Method in interface org.springframework.data.querydsl.QuerydslPredicateExecutor
Returns all entities matching the given Predicate applying the given OrderSpecifiers.
findAll(Predicate, OrderSpecifier<?>...) - Method in interface org.springframework.data.querydsl.ReactiveQuerydslPredicateExecutor
Returns a Flux emitting all entities matching the given Predicate applying the given OrderSpecifiers.
findAll(Predicate, Pageable) - Method in interface org.springframework.data.querydsl.QuerydslPredicateExecutor
Returns a Page of entities matching the given Predicate.
findAll(Predicate, Sort) - Method in interface org.springframework.data.querydsl.ListQuerydslPredicateExecutor
Returns all entities matching the given Predicate applying the given Sort.
findAll(Predicate, Sort) - Method in interface org.springframework.data.querydsl.QuerydslPredicateExecutor
Returns all entities matching the given Predicate applying the given Sort.
findAll(Predicate, Sort) - Method in interface org.springframework.data.querydsl.ReactiveQuerydslPredicateExecutor
Returns a Flux emitting all entities matching the given Predicate applying the given Sort.
findAll(Example<S>) - Method in interface org.springframework.data.repository.query.ListQueryByExampleExecutor
Returns all entities matching the given Example.
findAll(Example<S>) - Method in interface org.springframework.data.repository.query.QueryByExampleExecutor
Returns all entities matching the given Example.
findAll(Example<S>) - Method in interface org.springframework.data.repository.query.ReactiveQueryByExampleExecutor
Returns all entities matching the given Example.
findAll(Example<S>, Pageable) - Method in interface org.springframework.data.repository.query.QueryByExampleExecutor
Returns a Page of entities matching the given Example.
findAll(Example<S>, Sort) - Method in interface org.springframework.data.repository.query.ListQueryByExampleExecutor
Returns all entities matching the given Example applying the given Sort.
findAll(Example<S>, Sort) - Method in interface org.springframework.data.repository.query.QueryByExampleExecutor
Returns all entities matching the given Example applying the given Sort.
findAll(Example<S>, Sort) - Method in interface org.springframework.data.repository.query.ReactiveQueryByExampleExecutor
Returns all entities matching the given Example applying the given Sort.
findAll(Pageable) - Method in interface org.springframework.data.repository.PagingAndSortingRepository
Returns a Page of entities meeting the paging restriction provided in the Pageable object.
findAll(Sort) - Method in interface org.springframework.data.repository.ListPagingAndSortingRepository
Returns all entities sorted by the given options.
findAll(Sort) - Method in interface org.springframework.data.repository.PagingAndSortingRepository
Returns all entities sorted by the given options.
findAll(Sort) - Method in interface org.springframework.data.repository.reactive.ReactiveSortingRepository
Returns all entities sorted by the given options.
findAll(Sort) - Method in interface org.springframework.data.repository.reactive.RxJava3SortingRepository
Returns all entities sorted by the given options.
findAllById(Flowable<ID>) - Method in interface org.springframework.data.repository.reactive.RxJava3CrudRepository
Returns all instances of the type T with the given IDs supplied by a Flowable.
findAllById(Iterable<ID>) - Method in interface org.springframework.data.repository.CrudRepository
Returns all instances of the type T with the given IDs.
findAllById(Iterable<ID>) - Method in interface org.springframework.data.repository.ListCrudRepository
Returns all instances of the type T with the given IDs.
findAllById(Iterable<ID>) - Method in interface org.springframework.data.repository.reactive.ReactiveCrudRepository
Returns all instances of the type T with the given IDs.
findAllById(Iterable<ID>) - Method in interface org.springframework.data.repository.reactive.RxJava3CrudRepository
Returns all instances of the type T with the given IDs.
findAllById(Publisher<ID>) - Method in interface org.springframework.data.repository.reactive.ReactiveCrudRepository
Returns all instances of the type T with the given IDs supplied by a Publisher.
findAnnotation(Class<A>) - Method in class org.springframework.data.mapping.model.AnnotationBasedPersistentProperty
Returns the annotation found for the current AnnotationBasedPersistentProperty.
findAnnotation(Class<A>) - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
 
findAnnotation(Class<A>) - Method in interface org.springframework.data.mapping.PersistentEntity
Looks up the annotation of the given type on the PersistentEntity.
findAnnotation(Class<A>) - Method in interface org.springframework.data.mapping.PersistentProperty
Looks up the annotation of the given type on the PersistentProperty.
findBy(Predicate, Function<FluentQuery.FetchableFluentQuery<S>, R>) - Method in interface org.springframework.data.querydsl.QuerydslPredicateExecutor
Returns entities matching the given Predicate applying the queryFunction that defines the query and its result type.
findBy(Predicate, Function<FluentQuery.ReactiveFluentQuery<S>, P>) - Method in interface org.springframework.data.querydsl.ReactiveQuerydslPredicateExecutor
Returns entities matching the given Predicate applying the queryFunction that defines the query and its result type.
findBy(Example<S>, Function<FluentQuery.FetchableFluentQuery<S>, R>) - Method in interface org.springframework.data.repository.query.QueryByExampleExecutor
Returns entities matching the given Example applying the queryFunction that defines the query and its result type.
findBy(Example<S>, Function<FluentQuery.ReactiveFluentQuery<S>, P>) - Method in interface org.springframework.data.repository.query.ReactiveQueryByExampleExecutor
Returns entities matching the given Example applying the queryFunction that defines the query and its result type.
findById(ID) - Method in interface org.springframework.data.repository.CrudRepository
Retrieves an entity by its id.
findById(ID) - Method in interface org.springframework.data.repository.reactive.ReactiveCrudRepository
Retrieves an entity by its id.
findById(ID) - Method in interface org.springframework.data.repository.reactive.RxJava3CrudRepository
Retrieves an entity by its id.
findById(Single<ID>) - Method in interface org.springframework.data.repository.reactive.RxJava3CrudRepository
Retrieves an entity by its id supplied by a Single.
findById(Publisher<ID>) - Method in interface org.springframework.data.repository.reactive.ReactiveCrudRepository
Retrieves an entity by its id supplied by a Publisher.
findConstructor(Class<?>, Object...) - Static method in class org.springframework.data.util.ReflectionUtils
Finds a constructor on the given type that matches the given constructor arguments.
findDynamicProjection() - Method in interface org.springframework.data.repository.query.ParameterAccessor
Returns the dynamic projection type to be used when executing the query or null if none is defined.
findDynamicProjection() - Method in class org.springframework.data.repository.query.ParametersParameterAccessor
Returns the dynamic projection type if available, null otherwise.
findField(Class<?>, ReflectionUtils.DescribedFieldFilter) - Static method in class org.springframework.data.util.ReflectionUtils
Finds the field matching the given ReflectionUtils.DescribedFieldFilter.
findField(Class<?>, ReflectionUtils.DescribedFieldFilter, boolean) - Static method in class org.springframework.data.util.ReflectionUtils
Finds the field matching the given ReflectionUtils.DescribedFieldFilter.
findField(Class<?>, ReflectionUtils.FieldFilter) - Static method in class org.springframework.data.util.ReflectionUtils
Finds the first field on the given class matching the given ReflectionUtils.FieldFilter.
findKotlinFunction(Method) - Static method in class org.springframework.data.util.KotlinReflectionUtils
Returns a KFunction instance corresponding to the given Java Method instance, or null if this method cannot be represented by a Kotlin function.
findLastChangeRevision(ID) - Method in interface org.springframework.data.repository.history.RevisionRepository
Returns the revision of the entity it was last changed in.
findMethod(Method) - Method in class org.springframework.data.repository.core.support.RepositoryComposition
Find the implementation method for the given Method invoked on the composite interface.
findOne(Predicate) - Method in interface org.springframework.data.querydsl.QuerydslPredicateExecutor
Returns a single entity matching the given Predicate or Optional.empty() if none was found.
findOne(Predicate) - Method in interface org.springframework.data.querydsl.ReactiveQuerydslPredicateExecutor
Returns a Mono emitting the entity matching the given Predicate or Mono.empty() if none was found.
findOne(Example<S>) - Method in interface org.springframework.data.repository.query.QueryByExampleExecutor
Returns a single entity matching the given Example or Optional.empty() if none was found.
findOne(Example<S>) - Method in interface org.springframework.data.repository.query.ReactiveQueryByExampleExecutor
Returns a single entity matching the given Example or Mono.empty() if none was found.
findPersistentPropertyPaths(Class<T>, Predicate<? super P>) - Method in class org.springframework.data.mapping.context.AbstractMappingContext
 
findPersistentPropertyPaths(Class<T>, Predicate<? super P>) - Method in interface org.springframework.data.mapping.context.MappingContext
Returns all PersistentPropertyPaths pointing to properties on the given type that match the given Predicate.
findProperty(String) - Method in class org.springframework.data.projection.EntityProjection
Return a EntityProjection for a property identified by name.
findPropertyOrOwnerAnnotation(Class<A>) - Method in class org.springframework.data.mapping.model.AnnotationBasedPersistentProperty
 
findPropertyOrOwnerAnnotation(Class<A>) - Method in interface org.springframework.data.mapping.PersistentProperty
Looks up the annotation of the given type on the property and the owning type if no annotation can be found on it.
findRequiredField(Class<?>, String) - Static method in class org.springframework.data.util.ReflectionUtils
Finds the field of the given name on the given type.
findRequiredMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.data.util.ReflectionUtils
Returns the method with the given name of the given class and parameter types.
findRevision(ID, N) - Method in interface org.springframework.data.repository.history.RevisionRepository
Returns the entity with the given ID in the given revision number.
findRevisions(ID) - Method in interface org.springframework.data.repository.history.RevisionRepository
Returns all Revisions of an entity with the given id.
findRevisions(ID, Pageable) - Method in interface org.springframework.data.repository.history.RevisionRepository
Returns a Page of revisions for the entity with the given id.
findTypes(Iterable<String>) - Method in class org.springframework.data.util.AnnotatedTypeScanner
 
findTypes(String...) - Method in class org.springframework.data.util.AnnotatedTypeScanner
 
first() - Method in class org.springframework.data.domain.AbstractPageRequest
 
first() - Method in interface org.springframework.data.domain.Pageable
Returns the Pageable requesting the first page.
first() - Method in class org.springframework.data.domain.PageRequest
 
first() - Method in class org.springframework.data.querydsl.QPageRequest
 
first() - Method in interface org.springframework.data.repository.query.FluentQuery.FetchableFluentQuery
Get the first or no result.
first() - Method in interface org.springframework.data.repository.query.FluentQuery.ReactiveFluentQuery
Get the first or no result.
first(SingleValueBinding<P, T>) - Method in class org.springframework.data.querydsl.binding.QuerydslBindings.PathBinder
 
first(SingleValueBinding<P, T>) - Method in class org.springframework.data.querydsl.binding.QuerydslBindings.TypeBinder
 
firstNonEmpty(Iterable<Supplier<Optional<T>>>) - Static method in interface org.springframework.data.util.Optionals
Invokes the given Suppliers for Optional results one by one and returns the first non-empty one.
firstNonEmpty(Iterable<S>, Function<S, Optional<T>>) - Static method in interface org.springframework.data.util.Optionals
Applies the given function to the elements of the source and returns the first non-empty result.
firstNonEmpty(Iterable<S>, Function<S, T>, T) - Static method in interface org.springframework.data.util.Optionals
Applies the given function to the elements of the source and returns the first non-empty result.
firstNonEmpty(Supplier<Optional<T>>...) - Static method in interface org.springframework.data.util.Optionals
Invokes the given Suppliers for Optional results one by one and returns the first non-empty one.
firstOptional(OptionalValueBinding<P, T>) - Method in class org.springframework.data.querydsl.binding.QuerydslBindings.PathBinder
Defines the given SingleValueBinding to be used for the paths.
firstOptional(OptionalValueBinding<P, T>) - Method in class org.springframework.data.querydsl.binding.QuerydslBindings.TypeBinder
Configures the given SingleValueBinding to be used for the current type.
firstValue() - Method in interface org.springframework.data.repository.query.FluentQuery.FetchableFluentQuery
Get the first or no result.
flatMap(Function<? super T, ? extends Stream<? extends R>>) - Method in interface org.springframework.data.util.Streamable
Returns a new Streamable that will apply the given Function to the current one.
flatMap(Function<? super T, Lazy<? extends S>>) - Method in class org.springframework.data.util.Lazy
Creates a new Lazy with the given Function lazily applied to the current one.
FluentQuery<T> - Interface in org.springframework.data.repository.query
Fluent interface to define and run a query along with projection and sorting and.
FluentQuery.FetchableFluentQuery<T> - Interface in org.springframework.data.repository.query
Fetchable extension FluentQuery allowing to materialize results from the underlying query.
FluentQuery.ReactiveFluentQuery<T> - Interface in org.springframework.data.repository.query
Reactive extension FluentQuery allowing to materialize results from the underlying query.
flush() - Method in class org.springframework.data.crossstore.ChangeSetBackedTransactionSynchronization
 
foldIntoExpressions(Sort) - Method in class org.springframework.data.web.SortHandlerMethodArgumentResolverSupport
Folds the given Sort instance into a List of sort expressions, accumulating Sort.Order instances of the same direction into a single expression if they are in order.
forBean(RegisteredBean) - Method in class org.springframework.data.repository.config.RepositoryRegistrationAotContribution
Builds a RepositoryRegistrationAotContribution for given, required RegisteredBean representing the Repository registered in the bean registry.
forEach(Consumer<Class<?>>) - Method in interface org.springframework.data.domain.ManagedTypes
Applies the given action to each of the types contained in this ManagedTypes instance.
forEach(Consumer<Class<?>>) - Method in interface org.springframework.data.util.TypeScanner
Performs the given action for each element found while scanning.
forEach(Consumer<ResolvableType>) - Method in class org.springframework.data.util.TypeCollector.ReachableTypes
 
forEach(IntConsumer) - Method in class org.springframework.data.mapping.model.KotlinDefaultMask
Callback method to notify IntConsumer for each defaulting mask.
forEachRecursive(Consumer<? super EntityProjection.PropertyProjection<?, ?>>) - Method in class org.springframework.data.projection.EntityProjection
Performs the given action for each element of the Streamable recursively until all elements of the graph have been processed or the action throws an Exception.
forFragment(String) - Method in interface org.springframework.data.repository.config.ImplementationDetectionConfiguration
Returns the final lookup configuration for the given fully-qualified fragment interface name.
forMethod(String) - Static method in class org.springframework.data.spel.ExpressionDependencies.ExpressionDependency
forPropertyOrField(String) - Static method in class org.springframework.data.spel.ExpressionDependencies.ExpressionDependency
Create a new ExpressionDependencies.ExpressionDependency for a property or field.
forProxyOf(Class<T>) - Static method in class org.springframework.data.util.MethodInvocationRecorder
Creates a new MethodInvocationRecorder.Recorded for the given type.
forRepositoryConfiguration(RepositoryConfiguration<?>) - Method in interface org.springframework.data.repository.config.ImplementationDetectionConfiguration
Returns the final lookup configuration for the given RepositoryConfiguration.
forTypesAnnotatedWith(Class<? extends Annotation>...) - Method in interface org.springframework.data.util.TypeScanner
Define annotations identifying types to include in the scan result.
forTypesAnnotatedWith(Collection<Class<? extends Annotation>>) - Method in interface org.springframework.data.util.TypeScanner
Define annotations identifying types to include in the scan result.
forward() - Method in class org.springframework.data.domain.KeysetScrollPosition
Returns a KeysetScrollPosition based on the same keyset and scrolling forward.
forward(Map<String, ?>) - Static method in interface org.springframework.data.domain.ScrollPosition
Creates a new ScrollPosition from a key set scrolling forward.
FORWARD - Enum constant in enum class org.springframework.data.domain.ScrollPosition.Direction
Forward (default) direction to scroll from the beginning of the results to their end.
FragmentMetadata - Class in org.springframework.data.repository.config
Value object for a discovered Repository fragment interface.
FragmentMetadata(MetadataReaderFactory) - Constructor for class org.springframework.data.repository.config.FragmentMetadata
 
FragmentNotImplementedException - Exception in org.springframework.data.repository.core.support
Exception thrown during repository creation or repository method invocation when invoking a repository method on a fragment without an implementation.
FragmentNotImplementedException(String, Class<?>, RepositoryFragment<?>) - Constructor for exception org.springframework.data.repository.core.support.FragmentNotImplementedException
Constructor for FragmentNotImplementedException.
from(Class<?>...) - Static method in interface org.springframework.data.domain.ManagedTypes
Factory method used to construct ManagedTypes from the given array of types.
from(Class<S>) - Static method in class org.springframework.data.util.ClassTypeInformation
from(String, Class<?>) - Static method in class org.springframework.data.mapping.PropertyPath
Extracts the PropertyPath chain from the given source String and TypeInformation.
from(String, TypeInformation<?>) - Static method in class org.springframework.data.mapping.PropertyPath
Extracts the PropertyPath chain from the given source String and TypeInformation.
from(List<RepositoryFragment<?>>) - Static method in class org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments
from(List<T>, IntFunction<? extends ScrollPosition>) - Static method in interface org.springframework.data.domain.Window
Construct a Window.
from(List<T>, IntFunction<? extends ScrollPosition>, boolean) - Static method in interface org.springframework.data.domain.Window
Construct a Window.
from(KFunction<?>, Predicate<KParameter>) - Static method in class org.springframework.data.mapping.model.KotlinDefaultMask
Creates defaulting mask(s) used to invoke Kotlin default methods that conditionally apply parameter values.
from(BeanFactory) - Static method in interface org.springframework.data.aot.AotContext
Create an AotContext backed by the given BeanFactory.
from(Range.Bound<T>) - Static method in class org.springframework.data.domain.Range
Create a Range.RangeBuilder given the lower Range.Bound.
from(MappingContext<?, ?>) - Static method in class org.springframework.data.auditing.AuditingHandler
Factory method that creates a new AuditingHandler for the given MappingContext.
from(MappingContext<?, ?>) - Static method in class org.springframework.data.auditing.IsNewAwareAuditingHandler
Factory method that creates a new IsNewAwareAuditingHandler for the given MappingContext.
from(MappingContext<?, ?>) - Static method in class org.springframework.data.auditing.ReactiveAuditingHandler
Factory method that creates a new ReactiveAuditingHandler for the given MappingContext.
from(MappingContext<?, ?>) - Static method in class org.springframework.data.auditing.ReactiveIsNewAwareAuditingHandler
Factory method that creates a new ReactiveIsNewAwareAuditingHandler for the given MappingContext.
from(ProjectionInformation) - Static method in enum class org.springframework.data.projection.EntityProjection.ProjectionType
fromIterable(Iterable<? extends Class<?>>) - Static method in interface org.springframework.data.domain.ManagedTypes
Factory method used to construct ManagedTypes from the given, required Iterable of types.
fromMetadata(RepositoryMetadata) - Static method in class org.springframework.data.repository.core.support.RepositoryComposition
Create an RepositoryComposition using the provided RepositoryMetadata to set method lookups depending in the repository type (reactive/imperative).
fromMethodParameter(MethodParameter) - Static method in interface org.springframework.data.util.TypeInformation
Returns a new TypeInformation for the given MethodParameter.
fromNullable(T) - Static method in interface org.springframework.data.util.StreamUtils
Creates a new Stream for the given value returning an empty Stream if the value is null.
fromOptionalString(String) - Static method in enum class org.springframework.data.domain.Sort.Direction
Returns the Sort.Direction enum for the given String or Optional.empty() if it cannot be parsed into an enum value.
fromProcessor(RepositoryRegistrationAotProcessor) - Static method in class org.springframework.data.repository.config.RepositoryRegistrationAotContribution
Factory method used to construct a new instance of RepositoryRegistrationAotContribution initialized with the given, required RepositoryRegistrationAotProcessor from which this contribution was created.
fromProperty(String) - Static method in enum class org.springframework.data.repository.query.parser.Part.Type
Returns the Part.Type of the Part for the given raw propertyPath.
fromReturnTypeOf(Method) - Static method in class org.springframework.data.util.ClassTypeInformation
Deprecated.
fromReturnTypeOf(Method) - Static method in interface org.springframework.data.util.TypeInformation
Returns a TypeInformation for the given Method.
fromReturnTypeOf(Method, Class<?>) - Static method in interface org.springframework.data.util.TypeInformation
Returns a TypeInformation for the given method as declared on the given type.
fromStream(Stream<? extends Class<?>>) - Static method in interface org.springframework.data.domain.ManagedTypes
Factory method used to construct ManagedTypes from the given, required Stream of types.
fromString(String) - Static method in enum class org.springframework.data.domain.Sort.Direction
Returns the Sort.Direction enum for the given String value.
fromSupplier(Supplier<Iterable<Class<?>>>) - Static method in interface org.springframework.data.domain.ManagedTypes
Factory method used to construct ManagedTypes from the given, required Supplier of an Iterable of types.
Function - Class in org.springframework.data.spel.spi
Value object to represent a function.
Function(Method) - Constructor for class org.springframework.data.spel.spi.Function
Creates a new Function to statically invoke the given Method.
Function(Method, Object) - Constructor for class org.springframework.data.spel.spi.Function
Creates a new Function for the given method on the given target instance.
FunctionPropertyValueConverter(BiFunction<DV, ValueConversionContext<P>, SV>, BiFunction<SV, ValueConversionContext<P>, DV>) - Constructor for class org.springframework.data.convert.PropertyValueConverter.FunctionPropertyValueConverter
 

G

generateBeanName(BeanDefinition) - Method in interface org.springframework.data.repository.config.ImplementationDetectionConfiguration
Generate the bean name for the given BeanDefinition.
generateBeanName(BeanDefinition) - Method in interface org.springframework.data.repository.config.RepositoryConfigurationSource
Returns a name for the beanDefinition.
generateBeanName(BeanDefinition) - Method in class org.springframework.data.repository.config.RepositoryConfigurationSourceSupport
 
GenericPropertyMatcher() - Constructor for class org.springframework.data.domain.ExampleMatcher.GenericPropertyMatcher
Creates an unconfigured ExampleMatcher.GenericPropertyMatcher.
GenericPropertyMatchers() - Constructor for class org.springframework.data.domain.ExampleMatcher.GenericPropertyMatchers
 
GeoModule - Class in org.springframework.data.geo
Custom module to deserialize the geo-spatial value objects using Jackson 2.
GeoModule() - Constructor for class org.springframework.data.geo.GeoModule
Creates a new GeoModule registering mixins for common geo-spatial types.
GeoPage<T> - Class in org.springframework.data.geo
Custom Page to carry the average distance retrieved from the GeoResults the GeoPage is set up from.
GeoPage(GeoResults<T>) - Constructor for class org.springframework.data.geo.GeoPage
Creates a new GeoPage from the given GeoResults.
GeoPage(GeoResults<T>, Pageable, long) - Constructor for class org.springframework.data.geo.GeoPage
Creates a new GeoPage from the given GeoResults, Pageable and total.
GeoResult<T> - Class in org.springframework.data.geo
Value object capturing some arbitrary object plus a distance.
GeoResult(T, Distance) - Constructor for class org.springframework.data.geo.GeoResult
 
GeoResults<T> - Class in org.springframework.data.geo
Value object to capture GeoResults as well as the average distance they have.
GeoResults(List<? extends GeoResult<T>>) - Constructor for class org.springframework.data.geo.GeoResults
Creates a new GeoResults instance manually calculating the average distance from the distance values of the given GeoResults.
GeoResults(List<? extends GeoResult<T>>, Distance) - Constructor for class org.springframework.data.geo.GeoResults
Creates a new GeoResults instance from the given GeoResults and average distance.
GeoResults(List<? extends GeoResult<T>>, Metric) - Constructor for class org.springframework.data.geo.GeoResults
Creates a new GeoResults instance manually calculating the average distance in the given Metric from the distance values of the given GeoResults.
get() - Method in interface org.springframework.data.repository.util.QueryExecutionConverters.ThrowingSupplier
 
get() - Method in class org.springframework.data.util.Lazy
Returns the value created by the configured Supplier.
get() - Method in interface org.springframework.data.util.Streamable
 
get(String, Class<T>, ConversionService) - Method in interface org.springframework.data.crossstore.ChangeSet
 
get(String, Class<T>, ConversionService) - Method in class org.springframework.data.crossstore.HashMapChangeSet
 
getAbbreviation() - Method in class org.springframework.data.geo.CustomMetric
 
getAbbreviation() - Method in interface org.springframework.data.geo.Metric
Returns the scientific abbreviation of the unit the Metric is in.
getAbbreviation() - Method in enum class org.springframework.data.geo.Metrics
 
getAccessorForOwner(T) - Method in interface org.springframework.data.mapping.PersistentProperty
Returns a PersistentPropertyAccessor for the current property's owning value.
getActualDomainType() - Method in class org.springframework.data.projection.EntityProjection
 
getActualMappedType() - Method in class org.springframework.data.projection.EntityProjection
 
getActualType() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
 
getActualType() - Method in interface org.springframework.data.mapping.PersistentProperty
Returns the actual type of the property.
getActualType() - Method in class org.springframework.data.util.ClassTypeInformation
 
getActualType() - Method in interface org.springframework.data.util.TypeInformation
Transparently returns the Map value type if the type is a Map, returns the component type if the type TypeInformation.isCollectionLike() or the simple type if none of this applies.
getActualTypeInformation() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
 
getAliasFor(TypeInformation<?>) - Method in class org.springframework.data.convert.DefaultTypeMapper
Returns the alias to be used for the given TypeInformation.
getAllowedPageableTypes() - Static method in class org.springframework.data.repository.util.QueryExecutionConverters
Returns the types that are supported on paginating query methods.
getAllowedPaginationReturnTypes() - Method in interface org.springframework.data.util.CustomCollectionRegistrar
Return all types that are considered valid return types for methods using pagination.
getAlternativeDomainTypes() - Method in class org.springframework.data.repository.core.RepositoryInformationSupport
 
getAlternativeDomainTypes() - Method in interface org.springframework.data.repository.core.RepositoryMetadata
Returns the set of types the repository shall be discoverable for when trying to look up a repository by domain type.
getAlternativeDomainTypes() - Method in class org.springframework.data.repository.core.support.AbstractRepositoryMetadata
 
getAnnotatedField(Class<?>, String) - Static method in class org.springframework.data.util.TypeUtils
 
getAnnotation() - Method in class org.springframework.data.auditing.config.AuditingBeanDefinitionRegistrarSupport
Return the annotation type to lookup configuration values from.
getAnnotation() - Method in class org.springframework.data.repository.config.RepositoryBeanDefinitionRegistrarSupport
Return the annotation to obtain configuration information from.
getAnnotation() - Method in class org.springframework.data.util.AnnotationDetectionMethodCallback
 
getAnnotations() - Method in class org.springframework.data.mapping.Parameter
Merged annotations that this parameter is annotated with.
getArgumentConverter() - Method in class org.springframework.data.repository.core.support.RepositoryComposition
 
getAssociation() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
 
getAssociation() - Method in interface org.springframework.data.mapping.PersistentProperty
 
getAssociationTargetType() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
 
getAssociationTargetType() - Method in interface org.springframework.data.mapping.PersistentProperty
Return the type the property refers to in case it's an association, i.e.
getAssociationTargetTypeInformation() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
 
getAssociationTargetTypeInformation() - Method in class org.springframework.data.mapping.model.AnnotationBasedPersistentProperty
 
getAssociationTargetTypeInformation() - Method in interface org.springframework.data.mapping.PersistentProperty
Return the type the property refers to in case it's an association, i.e.
getAttribute(String) - Method in class org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
 
getAttribute(String) - Method in interface org.springframework.data.repository.config.RepositoryConfigurationSource
Returns the value for the String attribute with the given name.
getAttribute(String) - Method in class org.springframework.data.repository.config.XmlRepositoryConfigurationSource
 
getAttribute(String, Class<T>) - Method in class org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
 
getAttribute(String, Class<T>) - Method in interface org.springframework.data.repository.config.RepositoryConfigurationSource
Returns the value for the attribute with the given name and type.
getAttribute(String, Class<T>) - Method in class org.springframework.data.repository.config.XmlRepositoryConfigurationSource
 
getAttributes() - Method in class org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
Returns the AnnotationAttributes of the annotation configured.
getAuditHandlerBeanDefinitionBuilder(AuditingConfiguration) - Method in class org.springframework.data.auditing.config.AuditingBeanDefinitionRegistrarSupport
Creates a BeanDefinitionBuilder to ease the definition of store specific AuditingHandler implementations.
getAuditingHandlerBeanName() - Method in class org.springframework.data.auditing.config.AuditingBeanDefinitionRegistrarSupport
Return the name to be used to register the AuditingHandler under.
getAuditorAwareRef() - Method in class org.springframework.data.auditing.config.AnnotationAuditingConfiguration
 
getAuditorAwareRef() - Method in interface org.springframework.data.auditing.config.AuditingConfiguration
Returns the bean name of the AuditorAware instance to be used..
getAverageDistance() - Method in class org.springframework.data.geo.GeoPage
 
getAverageDistance() - Method in class org.springframework.data.geo.GeoResults
Returns the average distance of all GeoResults in this list.
getBasePackages() - Method in class org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
 
getBasePackages() - Method in interface org.springframework.data.repository.config.AotRepositoryContext
 
getBasePackages() - Method in class org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
getBasePackages() - Method in interface org.springframework.data.repository.config.ImplementationDetectionConfiguration
Return the base packages to be scanned for implementation types.
getBasePackages() - Method in interface org.springframework.data.repository.config.RepositoryConfiguration
Returns the base packages that the repository was scanned under.
getBasePackages() - Method in interface org.springframework.data.repository.config.RepositoryConfigurationSource
Returns the base packages the repository interfaces shall be found under.
getBasePackages() - Method in class org.springframework.data.repository.config.XmlRepositoryConfigurationSource
 
getBaseProperty() - Method in interface org.springframework.data.mapping.PersistentPropertyPath
Returns the first property in the PersistentPropertyPath.
getBaseProperty() - Method in exception org.springframework.data.mapping.PropertyReferenceException
Returns the PropertyPath which could be resolved so far.
getBean() - Method in interface org.springframework.data.auditing.AuditableBeanWrapper
Returns the underlying bean that potentially has been modified by the setter methods exposed.
getBean() - Method in class org.springframework.data.mapping.model.InstantiationAwarePropertyAccessor
 
getBean() - Method in class org.springframework.data.mapping.model.ConvertingPropertyAccessor
 
getBean() - Method in interface org.springframework.data.mapping.PersistentPropertyAccessor
Returns the underlying bean.
getBeanClass() - Method in class org.springframework.data.repository.cdi.CdiRepositoryBean
 
getBeanClass(Element) - Method in class org.springframework.data.auditing.config.AuditingHandlerBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.springframework.data.auditing.config.IsNewAwareAuditingHandlerBeanDefinitionParser
 
getBeanClassName(Element) - Method in class org.springframework.data.repository.config.ResourceReaderRepositoryPopulatorBeanDefinitionParser
 
getBeanDefinition() - Method in interface org.springframework.data.aot.AotContext.IntrospectedBeanDefinition
Gets the BeanDefinition for the given, required named bean.
getBeanDefinition() - Method in class org.springframework.data.repository.config.RepositoryFragmentConfiguration
 
getBeanFactory() - Method in interface org.springframework.data.aot.AotContext
Returns a reference to the ConfigurableListableBeanFactory backing this AotContext.
getBeanFactory() - Method in class org.springframework.data.repository.config.RepositoryRegistrationAotContribution
 
getBeanFactory() - Method in class org.springframework.data.repository.config.RepositoryRegistrationAotProcessor
 
getBeanId() - Method in class org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
getBeanInfo(Class<?>) - Method in class org.springframework.data.util.KotlinBeanInfoFactory
 
getBeanName() - Method in interface org.springframework.data.repository.config.AotRepositoryContext
 
getBeanNames() - Method in interface org.springframework.data.aot.AotContext.TypeIntrospector
Return a List containing bean names that implement this type.
getBeanWrapperFor(T) - Method in interface org.springframework.data.auditing.AuditableBeanWrapperFactory
Returns the AuditableBeanWrapper for the given source object if it's eligible for auditing.
getBeanWrapperFor(T) - Method in class org.springframework.data.auditing.MappingAuditableBeanWrapperFactory
 
getBindableParameter(int) - Method in class org.springframework.data.repository.query.Parameters
Returns a bindable parameter with the given index.
getBindableParameters() - Method in class org.springframework.data.repository.query.Parameters
Returns a Parameters instance with effectively all special parameters removed.
getBindableValue(int) - Method in interface org.springframework.data.repository.query.ParameterAccessor
Returns the bindable value with the given index.
getBindableValue(int) - Method in class org.springframework.data.repository.query.ParametersParameterAccessor
 
getBindingForPath(PathInformation) - Method in class org.springframework.data.querydsl.binding.QuerydslBindings
Returns the SingleValueBinding for the given PropertyPath.
getBootstrapMode() - Method in class org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
 
getBootstrapMode() - Method in interface org.springframework.data.repository.config.RepositoryConfigurationSource
Defines the repository BootstrapMode to be used.
getBootstrapMode() - Method in class org.springframework.data.repository.config.XmlRepositoryConfigurationSource
 
getCandidates(ResourceLoader) - Method in interface org.springframework.data.repository.config.RepositoryConfigurationSource
Returns the source BeanDefinitions of the repository interfaces to create repository instances for.
getCandidates(ResourceLoader) - Method in class org.springframework.data.repository.config.RepositoryConfigurationSourceSupport
 
getCardinality() - Method in class org.springframework.data.repository.util.QueryExecutionConverters.WrapperType
 
getCenter() - Method in class org.springframework.data.geo.Circle
Returns the center of the Circle.
getChangeSet() - Method in interface org.springframework.data.crossstore.ChangeSetBacked
 
getClassLoader() - Method in interface org.springframework.data.aot.AotContext
Returns the ClassLoader used by this AotContext to resolve types.
getClassName() - Method in class org.springframework.data.repository.config.RepositoryFragmentConfiguration
 
getCollectionTypes() - Method in interface org.springframework.data.util.CustomCollectionRegistrar
Returns all types that are supposed to be considered collections.
getComponent(BeanDefinitionBuilder) - Method in class org.springframework.data.config.BeanComponentDefinitionBuilder
getComponent(BeanDefinitionBuilder, String) - Method in class org.springframework.data.config.BeanComponentDefinitionBuilder
Creates a BeanComponentDefinition from the given BeanDefinitionBuilder using the given name.
getComponent(BeanDefinitionBuilder, String, Object) - Method in class org.springframework.data.config.BeanComponentDefinitionBuilder
Creates a new BeanComponentDefinition from the given BeanDefinitionBuilder using the given name and raw source object.
getComponentIdButFallback(BeanDefinitionBuilder, String) - Method in class org.springframework.data.config.BeanComponentDefinitionBuilder
Creates a BeanComponentDefinition from the given BeanDefinitionBuilder and inspects the backing Elements id attribute for a name.
getComponentType() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
 
getComponentType() - Method in interface org.springframework.data.mapping.PersistentProperty
Returns the component type of the type if it is a Collection.
getComponentType() - Method in class org.springframework.data.util.ClassTypeInformation
 
getComponentType() - Method in interface org.springframework.data.util.TypeInformation
Returns the component type for Collections or the key type for Maps.
getConfigMap() - Method in class org.springframework.data.repository.config.RepositoryRegistrationAotProcessor
 
getConfigSource() - Method in class org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
getConfiguration(AnnotationMetadata) - Method in class org.springframework.data.auditing.config.AuditingBeanDefinitionRegistrarSupport
Retrieve auditing configuration from the given AnnotationMetadata.
getConfigurationInspectionClassLoader(ResourceLoader) - Method in class org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
Returns the ClassLoader to load repository interfaces for configuration inspection.
getConfigurationSource() - Method in class org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
getConfigurationSource() - Method in interface org.springframework.data.repository.config.RepositoryConfiguration
getConstructor() - Method in exception org.springframework.data.mapping.model.MappingInstantiationException
Deprecated.
getConstructor() - Method in class org.springframework.data.mapping.PreferredConstructor
Returns the underlying Constructor.
getConstructorArguments() - Method in exception org.springframework.data.mapping.model.MappingInstantiationException
The constructor arguments used to invoke the constructor.
getContainingClass() - Method in interface org.springframework.data.repository.query.ParametersSource
 
getContent() - Method in class org.springframework.data.domain.SliceImpl
 
getContent() - Method in interface org.springframework.data.domain.Slice
Returns the page content as List.
getContent() - Method in interface org.springframework.data.domain.Window
Returns the windows content as List.
getContent() - Method in class org.springframework.data.geo.GeoResult
 
getContent() - Method in class org.springframework.data.geo.GeoResults
Returns the actual content of the GeoResults.
getContent() - Method in class org.springframework.data.history.Revisions
Returns the content of the Revisions instance.
getContent() - Method in class org.springframework.data.web.PagedModel
 
getConversionService() - Method in interface org.springframework.data.convert.EntityConverter
Returns the underlying ConversionService used by the converter.
getConvertedContent(Function<? super T, ? extends U>) - Method in class org.springframework.data.domain.SliceImpl
Applies the given Function to the content of the Chunk.
getConverter(Class<?>, String) - Method in class org.springframework.data.convert.SimplePropertyValueConverterRegistry
 
getConverter(Class<?>, String) - Method in interface org.springframework.data.convert.ValueConverterRegistry
Obtain the PropertyValueConverter registered for the given type, path combination or null if none defined.
getConverter(Class<? extends PropertyValueConverter<DV, SV, C>>) - Method in interface org.springframework.data.convert.PropertyValueConverterFactory
Get the converter by its type.
getConverter(PersistentProperty<?>) - Method in interface org.springframework.data.convert.PropertyValueConverterFactory
Get the PropertyValueConverter applicable for the given PersistentProperty.
getConverterFactory() - Method in class org.springframework.data.convert.SimplePropertyValueConversions
Returns the configured PropertyValueConverterFactory responsible for creating the actual PropertyValueConverter.
getConverterRegistration() - Method in class org.springframework.data.convert.CustomConversions.ConverterRegistrationIntent
 
getConverters() - Method in interface org.springframework.data.convert.ConverterBuilder
Returns all GenericConverter instances to be registered for the current ConverterBuilder.
getConvertersToRegister() - Static method in class org.springframework.data.convert.JMoleculesConverters
Returns all jMolecules-specific converters to be registered.
getConvertersToRegister() - Static method in class org.springframework.data.convert.Jsr310Converters
Returns the converters to be registered.
getConvertibleTypes() - Method in class org.springframework.data.repository.support.DomainClassConverter
 
getCreatedBy() - Method in interface org.springframework.data.domain.Auditable
Returns the user who created this entity.
getCreatedDate() - Method in interface org.springframework.data.domain.Auditable
Returns the creation date of the entity.
getCrudMethods() - Method in class org.springframework.data.repository.core.RepositoryInformationSupport
 
getCrudMethods() - Method in interface org.springframework.data.repository.core.RepositoryMetadata
Returns CrudMethods meta information for the repository.
getCrudMethods() - Method in class org.springframework.data.repository.core.support.AbstractRepositoryMetadata
 
getCurrentAuditor() - Method in interface org.springframework.data.domain.AuditorAware
Returns the current auditor of the application.
getCurrentAuditor() - Method in interface org.springframework.data.domain.ReactiveAuditorAware
Returns a Mono publishing the current auditor of the application.
getCustomImplementationDetector() - Method in class org.springframework.data.repository.cdi.CdiRepositoryExtensionSupport
 
getCustomTypes() - Static method in class org.springframework.data.util.CustomCollections
Returns all custom collection and map types.
getCustomWriteTarget(Class<?>) - Method in class org.springframework.data.convert.CustomConversions
Returns the target type to convert to in case we have a custom conversion registered to convert the given source type into a store native one.
getCustomWriteTarget(Class<?>, Class<?>) - Method in class org.springframework.data.convert.CustomConversions
Returns the target type we can read an inject of the given source type to.
getDateTimeProviderRef() - Method in class org.springframework.data.auditing.config.AnnotationAuditingConfiguration
 
getDateTimeProviderRef() - Method in interface org.springframework.data.auditing.config.AuditingConfiguration
Returns the bean name of the DateTimeProvider to be used.
getDeclaringClass() - Method in class org.springframework.data.repository.core.support.MethodLookup.InvokedMethod
 
getDeclaringClass() - Method in class org.springframework.data.spel.spi.Function
Returns the type declaring the Function.
getDecoratedClass() - Method in interface org.springframework.data.projection.TargetAware
Re-declaration of Spring Framework 4.3's DecoratingProxy.getDecoratedClass() so that we can exclude it from Jackson serialization.
getDefaultFromAnnotationOrFallback(MethodParameter) - Method in class org.springframework.data.web.SortHandlerMethodArgumentResolverSupport
Reads the default Sort to be used from the given MethodParameter.
getDefaulting() - Method in class org.springframework.data.mapping.model.KotlinDefaultMask
 
getDefaultNamedQueryLocation() - Method in interface org.springframework.data.repository.config.RepositoryConfigurationExtension
Returns the default location of the Spring Data named queries.
getDefaultNamedQueryLocation() - Method in class org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
 
getDefaultStringMatcher() - Method in interface org.springframework.data.domain.ExampleMatcher
getDefaultStringMatcher() - Method in class org.springframework.data.support.ExampleMatcherAccessor
getDelegate() - Method in class org.springframework.data.history.AnnotationRevisionMetadata
 
getDelegate() - Method in interface org.springframework.data.history.RevisionMetadata
Returns the underlying revision metadata which might provider more detailed implementation specific information.
getDeleteMethod() - Method in interface org.springframework.data.repository.core.CrudMethods
Returns the delete method of the repository.
getDeleteMethod() - Method in class org.springframework.data.repository.core.support.DefaultCrudMethods
 
getDependencyInstance(Bean<S>) - Method in class org.springframework.data.repository.cdi.CdiRepositoryBean
Returns an instance of an the given Bean.
getDependencyInstance(Bean<S>, Class<?>) - Method in class org.springframework.data.repository.cdi.CdiRepositoryBean
Returns an instance of an the given Bean and allows to be specific about the type that is about to be created.
getDescription() - Method in class org.springframework.data.util.ReflectionUtils.AnnotationFieldFilter
 
getDescription() - Method in interface org.springframework.data.util.ReflectionUtils.DescribedFieldFilter
Returns the description of the field filter.
getDirection() - Method in class org.springframework.data.domain.KeysetScrollPosition
 
getDirection() - Method in class org.springframework.data.domain.Sort.Order
Returns the order the property shall be sorted for.
getDistance() - Method in class org.springframework.data.geo.GeoResult
 
getDomainClass() - Method in class org.springframework.data.repository.query.QueryMethod
Returns the domain class the query method is targeted at.
getDomainType() - Method in class org.springframework.data.projection.EntityProjection
 
getDomainType() - Method in class org.springframework.data.repository.core.RepositoryInformationSupport
 
getDomainType() - Method in interface org.springframework.data.repository.core.RepositoryMetadata
Returns the raw domain class the repository is declared for.
getDomainType() - Method in class org.springframework.data.repository.query.ReturnedType
Returns the entity type.
getDomainTypeInformation() - Method in class org.springframework.data.repository.core.RepositoryInformationSupport
 
getDomainTypeInformation() - Method in interface org.springframework.data.repository.core.RepositoryMetadata
Returns the TypeInformationof the domain type the repository is declared to manage.
getDomainTypeInformation() - Method in class org.springframework.data.repository.core.support.AnnotationRepositoryMetadata
 
getDomainTypeInformation() - Method in class org.springframework.data.repository.core.support.DefaultRepositoryMetadata
 
getDomainTypeInformation() - Method in interface org.springframework.data.repository.query.ParametersSource
 
getDuration(TimeUnit) - Method in class org.springframework.data.repository.core.support.RepositoryMethodInvocationListener.RepositoryMethodInvocation
 
getDynamicProjectionIndex() - Method in class org.springframework.data.repository.query.Parameters
Returns the index of the parameter that represents the dynamic projection type.
getElement() - Method in class org.springframework.data.repository.config.XmlRepositoryConfigurationSource
Returns the XML element backing the configuration.
getEnableAnnotationMetadata() - Method in class org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
Returns the AnnotationMetadata for the @Enable annotation that triggered the configuration.
getEntity() - Method in class org.springframework.data.history.Revision
 
getEntityCreator() - Method in exception org.springframework.data.mapping.model.MappingInstantiationException
The entity creator used during the instantiation attempt.
getEntityInformation() - Method in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
 
getEntityInformation() - Method in interface org.springframework.data.repository.core.support.RepositoryFactoryInformation
Returns EntityInformation the repository factory is using.
getEntityInformation() - Method in class org.springframework.data.repository.query.QueryMethod
 
getEntityInformation(Class<T>) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
Returns the EntityInformation for the given domain class.
getEntityInformationFor(Class<?>) - Method in class org.springframework.data.repository.support.Repositories
Returns the EntityInformation for the given domain class.
getEntityPathResolver() - Method in class org.springframework.data.querydsl.binding.QuerydslBindingsFactory
Returns the EntityPathResolver used by the factory.
getEntityType() - Method in exception org.springframework.data.mapping.model.MappingInstantiationException
Returns the type of the entity that was attempted to instantiate.
getEntityUltimatelyReferredToBy(PersistentProperty<?>) - Method in class org.springframework.data.mapping.context.PersistentEntities
Returns the PersistentEntity the given PersistentProperty refers to in case it's an association.
getEnvironment() - Method in interface org.springframework.data.expression.ValueEvaluationContext
Returns the Environment if provided.
getError() - Method in interface org.springframework.data.repository.core.support.RepositoryMethodInvocationListener.RepositoryMethodInvocationResult
 
getEvaluationContext() - Method in interface org.springframework.data.expression.ValueEvaluationContext
Returns the EvaluationContext if provided.
getEvaluationContext(Object) - Method in interface org.springframework.data.expression.ValueEvaluationContextProvider
Return a EvaluationContext built using the given parameter values.
getEvaluationContext(Object) - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
Obtain a EvaluationContext for a rootObject.
getEvaluationContext(Object) - Method in class org.springframework.data.mapping.model.CachingValueExpressionEvaluatorFactory
 
getEvaluationContext(Object) - Method in class org.springframework.data.mapping.model.SpELContext
 
getEvaluationContext(Object) - Method in interface org.springframework.data.spel.EvaluationContextProvider
Return a EvaluationContext built using the given parameter values.
getEvaluationContext(Object) - Method in class org.springframework.data.spel.ExtensionAwareEvaluationContextProvider
 
getEvaluationContext(Object) - Method in class org.springframework.data.spel.ReactiveExtensionAwareEvaluationContextProvider
 
getEvaluationContext(Object, ExpressionDependencies) - Method in interface org.springframework.data.expression.ValueEvaluationContextProvider
Return a tailored EvaluationContext built using the given parameter values and considering expression dependencies.
getEvaluationContext(Object, ExpressionDependencies) - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
Obtain a EvaluationContext for a rootObject given ExpressionDependencies.
getEvaluationContext(Object, ExpressionDependencies) - Method in class org.springframework.data.mapping.model.CachingValueExpressionEvaluatorFactory
 
getEvaluationContext(Object, ExpressionDependencies) - Method in interface org.springframework.data.spel.EvaluationContextProvider
Return a tailored EvaluationContext built using the given parameter values and considering expression dependencies.
getEvaluationContext(Object, ExpressionDependencies) - Method in class org.springframework.data.spel.ExtensionAwareEvaluationContextProvider
 
getEvaluationContext(Object, ExpressionDependencies) - Method in class org.springframework.data.spel.ReactiveExtensionAwareEvaluationContextProvider
 
getEvaluationContext(T, Object[]) - Method in class org.springframework.data.repository.query.ExtensionAwareQueryMethodEvaluationContextProvider
 
getEvaluationContext(T, Object[]) - Method in interface org.springframework.data.repository.query.QueryMethodEvaluationContextProvider
Returns an EvaluationContext built using the given Parameters and parameter values.
getEvaluationContext(T, Object[]) - Method in class org.springframework.data.repository.query.ReactiveExtensionAwareQueryMethodEvaluationContextProvider
 
getEvaluationContext(T, Object[], ExpressionDependencies) - Method in class org.springframework.data.repository.query.ExtensionAwareQueryMethodEvaluationContextProvider
 
getEvaluationContext(T, Object[], ExpressionDependencies) - Method in interface org.springframework.data.repository.query.QueryMethodEvaluationContextProvider
Returns an EvaluationContext built using the given Parameters and parameter values.
getEvaluationContext(T, Object[], ExpressionDependencies) - Method in class org.springframework.data.repository.query.ReactiveExtensionAwareQueryMethodEvaluationContextProvider
 
getEvaluationContextLater(Object) - Method in interface org.springframework.data.spel.ReactiveEvaluationContextProvider
Return a EvaluationContext built using the given parameter values.
getEvaluationContextLater(Object) - Method in class org.springframework.data.spel.ReactiveExtensionAwareEvaluationContextProvider
 
getEvaluationContextLater(Object, ExpressionDependencies) - Method in interface org.springframework.data.spel.ReactiveEvaluationContextProvider
Return a tailored EvaluationContext built using the given parameter values and considering expression dependencies.
getEvaluationContextLater(Object, ExpressionDependencies) - Method in class org.springframework.data.spel.ReactiveExtensionAwareEvaluationContextProvider
 
getEvaluationContextLater(T, Object[]) - Method in class org.springframework.data.repository.query.ReactiveExtensionAwareQueryMethodEvaluationContextProvider
 
getEvaluationContextLater(T, Object[]) - Method in interface org.springframework.data.repository.query.ReactiveQueryMethodEvaluationContextProvider
Return a EvaluationContext built using the given Parameters and parameter values.
getEvaluationContextLater(T, Object[], ExpressionDependencies) - Method in class org.springframework.data.repository.query.ReactiveExtensionAwareQueryMethodEvaluationContextProvider
 
getEvaluationContextLater(T, Object[], ExpressionDependencies) - Method in interface org.springframework.data.repository.query.ReactiveQueryMethodEvaluationContextProvider
Return a EvaluationContext built using the given Parameters and parameter values.
getEvaluationContextProvider() - Method in interface org.springframework.data.repository.cdi.CdiRepositoryConfiguration
getExcludeFilters() - Method in class org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
 
getExcludeFilters() - Method in class org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
getExcludeFilters() - Method in interface org.springframework.data.repository.config.ImplementationDetectionConfiguration
Returns the exclude filters to be used for the implementation class scanning.
getExcludeFilters() - Method in interface org.springframework.data.repository.config.RepositoryConfiguration
Returns the TypeFilters to be used to exclude packages from repository scanning.
getExcludeFilters() - Method in interface org.springframework.data.repository.config.RepositoryConfigurationSource
Return the TypeFilters to define which types to exclude when scanning for repositories or repository implementations.
getExcludeFilters() - Method in class org.springframework.data.repository.config.RepositoryConfigurationSourceSupport
Return the TypeFilters to define which types to exclude when scanning for repositories.
getExcludeFilters() - Method in class org.springframework.data.repository.config.XmlRepositoryConfigurationSource
 
getExecutionAdapter(Class<?>) - Static method in class org.springframework.data.repository.util.QueryExecutionConverters
Returns the QueryExecutionConverters.ExecutionAdapter to be used for the given return type.
getExpressionDependencies() - Method in interface org.springframework.data.expression.ValueExpression
Returns the expression dependencies.
getExpressionParser() - Method in interface org.springframework.data.expression.ValueParserConfiguration
Parser for SpEL expressions.
getExpressionString() - Method in interface org.springframework.data.expression.ValueExpression
Returns the original string used to create this expression (unmodified).
getExtension() - Method in class org.springframework.data.repository.config.RepositoryBeanDefinitionRegistrarSupport
Returns the RepositoryConfigurationExtension for store specific callbacks and BeanDefinition post-processing.
getExtension() - Method in interface org.springframework.data.spel.spi.ReactiveEvaluationContextExtension
Return the EvaluationContextExtension to be consumed during the actual execution.
getExtensionForBaseOf(PersistentPropertyPath<P>) - Method in interface org.springframework.data.mapping.PersistentPropertyPath
Returns the sub-path of the current one as if it was based on the given base path.
getExtensionId() - Method in interface org.springframework.data.spel.spi.ExtensionIdAware
Return the identifier of the extension.
getFactoryMethod() - Method in class org.springframework.data.mapping.FactoryMethod
Returns the underlying Constructor.
getFallbackIsNewStrategy() - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
Returns the default IsNewStrategy to be used.
getFallbackTypeFor(S) - Method in class org.springframework.data.convert.DefaultTypeMapper
Returns the type fallback TypeInformation in case none could be extracted from the given source.
getField() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
 
getField() - Method in class org.springframework.data.mapping.model.Property
Returns the field of the property if available and if its first (only) parameter matches the type of the property.
getField() - Method in interface org.springframework.data.mapping.PersistentProperty
 
getField() - Method in class org.springframework.data.util.AnnotationDetectionFieldCallback
Returns the detected field.
getFieldName(PersistentProperty<?>) - Method in class org.springframework.data.mapping.model.CamelCaseSplittingFieldNamingStrategy
 
getFieldName(PersistentProperty<?>) - Method in interface org.springframework.data.mapping.model.FieldNamingStrategy
Returns the field name to be used for the given PersistentProperty.
getFieldName(PersistentProperty<?>) - Method in enum class org.springframework.data.mapping.model.PropertyNameFieldNamingStrategy
 
getFindAllMethod() - Method in interface org.springframework.data.repository.core.CrudMethods
Returns the find all method of the repository.
getFindAllMethod() - Method in class org.springframework.data.repository.core.support.DefaultCrudMethods
 
getFindOneMethod() - Method in interface org.springframework.data.repository.core.CrudMethods
Returns the find one method of the repository.
getFindOneMethod() - Method in class org.springframework.data.repository.core.support.DefaultCrudMethods
 
getFirst() - Method in class org.springframework.data.geo.Box
Returns the first Point making up the Box.
getFirst() - Method in interface org.springframework.data.mapping.PersistentPropertyPaths
Returns the first PersistentPropertyPath.
getFirst() - Method in class org.springframework.data.util.Pair
Returns the first element of the Pair.
getForPath(String) - Method in class org.springframework.data.domain.ExampleMatcher.PropertySpecifiers
 
getFragment() - Method in exception org.springframework.data.repository.core.support.FragmentNotImplementedException
 
getFragmentBeanName() - Method in class org.springframework.data.repository.config.RepositoryFragmentConfiguration
 
getFragmentConfiguration() - Method in interface org.springframework.data.repository.config.RepositoryFragmentConfigurationProvider
Returns the fragment configuration.
getFragmentInterface() - Method in exception org.springframework.data.repository.core.support.UnsupportedFragmentException
 
getFragmentInterfaces(String) - Method in class org.springframework.data.repository.config.FragmentMetadata
Returns all interfaces to be considered fragment ones for the given source interface.
getFragments() - Method in interface org.springframework.data.repository.core.RepositoryMetadata
 
getFragments() - Method in class org.springframework.data.repository.core.support.AnnotationRepositoryMetadata
 
getFragments() - Method in class org.springframework.data.repository.core.support.DefaultRepositoryMetadata
 
getFragments() - Method in class org.springframework.data.repository.core.support.RepositoryComposition
 
getFunctions() - Method in interface org.springframework.data.spel.spi.EvaluationContextExtension
Return the functions exposed by the extension.
getGetter() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
 
getGetter() - Method in class org.springframework.data.mapping.model.Property
Returns the getter of the property if available and if it matches the type of the property.
getGetter() - Method in interface org.springframework.data.mapping.PersistentProperty
Returns the getter method to access the property value if available.
getId() - Method in interface org.springframework.data.domain.Persistable
Returns the id of the entity.
getId() - Method in class org.springframework.data.repository.cdi.CdiRepositoryBean
 
getId(T) - Method in interface org.springframework.data.repository.core.EntityInformation
Returns the id of the given entity or null if none can be obtained.
getId(T) - Method in class org.springframework.data.repository.core.support.DelegatingEntityInformation
 
getId(T) - Method in class org.springframework.data.repository.core.support.PersistentEntityInformation
 
getIdentifier() - Method in interface org.springframework.data.mapping.IdentifierAccessor
Returns the value of the identifier.
getIdentifier() - Method in class org.springframework.data.mapping.model.IdPropertyIdentifierAccessor
 
getIdentifierAccessor(Object) - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
 
getIdentifierAccessor(Object) - Method in interface org.springframework.data.mapping.PersistentEntity
Returns the IdentifierAccessor for the given bean.
getIdentifyingAnnotations() - Method in interface org.springframework.data.repository.config.AotRepositoryContext
 
getIdentifyingAnnotations() - Method in class org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
Return the annotations to scan domain types for when evaluating repository interfaces for store assignment.
getIdentifyingTypes() - Method in class org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
Returns the types that indicate a store match when inspecting repositories for strict matches.
getIdProperty() - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
 
getIdProperty() - Method in interface org.springframework.data.mapping.PersistentEntity
Returns the id property of the PersistentEntity.
getIdType() - Method in interface org.springframework.data.repository.core.EntityInformation
Returns the type of the id of the entity.
getIdType() - Method in class org.springframework.data.repository.core.RepositoryInformationSupport
 
getIdType() - Method in interface org.springframework.data.repository.core.RepositoryMetadata
Returns the raw id class the given class is declared for.
getIdType() - Method in class org.springframework.data.repository.core.support.DelegatingEntityInformation
 
getIdType() - Method in class org.springframework.data.repository.core.support.PersistentEntityInformation
 
getIdTypeInformation() - Method in class org.springframework.data.repository.core.RepositoryInformationSupport
 
getIdTypeInformation() - Method in interface org.springframework.data.repository.core.RepositoryMetadata
Returns the TypeInformation of the id type of the repository.
getIdTypeInformation() - Method in class org.springframework.data.repository.core.support.AnnotationRepositoryMetadata
 
getIdTypeInformation() - Method in class org.springframework.data.repository.core.support.DefaultRepositoryMetadata
 
getIgnoreCase() - Method in class org.springframework.data.domain.ExampleMatcher.PropertySpecifier
 
getIgnoredPaths() - Method in interface org.springframework.data.domain.ExampleMatcher
 
getImplementation() - Method in interface org.springframework.data.repository.core.support.RepositoryFragment
 
getImplementation() - Method in class org.springframework.data.repository.core.support.RepositoryFragment.ImplementedRepositoryFragment
 
getImplementationBasePackages() - Method in class org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
getImplementationBasePackages() - Method in interface org.springframework.data.repository.config.RepositoryConfiguration
Returns the base packages to scan for repository implementations.
getImplementationBeanName() - Method in class org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
getImplementationBeanName() - Method in interface org.springframework.data.repository.config.ImplementationLookupConfiguration
Returns the bean name of the implementation to be looked up.
getImplementationBeanName() - Method in interface org.springframework.data.repository.config.RepositoryConfiguration
Returns the custom implementation bean name to be used.
getImplementationBeanName() - Method in class org.springframework.data.repository.config.RepositoryFragmentConfiguration
 
getImplementationClassName() - Method in class org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
getImplementationClassName() - Method in interface org.springframework.data.repository.config.ImplementationLookupConfiguration
Returns the simple name of the class to be looked up.
getImplementationPostfix() - Method in interface org.springframework.data.repository.config.ImplementationDetectionConfiguration
Returns the postfix to be used to calculate the implementation type's name.
getIncludeFilters() - Method in class org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
 
getIncludeFilters() - Method in class org.springframework.data.repository.config.RepositoryConfigurationSourceSupport
Return the TypeFilters to define which types to include when scanning for repositories.
getIncludeFilters() - Method in class org.springframework.data.repository.config.XmlRepositoryConfigurationSource
 
getIndex() - Method in class org.springframework.data.repository.query.Parameter
Returns the position index the parameter is bound to in the context of its surrounding Parameters.
getInjectionPoints() - Method in class org.springframework.data.repository.cdi.CdiRepositoryBean
 
getInputProperties() - Method in class org.springframework.data.projection.SpelAwareProxyProjectionFactory.SpelAwareProjectionInformation
 
getInputProperties() - Method in interface org.springframework.data.projection.ProjectionInformation
Returns the properties that will be consumed by the projection type.
getInputProperties() - Method in class org.springframework.data.repository.query.ReturnedType
Returns the properties required to be used to populate the result.
getInstanceCreatorMetadata() - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
 
getInstanceCreatorMetadata() - Method in interface org.springframework.data.mapping.PersistentEntity
Returns the InstanceCreatorMetadata to be used to instantiate objects of this PersistentEntity.
getInstantiatorFor(PersistentEntity<?, ?>) - Method in class org.springframework.data.mapping.model.EntityInstantiators
Returns the EntityInstantiator to be used to create the given PersistentEntity.
getInterfaceName() - Method in class org.springframework.data.repository.config.RepositoryFragmentConfiguration
 
getInverse() - Method in class org.springframework.data.mapping.Association
 
getInvokerFor(Class<?>) - Method in class org.springframework.data.repository.support.DefaultRepositoryInvokerFactory
 
getInvokerFor(Class<?>) - Method in interface org.springframework.data.repository.support.RepositoryInvokerFactory
Returns the RepositoryInvoker for a repository managing the given domain type.
getJavaType() - Method in interface org.springframework.data.repository.core.EntityMetadata
Returns the actual domain class type.
getJavaType() - Method in class org.springframework.data.repository.core.support.AbstractEntityInformation
 
getJavaType() - Method in class org.springframework.data.repository.core.support.DelegatingEntityInformation
 
getJavaType() - Method in class org.springframework.data.repository.core.support.PersistentEntityInformation
 
getKeys() - Method in class org.springframework.data.domain.KeysetScrollPosition
 
getKeywords() - Method in enum class org.springframework.data.repository.query.parser.Part.Type
Returns all keywords supported by the current Part.Type.
getLastModifiedBy() - Method in interface org.springframework.data.domain.Auditable
Returns the user who modified the entity lastly.
getLastModifiedDate() - Method in interface org.springframework.data.auditing.AuditableBeanWrapper
Returns the date of the last modification date of the backing bean.
getLastModifiedDate() - Method in interface org.springframework.data.domain.Auditable
Returns the date of the last modification.
getLatestRevision() - Method in class org.springframework.data.history.Revisions
Returns the latest revision of the revisions backing the wrapper independently of the order.
getLeafProperty() - Method in interface org.springframework.data.mapping.PersistentPropertyPath
Returns the last property in the PersistentPropertyPath.
getLeafProperty() - Method in class org.springframework.data.mapping.PropertyPath
Returns the leaf property of the PropertyPath.
getLeafType() - Method in class org.springframework.data.mapping.PropertyPath
Returns the type of the leaf property of the current PropertyPath.
getLength() - Method in interface org.springframework.data.mapping.PersistentPropertyPath
Returns the length of the PersistentPropertyPath.
getLimit() - Method in interface org.springframework.data.repository.query.ParameterAccessor
Returns the Limit instance to be used for query creation.
getLimit() - Method in class org.springframework.data.repository.query.ParametersParameterAccessor
 
getLimitIndex() - Method in class org.springframework.data.repository.query.Parameters
Returns the index of the Limit Method parameter if available.
getLinks(Page<?>) - Method in class org.springframework.data.domain.jaxb.PageAdapter
Return additional links that shall be added to the SpringDataJaxb.PageDto.
getLogger() - Method in class org.springframework.data.repository.config.RepositoryRegistrationAotProcessor
 
getLookups() - Method in interface org.springframework.data.repository.core.support.MethodLookup
Return an ordered List of MethodLookup.MethodPredicate.
getLowerBound() - Method in class org.springframework.data.domain.Range
 
getManagedTypes() - Method in class org.springframework.data.mapping.context.AbstractMappingContext
 
getManagedTypes() - Method in interface org.springframework.data.mapping.context.MappingContext
Returns the TypeInformations for all PersistentEntitys in the MappingContext.
getManagedTypes() - Method in class org.springframework.data.mapping.context.PersistentEntities
Returns all TypeInformation exposed by the registered MappingContexts.
getMapBaseType(Class<?>) - Static method in class org.springframework.data.util.CustomCollections
Returns the map base type for the given type, i.e. the one that's considered the logical map interface (Map for HashMap etc.).
getMappedType() - Method in class org.springframework.data.projection.EntityProjection
 
getMappingContext() - Method in interface org.springframework.data.convert.EntityConverter
Returns the underlying MappingContext used by the converter.
getMapTypes() - Method in interface org.springframework.data.util.CustomCollectionRegistrar
Returns all types that are supposed to be considered maps.
getMapValueType() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
 
getMapValueType() - Method in interface org.springframework.data.mapping.PersistentProperty
Returns the type of the values if the property is a Map.
getMapValueType() - Method in class org.springframework.data.util.ClassTypeInformation
 
getMapValueType() - Method in interface org.springframework.data.util.TypeInformation
Will return the type of the value in case the underlying type is a Map.
getMaskCount(int) - Static method in class org.springframework.data.mapping.model.KotlinDefaultMask
Return the number of defaulting masks required to represent the number of arguments.
getMatcher() - Method in interface org.springframework.data.domain.Example
Get the ExampleMatcher used.
getMatchMode() - Method in interface org.springframework.data.domain.ExampleMatcher
Get the match mode of the ExampleMatcher.
getMaxPageSize() - Method in class org.springframework.data.web.PageableHandlerMethodArgumentResolverSupport
Retrieves the maximum page size to be accepted.
getMaxResults() - Method in class org.springframework.data.repository.query.parser.PartTree
Return the number of maximal results to return or null if not restricted.
getMessage() - Method in exception org.springframework.data.mapping.PropertyReferenceException
 
getMetadata() - Method in class org.springframework.data.history.Revision
 
getMetadata() - Method in class org.springframework.data.web.PagedModel
 
getMetadata(Class<?>) - Static method in class org.springframework.data.repository.core.support.AbstractRepositoryMetadata
Creates a new RepositoryMetadata for the given repository interface.
getMetadataReader(String) - Method in class org.springframework.data.type.classreading.MethodsMetadataReaderFactory
Deprecated.
 
getMetadataReader(Resource) - Method in class org.springframework.data.type.classreading.MethodsMetadataReaderFactory
Deprecated.
 
getMetadataReaderFactory() - Method in interface org.springframework.data.repository.config.ImplementationDetectionConfiguration
Returns the MetadataReaderFactory to be used for implementation class scanning.
getMethod() - Method in class org.springframework.data.repository.core.support.MethodLookup.InvokedMethod
 
getMethod() - Method in class org.springframework.data.repository.core.support.RepositoryMethodInvocationListener.RepositoryMethodInvocation
 
getMethod() - Method in interface org.springframework.data.repository.query.ParametersSource
 
getMethod() - Method in exception org.springframework.data.repository.query.QueryCreationException
 
getMethod() - Method in class org.springframework.data.util.AnnotationDetectionMethodCallback
 
getMethod(Class<?>, String, ResolvableType...) - Static method in class org.springframework.data.util.ReflectionUtils
Returns the Method with the given name and parameters declared on the given type, if available.
getMethodLookup() - Method in class org.springframework.data.repository.core.support.RepositoryComposition
 
getMethodParameter() - Method in class org.springframework.data.web.PagedResourcesAssembler
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.1, rather set up the instance with PagedResourcesAssembler.withParameter(MethodParameter).
getMethods() - Method in interface org.springframework.data.type.MethodsMetadata
Deprecated.
Return all methods.
getMethods(String) - Method in interface org.springframework.data.type.MethodsMetadata
Deprecated.
Return all methods matching method name.
getMethodsMetadata() - Method in interface org.springframework.data.type.classreading.MethodsMetadataReader
Deprecated.
 
getMetric() - Method in class org.springframework.data.geo.Distance
 
getModuleContribution() - Method in class org.springframework.data.repository.config.RepositoryRegistrationAotContribution
 
getModuleIdentifier() - Method in class org.springframework.data.aot.ManagedTypesBeanRegistrationAotProcessor
 
getModuleIdentifier() - Method in interface org.springframework.data.repository.config.RepositoryConfigurationExtension
A String uniquely identifying the module within all Spring Data modules.
getModuleName() - Method in interface org.springframework.data.repository.config.RepositoryConfigurationExtension
Returns the descriptive name of the module.
getModuleName() - Method in class org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
 
getModulePrefix() - Method in class org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
Deprecated.
since 3.0, refer to RepositoryConfigurationExtension.getModuleIdentifier() instead and implement either RepositoryConfigurationExtensionSupport.getModuleName() directly or both methods if the default translation from name to identifier as defined in RepositoryConfigurationExtension.getModuleIdentifier() doesn't suit you.
getMultiplier() - Method in class org.springframework.data.geo.CustomMetric
 
getMultiplier() - Method in interface org.springframework.data.geo.Metric
Returns the multiplier to calculate metrics values from a base scale.
getMultiplier() - Method in enum class org.springframework.data.geo.Metrics
 
getName() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
 
getName() - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
 
getName() - Method in class org.springframework.data.mapping.model.Property
Returns the name of the property.
getName() - Method in class org.springframework.data.mapping.Parameter
Returns the name of the parameter.
getName() - Method in interface org.springframework.data.mapping.PersistentEntity
The entity name including any package prefix.
getName() - Method in interface org.springframework.data.mapping.PersistentProperty
The name of the property
getName() - Method in class org.springframework.data.repository.cdi.CdiRepositoryBean
 
getName() - Method in class org.springframework.data.repository.core.support.MethodLookup.InvokedMethod
 
getName() - Method in class org.springframework.data.repository.query.Parameter
Returns the name of the parameter (through Param annotation).
getName() - Method in class org.springframework.data.repository.query.QueryMethod
Returns the method's name.
getName() - Method in class org.springframework.data.spel.spi.Function
Returns the name of the function.
getNamedQueries() - Method in interface org.springframework.data.repository.cdi.CdiRepositoryConfiguration
Return the NamedQueries to use.
getNamedQueriesLocation() - Method in class org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
getNamedQueriesLocation() - Method in interface org.springframework.data.repository.config.RepositoryConfiguration
Returns the location of the file containing Spring Data named queries.
getNamedQueryLocation() - Method in class org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
 
getNamedQueryLocation() - Method in interface org.springframework.data.repository.config.RepositoryConfigurationSource
 
getNamedQueryLocation() - Method in class org.springframework.data.repository.config.XmlRepositoryConfigurationSource
 
getNamedQueryName() - Method in class org.springframework.data.repository.query.QueryMethod
Returns the name of the named query this method belongs to.
getNormalizedValue() - Method in class org.springframework.data.geo.Distance
Returns the normalized value regarding the underlying Metric.
getNow() - Method in enum class org.springframework.data.auditing.CurrentDateTimeProvider
 
getNow() - Method in interface org.springframework.data.auditing.DateTimeProvider
Returns the current time to be used as modification or creation date.
getNullable() - Method in class org.springframework.data.util.Lazy
Returns the value of the lazy evaluation.
getNullHandler() - Method in interface org.springframework.data.domain.ExampleMatcher
Get defined null handling.
getNullHandler() - Method in class org.springframework.data.support.ExampleMatcherAccessor
Get defined null handling.
getNullHandling() - Method in class org.springframework.data.domain.Sort.Order
Returns the used Sort.NullHandling hint, which can but may not be respected by the used datastore.
getNullHandling() - Method in class org.springframework.data.mapping.AccessOptions.SetOptions
 
getNullValues() - Method in class org.springframework.data.mapping.AccessOptions.GetOptions
 
getNumber() - Method in class org.springframework.data.domain.SliceImpl
 
getNumber() - Method in interface org.springframework.data.domain.Slice
Returns the number of the current Slice.
getNumberOfArguments() - Method in class org.springframework.data.repository.query.parser.Part
Returns how many method parameters are bound by this part.
getNumberOfArguments() - Method in enum class org.springframework.data.repository.query.parser.Part.Type
Returns the number of arguments the propertyPath binds.
getNumberOfElements() - Method in class org.springframework.data.domain.SliceImpl
 
getNumberOfElements() - Method in interface org.springframework.data.domain.Slice
Returns the number of elements currently on this Slice.
getNumberOfOccurences(Method, Class<?>) - Static method in class org.springframework.data.repository.util.ClassUtils
getNumberOfOccurrences(Method, Class<?>) - Static method in class org.springframework.data.repository.util.ClassUtils
Returns the number of occurrences for the given parameter type in the given Method.
getNumberOfParameters() - Method in class org.springframework.data.repository.query.Parameters
Returns the number of parameters.
getObject() - Method in class org.springframework.data.repository.config.PersistentEntitiesFactoryBean
 
getObject() - Method in class org.springframework.data.repository.config.PropertiesBasedNamedQueriesFactoryBean
 
getObject() - Method in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
 
getObject() - Method in class org.springframework.data.repository.core.support.RepositoryFragmentsFactoryBean
 
getObjectFactoryBeanDefinition(String, Object) - Static method in class org.springframework.data.config.ParsingUtils
Returns a BeanDefinition for an ObjectFactoryCreatingFactoryBean pointing to the bean with the given name.
getObjectType() - Method in class org.springframework.data.repository.config.PersistentEntitiesFactoryBean
 
getObjectType() - Method in class org.springframework.data.repository.config.PropertiesBasedNamedQueriesFactoryBean
 
getObjectType() - Method in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
 
getObjectType() - Method in class org.springframework.data.repository.core.support.RepositoryFragmentsFactoryBean
 
getObjectType() - Method in class org.springframework.data.repository.init.AbstractRepositoryPopulatorFactoryBean
 
getObverse() - Method in class org.springframework.data.mapping.Association
 
getOffset() - Method in class org.springframework.data.domain.AbstractPageRequest
 
getOffset() - Method in class org.springframework.data.domain.OffsetScrollPosition
The zero or positive offset.
getOffset() - Method in interface org.springframework.data.domain.Pageable
Returns the offset to be taken according to the underlying page and page size.
getOffsetParameter(MethodParameter) - Method in class org.springframework.data.web.OffsetScrollPositionHandlerMethodArgumentResolverSupport
Returns the offset parameter to be looked up from the request.
getOptional() - Method in class org.springframework.data.util.Lazy
Returns the Optional value created by the configured Supplier, allowing the absence of values in contrast to Lazy.get().
GetOptions(Map<PersistentProperty<?>, Function<Object, Object>>, AccessOptions.GetOptions.GetNulls) - Constructor for class org.springframework.data.mapping.AccessOptions.GetOptions
 
getOrder() - Method in class org.springframework.data.util.KotlinBeanInfoFactory
 
getOrderFor(String) - Method in class org.springframework.data.domain.Sort
Returns the order registered for the given property.
getOrderSpecifiers() - Method in class org.springframework.data.querydsl.QSort
 
getOwner() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
 
getOwner() - Method in interface org.springframework.data.mapping.PersistentProperty
Returns the PersistentEntity owning the current PersistentProperty.
getOwningType() - Method in class org.springframework.data.mapping.PropertyPath
Returns the owning type of the PropertyPath.
getPage(List<T>, Pageable, LongSupplier) - Static method in class org.springframework.data.support.PageableExecutionUtils
Constructs a Page based on the given content, Pageable and LongSupplier applying optimizations.
getPageable() - Method in class org.springframework.data.domain.SliceImpl
 
getPageable() - Method in interface org.springframework.data.domain.Slice
Returns the Pageable that's been used to request the current Slice.
getPageable() - Method in interface org.springframework.data.repository.query.ParameterAccessor
Returns the Pageable of the parameters, if available.
getPageable() - Method in class org.springframework.data.repository.query.ParametersParameterAccessor
 
getPageable(MethodParameter, String, String) - Method in class org.springframework.data.web.PageableHandlerMethodArgumentResolverSupport
 
getPageableIndex() - Method in class org.springframework.data.repository.query.Parameters
Returns the index of the Pageable Method parameter if available.
getPageNumber() - Method in class org.springframework.data.domain.AbstractPageRequest
 
getPageNumber() - Method in interface org.springframework.data.domain.Pageable
Returns the page to be returned.
getPageParameterName() - Method in class org.springframework.data.web.PageableHandlerMethodArgumentResolverSupport
Retrieves the parameter name to be used to find the page number in the request.
getPageSize() - Method in class org.springframework.data.domain.AbstractPageRequest
 
getPageSize() - Method in interface org.springframework.data.domain.Pageable
Returns the number of items to be returned.
getPaginationReturnTypes() - Static method in class org.springframework.data.util.CustomCollections
Returns all types that are allowed pagination return types.
getPaginationTemplateVariables(MethodParameter, UriComponents) - Method in class org.springframework.data.web.HateoasPageableHandlerMethodArgumentResolver
Returns the template variable for the pagination parameters.
getParameter() - Method in exception org.springframework.data.repository.support.QueryMethodParameterConversionException
Returns the MethodParameter we tried to convert the source value for.
getParameter(int) - Method in class org.springframework.data.repository.query.Parameters
Returns the parameter with the given index.
getParameter(String) - Method in class org.springframework.data.repository.query.SpelQueryContext.SpelExtractor
 
getParameterCount() - Method in interface org.springframework.data.mapping.InstanceCreatorMetadata
 
getParameterCount() - Method in class org.springframework.data.repository.core.support.MethodLookup.InvokedMethod
 
getParameterCount() - Method in class org.springframework.data.spel.spi.Function
Returns the number of parameters required by the underlying method.
getParameterNameToUse(String, MethodParameter) - Method in class org.springframework.data.web.PageableHandlerMethodArgumentResolverSupport
Returns the name of the request parameter to find the Pageable information in.
getParameters() - Method in interface org.springframework.data.mapping.InstanceCreatorMetadata
 
getParameters() - Method in class org.springframework.data.mapping.PreferredConstructor
Returns the Parameters of the executable.
getParameters() - Method in class org.springframework.data.repository.query.ParametersParameterAccessor
Returns the Parameters instance backing the accessor.
getParameters() - Method in class org.springframework.data.repository.query.QueryMethod
Returns the Parameters wrapper to gain additional information about Method parameters.
getParameterTypes() - Method in class org.springframework.data.repository.core.support.MethodLookup.InvokedMethod
 
getParameterTypes(Constructor<?>) - Method in class org.springframework.data.util.ClassTypeInformation
 
getParameterTypes(Constructor<?>) - Method in interface org.springframework.data.util.TypeInformation
Returns the TypeInformations for the parameters of the given Constructor.
getParameterTypes(Method) - Method in class org.springframework.data.util.ClassTypeInformation
 
getParameterTypes(Method) - Method in interface org.springframework.data.util.TypeInformation
Returns the TypeInformations for the parameters of the given Method.
getParameterValue(Parameter<T, P>) - Method in interface org.springframework.data.mapping.model.ParameterValueProvider
Returns the value to be used for the given Parameter (usually when entity instances are created).
getParameterValue(Parameter<T, P>) - Method in class org.springframework.data.mapping.model.PersistentEntityParameterValueProvider
 
getParameterValue(Parameter<T, P>) - Method in class org.springframework.data.mapping.model.ValueExpressionParameterValueProvider
 
getParent() - Method in class org.springframework.data.util.ParameterTypes
 
getParent(TypeDescriptor) - Method in class org.springframework.data.util.ParameterTypes
 
getParentPath() - Method in interface org.springframework.data.mapping.PersistentPropertyPath
Returns the parent path of the current PersistentPropertyPath, i.e. the path without the leaf property.
getParser() - Method in class org.springframework.data.mapping.model.SpELContext
 
getParts() - Method in class org.springframework.data.repository.query.parser.PartTree
Returns an Iterable of all parts contained in the PartTree.
getParts(Part.Type) - Method in class org.springframework.data.repository.query.parser.PartTree
Returns all Parts of the PartTree of the given Part.Type.
getPath() - Method in class org.springframework.data.domain.ExampleMatcher.PropertySpecifier
Get the properties Dot-Path.
getPersistenceConstructor() - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
 
getPersistenceConstructor() - Method in interface org.springframework.data.mapping.PersistentEntity
getPersistentEntities() - Method in class org.springframework.data.mapping.context.AbstractMappingContext
 
getPersistentEntities() - Method in interface org.springframework.data.mapping.context.MappingContext
Returns all PersistentEntitys held in the context.
getPersistentEntity() - Method in class org.springframework.data.mapping.context.MappingContextEvent
Returns the PersistentEntity the event was created for.
getPersistentEntity() - Method in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
 
getPersistentEntity() - Method in interface org.springframework.data.repository.core.support.RepositoryFactoryInformation
Returns the PersistentEntity managed by the underlying repository.
getPersistentEntity(Class<?>) - Method in class org.springframework.data.mapping.context.AbstractMappingContext
 
getPersistentEntity(Class<?>) - Method in interface org.springframework.data.mapping.context.MappingContext
Returns a PersistentEntity for the given Class.
getPersistentEntity(Class<?>) - Method in class org.springframework.data.mapping.context.PersistentEntities
Returns the PersistentEntity for the given type.
getPersistentEntity(Class<?>) - Method in class org.springframework.data.repository.support.Repositories
Returns the PersistentEntity for the given domain class.
getPersistentEntity(TypeInformation<?>) - Method in class org.springframework.data.mapping.context.AbstractMappingContext
 
getPersistentEntity(TypeInformation<?>) - Method in interface org.springframework.data.mapping.context.MappingContext
Returns a PersistentEntity for the given TypeInformation.
getPersistentEntity(P) - Method in class org.springframework.data.mapping.context.AbstractMappingContext
 
getPersistentEntity(P) - Method in interface org.springframework.data.mapping.context.MappingContext
Returns the PersistentEntity mapped by the given PersistentProperty.
getPersistentEntityTypeInformation() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
 
getPersistentEntityTypeInformation() - Method in interface org.springframework.data.mapping.PersistentProperty
Returns the detected TypeInformations if the property references a PersistentEntity.
getPersistentId(ChangeSetBacked, ChangeSet) - Method in interface org.springframework.data.crossstore.ChangeSetPersister
Return id
getPersistentProperties(Class<? extends Annotation>) - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
 
getPersistentProperties(Class<? extends Annotation>) - Method in interface org.springframework.data.mapping.PersistentEntity
Returns all properties equipped with an Annotation of the given type.
getPersistentProperty(Class<? extends Annotation>) - Method in interface org.springframework.data.mapping.PersistentEntity
Returns the first property equipped with an Annotation of the given type.
getPersistentProperty(String) - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
 
getPersistentProperty(String) - Method in interface org.springframework.data.mapping.PersistentEntity
Obtains a PersistentProperty instance by name.
getPersistentPropertyPath(String, Class<?>) - Method in class org.springframework.data.mapping.context.AbstractMappingContext
 
getPersistentPropertyPath(String, Class<?>) - Method in interface org.springframework.data.mapping.context.MappingContext
Returns all PersistentPropertys for the given dot path notation based on the given type.
getPersistentPropertyPath(String, TypeInformation<?>) - Method in class org.springframework.data.mapping.context.AbstractMappingContext
 
getPersistentPropertyPath(String, TypeInformation<?>) - Method in interface org.springframework.data.mapping.context.MappingContext
Returns all PersistentPropertys for the given dot path notation based on the given type.
getPersistentPropertyPath(PropertyPath) - Method in class org.springframework.data.mapping.context.AbstractMappingContext
 
getPersistentPropertyPath(PropertyPath) - Method in interface org.springframework.data.mapping.context.MappingContext
Returns all PersistentPropertys for the given path expression based on the given PropertyPath.
getPersistentState(Class<? extends ChangeSetBacked>, K, ChangeSet) - Method in interface org.springframework.data.crossstore.ChangeSetPersister
TODO how to tell when not found?
getPlaceholder() - Method in class org.springframework.data.repository.query.Parameter
Returns the placeholder to be used for the parameter.
getPoints() - Method in class org.springframework.data.geo.Polygon
Returns all Points the Polygon is made of.
getPredicate(TypeInformation<?>, MultiValueMap<String, ?>, QuerydslBindings) - Method in class org.springframework.data.querydsl.binding.QuerydslPredicateBuilder
Creates a Querydsl Predicate for the given values, QuerydslBindings on the given TypeInformation.
getPrimitiveDefault(Class<?>) - Static method in class org.springframework.data.util.ReflectionUtils
Get default value for a primitive type.
getProbe() - Method in interface org.springframework.data.domain.Example
Get the example used.
getProbeType() - Method in interface org.springframework.data.domain.Example
Get the actual type for the probe used.
getProjectionFactory() - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
Returns a ProjectionFactory instance.
getProjectionFactory(ClassLoader, BeanFactory) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
Returns the ProjectionFactory to be used with the repository instances created.
getProjectionInformation(Class<?>) - Method in interface org.springframework.data.projection.ProjectionFactory
Returns the ProjectionInformation for the given projection type.
getProjectionInformation(Class<?>) - Method in class org.springframework.data.projection.SpelAwareProxyProjectionFactory
 
getProperties() - Method in interface org.springframework.data.spel.spi.EvaluationContextExtension
Return the properties exposed by the extension.
getProperty() - Method in interface org.springframework.data.convert.ValueConversionContext
Return the PersistentProperty to be handled.
getProperty() - Method in class org.springframework.data.domain.Sort.Order
Returns the property to order for.
getProperty() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
 
getProperty() - Method in class org.springframework.data.repository.query.parser.Part
 
getProperty(String) - Method in class org.springframework.data.util.ClassTypeInformation
 
getProperty(String) - Method in interface org.springframework.data.util.TypeInformation
Returns the property information for the property with the given name.
getProperty(PersistentProperty<?>) - Method in class org.springframework.data.mapping.model.InstantiationAwarePropertyAccessor
 
getProperty(PersistentProperty<?>) - Method in class org.springframework.data.mapping.model.ConvertingPropertyAccessor
 
getProperty(PersistentProperty<?>) - Method in interface org.springframework.data.mapping.PersistentPropertyAccessor
Returns the value of the given PersistentProperty of the underlying bean instance.
getProperty(PersistentProperty<?>, Class<S>) - Method in class org.springframework.data.mapping.model.ConvertingPropertyAccessor
Returns the value of the given PersistentProperty converted to the given type.
getProperty(PersistentPropertyPath<? extends PersistentProperty<?>>) - Method in class org.springframework.data.mapping.model.ConvertingPropertyAccessor
 
getProperty(PersistentPropertyPath<? extends PersistentProperty<?>>) - Method in interface org.springframework.data.mapping.PersistentPropertyPathAccessor
Return the value pointed to by the given PersistentPropertyPath.
getProperty(PersistentPropertyPath<? extends PersistentProperty<?>>, AccessOptions.GetOptions) - Method in class org.springframework.data.mapping.model.ConvertingPropertyAccessor
 
getProperty(PersistentPropertyPath<? extends PersistentProperty<?>>, AccessOptions.GetOptions) - Method in interface org.springframework.data.mapping.PersistentPropertyPathAccessor
Return the value pointed to by the given PersistentPropertyPath.
getPropertyAccessor(B) - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
 
getPropertyAccessor(B) - Method in interface org.springframework.data.mapping.PersistentEntity
Returns a PersistentPropertyAccessor to access property values of the given bean.
getPropertyAccessor(PersistentEntity<?, ?>, T) - Method in enum class org.springframework.data.mapping.model.BeanWrapperPropertyAccessorFactory
 
getPropertyAccessor(PersistentEntity<?, ?>, T) - Method in class org.springframework.data.mapping.model.ClassGeneratingPropertyAccessorFactory
 
getPropertyAccessor(PersistentEntity<?, ?>, T) - Method in class org.springframework.data.mapping.model.InstantiationAwarePropertyAccessorFactory
 
getPropertyAccessor(PersistentEntity<?, ?>, T) - Method in interface org.springframework.data.mapping.model.PersistentPropertyAccessorFactory
Returns a PersistentPropertyAccessor for a given PersistentEntity and bean.
getPropertyDelimiter() - Method in class org.springframework.data.web.SortHandlerMethodArgumentResolverSupport
 
getPropertyName() - Method in exception org.springframework.data.mapping.PropertyReferenceException
Returns the name of the property not found.
getPropertyName() - Method in class org.springframework.data.projection.Accessor
Returns the name of the property this accessor handles.
getPropertyName(Method) - Method in interface org.springframework.data.util.MethodInvocationRecorder.PropertyNameDetectionStrategy
 
getPropertyPath() - Method in class org.springframework.data.projection.EntityProjection.PropertyProjection
 
getPropertyPath() - Method in class org.springframework.data.util.MethodInvocationRecorder.Recorded
 
getPropertyPath(List<MethodInvocationRecorder.PropertyNameDetectionStrategy>) - Method in class org.springframework.data.util.MethodInvocationRecorder.Recorded
 
getPropertyPath(MethodInvocationRecorder.PropertyNameDetectionStrategy) - Method in class org.springframework.data.util.MethodInvocationRecorder.Recorded
 
getPropertyPathAccessor(B) - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
 
getPropertyPathAccessor(B) - Method in interface org.springframework.data.mapping.PersistentEntity
Returns a PersistentPropertyPathAccessor to access property values of the given bean.
getPropertySpecifier(String) - Method in class org.springframework.data.support.ExampleMatcherAccessor
Get the ExampleMatcher.PropertySpecifier for given path.
getPropertySpecifiers() - Method in interface org.springframework.data.domain.ExampleMatcher
 
getPropertySpecifiers() - Method in class org.springframework.data.support.ExampleMatcherAccessor
Returns the ExampleMatcher.PropertySpecifiers of the underlying ExampleMatcher.
getPropertyValue(String) - Method in class org.springframework.data.util.DirectFieldAccessFallbackBeanWrapper
 
getPropertyValue(P) - Method in interface org.springframework.data.mapping.model.PropertyValueProvider
Returns a value for the given PersistentProperty.
getPropertyValueConversions() - Method in class org.springframework.data.convert.CustomConversions.ConverterConfiguration
 
getPropertyValueConversions() - Method in class org.springframework.data.convert.CustomConversions
Gets a reference to the configured PropertyValueConversions if property value conversions are supported by the underlying data store.
getPropertyValueTransformer() - Method in class org.springframework.data.domain.ExampleMatcher.PropertySpecifier
Get the property transformer to be applied.
getQualifiers() - Method in class org.springframework.data.repository.cdi.CdiRepositoryBean
 
getQuery(String) - Method in interface org.springframework.data.repository.core.NamedQueries
Returns the named query with the given name.
getQuery(String) - Method in class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries
 
getQueryCreationListeners() - Method in interface org.springframework.data.repository.cdi.CdiRepositoryConfiguration
Returns the list of QueryCreationListener to be used during repository proxy creation.
getQueryLookupStrategy() - Method in interface org.springframework.data.repository.cdi.CdiRepositoryConfiguration
Return the QueryLookupStrategy.Key to lookup queries.
getQueryLookupStrategy(QueryLookupStrategy.Key, QueryMethodEvaluationContextProvider) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
getQueryLookupStrategyKey() - Method in class org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
 
getQueryLookupStrategyKey() - Method in class org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
getQueryLookupStrategyKey() - Method in interface org.springframework.data.repository.config.RepositoryConfiguration
Returns the key to resolve a QueryLookupStrategy from eventually.
getQueryLookupStrategyKey() - Method in interface org.springframework.data.repository.config.RepositoryConfigurationSource
Returns the QueryLookupStrategy.Key to define how query methods shall be resolved.
getQueryLookupStrategyKey() - Method in class org.springframework.data.repository.config.XmlRepositoryConfigurationSource
 
getQueryMethod() - Method in interface org.springframework.data.repository.query.RepositoryQuery
Returns the related QueryMethod.
getQueryMethods() - Method in interface org.springframework.data.repository.core.RepositoryInformation
Returns all methods considered to be query methods.
getQueryMethods() - Method in class org.springframework.data.repository.core.RepositoryInformationSupport
 
getQueryMethods() - Method in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
 
getQueryMethods() - Method in interface org.springframework.data.repository.core.support.RepositoryFactoryInformation
Returns all QueryMethods declared for that repository.
getQueryMethods() - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
 
getQueryMethodsFor(Class<?>) - Method in class org.springframework.data.repository.support.Repositories
Returns the QueryMethods contained in the repository managing the given domain class.
getQueryString() - Method in class org.springframework.data.repository.query.SpelEvaluator
Returns the query string produced by the intermediate SpEL expression collection step.
getQueryString() - Method in class org.springframework.data.repository.query.SpelQueryContext.SpelExtractor
The query with all the SpEL expressions replaced with bind parameters.
getRadius() - Method in class org.springframework.data.geo.Circle
Returns the radius of the Circle.
getRawType() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
 
getRawType() - Method in class org.springframework.data.mapping.Parameter
Returns the raw resolved type of the parameter.
getRawType() - Method in interface org.springframework.data.mapping.PersistentProperty
Returns the raw type as it's pulled from from the reflected property.
getRawTypeInformation() - Method in class org.springframework.data.util.ClassTypeInformation
Deprecated.
 
getRawTypeInformation() - Method in interface org.springframework.data.util.TypeInformation
Returns a TypeInformation to represent the TypeInformation of the raw type of the current instance.
getReadingConverter() - Method in interface org.springframework.data.convert.ConverterBuilder.ReadingConverterAware
Returns the reading converter already created.
getRegistrationsFor(Object) - Method in class org.springframework.data.convert.CustomConversions.StoreConversions
Returns CustomConversions.ConverterRegistrations for the given converter.
getRepositories() - Method in class org.springframework.data.repository.init.RepositoriesPopulatedEvent
Returns the Repositories that were populated.
getRepository(Class<T>) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
Returns a repository instance for the given interface.
getRepository(Class<T>, Object) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
Returns a repository instance for the given interface backed by a single instance providing implementation logic for custom logic.
getRepository(Class<T>, RepositoryComposition.RepositoryFragments) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
Returns a repository instance for the given interface backed by an instance providing implementation logic for custom logic.
getRepositoryAotProcessor() - Method in interface org.springframework.data.repository.config.RepositoryConfigurationExtension
Returns the BeanRegistrationAotProcessor type responsible for contributing AOT/native configuration required by the Spring Data Repository infrastructure components at native runtime.
getRepositoryBaseClass() - Method in interface org.springframework.data.repository.core.RepositoryInformation
Returns the base class to be used to create the proxy backing instance.
getRepositoryBaseClass() - Method in class org.springframework.data.repository.core.RepositoryInformationSupport
 
getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
Returns the base class backing the actual repository instance.
getRepositoryBaseClassName() - Method in class org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
 
getRepositoryBaseClassName() - Method in class org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
getRepositoryBaseClassName() - Method in interface org.springframework.data.repository.config.RepositoryConfiguration
Returns the name of the repository base class to be used or null if the store specific defaults shall be applied.
getRepositoryBaseClassName() - Method in interface org.springframework.data.repository.config.RepositoryConfigurationSource
Returns the name of the repository base class to be used or Optional.empty() if the store specific defaults shall be applied.
getRepositoryBaseClassName() - Method in class org.springframework.data.repository.config.XmlRepositoryConfigurationSource
 
getRepositoryBeanClass() - Method in interface org.springframework.data.repository.cdi.CdiRepositoryConfiguration
Return the repository base class to use.
getRepositoryBeanName() - Method in class org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
getRepositoryBeanName() - Method in interface org.springframework.data.repository.config.RepositoryConfiguration
Returns the bean name of the repository to be used.
getRepositoryConfiguration(BeanDefinition, T) - Method in class org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
Creates a actual RepositoryConfiguration instance for the given RepositoryConfigurationSource and interface name.
getRepositoryConfigurations(T, ResourceLoader) - Method in class org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
 
getRepositoryConfigurations(T, ResourceLoader, boolean) - Method in interface org.springframework.data.repository.config.RepositoryConfigurationExtension
Returns all RepositoryConfigurations obtained through the given RepositoryConfigurationSource.
getRepositoryConfigurations(T, ResourceLoader, boolean) - Method in class org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
 
getRepositoryContext() - Method in class org.springframework.data.repository.cdi.CdiRepositoryExtensionSupport
 
getRepositoryContext() - Method in class org.springframework.data.repository.config.RepositoryRegistrationAotContribution
 
getRepositoryFactoryBeanClassName() - Method in class org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
 
getRepositoryFactoryBeanClassName() - Method in class org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
getRepositoryFactoryBeanClassName() - Method in interface org.springframework.data.repository.config.RepositoryConfiguration
Returns the name of the repository factory bean class to be used.
getRepositoryFactoryBeanClassName() - Method in interface org.springframework.data.repository.config.RepositoryConfigurationExtension
Returns the name of the repository factory class to be used.
getRepositoryFactoryBeanClassName() - Method in interface org.springframework.data.repository.config.RepositoryConfigurationSource
Returns the name of the repository factory bean class or Optional.empty() if not defined in the source.
getRepositoryFactoryBeanClassName() - Method in class org.springframework.data.repository.config.XmlRepositoryConfigurationSource
 
getRepositoryFactoryBeanName() - Method in class org.springframework.data.repository.config.XmlRepositoryConfigurationSource
 
getRepositoryFor(Class<?>) - Method in class org.springframework.data.repository.support.Repositories
Returns the repository managing the given domain class.
getRepositoryFragments(Class<T>) - Method in class org.springframework.data.repository.cdi.CdiRepositoryBean
Lookup repository fragments for a repository interface.
getRepositoryFragments(RepositoryMetadata) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
Creates RepositoryComposition.RepositoryFragments based on RepositoryMetadata to add repository-specific extensions.
getRepositoryImplementationPostfix() - Method in interface org.springframework.data.repository.cdi.CdiRepositoryConfiguration
Returns the configured postfix to be used for looking up custom implementation classes.
getRepositoryImplementationPostfix() - Method in class org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
 
getRepositoryImplementationPostfix() - Method in interface org.springframework.data.repository.config.RepositoryConfigurationSource
Returns the configured postfix to be used for looking up custom implementation classes.
getRepositoryImplementationPostfix() - Method in class org.springframework.data.repository.config.XmlRepositoryConfigurationSource
 
getRepositoryInformation() - Method in interface org.springframework.data.repository.config.AotRepositoryContext
 
getRepositoryInformation() - Method in class org.springframework.data.repository.config.RepositoryRegistrationAotContribution
 
getRepositoryInformation() - Method in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
 
getRepositoryInformation() - Method in interface org.springframework.data.repository.core.support.RepositoryFactoryInformation
Returns the RepositoryInformation to determine meta-information about the repository being used.
getRepositoryInformation(Class<?>) - Method in class org.springframework.data.repository.support.Repositories
Returns the RepositoryInformation for the given repository interface.
getRepositoryInformation(RepositoryMetadata, RepositoryComposition.RepositoryFragments) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
getRepositoryInformationFor(Class<?>) - Method in class org.springframework.data.repository.support.Repositories
Returns the RepositoryInformation for the given domain class.
getRepositoryInterface() - Method in class org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
getRepositoryInterface() - Method in interface org.springframework.data.repository.config.RepositoryConfiguration
Returns the interface name of the repository.
getRepositoryInterface() - Method in exception org.springframework.data.repository.core.RepositoryCreationException
 
getRepositoryInterface() - Method in class org.springframework.data.repository.core.RepositoryInformationSupport
 
getRepositoryInterface() - Method in interface org.springframework.data.repository.core.RepositoryMetadata
Returns the repository interface.
getRepositoryInterface() - Method in class org.springframework.data.repository.core.support.AbstractRepositoryMetadata
 
getRepositoryInterface() - Method in class org.springframework.data.repository.core.support.RepositoryMethodInvocationListener.RepositoryMethodInvocation
 
getRepositoryMetadata(Class<?>) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
Returns the RepositoryMetadata for the given repository interface.
getRepositoryMetadata(RegisteredBean) - Method in class org.springframework.data.repository.config.RepositoryRegistrationAotProcessor
 
getRepositoryProxyPostProcessors() - Method in interface org.springframework.data.repository.cdi.CdiRepositoryConfiguration
Returns the list of RepositoryProxyPostProcessor to be used during repository proxy creation.
getRepositoryRegistrationAotProcessor() - Method in class org.springframework.data.repository.config.RepositoryRegistrationAotContribution
 
getRepositoryTypes() - Method in class org.springframework.data.repository.cdi.CdiRepositoryExtensionSupport
Provides access to all repository types as well as their qualifiers.
getRequiredActualType() - Method in interface org.springframework.data.util.TypeInformation
Transparently returns the Map value type if the type is a Map, returns the component type if the type TypeInformation.isCollectionLike() or the simple type if none of this applies.
getRequiredAnnotation(Class<A>) - Method in interface org.springframework.data.mapping.PersistentEntity
Returns the required annotation of the given type on the PersistentEntity.
getRequiredAnnotation(Class<A>) - Method in interface org.springframework.data.mapping.PersistentProperty
Looks up the annotation of the given type on the PersistentProperty.
getRequiredAssociation() - Method in interface org.springframework.data.mapping.PersistentProperty
Get the Association of this property.
getRequiredAttribute(String, Class<T>) - Method in interface org.springframework.data.repository.config.RepositoryConfigurationSource
Returns the attribute value for the attribute of the given name.
getRequiredBeanClassName(BeanDefinition) - Static method in interface org.springframework.data.config.ConfigurationUtils
Returns the bean class name of the given BeanDefinition.
getRequiredClassLoader() - Method in interface org.springframework.data.aot.AotContext
Returns the required ClassLoader used by this AotContext to resolve types.
getRequiredClassLoader(XmlReaderContext) - Static method in interface org.springframework.data.config.ConfigurationUtils
Returns the ClassLoader used by the given XmlReaderContext.
getRequiredClassLoader(ResourceLoader) - Static method in interface org.springframework.data.config.ConfigurationUtils
Returns the ClassLoader used by the given ResourceLoader.
getRequiredComponentType() - Method in interface org.springframework.data.util.TypeInformation
Returns the component type for Collections, the key type for Maps or the single generic type if available.
getRequiredField() - Method in interface org.springframework.data.mapping.PersistentProperty
 
getRequiredField() - Method in class org.springframework.data.util.AnnotationDetectionFieldCallback
Returns the field that was detected.
getRequiredGetter() - Method in interface org.springframework.data.mapping.PersistentProperty
 
getRequiredId(T) - Method in interface org.springframework.data.repository.core.EntityInformation
Returns the identifier of the given entity.
getRequiredIdentifier() - Method in interface org.springframework.data.mapping.IdentifierAccessor
Returns the identifier of the underlying instance.
getRequiredIdentifier() - Method in class org.springframework.data.mapping.TargetAwareIdentifierAccessor
 
getRequiredIdProperty() - Method in interface org.springframework.data.mapping.PersistentEntity
Returns the id property of the PersistentEntity.
getRequiredLeafProperty() - Method in interface org.springframework.data.mapping.PersistentPropertyPath
Deprecated, for removal: This API element is subject to removal in a future version.
getRequiredMapValueType() - Method in interface org.springframework.data.util.TypeInformation
Will return the type of the value in case the underlying type is a Map or throw IllegalStateException if the map value type cannot be resolved.
getRequiredMethod() - Method in class org.springframework.data.util.AnnotationDetectionMethodCallback
Returns the method with the configured annotation.
getRequiredPersistentEntity(Class<?>) - Method in interface org.springframework.data.mapping.context.MappingContext
Returns a required PersistentEntity for the given Class.
getRequiredPersistentEntity(Class<?>) - Method in class org.springframework.data.mapping.context.PersistentEntities
Returns the PersistentEntity for the given type.
getRequiredPersistentEntity(TypeInformation<?>) - Method in interface org.springframework.data.mapping.context.MappingContext
Returns a PersistentEntity for the given TypeInformation.
getRequiredPersistentEntity(P) - Method in interface org.springframework.data.mapping.context.MappingContext
Returns the PersistentEntity mapped by the given PersistentProperty.
getRequiredPersistentProperty(String) - Method in interface org.springframework.data.mapping.PersistentEntity
Returns the PersistentProperty with the given name.
getRequiredProperty(String) - Method in interface org.springframework.data.util.TypeInformation
Returns the property information for the property with the given name or throw IllegalArgumentException if the type information cannot be resolved.
getRequiredRepositoryInformation(Class<?>) - Method in class org.springframework.data.repository.support.Repositories
Returns the RepositoryInformation for the given domain type.
getRequiredResourceLoader(XmlReaderContext) - Static method in interface org.springframework.data.config.ConfigurationUtils
Returns the ResourceLoader from the given XmlReaderContext.
getRequiredRevisionInstant() - Method in class org.springframework.data.history.Revision
Returns the timestamp of the revision, immediately failing on absence.
getRequiredRevisionInstant() - Method in interface org.springframework.data.history.RevisionMetadata
Returns the time stamp of the revision, immediately failing on absence.
getRequiredRevisionNumber() - Method in class org.springframework.data.history.Revision
Returns the revision number of the revision, immediately failing on absence.
getRequiredRevisionNumber() - Method in interface org.springframework.data.history.RevisionMetadata
Returns the revision number of the revision, immediately failing on absence.
getRequiredSetter() - Method in interface org.springframework.data.mapping.PersistentProperty
 
getRequiredSuperTypeInformation(Class<?>) - Method in interface org.springframework.data.util.TypeInformation
Returns the TypeInformation for the given raw super type.
getRequiredType() - Method in class org.springframework.data.util.AnnotationDetectionFieldCallback
Returns the type of the field or throws an IllegalArgumentException if no field could be found.
getRequiredValueExpression() - Method in class org.springframework.data.mapping.Parameter
Returns the required expression to be used when looking up a source data structure to populate the actual parameter value or throws IllegalStateException if there's no expression.
getRequiredVersionProperty() - Method in interface org.springframework.data.mapping.PersistentEntity
Returns the version property of the PersistentEntity.
getRequiredWither() - Method in interface org.springframework.data.mapping.PersistentProperty
 
getResolvedAnnotations() - Method in interface org.springframework.data.repository.config.AotRepositoryContext
 
getResolvedBeanName() - Method in class org.springframework.data.auditing.config.AuditingHandlerBeanDefinitionParser
Returns the name of the bean definition the AuditingHandler was registered under.
getResolvedPath() - Method in exception org.springframework.data.mapping.context.InvalidPersistentPropertyPath
Returns the part of the source path until which the source property path could be resolved.
getResolvedTypes() - Method in interface org.springframework.data.repository.config.AotRepositoryContext
 
getResourceDescription() - Method in class org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
 
getResourceDescription() - Method in class org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
getResourceDescription() - Method in interface org.springframework.data.repository.config.RepositoryConfiguration
Returns a human readable description of the repository interface declaration for error reporting purposes.
getResourceDescription() - Method in interface org.springframework.data.repository.config.RepositoryConfigurationSource
Returns a human readable description of the repository configuration source for error reporting purposes.
getResourceDescription() - Method in class org.springframework.data.repository.config.XmlRepositoryConfigurationSource
 
getResourceReader() - Method in class org.springframework.data.repository.init.AbstractRepositoryPopulatorFactoryBean
 
getResourceReader() - Method in class org.springframework.data.repository.init.Jackson2RepositoryPopulatorFactoryBean
 
getResourceReader() - Method in class org.springframework.data.repository.init.UnmarshallerRepositoryPopulatorFactoryBean
 
getResult() - Method in class org.springframework.data.repository.core.support.RepositoryMethodInvocationListener.RepositoryMethodInvocation
 
getResultLimit() - Method in class org.springframework.data.repository.query.parser.PartTree
Return the number of maximal results to return or Limit.unlimited() if not restricted.
getResultProcessor() - Method in class org.springframework.data.repository.query.QueryMethod
Returns the ResultProcessor to be used with the query method.
getReturnedDomainClass(Method) - Method in class org.springframework.data.repository.core.RepositoryInformationSupport
 
getReturnedDomainClass(Method) - Method in interface org.springframework.data.repository.core.RepositoryMetadata
Returns the domain class returned by the given Method.
getReturnedDomainClass(Method) - Method in class org.springframework.data.repository.core.support.AbstractRepositoryMetadata
 
getReturnedObjectType() - Method in class org.springframework.data.repository.query.QueryMethod
Returns the type of the object that will be returned.
getReturnedType() - Method in class org.springframework.data.repository.query.ResultProcessor
Returns the ReturnedType.
getReturnedType() - Method in class org.springframework.data.repository.query.ReturnedType
Returns the type of the individual objects to return.
getReturnType(Method) - Method in class org.springframework.data.repository.core.RepositoryInformationSupport
 
getReturnType(Method) - Method in interface org.springframework.data.repository.core.RepositoryMetadata
Returns the type Method return type as it is declared in the repository.
getReturnType(Method) - Method in class org.springframework.data.repository.core.support.AbstractRepositoryMetadata
 
getReturnType(Method) - Static method in class org.springframework.data.util.KotlinReflectionUtils
Returns the return type of a Kotlin Method.
getReturnType(Method) - Method in class org.springframework.data.util.ClassTypeInformation
 
getReturnType(Method) - Method in interface org.springframework.data.util.TypeInformation
Returns a TypeInformation for the return type of the given Method.
getRevisionDirection(Sort) - Static method in class org.springframework.data.history.RevisionSort
Returns in which direction to sort revisions for the given Sort instance.
getRevisionEntityClass() - Method in interface org.springframework.data.repository.history.support.RevisionEntityInformation
 
getRevisionInstant() - Method in class org.springframework.data.history.AnnotationRevisionMetadata
 
getRevisionInstant() - Method in class org.springframework.data.history.Revision
Returns the timestamp of the revision.
getRevisionInstant() - Method in interface org.springframework.data.history.RevisionMetadata
Returns the timestamp of the revision.
getRevisionNumber() - Method in class org.springframework.data.history.AnnotationRevisionMetadata
 
getRevisionNumber() - Method in class org.springframework.data.history.Revision
Returns the revision number of the revision.
getRevisionNumber() - Method in interface org.springframework.data.history.RevisionMetadata
Returns the revision number of the revision.
getRevisionNumberType() - Method in interface org.springframework.data.repository.history.support.RevisionEntityInformation
 
getRevisionType() - Method in class org.springframework.data.history.AnnotationRevisionMetadata
 
getRevisionType() - Method in interface org.springframework.data.history.RevisionMetadata
Returns the RevisionMetadata.RevisionType of this change.
getRootBeanDefinition() - Method in interface org.springframework.data.aot.AotContext.IntrospectedBeanDefinition
Gets the RootBeanDefinition for the given, required bean name.
getRootObject() - Method in interface org.springframework.data.spel.spi.EvaluationContextExtension
Return the root object to be exposed by the extension.
getSaveMethod() - Method in interface org.springframework.data.repository.core.CrudMethods
Returns the method to be used for saving entities.
getSaveMethod() - Method in class org.springframework.data.repository.core.support.DefaultCrudMethods
 
getScope() - Method in class org.springframework.data.repository.cdi.CdiRepositoryBean
 
getScrollPosition() - Method in interface org.springframework.data.repository.query.ParameterAccessor
Returns the ScrollPosition of the parameters, if available.
getScrollPosition() - Method in class org.springframework.data.repository.query.ParametersParameterAccessor
 
getScrollPositionIndex() - Method in class org.springframework.data.repository.query.Parameters
Returns the index of the ScrollPosition Method parameter if available.
getSecond() - Method in class org.springframework.data.geo.Box
Returns the second Point making up the Box.
getSecond() - Method in class org.springframework.data.util.Pair
Returns the second element of the Pair.
getSegment() - Method in class org.springframework.data.mapping.PropertyPath
Returns the first part of the PropertyPath.
getSetter() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
 
getSetter() - Method in class org.springframework.data.mapping.model.Property
Returns the setter of the property if available and if its first (only) parameter matches the type of the property.
getSetter() - Method in interface org.springframework.data.mapping.PersistentProperty
Returns the setter method to set a property value.
getSignatureContributor() - Method in interface org.springframework.data.repository.core.support.RepositoryFragment
 
getSignatureContributor() - Method in class org.springframework.data.repository.core.support.RepositoryFragment.ImplementedRepositoryFragment
 
getSignatureContributor() - Method in class org.springframework.data.repository.core.support.RepositoryFragment.StructuralRepositoryFragment
 
getSimpleTypeHolder() - Method in class org.springframework.data.convert.CustomConversions
Returns the underlying SimpleTypeHolder.
getSize() - Method in class org.springframework.data.domain.SliceImpl
 
getSize() - Method in interface org.springframework.data.domain.Slice
Returns the size of the Slice.
getSizeParameterName() - Method in class org.springframework.data.web.PageableHandlerMethodArgumentResolverSupport
Retrieves the parameter name to be used to find the page size in the request.
getSort() - Method in class org.springframework.data.domain.SliceImpl
 
getSort() - Method in interface org.springframework.data.domain.Pageable
Returns the sorting parameters.
getSort() - Method in class org.springframework.data.domain.PageRequest
 
getSort() - Method in interface org.springframework.data.domain.Slice
Returns the sorting parameters for the Slice.
getSort() - Method in class org.springframework.data.querydsl.QPageRequest
 
getSort() - Method in interface org.springframework.data.repository.query.ParameterAccessor
Returns the sort instance to be used for query creation.
getSort() - Method in class org.springframework.data.repository.query.ParametersParameterAccessor
 
getSort() - Method in class org.springframework.data.repository.query.parser.PartTree
Returns the Sort specification parsed from the source.
getSortIndex() - Method in class org.springframework.data.repository.query.Parameters
Returns the index of the Sort Method parameter if available.
getSortOr(Sort) - Method in interface org.springframework.data.domain.Pageable
Returns the current Sort or the given one if the current one is unsorted.
getSortParameter(MethodParameter) - Method in class org.springframework.data.web.SortHandlerMethodArgumentResolverSupport
Returns the sort parameter to be looked up from the request.
getSortTemplateVariables(MethodParameter, UriComponents) - Method in class org.springframework.data.web.HateoasSortHandlerMethodArgumentResolver
Returns the template variables for the sort parameter.
getSource() - Method in interface org.springframework.data.aot.RegisteredBeanAotContribution
 
getSource() - Method in exception org.springframework.data.mapping.context.InvalidPersistentPropertyPath
Returns the source property path.
getSource() - Method in class org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
 
getSource() - Method in class org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
getSource() - Method in interface org.springframework.data.repository.config.RepositoryConfiguration
Returns the source of the RepositoryConfiguration.
getSource() - Method in interface org.springframework.data.repository.config.RepositoryConfigurationSource
Returns the actual source object that the configuration originated from.
getSource() - Method in class org.springframework.data.repository.config.XmlRepositoryConfigurationSource
 
getSource() - Method in class org.springframework.data.repository.init.RepositoriesPopulatedEvent
 
getSource() - Method in exception org.springframework.data.repository.support.QueryMethodParameterConversionException
Returns the source value that we failed converting.
getSourceBeanDefinition(BeanDefinitionBuilder, Object) - Static method in class org.springframework.data.config.ParsingUtils
Returns the AbstractBeanDefinition built by the given builder with the given extracted source applied.
getSourceBeanDefinition(BeanDefinitionBuilder, ParserContext, Element) - Static method in class org.springframework.data.config.ParsingUtils
Returns the BeanDefinition built by the given BeanDefinitionBuilder enriched with source information derived from the given Element.
getSpecifiers() - Method in class org.springframework.data.domain.ExampleMatcher.PropertySpecifiers
 
getSpelExpression() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
 
getSpelExpression() - Method in class org.springframework.data.mapping.model.AnnotationBasedPersistentProperty
Inspects a potentially available Value annotation at the property and returns the String value of it.
getSpelExpression() - Method in class org.springframework.data.mapping.Parameter
Deprecated.
since 3.3, use Parameter.getValueExpression() instead.
getSpelExpression() - Method in interface org.springframework.data.mapping.PersistentProperty
 
getState() - Method in interface org.springframework.data.repository.core.support.RepositoryMethodInvocationListener.RepositoryMethodInvocationResult
 
getStereotypes() - Method in class org.springframework.data.repository.cdi.CdiRepositoryBean
 
getStringMatcher() - Method in class org.springframework.data.domain.ExampleMatcher.PropertySpecifier
getStringMatcherForPath(String) - Method in class org.springframework.data.support.ExampleMatcherAccessor
Get the ExampleMatcher.StringMatcher for a given path or return the default one if none defined.
getSuperTypeInformation(Class<?>) - Method in class org.springframework.data.util.ClassTypeInformation
 
getSuperTypeInformation(Class<?>) - Method in interface org.springframework.data.util.TypeInformation
Returns the TypeInformation for the given raw super type.
getSupportedClasses() - Static method in class org.springframework.data.convert.Jsr310Converters
 
getSymbol() - Method in class org.springframework.data.spel.ExpressionDependencies.ExpressionDependency
 
getTarget() - Method in interface org.springframework.data.projection.TargetAware
Returns the proxy target.
getTargetClass() - Method in interface org.springframework.data.projection.TargetAware
Returns the type of the proxy target.
getTargetClassMethod(Method) - Method in interface org.springframework.data.repository.core.RepositoryInformation
Returns the target class method that is backing the given method.
getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
Create a repository instance as backing for the query proxy.
getTargetRepositoryViaReflection(Class<?>, Object...) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
Deprecated.
since 2.6 because it has a misleading name. Use RepositoryFactorySupport.instantiateClass(Class, Object...) instead.
getTargetRepositoryViaReflection(RepositoryInformation, Object...) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
Creates a repository of the repository base class defined in the given RepositoryInformation using reflection.
getTotalElements() - Method in interface org.springframework.data.domain.Page
Returns the total amount of elements.
getTotalElements() - Method in class org.springframework.data.domain.PageImpl
 
getTotalPages() - Method in interface org.springframework.data.domain.Page
Returns the number of total pages.
getTotalPages() - Method in class org.springframework.data.domain.PageImpl
 
getTransaction(TransactionDefinition) - Method in class org.springframework.data.transaction.ChainedTransactionManager
Deprecated.
 
getType() - Method in exception org.springframework.data.mapping.context.InvalidPersistentPropertyPath
Returns the type the source property path was attempted to be resolved on.
getType() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
 
getType() - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
 
getType() - Method in class org.springframework.data.mapping.model.Property
Returns the type of the property.
getType() - Method in class org.springframework.data.mapping.Parameter
Returns the TypeInformation of the parameter.
getType() - Method in interface org.springframework.data.mapping.PersistentEntity
Returns the resolved Java type of this entity.
getType() - Method in interface org.springframework.data.mapping.PersistentProperty
The type of the property
getType() - Method in class org.springframework.data.mapping.PropertyPath
Returns the actual type of the property.
getType() - Method in exception org.springframework.data.mapping.PropertyReferenceException
Returns the type the property could not be found on.
getType() - Method in class org.springframework.data.projection.SpelAwareProxyProjectionFactory.SpelAwareProjectionInformation
 
getType() - Method in interface org.springframework.data.projection.ProjectionInformation
Returns the projection type.
getType() - Method in class org.springframework.data.repository.query.Parameter
Returns the type of the Parameter.
getType() - Method in class org.springframework.data.repository.query.parser.Part
 
getType() - Method in class org.springframework.data.repository.util.QueryExecutionConverters.WrapperType
 
getType() - Method in class org.springframework.data.util.AnnotationDetectionFieldCallback
Returns the type of the field.
getType() - Method in class org.springframework.data.util.ClassTypeInformation
Deprecated.
 
getType() - Method in interface org.springframework.data.util.TypeInformation
Returns the type of the property.
getType() - Method in interface org.springframework.data.util.TypeUtils.TypeOps
 
getTypeAlias() - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
 
getTypeAlias() - Method in interface org.springframework.data.mapping.PersistentEntity
Returns the alias to be used when storing type information.
getTypeArguments() - Method in class org.springframework.data.util.ClassTypeInformation
 
getTypeArguments() - Method in interface org.springframework.data.util.TypeInformation
Returns the TypeInformation for the type arguments of the current TypeInformation.
getTypedProperty(PersistentProperty<?>, Class<S>) - Method in class org.springframework.data.mapping.model.ConvertingPropertyAccessor
 
getTypeInformation() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
 
getTypeInformation() - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
 
getTypeInformation() - Method in interface org.springframework.data.mapping.PersistentEntity
Returns the TypeInformation backing this PersistentEntity.
getTypeInformation() - Method in interface org.springframework.data.mapping.PersistentProperty
Returns the TypeInformation of the property.
getTypeInformation() - Method in class org.springframework.data.mapping.PropertyPath
 
getTypes() - Method in class org.springframework.data.repository.cdi.CdiRepositoryBean
 
getTypeScanner() - Method in interface org.springframework.data.aot.AotContext
Returns a new TypeScanner used to scan for types that will be contributed to the AOT processing infrastructure.
getTypeToRead() - Method in class org.springframework.data.repository.query.ReturnedType
Returns the type that the query execution is supposed to pass to the underlying infrastructure.
getTypeUltimatelyReferredToBy(PersistentProperty<?>) - Method in class org.springframework.data.mapping.context.PersistentEntities
Returns the type the given PersistentProperty ultimately refers to.
getUnit() - Method in class org.springframework.data.geo.Distance
Returns a String representation of the unit the distance is in.
getUnresolvableSegment() - Method in exception org.springframework.data.mapping.context.InvalidPersistentPropertyPath
Returns the segment of the source property path that could not be resolved.
getUnwrappers() - Static method in class org.springframework.data.util.CustomCollections
Returns all unwrapper functions that transform the custom collections into Java-native ones.
getUpperBound() - Method in class org.springframework.data.domain.Range
 
getUserClass(Class<?>) - Static method in class org.springframework.data.util.ProxyUtils
Returns the user class for the given type.
getUserClass(Object) - Static method in class org.springframework.data.util.ProxyUtils
Returns the user class for the given source object.
getUserType(Class<?>) - Method in interface org.springframework.data.util.ProxyUtils.ProxyDetector
Returns the user class for the given type.
getUserTypeInformation() - Method in interface org.springframework.data.util.TypeInformation
Returns the user type of the property if proxied.
getValue() - Method in class org.springframework.data.domain.Range.Bound
 
getValue() - Method in class org.springframework.data.geo.Distance
 
getValue() - Method in class org.springframework.data.mapping.Alias
 
getValue() - Method in class org.springframework.data.util.NullableWrapper
Returns the backing value.
getValue(int) - Method in class org.springframework.data.repository.query.ParametersParameterAccessor
Returns the value with the given index.
getValue(Object) - Method in class org.springframework.data.util.AnnotationDetectionFieldCallback
Retrieves the value of the field by reflection.
getValueConverter(P) - Method in interface org.springframework.data.convert.PropertyValueConversions
Get the converter registered for the given property.
getValueConverter(P) - Method in class org.springframework.data.convert.SimplePropertyValueConversions
 
getValueConverterRegistry() - Method in class org.springframework.data.convert.SimplePropertyValueConversions
Get the ValueConverterRegistry used for path configured converters.
getValueEvaluationContext(Object) - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
Obtain a ValueEvaluationContext for a rootObject.
getValueEvaluationContext(Object, ExpressionDependencies) - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
Obtain a ValueEvaluationContext for a rootObject given ExpressionDependencies.
getValueExpression() - Method in class org.springframework.data.mapping.Parameter
Returns the expression to be used when looking up a source data structure to populate the actual parameter value.
getValues() - Method in interface org.springframework.data.crossstore.ChangeSet
 
getValues() - Method in class org.springframework.data.crossstore.HashMapChangeSet
 
getValues() - Method in class org.springframework.data.repository.query.ParametersParameterAccessor
Returns the potentially unwrapped values.
getValueTransformerForPath(String) - Method in class org.springframework.data.support.ExampleMatcherAccessor
Get the ignore case flag for a given path or return ExampleMatcher.NoOpPropertyValueTransformer if none defined.
getValueType() - Method in class org.springframework.data.util.NullableWrapper
Returns the type of the contained value.
getVersionProperty() - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
 
getVersionProperty() - Method in interface org.springframework.data.mapping.PersistentEntity
Returns the version property of the PersistentEntity.
getWither() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
 
getWither() - Method in class org.springframework.data.mapping.model.Property
Returns the wither of the property if available and if its first (only) parameter matches the type of the property.
getWither() - Method in interface org.springframework.data.mapping.PersistentProperty
Returns the with Method to set a property value on a new object instance.
getWritingConverter() - Method in interface org.springframework.data.convert.ConverterBuilder.WritingConverterAware
Returns the writing converter already created.
getX() - Method in class org.springframework.data.geo.Point
Returns the x-coordinate of the Point.
getY() - Method in class org.springframework.data.geo.Point
Returns the y-coordinate of the Point.
GREATER_THAN - Enum constant in enum class org.springframework.data.repository.query.parser.Part.Type
 
GREATER_THAN_EQUAL - Enum constant in enum class org.springframework.data.repository.query.parser.Part.Type
 

H

hasAccessor() - Method in class org.springframework.data.mapping.model.Property
Returns whether the property exposes a getter or a setter.
hasActualTypeAnnotation(Class<? extends Annotation>) - Method in interface org.springframework.data.mapping.PersistentProperty
Returns whether the actual type of the property carries the given annotation.
hasAnnotatedField(Class<?>, String) - Static method in class org.springframework.data.util.TypeUtils
 
hasBean() - Method in interface org.springframework.data.aot.AotContext.TypeIntrospector
Determines whether the associated bean factory contains at least one bean of this type.
hasBean(Class<?>, BeanDefinitionRegistry) - Static method in class org.springframework.data.repository.config.RepositoryBeanDefinitionParser
Returns whether the given BeanDefinitionRegistry already contains a bean of the given type assuming the bean name has been autogenerated.
hasBean(Class<?>, BeanDefinitionRegistry) - Static method in class org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
Returns whether the given BeanDefinitionRegistry already contains a bean of the given type assuming the bean name has been auto-generated.
hasBindableNullValue() - Method in interface org.springframework.data.repository.query.ParameterAccessor
Returns whether one of the bindable parameter values is null.
hasBindableNullValue() - Method in class org.springframework.data.repository.query.ParametersParameterAccessor
 
hasContent() - Method in class org.springframework.data.domain.SliceImpl
 
hasContent() - Method in interface org.springframework.data.domain.Slice
Returns whether the Slice has content at all.
hasConverter(PersistentProperty<?>) - Method in class org.springframework.data.convert.PropertyValueConversionService
Return true if a PropertyValueConverter is registered for the PersistentProperty.
hasCustomMethod() - Method in interface org.springframework.data.repository.core.RepositoryInformation
Returns if the configured repository interface has custom methods, that might have to be delegated to a custom implementation.
hasCustomMethod() - Method in class org.springframework.data.repository.core.RepositoryInformationSupport
 
hasCustomReadTarget(Class<?>, Class<?>) - Method in class org.springframework.data.convert.CustomConversions
Returns whether we have a custom conversion registered to read the given source into the given target type.
hasCustomWriteTarget(Class<?>) - Method in class org.springframework.data.convert.CustomConversions
Returns whether we have a custom conversion registered to read sourceType into a native type.
hasCustomWriteTarget(Class<?>, Class<?>) - Method in class org.springframework.data.convert.CustomConversions
Returns whether we have a custom conversion registered to read an object of the given source type into an object of the given native target type.
hasDeeperResolutionDepthThan(PropertyReferenceException) - Method in exception org.springframework.data.mapping.PropertyReferenceException
Returns whether the given PropertyReferenceException has a deeper resolution depth (i.e. a longer path of already resolved properties) than the current exception.
hasDefaultMethods(Class<?>) - Static method in class org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor
Returns whether the interfaceClass declares default methods.
hasDelete() - Method in interface org.springframework.data.repository.core.CrudMethods
Returns whether the repository exposes a delete method.
hasDelete() - Method in class org.springframework.data.repository.core.support.DefaultCrudMethods
 
hasDeleteMethod() - Method in class org.springframework.data.querydsl.QuerydslRepositoryInvokerAdapter
 
hasDeleteMethod() - Method in interface org.springframework.data.repository.support.RepositoryInvocationInformation
Returns whether the repository has a method to delete objects.
hasDynamicProjection() - Method in class org.springframework.data.repository.query.Parameters
Returns whether a parameter expressing a dynamic projection exists.
hasFindAllMethod() - Method in class org.springframework.data.querydsl.QuerydslRepositoryInvokerAdapter
 
hasFindAllMethod() - Method in interface org.springframework.data.repository.core.CrudMethods
Returns whether the repository exposes a find all method at all.
hasFindAllMethod() - Method in class org.springframework.data.repository.core.support.DefaultCrudMethods
 
hasFindAllMethod() - Method in interface org.springframework.data.repository.support.RepositoryInvocationInformation
Returns whether the repository has a method to find all objects.
hasFindOneMethod() - Method in class org.springframework.data.querydsl.QuerydslRepositoryInvokerAdapter
 
hasFindOneMethod() - Method in interface org.springframework.data.repository.core.CrudMethods
Returns whether the repository exposes a find one method.
hasFindOneMethod() - Method in class org.springframework.data.repository.core.support.DefaultCrudMethods
 
hasFindOneMethod() - Method in interface org.springframework.data.repository.support.RepositoryInvocationInformation
Returns whether the repository has a method to find a single object.
hasFoundAnnotation() - Method in class org.springframework.data.util.AnnotationDetectionMethodCallback
Returns whether an annotation was found.
hashCode() - Method in class org.springframework.data.convert.CustomConversions.StoreConversions
 
hashCode() - Method in class org.springframework.data.domain.AbstractPageRequest
 
hashCode() - Method in class org.springframework.data.domain.ExampleMatcher.GenericPropertyMatcher
 
hashCode() - Method in class org.springframework.data.domain.ExampleMatcher.PropertySpecifier
 
hashCode() - Method in class org.springframework.data.domain.ExampleMatcher.PropertySpecifiers
 
hashCode() - Method in class org.springframework.data.domain.KeysetScrollPosition
 
hashCode() - Method in class org.springframework.data.domain.Limit.Limited
 
hashCode() - Method in class org.springframework.data.domain.OffsetScrollPosition
 
hashCode() - Method in class org.springframework.data.domain.PageImpl
 
hashCode() - Method in class org.springframework.data.domain.PageRequest
 
hashCode() - Method in class org.springframework.data.domain.Range.Bound
 
hashCode() - Method in class org.springframework.data.domain.Range
 
hashCode() - Method in class org.springframework.data.domain.SliceImpl
 
hashCode() - Method in class org.springframework.data.domain.Sort
 
hashCode() - Method in class org.springframework.data.domain.Sort.Order
 
hashCode() - Method in class org.springframework.data.geo.Box
 
hashCode() - Method in class org.springframework.data.geo.Circle
 
hashCode() - Method in class org.springframework.data.geo.Distance
 
hashCode() - Method in class org.springframework.data.geo.GeoPage
 
hashCode() - Method in class org.springframework.data.geo.GeoResult
 
hashCode() - Method in class org.springframework.data.geo.GeoResults
 
hashCode() - Method in class org.springframework.data.geo.Point
 
hashCode() - Method in class org.springframework.data.geo.Polygon
 
hashCode() - Method in class org.springframework.data.history.Revision
 
hashCode() - Method in class org.springframework.data.mapping.Alias
 
hashCode() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
 
hashCode() - Method in class org.springframework.data.mapping.model.Property
 
hashCode() - Method in class org.springframework.data.mapping.Parameter
 
hashCode() - Method in class org.springframework.data.mapping.PropertyPath
 
hashCode() - Method in class org.springframework.data.repository.config.RepositoryFragmentConfiguration
 
hashCode() - Method in class org.springframework.data.repository.core.support.MethodLookup.InvokedMethod
 
hashCode() - Method in class org.springframework.data.repository.core.support.RepositoryComposition
 
hashCode() - Method in class org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments
 
hashCode() - Method in class org.springframework.data.repository.core.support.RepositoryFragment.ImplementedRepositoryFragment
 
hashCode() - Method in class org.springframework.data.repository.core.support.RepositoryFragment.StructuralRepositoryFragment
 
hashCode() - Method in class org.springframework.data.repository.init.RepositoriesPopulatedEvent
 
hashCode() - Method in class org.springframework.data.repository.query.parser.Part
 
hashCode() - Method in class org.springframework.data.repository.util.QueryExecutionConverters.WrapperType
 
hashCode() - Method in class org.springframework.data.spel.ExpressionDependencies.ExpressionDependency
 
hashCode() - Method in class org.springframework.data.spel.ExpressionDependencies
 
hashCode() - Method in class org.springframework.data.util.Lazy
 
hashCode() - Method in class org.springframework.data.util.Pair
 
hashCode() - Method in class org.springframework.data.util.ParameterTypes
 
hashCode() - Method in class org.springframework.data.util.ClassTypeInformation
 
hashCode() - Method in class org.springframework.data.util.Version
 
hashCode() - Method in record class org.springframework.data.web.config.SpringDataWebSettings
Returns a hash code value for this object.
hashCode() - Method in class org.springframework.data.web.PagedModel
 
hashCode() - Method in record class org.springframework.data.web.PagedModel.PageMetadata
Returns a hash code value for this object.
HashMapChangeSet - Class in org.springframework.data.crossstore
Simple ChangeSet implementation backed by a HashMap.
HashMapChangeSet() - Constructor for class org.springframework.data.crossstore.HashMapChangeSet
 
HashMapChangeSet(Map<String, Object>) - Constructor for class org.springframework.data.crossstore.HashMapChangeSet
 
hasIdProperty() - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
 
hasIdProperty() - Method in interface org.springframework.data.mapping.PersistentEntity
Returns whether the PersistentEntity has an id property.
hasLimitParameter() - Method in class org.springframework.data.repository.query.Parameters
Returns whether the method the Parameters was created for contains a Limit argument.
hasMatchingBeanName(BeanDefinition) - Method in interface org.springframework.data.repository.config.ImplementationLookupConfiguration
Returns whether the bean name created for the given bean definition results in the one required.
hasMethod(Method) - Method in interface org.springframework.data.repository.core.support.RepositoryFragment
Attempt to find the Method by name and exact parameters.
hasNext() - Method in class org.springframework.data.domain.PageImpl
 
hasNext() - Method in interface org.springframework.data.domain.Slice
Returns if there is a next Slice.
hasNext() - Method in class org.springframework.data.domain.SliceImpl
 
hasNext() - Method in interface org.springframework.data.domain.Window
Returns if there is a next window.
hasNext() - Method in class org.springframework.data.mapping.PropertyPath
Returns whether there is a nested PropertyPath.
hasNext() - Method in class org.springframework.data.support.WindowIterator
 
hasPageableParameter() - Method in class org.springframework.data.repository.query.Parameters
Returns whether the method the Parameters was created for contains a Pageable argument.
hasParameterAssignableToType(Method, Class<?>) - Static method in class org.springframework.data.repository.util.ClassUtils
Returns whether the given Method has a parameter that is assignable to the given type.
hasParameterAt(int) - Method in class org.springframework.data.repository.query.Parameters
Returns whether we have a parameter at the given position.
hasParameterOfType(Method, Class<?>) - Static method in class org.springframework.data.repository.util.ClassUtils
Returns whether the given Method has a parameter of the given type.
hasParameters() - Method in interface org.springframework.data.mapping.InstanceCreatorMetadata
 
hasPersistentEntityFor(Class<?>) - Method in class org.springframework.data.mapping.context.AbstractMappingContext
 
hasPersistentEntityFor(Class<?>) - Method in interface org.springframework.data.mapping.context.MappingContext
Returns whether the MappingContext currently contains a PersistentEntity for the type.
hasPosition(int) - Method in interface org.springframework.data.domain.Window
Returns whether the underlying scroll mechanism can provide a ScrollPosition at index.
hasPredicate() - Method in class org.springframework.data.repository.query.parser.PartTree
Returns whether the PartTree contains predicate Parts.
hasPrevious() - Method in class org.springframework.data.domain.AbstractPageRequest
 
hasPrevious() - Method in class org.springframework.data.domain.SliceImpl
 
hasPrevious() - Method in interface org.springframework.data.domain.Pageable
Returns whether there's a previous Pageable we can access from the current one.
hasPrevious() - Method in interface org.springframework.data.domain.Slice
Returns if there is a previous Slice.
hasProperty(Class<?>, String) - Static method in class org.springframework.data.repository.util.ClassUtils
Returns whether the given class contains a property with the given name.
hasPropertySpecifier(String) - Method in class org.springframework.data.support.ExampleMatcherAccessor
Returns whether the underlying ExampleMatcher contains a ExampleMatcher.PropertySpecifier for the given path.
hasPropertySpecifiers() - Method in class org.springframework.data.support.ExampleMatcherAccessor
 
hasQuery(String) - Method in interface org.springframework.data.repository.core.NamedQueries
Returns whether the map contains a named query for the given name.
hasQuery(String) - Method in class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries
 
hasQueryMethods() - Method in interface org.springframework.data.repository.core.RepositoryInformation
Returns whether the configured repository interface has query methods at all.
hasQueryMethods() - Method in class org.springframework.data.repository.core.RepositoryInformationSupport
 
hasRepositoryFor(Class<?>) - Method in class org.springframework.data.repository.support.Repositories
Returns whether we have a repository instance registered to manage instances of the given domain class.
hasSamePresentValueAs(Alias) - Method in class org.springframework.data.mapping.Alias
Returns whether the the current alias is present and has the same value as the given Alias.
hasSaveMethod() - Method in class org.springframework.data.querydsl.QuerydslRepositoryInvokerAdapter
 
hasSaveMethod() - Method in interface org.springframework.data.repository.core.CrudMethods
Returns whether the repository exposes a save method at all.
hasSaveMethod() - Method in class org.springframework.data.repository.core.support.DefaultCrudMethods
 
hasSaveMethod() - Method in interface org.springframework.data.repository.support.RepositoryInvocationInformation
Returns whether the repository has a method to save objects.
hasScrollPositionParameter() - Method in class org.springframework.data.repository.query.Parameters
Returns whether the method the Parameters was created for contains a ScrollPosition argument.
hasSortParameter() - Method in class org.springframework.data.repository.query.Parameters
Returns whether the method the Parameters was created for contains a Sort argument.
hasSpecialParameter() - Method in class org.springframework.data.repository.query.Parameters
Returns whether the method signature contains one of the special parameters (Pageable, Sort).
hasSpecifierForPath(String) - Method in class org.springframework.data.domain.ExampleMatcher.PropertySpecifiers
 
hasSpelExpression() - Method in class org.springframework.data.mapping.Parameter
Deprecated.
since 3.3, use Parameter.hasValueExpression() instead.
hasValue(Object) - Method in class org.springframework.data.mapping.Alias
Checks whether this Alias contains the value that.
hasValueClassProperty(Class<?>) - Static method in class org.springframework.data.util.KotlinReflectionUtils
Returns whether the given class makes uses Kotlin value classes.
hasValueConverter(PersistentProperty<?>) - Method in class org.springframework.data.convert.CustomConversions
Determines whether the given, required property has a value-specific converter registered.
hasValueConverter(PersistentProperty<?>) - Method in interface org.springframework.data.convert.PropertyValueConversions
Check if a converter is registered for the given property.
hasValueConverter(PersistentProperty<?>) - Method in class org.springframework.data.convert.SimplePropertyValueConversions
Determines whether a PropertyValueConverter has been registered for the given property.
hasValueExpression() - Method in class org.springframework.data.mapping.Parameter
Returns whether the constructor parameter is equipped with a value expression.
hasValues() - Method in class org.springframework.data.domain.ExampleMatcher.PropertySpecifiers
 
hasVersionProperty() - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
 
hasVersionProperty() - Method in interface org.springframework.data.mapping.PersistentEntity
Returns whether the PersistentEntity has a version property.
HateoasAwareSpringDataWebConfiguration - Class in org.springframework.data.web.config
HateoasAwareSpringDataWebConfiguration(ApplicationContext, ObjectFactory<ConversionService>) - Constructor for class org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration
 
HateoasPageableHandlerMethodArgumentResolver - Class in org.springframework.data.web
Extension of PageableHandlerMethodArgumentResolver that also supports enhancing URIs using Spring HATEOAS support.
HateoasPageableHandlerMethodArgumentResolver() - Constructor for class org.springframework.data.web.HateoasPageableHandlerMethodArgumentResolver
Constructs an instance of this resolver with a default HateoasSortHandlerMethodArgumentResolver.
HateoasPageableHandlerMethodArgumentResolver(HateoasSortHandlerMethodArgumentResolver) - Constructor for class org.springframework.data.web.HateoasPageableHandlerMethodArgumentResolver
HateoasSortHandlerMethodArgumentResolver - Class in org.springframework.data.web
Extension of SortHandlerMethodArgumentResolver that also supports enhancing URIs using Spring HATEOAS support.
HateoasSortHandlerMethodArgumentResolver() - Constructor for class org.springframework.data.web.HateoasSortHandlerMethodArgumentResolver
 

I

Id - Annotation Interface in org.springframework.data.annotation
Demarcates an identifier.
ID_KEY - Static variable in interface org.springframework.data.crossstore.ChangeSetPersister
 
idClass() - Element in annotation interface org.springframework.data.repository.RepositoryDefinition
The id class of the entity the repository manages.
IdentifierAccessor - Interface in org.springframework.data.mapping
Interface for a component allowing the access of identifier values.
IdPropertyIdentifierAccessor - Class in org.springframework.data.mapping.model
Default implementation of IdentifierAccessor.
IdPropertyIdentifierAccessor(PersistentEntity<?, ?>, Object) - Constructor for class org.springframework.data.mapping.model.IdPropertyIdentifierAccessor
ifAllPresent(Optional<T>, Optional<S>, BiConsumer<T, S>) - Static method in interface org.springframework.data.util.Optionals
Invokes the given BiConsumer if all given Optional are present.
ifPresent(String, ClassLoader, Consumer<Class<?>>) - Static method in class org.springframework.data.repository.util.ClassUtils
Determine whether the Class identified by the supplied className is present * and can be loaded and call the action if the Class could be loaded.
ifPresentOrElse(Optional<T>, Consumer<? super T>, Runnable) - Static method in interface org.springframework.data.util.Optionals
Invokes the given Consumer if the Optional is present or the Runnable if not.
ifTypePresent(Consumer<Class<?>>) - Method in interface org.springframework.data.aot.AotContext.TypeIntrospector
Determines whether the type is declared on the application classpath and performs the given, required action if present.
IGNORE - Enum constant in enum class org.springframework.data.domain.ExampleMatcher.NullHandler
 
ignoreCase() - Method in class org.springframework.data.domain.ExampleMatcher.GenericPropertyMatcher
Sets ignores case to true.
ignoreCase() - Static method in class org.springframework.data.domain.ExampleMatcher.GenericPropertyMatchers
Creates a ExampleMatcher.GenericPropertyMatcher that matches string case insensitive.
ignoreCase() - Method in class org.springframework.data.domain.Sort.Order
Returns a new Sort.Order with case-insensitive sorting enabled.
ignoreCase(boolean) - Method in class org.springframework.data.domain.ExampleMatcher.GenericPropertyMatcher
Sets ignores case to ignoreCase.
Immutable - Annotation Interface in org.springframework.data.annotation
Annotation for persistent entities to indicate the class is designed in immutable way.
ImplementationDetectionConfiguration - Interface in org.springframework.data.repository.config
Expresses configuration to be used to detect implementation classes for repositories and repository fragments.
ImplementationLookupConfiguration - Interface in org.springframework.data.repository.config
Configuration that's used to lookup an implementation type for a repository or fragment interface.
implemented(Class<T>, T) - Static method in interface org.springframework.data.repository.core.support.RepositoryFragment
<