- generateBeanName(BeanDefinition) - Method in class org.springframework.data.repository.config.RepositoryBeanNameGenerator
-
Generate a bean name for the given bean definition.
- 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
-
- generateBeanName(BeanDefinition) - Method in class org.springframework.data.repository.config.SpringDataAnnotationBeanNameGenerator
-
Generates a bean name for the given BeanDefinition
.
- GenericPropertyMatcher() - Constructor for class org.springframework.data.domain.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
-
- GeoPage(GeoResults<T>) - Constructor for class org.springframework.data.geo.GeoPage
-
- GeoPage(GeoResults<T>, Pageable, long) - Constructor for class org.springframework.data.geo.GeoPage
-
- GeoResult<T> - Class in org.springframework.data.geo
-
Value object capturing some arbitrary object plus a distance.
- GeoResult() - Constructor for class org.springframework.data.geo.GeoResult
-
- GeoResults<T> - Class in org.springframework.data.geo
-
Value object to capture
GeoResult
s 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
GeoResult
s.
- 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
GeoResult
s.
- GeoResults(List<? extends GeoResult<T>>, Distance) - Constructor for class org.springframework.data.geo.GeoResults
-
- 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
-
- get() - Method in class org.springframework.data.util.Lazy
-
Returns the value created by the configured
Supplier
.
- 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 org.springframework.data.geo.Metrics
-
- 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 interface org.springframework.data.util.TypeInformation
-
- getAliasFor(TypeInformation<?>) - Method in class org.springframework.data.convert.DefaultTypeMapper
-
- getAllowedPageableTypes() - Static method in class org.springframework.data.repository.util.QueryExecutionConverters
-
Returns the types that are supported on paginating query methods.
- 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
-
- 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
-
- getAssociation() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
-
- getAssociation() - Method in interface org.springframework.data.mapping.PersistentProperty
-
- 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
-
- 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
-
- 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.GeoResults
-
Returns the average distance of all
GeoResult
s in this list.
- getBasePackages() - Method in class org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
-
- getBasePackages() - Method in class org.springframework.data.repository.config.DefaultRepositoryConfiguration
-
- 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.context.PersistentPropertyPath
-
- getBaseProperty() - Method in exception org.springframework.data.mapping.PropertyReferenceException
-
- getBean() - Method in class org.springframework.data.mapping.model.ConvertingPropertyAccessor
-
- getBean() - Method in interface org.springframework.data.mapping.PersistentPropertyAccessor
-
Returns the underlying bean.
- getBeanClass(Element) - Method in class org.springframework.data.auditing.config.AuditingHandlerBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.springframework.data.auditing.config.IsNewAwareAuditingHandlerBeanDefinitionParser
-
- getBeanClass() - Method in class org.springframework.data.repository.cdi.CdiRepositoryBean
-
- getBeanClassName(Element) - Method in class org.springframework.data.repository.config.ResourceReaderRepositoryPopulatorBeanDefinitionParser
-
- getBeanId() - Method in class org.springframework.data.repository.config.DefaultRepositoryConfiguration
-
- getBeanWrapperFor(Object) - Method in interface org.springframework.data.auditing.AuditableBeanWrapperFactory
-
- getBeanWrapperFor(Object) - 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
-
- getCandidates(ResourceLoader) - Method in interface org.springframework.data.repository.config.RepositoryConfigurationSource
-
Returns the source BeanDefinition
s of the repository interfaces to create repository instances for.
- getCandidates(ResourceLoader) - Method in class org.springframework.data.repository.config.RepositoryConfigurationSourceSupport
-
- getCenter() - Method in class org.springframework.data.geo.Circle
-
Returns the center of the
Circle
.
- getChangeSet() - Method in interface org.springframework.data.crossstore.ChangeSetBacked
-
- getComponent(BeanDefinitionBuilder) - Method in class org.springframework.data.config.BeanComponentDefinitionBuilder
-
Creates a BeanComponentDefinition
from the given BeanDefinitionBuilder
.
- 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
Element
s 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 interface org.springframework.data.util.TypeInformation
-
Returns the component type for
Collection
s or the key type for
Map
s.
- 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
.
- 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
-
The constructor used during the instantiation attempt.
- getConstructor() - Method in class org.springframework.data.mapping.PreferredConstructor
-
- getConstructorArguments() - Method in exception org.springframework.data.mapping.model.MappingInstantiationException
-
The constructor arguments used to invoke the constructor.
- getContent() - Method in interface org.springframework.data.domain.Slice
-
Returns the page content as
List
.
- getContent() - Method in class org.springframework.data.geo.GeoResults
-
- getContent() - Method in class org.springframework.data.history.Revisions
-
Returns the content of the
Revisions
instance.
- getConversionService() - Method in interface org.springframework.data.convert.EntityConverter
-
Returns the underlying ConversionService
used by the converter.
- 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.JodaTimeConverters
-
Returns the converters to be registered.
- getConvertersToRegister() - Static method in class org.springframework.data.convert.Jsr310Converters
-
Returns the converters to be registered.
- getConvertersToRegister() - Static method in class org.springframework.data.convert.ThreeTenBackPortConverters
-
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 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.
- getCustomImplementationDetector() - Method in class org.springframework.data.repository.cdi.CdiRepositoryExtensionSupport
-
- 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 Mongo native one.
- getCustomWriteTarget(Class<?>, Class<?>) - Method in class org.springframework.data.convert.CustomConversions
-
Returns the target type we can readTargetWriteLocl 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
-
- getDeclaringClass() - Method in class org.springframework.data.repository.core.support.MethodLookup.InvokedMethod
-
- getDeclaringClass() - Method in class org.springframework.data.repository.query.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.
- 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
-
Get defined ExampleMatcher.StringMatcher
.
- 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.Sort.Order
-
Returns the order the property shall be sorted for.
- getDomainClass() - Method in class org.springframework.data.repository.query.QueryMethod
-
Returns the domain class the query method is targeted at.
- getDomainType() - Method in interface org.springframework.data.repository.core.RepositoryMetadata
-
Returns the domain class the repository is declared for.
- getDomainType() - Method in class org.springframework.data.repository.core.support.AnnotationRepositoryMetadata
-
- getDomainType() - Method in class org.springframework.data.repository.query.ReturnedType
-
Returns the entity type.
- getDynamicProjection() - 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.
- getDynamicProjection() - Method in class org.springframework.data.repository.query.ParametersParameterAccessor
-
Returns the dynamic projection type if available, null otherwise.
- 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.
- getEntityInformation() - Method in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
-
- getEntityInformation() - Method in interface org.springframework.data.repository.core.support.RepositoryFactoryInformation
-
- getEntityInformation(Class<T>) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
-
- getEntityInformation() - Method in class org.springframework.data.repository.query.QueryMethod
-
- getEntityInformationFor(Class<?>) - Method in class org.springframework.data.repository.support.Repositories
-
- getEntityPathResolver() - Method in class org.springframework.data.querydsl.binding.QuerydslBindingsFactory
-
- getEntityType() - Method in exception org.springframework.data.mapping.model.MappingInstantiationException
-
Returns the type of the entity that was attempted to instantiate.
- getEvaluationContext(Object) - Method in class org.springframework.data.mapping.model.SpELContext
-
- getEvaluationContext(T, Object[]) - Method in enum org.springframework.data.repository.query.DefaultEvaluationContextProvider
-
- getEvaluationContext(T, Object[]) - Method in interface org.springframework.data.repository.query.EvaluationContextProvider
-
Returns an
EvaluationContext
built using the given
Parameters
and parameter values.
- getEvaluationContext(T, Object[]) - Method in class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider
-
- 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.RepositoryConfiguration
-
Returns the TypeFilter
s to be used to exclude packages from repository scanning.
- getExcludeFilters() - Method in interface org.springframework.data.repository.config.RepositoryConfigurationSource
-
Return the TypeFilter
s 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 TypeFilter
s to define which types to exclude when scanning for repositories.
- getExcludeFilters() - Method in class org.springframework.data.repository.config.XmlRepositoryConfigurationSource
-
- getExtension() - Method in class org.springframework.data.repository.config.RepositoryBeanDefinitionRegistrarSupport
-
- getExtensionForBaseOf(PersistentPropertyPath<T>) - Method in interface org.springframework.data.mapping.context.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.repository.query.spi.EvaluationContextExtension
-
Returns the identifier of the extension.
- 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 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
-
- getFieldName(PersistentProperty<?>) - Method in enum 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 class org.springframework.data.util.Pair
-
Returns the first element of the
Pair
.
- getForPath(String) - Method in class org.springframework.data.domain.ExampleMatcher.PropertySpecifiers
-
- getFragmentBeanName() - Method in class org.springframework.data.repository.config.RepositoryFragmentConfiguration
-
- getFunctions() - Method in interface org.springframework.data.repository.query.spi.EvaluationContextExtension
-
Returns the functions exposed by the extension.
- getFunctions() - Method in class org.springframework.data.repository.query.spi.EvaluationContextExtensionSupport
-
- 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.PersistableEntityInformation
-
- getId(T) - Method in class org.springframework.data.repository.core.support.PersistentEntityInformation
-
- getId(Object) - Method in class org.springframework.data.repository.core.support.ReflectionEntityInformation
-
- 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
-
- 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
-
- getIdType() - Method in interface org.springframework.data.repository.core.EntityInformation
-
Returns the type of the id of the entity.
- getIdType() - Method in interface org.springframework.data.repository.core.RepositoryMetadata
-
Returns the id class the given class is declared for.
- getIdType() - Method in class org.springframework.data.repository.core.support.AnnotationRepositoryMetadata
-
- getIdType() - Method in class org.springframework.data.repository.core.support.DelegatingEntityInformation
-
- getIdType() - Method in class org.springframework.data.repository.core.support.PersistableEntityInformation
-
- getIdType() - Method in class org.springframework.data.repository.core.support.PersistentEntityInformation
-
- getIdType() - Method in class org.springframework.data.repository.core.support.ReflectionEntityInformation
-
- 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.RepositoryConfiguration
-
- 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.RepositoryConfiguration
-
- getIncludeFilters() - Method in class org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
-
- getIncludeFilters() - Method in class org.springframework.data.repository.config.RepositoryConfigurationSourceSupport
-
Return the TypeFilter
s 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 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.
- getInstantiatorFor(PersistentEntity<?, ?>) - Method in class org.springframework.data.convert.EntityInstantiators
-
- 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
-
- getIsNewStrategy(Class<?>) - Method in class org.springframework.data.support.CachingIsNewStrategyFactory
-
- getIsNewStrategy(Class<?>) - Method in interface org.springframework.data.support.IsNewStrategyFactory
-
- getIsNewStrategy(Class<?>) - Method in class org.springframework.data.support.IsNewStrategyFactorySupport
-
- 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
-
- getKeywords() - Method in enum 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.context.PersistentPropertyPath
-
- getLeafProperty() - Method in class org.springframework.data.mapping.PropertyPath
-
- getLength() - Method in interface org.springframework.data.mapping.context.PersistentPropertyPath
-
- getLinks(Page<?>) - Method in class org.springframework.data.domain.jaxb.PageAdapter
-
- getLookups() - Method in interface org.springframework.data.repository.core.support.MethodLookup
-
- getManagedTypes() - Method in class org.springframework.data.mapping.context.AbstractMappingContext
-
- getManagedTypes() - Method in interface org.springframework.data.mapping.context.MappingContext
-
- getManagedTypes() - Method in class org.springframework.data.mapping.context.PersistentEntities
-
- getMappingContext() - Method in interface org.springframework.data.convert.EntityConverter
-
- 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 interface org.springframework.data.util.TypeInformation
-
Will return the type of the value in case the underlying type is a
Map
.
- getMatcher() - Method in interface org.springframework.data.domain.Example
-
- getMatchMode() - Method in interface org.springframework.data.domain.ExampleMatcher
-
- getMaxPageSize() - Method in class org.springframework.data.web.PageableHandlerMethodArgumentResolver
-
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(Class<?>) - Static method in class org.springframework.data.repository.core.support.AbstractRepositoryMetadata
-
- 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.
- getMethodParameter() - Method in class org.springframework.data.web.PagedResourcesAssembler
-
Return the MethodParameter
to be used to potentially qualify the paging and sorting request parameters to.
- 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
-
Returns the prefix of the module to be used to create the default location for Spring Data named queries.
- 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 org.springframework.data.geo.Metrics
-
- getMultiValueTypes() - Static method in class org.springframework.data.repository.util.ReactiveWrappers
-
Returns a collection of multi-value wrapper types.
- 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 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.mapping.PreferredConstructor.Parameter
-
Returns the name of the parameter.
- 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.repository.query.spi.Function
-
Returns the name of the function.
- 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
.
- getNoValueTypes() - Static method in class org.springframework.data.repository.util.ReactiveWrappers
-
Returns a collection of no-value wrapper types.
- getNow() - Method in enum 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.
- 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.
- 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 org.springframework.data.repository.query.parser.Part.Type
-
Returns the number of arguments the propertyPath binds.
- 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
-
Returns the number of occurences of the given type in the given
Method
s parameters.
- getNumberOfParameters() - Method in class org.springframework.data.repository.query.Parameters
-
Returns the number of parameters.
- getObfuscatedPassword() - Method in class org.springframework.data.authentication.UserCredentials
-
Returns the password in obfuscated fashion which means everything except the first and last character replaced by
stars.
- 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.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 interface org.springframework.data.domain.Pageable
-
Returns the offset to be taken according to the underlying page and page size.
- 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 interface org.springframework.data.mapping.PersistentProperty
-
- getOwningType() - Method in class org.springframework.data.mapping.PropertyPath
-
- getPage(List<T>, Pageable, LongSupplier) - Static method in class org.springframework.data.repository.support.PageableExecutionUtils
-
Constructs a
Page
based on the given
content
,
Pageable
and
Supplier
applying
optimizations.
- 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
-
- getPageableIndex() - Method in class org.springframework.data.repository.query.Parameters
-
- 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.PageableHandlerMethodArgumentResolver
-
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.
- getPaginationTemplateVariables(MethodParameter, UriComponents) - Method in class org.springframework.data.web.HateoasPageableHandlerMethodArgumentResolver
-
Returns the template variable for the pagination parameters.
- getParameter(int) - Method in class org.springframework.data.repository.query.Parameters
-
Returns the parameter with the given index.
- getParameter() - Method in exception org.springframework.data.repository.support.QueryMethodParameterConversionException
-
Returns the MethodParameter
we tried to convert the source value for.
- getParameterCount() - Method in class org.springframework.data.repository.core.support.MethodLookup.InvokedMethod
-
- getParameterCount() - Method in class org.springframework.data.repository.query.spi.Function
-
Returns the number of parameters required by the underlying method.
- getParameterNameToUse(String, MethodParameter) - Method in class org.springframework.data.web.PageableHandlerMethodArgumentResolver
-
Returns the name of the request parameter to find the
Pageable
information in.
- getParameters() - Method in class org.springframework.data.mapping.PreferredConstructor
-
- 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 interface org.springframework.data.util.TypeInformation
-
- getParameterTypes(Method) - Method in interface org.springframework.data.util.TypeInformation
-
- getParameterValue(PreferredConstructor.Parameter<T, P>) - Method in interface org.springframework.data.mapping.model.ParameterValueProvider
-
- getParameterValue(PreferredConstructor.Parameter<T, P>) - Method in class org.springframework.data.mapping.model.PersistentEntityParameterValueProvider
-
- getParameterValue(PreferredConstructor.Parameter<T, P>) - Method in class org.springframework.data.mapping.model.SpELExpressionParameterValueProvider
-
- getParentPath() - Method in interface org.springframework.data.mapping.context.PersistentPropertyPath
-
- getParser() - Method in class org.springframework.data.mapping.model.SpELContext
-
- getParts() - Method in class org.springframework.data.repository.query.parser.PartTree
-
- getParts(Part.Type) - Method in class org.springframework.data.repository.query.parser.PartTree
-
- getPassword() - Method in class org.springframework.data.authentication.UserCredentials
-
Get the password to use for authentication.
- 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
-
- getPersistentEntity(Class<?>) - Method in class org.springframework.data.mapping.context.AbstractMappingContext
-
- getPersistentEntity(TypeInformation<?>) - Method in class org.springframework.data.mapping.context.AbstractMappingContext
-
- getPersistentEntity(P) - Method in class org.springframework.data.mapping.context.AbstractMappingContext
-
- getPersistentEntity(Class<?>) - Method in interface org.springframework.data.mapping.context.MappingContext
-
- getPersistentEntity(TypeInformation<?>) - Method in interface org.springframework.data.mapping.context.MappingContext
-
- getPersistentEntity(P) - Method in interface org.springframework.data.mapping.context.MappingContext
-
- getPersistentEntity() - Method in class org.springframework.data.mapping.context.MappingContextEvent
-
- getPersistentEntity(Class<?>) - Method in class org.springframework.data.mapping.context.PersistentEntities
-
- getPersistentEntity() - Method in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
-
- getPersistentEntity() - Method in interface org.springframework.data.repository.core.support.RepositoryFactoryInformation
-
- getPersistentEntity(Class<?>) - Method in class org.springframework.data.repository.support.Repositories
-
- getPersistentEntityType() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
-
Deprecated.
- getPersistentEntityType() - Method in interface org.springframework.data.mapping.PersistentProperty
-
- getPersistentEntityTypes() - Method in interface org.springframework.data.mapping.PersistentProperty
-
- 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(String) - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
-
- getPersistentProperty(String) - Method in interface org.springframework.data.mapping.PersistentEntity
-
- getPersistentProperty(Class<? extends Annotation>) - Method in interface org.springframework.data.mapping.PersistentEntity
-
Returns the first property equipped with an
Annotation
of the given type.
- getPersistentPropertyPath(PropertyPath) - Method in class org.springframework.data.mapping.context.AbstractMappingContext
-
- getPersistentPropertyPath(String, Class<?>) - Method in class org.springframework.data.mapping.context.AbstractMappingContext
-
- getPersistentPropertyPath(InvalidPersistentPropertyPath) - Method in class org.springframework.data.mapping.context.AbstractMappingContext
-
- getPersistentPropertyPath(PropertyPath) - Method in interface org.springframework.data.mapping.context.MappingContext
-
- getPersistentPropertyPath(String, Class<?>) - Method in interface org.springframework.data.mapping.context.MappingContext
-
- getPersistentPropertyPath(InvalidPersistentPropertyPath) - Method in interface org.springframework.data.mapping.context.MappingContext
-
- 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
-
- getPredicate(TypeInformation<?>, MultiValueMap<String, String>, QuerydslBindings) - Method in class org.springframework.data.querydsl.binding.QuerydslPredicateBuilder
-
- 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.
- getProjectionInformation(Class<?>) - Method in interface org.springframework.data.projection.ProjectionFactory
-
- getProperties() - Method in interface org.springframework.data.repository.query.spi.EvaluationContextExtension
-
Returns the properties exposed by the extension.
- getProperties() - Method in class org.springframework.data.repository.query.spi.EvaluationContextExtensionSupport
-
- getProperty() - Method in class org.springframework.data.domain.Sort.Order
-
Returns the property to order for.
- getProperty(PersistentProperty<?>) - Method in class org.springframework.data.mapping.model.ConvertingPropertyAccessor
-
- getProperty(PersistentProperty<?>, Class<T>) - Method in class org.springframework.data.mapping.model.ConvertingPropertyAccessor
-
- getProperty(PersistentProperty<?>) - Method in interface org.springframework.data.mapping.PersistentPropertyAccessor
-
- getProperty() - Method in class org.springframework.data.repository.query.parser.Part
-
- getProperty(String) - Method in interface org.springframework.data.util.TypeInformation
-
Returns the property information for the property with the given name.
- getPropertyAccessor(Object) - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
-
- getPropertyAccessor(PersistentEntity<?, ?>, Object) - Method in class org.springframework.data.mapping.model.ClassGeneratingPropertyAccessorFactory
-
- getPropertyAccessor(PersistentEntity<?, ?>, Object) - Method in interface org.springframework.data.mapping.model.PersistentPropertyAccessorFactory
-
- getPropertyAccessor(Object) - Method in interface org.springframework.data.mapping.PersistentEntity
-
- 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.
- 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
-
- getPropertyValue(P) - Method in interface org.springframework.data.mapping.model.PropertyValueProvider
-
- getPropertyValue(String) - Method in class org.springframework.data.util.DirectFieldAccessFallbackBeanWrapper
-
- 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
-
- getQueryLookupStrategy(QueryLookupStrategy.Key, EvaluationContextProvider) - 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
-
- 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
-
- 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.support.RepositoryFactoryBeanSupport
-
- getQueryMethods() - Method in interface org.springframework.data.repository.core.support.RepositoryFactoryInformation
-
- getQueryMethods() - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
-
- getQueryMethodsFor(Class<?>) - Method in class org.springframework.data.repository.support.Repositories
-
Returns the
QueryMethod
s contained in the repository managing the given domain class.
- 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 interface org.springframework.data.mapping.PersistentProperty
-
Returns the raw type as it's pulled from from the reflected property.
- getRawType() - Method in class org.springframework.data.mapping.PreferredConstructor.Parameter
-
Returns the raw resolved type of the parameter.
- getRawTypeInformation() - Method in class org.springframework.data.util.ClassTypeInformation
-
- getRawTypeInformation() - Method in interface org.springframework.data.util.TypeInformation
-
- 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 ConverterRegistration
s for the given converter.
- getRepositories() - Method in class org.springframework.data.repository.init.RepositoriesPopulatedEvent
-
- 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
-
- 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.
- getRepositoryBaseClass() - Method in interface org.springframework.data.repository.core.RepositoryInformation
-
Returns the base class to be used to create the proxy backing instance.
- 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
-
- getRepositoryConfiguration(BeanDefinition, T) - Method in class org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
-
- getRepositoryConfigurations(T, ResourceLoader) - Method in interface org.springframework.data.repository.config.RepositoryConfigurationExtension
-
- getRepositoryConfigurations(T, ResourceLoader, boolean) - Method in interface org.springframework.data.repository.config.RepositoryConfigurationExtension
-
- getRepositoryConfigurations(T, ResourceLoader) - Method in class org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
-
- getRepositoryConfigurations(T, ResourceLoader, boolean) - Method in class org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
-
- 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(RepositoryMetadata) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
-
- 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 class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
-
- getRepositoryInformation() - Method in interface org.springframework.data.repository.core.support.RepositoryFactoryInformation
-
- getRepositoryInformation(RepositoryMetadata, RepositoryComposition.RepositoryFragments) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
-
- getRepositoryInformation(Class<?>) - Method in class org.springframework.data.repository.support.Repositories
-
- getRepositoryInformationFor(Class<?>) - Method in class org.springframework.data.repository.support.Repositories
-
- 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 interface org.springframework.data.repository.core.RepositoryMetadata
-
Returns the repository interface.
- getRepositoryInterface() - Method in class org.springframework.data.repository.core.support.AbstractRepositoryMetadata
-
- getRepositoryMetadata(Class<?>) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
-
- 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
-
- getRequiredAnnotation(Class<A>) - Method in interface org.springframework.data.mapping.PersistentEntity
-
- getRequiredAnnotation(Class<A>) - Method in interface org.springframework.data.mapping.PersistentProperty
-
- getRequiredAssociation() - Method in interface org.springframework.data.mapping.PersistentProperty
-
- getRequiredBeanClassName(BeanDefinition) - Static method in interface org.springframework.data.config.ConfigurationUtils
-
Returns the bean class name of the given BeanDefinition
.
- 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
Collection
s, the key type for
Map
s 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
-
- 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
-
- getRequiredPersistentEntity(TypeInformation<?>) - Method in interface org.springframework.data.mapping.context.MappingContext
-
- getRequiredPersistentEntity(P) - Method in interface org.springframework.data.mapping.context.MappingContext
-
- getRequiredPersistentEntity(Class<?>) - Method in class org.springframework.data.mapping.context.PersistentEntities
-
- getRequiredPersistentProperty(String) - Method in interface org.springframework.data.mapping.PersistentEntity
-
- 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
-
- getRequiredResourceLoader(XmlReaderContext) - Static method in interface org.springframework.data.config.ConfigurationUtils
-
Returns the ResourceLoader
from the given XmlReaderContext
.
- getRequiredRevisionDate() - Method in class org.springframework.data.history.Revision
-
Returns the revision date of the revision, immediately failing on absence.
- getRequiredRevisionDate() - Method in interface org.springframework.data.history.RevisionMetadata
-
Returns the revision date 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
-
- getRequiredType() - Method in class org.springframework.data.util.AnnotationDetectionFieldCallback
-
- getRequiredVersionProperty() - Method in interface org.springframework.data.mapping.PersistentEntity
-
- 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.
- 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
-
- getResultProcessor() - Method in class org.springframework.data.repository.query.QueryMethod
-
- 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
-
- getReturnedType() - Method in class org.springframework.data.repository.query.ReturnedType
-
Returns the type of the individual objects to return.
- getReturnType(Method) - Method in interface org.springframework.data.util.TypeInformation
-
- getRevisionDate() - Method in class org.springframework.data.history.AnnotationRevisionMetadata
-
- getRevisionDate() - Method in class org.springframework.data.history.Revision
-
Returns the revision date of the revision.
- getRevisionDate() - Method in interface org.springframework.data.history.RevisionMetadata
-
Returns the date of the revision.
- 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
-
- 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
-
- getRootObject() - Method in interface org.springframework.data.repository.query.spi.EvaluationContextExtension
-
Returns the root object to be exposed by the extension.
- getRootObject() - Method in class org.springframework.data.repository.query.spi.EvaluationContextExtensionSupport
-
- 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
-
- 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
-
- 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
-
- getSingleValueTypes() - Static method in class org.springframework.data.repository.util.ReactiveWrappers
-
Returns a collection of single-value wrapper types.
- getSize() - Method in interface org.springframework.data.domain.Slice
-
Returns the size of the
Slice
.
- getSizeParameterName() - Method in class org.springframework.data.web.PageableHandlerMethodArgumentResolver
-
Retrieves the parameter name to be used to find the page size in the request.
- 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.SortHandlerMethodArgumentResolver
-
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 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
-
- 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, 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
.
- 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.
- 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 interface org.springframework.data.mapping.PersistentProperty
-
- getSpelExpression() - Method in class org.springframework.data.mapping.PreferredConstructor.Parameter
-
Returns the key to be used when looking up a source data structure to populate the actual parameter value.
- 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 interface org.springframework.data.util.TypeInformation
-
- 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(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.
- getTargetRepositoryViaReflection(Class<?>, 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
-
- 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 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.PreferredConstructor.Parameter
-
- getType() - Method in class org.springframework.data.mapping.PropertyPath
-
Returns the type of the property will return the plain resolved type for simple properties, the component type for
any
Iterable
or the value type of a
Map
if the property is one.
- getType() - Method in exception org.springframework.data.mapping.PropertyReferenceException
-
Returns the type the property could not be found on.
- getType() - Method in interface org.springframework.data.projection.ProjectionInformation
-
Returns the projection type.
- getType() - Method in class org.springframework.data.repository.query.Parameter
-
- getType() - Method in class org.springframework.data.repository.query.parser.Part
-
- getType() - Method in class org.springframework.data.util.AnnotationDetectionFieldCallback
-
Returns the type of the field.
- getType() - Method in class org.springframework.data.util.ClassTypeInformation
-
- getType() - Method in interface org.springframework.data.util.TypeInformation
-
Returns the type of the property.
- 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 interface org.springframework.data.util.TypeInformation
-
- 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
-
- getTypeInformation() - Method in interface org.springframework.data.mapping.PersistentProperty
-
- getTypes() - Method in class org.springframework.data.repository.cdi.CdiRepositoryBean
-
- 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.
- 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.
- getUsername() - Method in class org.springframework.data.authentication.UserCredentials
-
Get the username to use for authentication.
- getValue(int) - Method in class org.springframework.data.repository.query.ParametersParameterAccessor
-
Returns the value with the given index.
- getValue() - Method in class org.springframework.data.repository.util.NullableWrapper
-
Returns the backing value.
- getValue(Object) - Method in class org.springframework.data.util.AnnotationDetectionFieldCallback
-
Retrieves the value of the field by reflection.
- getValues() - Method in interface org.springframework.data.crossstore.ChangeSet
-
- getValues() - Method in class org.springframework.data.crossstore.HashMapChangeSet
-
- 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.repository.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
-
- 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
.
- Id - Annotation Type in org.springframework.data.annotation
-
Demarcates an identifier.
- ID_KEY - Static variable in interface org.springframework.data.crossstore.ChangeSetPersister
-
- 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
-
- 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
-
- ifPresentOrElse(Optional<T>, Consumer<? super T>, Runnable) - Static method in interface org.springframework.data.util.Optionals
-
- ignoreCase() - Method in class org.springframework.data.domain.ExampleMatcher.GenericPropertyMatcher
-
Sets ignores case to true.
- ignoreCase(boolean) - Method in class org.springframework.data.domain.ExampleMatcher.GenericPropertyMatcher
-
Sets ignores case to ignoreCase
.
- ignoreCase() - Static method in class org.springframework.data.domain.ExampleMatcher.GenericPropertyMatchers
-
- ignoreCase() - Method in class org.springframework.data.domain.Sort.Order
-
Returns a new
Sort.Order
with case insensitive sorting enabled.
- ImplementationMethodExecutionInterceptor() - Constructor for class org.springframework.data.repository.core.support.RepositoryFactorySupport.ImplementationMethodExecutionInterceptor
-
- implemented(T) - Static method in interface org.springframework.data.repository.core.support.RepositoryFragment
-
- implemented(Class<T>, T) - Static method in interface org.springframework.data.repository.core.support.RepositoryFragment
-
Create an implemented
RepositoryFragment
from a
interfaceClass
backed by the
implementation
object.
- ImplementedRepositoryFragment() - Constructor for class org.springframework.data.repository.core.support.RepositoryFragment.ImplementedRepositoryFragment
-
- in(Metric) - Method in class org.springframework.data.geo.Distance
-
- including(Path<?>...) - Method in class org.springframework.data.querydsl.binding.QuerydslBindings
-
Include properties for binding.
- inclusive(T) - Static method in class org.springframework.data.domain.Range.Bound
-
Creates a boundary including value
.
- inclusive(int) - Static method in class org.springframework.data.domain.Range.Bound
-
Creates a boundary including value
.
- inclusive(long) - Static method in class org.springframework.data.domain.Range.Bound
-
Creates a boundary including value
.
- inclusive(float) - Static method in class org.springframework.data.domain.Range.Bound
-
Creates a boundary including value
.
- inclusive(double) - Static method in class org.springframework.data.domain.Range.Bound
-
Creates a boundary including value
.
- init() - Method in class org.springframework.data.repository.config.RepositoryNameSpaceHandler
-
- initialize() - Method in class org.springframework.data.mapping.context.AbstractMappingContext
-
Initializes the mapping context.
- initialize() - Method in class org.springframework.data.repository.cdi.CdiRepositoryBean
-
Forces the initialization of bean target.
- INSTANCE - Static variable in class org.springframework.data.domain.jaxb.OrderAdapter
-
- INSTANCE - Static variable in class org.springframework.data.domain.jaxb.SortAdapter
-
- InvalidPersistentPropertyPath - Exception in org.springframework.data.mapping.context
-
- invalidProperty(QueryMethod, String) - Static method in exception org.springframework.data.repository.query.QueryCreationException
-
Rejects the given domain class property.
- invoke(MethodInvocation) - Method in class org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor
-
- invoke(MethodInvocation) - Method in class org.springframework.data.repository.core.support.MethodInvocationValidator
-
- invoke(Method, Object...) - Method in class org.springframework.data.repository.core.support.RepositoryComposition
-
Invoke a method on the repository by routing the invocation to the appropriate
RepositoryFragment
.
- invoke(Method, Object[]) - Method in class org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments
-
Invoke
Method
by resolving the
- invoke(MethodInvocation) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport.ImplementationMethodExecutionInterceptor
-
- invoke(MethodInvocation) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport.QueryExecutorMethodInterceptor
-
- invoke(MethodInvocation) - Method in enum org.springframework.data.repository.core.support.SurroundingTransactionDetectorMethodInterceptor
-
- invoke(Object[]) - Method in class org.springframework.data.repository.query.spi.Function
-
Invokes the function with the given arguments.
- invokeDeleteById(Object) - Method in class org.springframework.data.querydsl.QuerydslRepositoryInvokerAdapter
-
- invokeDeleteById(Object) - Method in interface org.springframework.data.repository.support.RepositoryInvoker
-
- InvokedMethod() - Constructor for class org.springframework.data.repository.core.support.MethodLookup.InvokedMethod
-
- invokeFindAll(Pageable) - Method in class org.springframework.data.querydsl.QuerydslRepositoryInvokerAdapter
-
- invokeFindAll(Sort) - Method in class org.springframework.data.querydsl.QuerydslRepositoryInvokerAdapter
-
- invokeFindAll(Pageable) - Method in interface org.springframework.data.repository.support.RepositoryInvoker
-
- invokeFindAll(Sort) - Method in interface org.springframework.data.repository.support.RepositoryInvoker
-
- invokeFindById(Object) - Method in class org.springframework.data.querydsl.QuerydslRepositoryInvokerAdapter
-
- invokeFindById(Object) - Method in interface org.springframework.data.repository.support.RepositoryInvoker
-
- invokeQueryMethod(Method, MultiValueMap<String, ? extends Object>, Pageable, Sort) - Method in class org.springframework.data.querydsl.QuerydslRepositoryInvokerAdapter
-
- invokeQueryMethod(Method, MultiValueMap<String, ? extends Object>, Pageable, Sort) - Method in interface org.springframework.data.repository.support.RepositoryInvoker
-
Invokes the query method backed by the given
Method
using the given parameters,
Pageable
and
Sort
.
- invokeSave(T) - Method in class org.springframework.data.querydsl.QuerydslRepositoryInvokerAdapter
-
- invokeSave(T) - Method in interface org.springframework.data.repository.support.RepositoryInvoker
-
- is(Version) - Method in class org.springframework.data.util.Version
-
Returns whether the current
Version
is the same as the given one.
- isAllMatching() - Method in interface org.springframework.data.domain.ExampleMatcher
-
Returns whether all of the predicates of the
Example
are supposed to match.
- isAlternative() - Method in class org.springframework.data.repository.cdi.CdiRepositoryBean
-
- isAnnotationPresent(Class<? extends Annotation>) - Method in class org.springframework.data.mapping.model.AnnotationBasedPersistentProperty
-
Returns whether the property carries the an annotation of the given type.
- isAnnotationPresent(Class<A>) - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
-
- isAnnotationPresent(Class<A>) - Method in interface org.springframework.data.mapping.PersistentEntity
-
Checks whether the annotation of the given type is present on the
PersistentEntity
.
- isAnnotationPresent(Class<? extends Annotation>) - Method in interface org.springframework.data.mapping.PersistentProperty
-
- isAnyMatching() - Method in interface org.springframework.data.domain.ExampleMatcher
-
Returns whether it's sufficient that any of the predicates of the
Example
match.
- isAnyPresent(Optional<?>...) - Static method in interface org.springframework.data.util.Optionals
-
Returns whether any of the given
Optional
s is present.
- isArray() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
-
- isArray() - Method in interface org.springframework.data.mapping.PersistentProperty
-
Returns whether the property is an array.
- isAscending() - Method in enum org.springframework.data.domain.Sort.Direction
-
Returns whether the direction is ascending.
- isAscending() - Method in class org.springframework.data.domain.Sort.Order
-
Returns whether sorting for this property shall be ascending.
- isAssignableFrom(TypeInformation<?>) - Method in class org.springframework.data.util.ClassTypeInformation
-
- isAssignableFrom(TypeInformation<?>) - Method in interface org.springframework.data.util.TypeInformation
-
Returns if the current
TypeInformation
can be safely assigned to the given one.
- isAssociation() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
-
- isAssociation() - Method in class org.springframework.data.mapping.model.AnnotationBasedPersistentProperty
-
- isAssociation() - Method in interface org.springframework.data.mapping.PersistentProperty
-
- isAuditable(Object) - Method in class org.springframework.data.auditing.AuditingHandler
-
Returns whether the given source is considered to be auditable in the first place
- isAvailable() - Static method in class org.springframework.data.repository.util.ReactiveWrappers
-
Returns true if reactive support is available.
- isAvailable(ReactiveWrappers.ReactiveLibrary) - Static method in class org.springframework.data.repository.util.ReactiveWrappers
-
Returns true if the ReactiveLibrary
is available.
- isBaseClassMethod(Method) - Method in interface org.springframework.data.repository.core.RepositoryInformation
-
Returns whether the given method is logically a base class method.
- isBasePathOf(PersistentPropertyPath<T>) - Method in interface org.springframework.data.mapping.context.PersistentPropertyPath
-
- isBindable() - Method in class org.springframework.data.repository.query.Parameter
-
Returns whether the
Parameter
is to be bound to a query.
- isBindable(Class<?>) - Static method in class org.springframework.data.repository.query.Parameters
-
Returns whether the given type is a bindable parameter.
- isBounded() - Method in class org.springframework.data.domain.Range.Bound
-
Returns whether this boundary is bounded.
- isClosed() - Method in interface org.springframework.data.projection.ProjectionInformation
-
- isCollection() - Method in class org.springframework.data.mapping.PropertyPath
-
- isCollectionLike() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
-
- isCollectionLike() - Method in interface org.springframework.data.mapping.PersistentProperty
-
- isCollectionLike() - Method in interface org.springframework.data.util.TypeInformation
-
Returns whether the type can be considered a collection, which means it's a container of elements, e.g. a
Collection
and
Array
or anything implementing
Iterable
.
- isCollectionQuery() - Method in class org.springframework.data.repository.query.QueryMethod
-
Returns whether the finder will actually return a collection of entities or a single one.
- isConstructorArgument(PersistentProperty<?>) - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
-
- isConstructorArgument(PersistentProperty<?>) - Method in interface org.springframework.data.mapping.PersistentEntity
-
- isConstructorParameter(PersistentProperty<?>) - Method in class org.springframework.data.mapping.PreferredConstructor
-
- isCountProjection() - Method in class org.springframework.data.repository.query.parser.PartTree
-
Returns whether a count projection shall be applied.
- isCustomMethod(Method) - Method in interface org.springframework.data.repository.core.RepositoryInformation
-
Returns whether the given method is a custom repository method.
- isDefaultRevisionEntity() - Method in interface org.springframework.data.repository.history.support.RevisionEntityInformation
-
- isDelete() - Method in class org.springframework.data.repository.query.parser.PartTree
-
return true if the created
PartTree
is meant to be used for delete operation.
- isDescending() - Method in enum org.springframework.data.domain.Sort.Direction
-
Returns whether the direction is descending.
- isDescending() - Method in class org.springframework.data.domain.Sort.Order
-
Returns whether sorting for this property shall be descending.
- isDistinct() - Method in class org.springframework.data.repository.query.parser.PartTree
-
Returns whether we indicate distinct lookup of entities.
- isDynamicProjectionParameter() - Method in class org.springframework.data.repository.query.Parameter
-
Returns whether the current
Parameter
is the one used for dynamic projections.
- isEmpty() - Method in interface org.springframework.data.mapping.context.PersistentPropertyPath
-
Returns whether the path is empty.
- isEmpty() - Method in class org.springframework.data.repository.core.support.RepositoryComposition
-
- isEmpty() - Method in class org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments
-
- isEnclosingClassParameter(PreferredConstructor.Parameter<?, P>) - Method in class org.springframework.data.mapping.PreferredConstructor
-
- isEntity() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
-
- isEntity() - Method in interface org.springframework.data.mapping.PersistentProperty
-
- isExistsProjection() - Method in class org.springframework.data.repository.query.parser.PartTree
-
Returns whether an exists projection shall be applied.
- isExplicitlyAnnotated() - Method in class org.springframework.data.mapping.PreferredConstructor
-
- isExplicitlyNamed() - Method in class org.springframework.data.repository.query.Parameter
-
Returns whether the parameter is named explicitly, i.e. annotated with
Param
.
- isExplicitNullable(MethodParameter) - Static method in class org.springframework.data.util.NullableUtils
-
Determine whether a MethodParameter
is explicitly annotated to be considered nullable.
- isFallbackPageable(Pageable) - Method in class org.springframework.data.web.PageableHandlerMethodArgumentResolver
-
Returns whether the given
Pageable
is the fallback one.
- isFieldBacked() - Method in class org.springframework.data.mapping.model.Property
-
Returns whether the property is backed by a field.
- isFirst() - Method in interface org.springframework.data.domain.Slice
-
Returns whether the current
Slice
is the first one.
- isGenericRepositoryInterface(Class<?>) - Static method in class org.springframework.data.repository.util.ClassUtils
-
Returns wthere the given type is the
Repository
interface.
- isGenericRepositoryInterface(String) - Static method in class org.springframework.data.repository.util.ClassUtils
-
Returns whether the given type name is a repository interface name.
- isGetter() - Method in class org.springframework.data.projection.Accessor
-
Returns whether the accessor is a getter.
- isGreaterThan(Version) - Method in class org.springframework.data.util.Version
-
Returns whether the current
Version
is greater (newer) than the given one.
- isGreaterThanOrEqualTo(Version) - Method in class org.springframework.data.util.Version
-
Returns whether the current
Version
is greater (newer) or the same as the given one.
- isIdProperty() - Method in class org.springframework.data.mapping.model.AnnotationBasedPersistentProperty
-
Gets the value of the property idProperty.
- isIdProperty(PersistentProperty<?>) - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
-
- isIdProperty(PersistentProperty<?>) - Method in interface org.springframework.data.mapping.PersistentEntity
-
- isIdProperty() - Method in interface org.springframework.data.mapping.PersistentProperty
-
Gets the value of the property idProperty.
- isIgnoreCase() - Method in class org.springframework.data.domain.Sort.Order
-
Returns whether or not the sort will be case sensitive.
- isIgnoreCaseEnabled() - Method in interface org.springframework.data.domain.ExampleMatcher
-
- isIgnoreCaseEnabled() - Method in class org.springframework.data.support.ExampleMatcherAccessor
-
- isIgnoreCaseForPath(String) - Method in class org.springframework.data.support.ExampleMatcherAccessor
-
Get the ignore case flag for a given path or return the default one if none defined.
- isIgnoredPath(String) - Method in interface org.springframework.data.domain.ExampleMatcher
-
- isIgnoredPath(String) - Method in class org.springframework.data.support.ExampleMatcherAccessor
-
- isInstance(Object) - Method in class org.springframework.data.repository.query.ReturnedType
-
Returns whether the given source object is an instance of the returned type.
- isKotlinClass(Class<?>) - Static method in class org.springframework.data.util.ReflectionUtils
-
Return true if the specified class is a Kotlin one.
- isLast() - Method in class org.springframework.data.domain.PageImpl
-
- isLast() - Method in interface org.springframework.data.domain.Slice
-
Returns whether the current
Slice
is the last one.
- isLazyInit() - Method in class org.springframework.data.repository.config.DefaultRepositoryConfiguration
-
- isLazyInit() - Method in interface org.springframework.data.repository.config.RepositoryConfiguration
-
Returns whether to initialize the repository proxy lazily.
- isLessThan(Version) - Method in class org.springframework.data.util.Version
-
Returns whether the current
Version
is less (older) than the given one.
- isLessThanOrEqualTo(Version) - Method in class org.springframework.data.util.Version
-
Returns whether the current
Version
is less (older) or equal to the current one.
- isLimiting() - Method in class org.springframework.data.repository.query.parser.PartTree
-
Return true if the create
PartTree
is meant to be used for a query with limited maximal results.
- isLowerInclusive() - Method in class org.springframework.data.domain.Range
-
- isMap() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
-
- isMap() - Method in interface org.springframework.data.mapping.PersistentProperty
-
Returns whether the property is a
Map
.
- isMap() - Method in interface org.springframework.data.util.TypeInformation
-
Returns whether the property is a .
- isModifyingQuery() - Method in class org.springframework.data.repository.query.QueryMethod
-
Returns whether the query method is a modifying one.
- isModifyOnCreate() - Method in class org.springframework.data.auditing.config.AnnotationAuditingConfiguration
-
- isModifyOnCreate() - Method in interface org.springframework.data.auditing.config.AuditingConfiguration
-
Returns whether the entity shall be marked as modified on creation.
- isMultiValueType(Class<?>) - Static method in class org.springframework.data.repository.util.ReactiveWrappers
-
Returns true if type
is a reactive wrapper type supporting multiple values (0..N
elements).
- isNamedParameter() - Method in class org.springframework.data.repository.query.Parameter
-
Returns whether the parameter is annotated with
Param
.
- isNew() - Method in interface org.springframework.data.domain.Persistable
-
Returns if the Persistable
is new or was persisted already.
- isNew(T) - Method in interface org.springframework.data.repository.core.EntityInformation
-
Returns whether the given entity is considered to be new.
- isNew(T) - Method in class org.springframework.data.repository.core.support.AbstractEntityInformation
-
- isNew(T) - Method in class org.springframework.data.repository.core.support.DelegatingEntityInformation
-
- isNew(T) - Method in class org.springframework.data.repository.core.support.PersistableEntityInformation
-
- isNew(Object) - Method in interface org.springframework.data.support.IsNewStrategy
-
Returns whether the given entity is new, i.e. has never been persisted before or not.
- isNew(Object) - Method in enum org.springframework.data.support.PersistableIsNewStrategy
-
- IsNewAwareAuditingHandler - Class in org.springframework.data.auditing
-
AuditingHandler
extension that uses an
IsNewStrategyFactory
to expose a generic
#markAudited(Optional)
method that will route calls to
#markCreated(Optional)
or
#markModified(Optional)
based on the
IsNewStrategy
determined from the factory.
- IsNewAwareAuditingHandler(MappingContext<? extends PersistentEntity<?, ?>, ? extends PersistentProperty<?>>) - Constructor for class org.springframework.data.auditing.IsNewAwareAuditingHandler
-
- IsNewAwareAuditingHandler(PersistentEntities) - Constructor for class org.springframework.data.auditing.IsNewAwareAuditingHandler
-
- IsNewAwareAuditingHandlerBeanDefinitionParser - Class in org.springframework.data.auditing.config
-
- IsNewAwareAuditingHandlerBeanDefinitionParser(String) - Constructor for class org.springframework.data.auditing.config.IsNewAwareAuditingHandlerBeanDefinitionParser
-
- IsNewStrategy - Interface in org.springframework.data.support
-
Strategy interface to determine whether a given entity is to be considered new.
- IsNewStrategyFactory - Interface in org.springframework.data.support
-
Factory interface to create
IsNewStrategy
instances for a given class.
- IsNewStrategyFactorySupport - Class in org.springframework.data.support
-
- IsNewStrategyFactorySupport() - Constructor for class org.springframework.data.support.IsNewStrategyFactorySupport
-
- isNoArgConstructor() - Method in class org.springframework.data.mapping.PreferredConstructor
-
Returns whether the constructor does not have any arguments.
- isNonNull(Method, ElementType) - Method in class org.springframework.data.util.NullableUtils
-
- isNonNull(Class<?>, ElementType) - Method in class org.springframework.data.util.NullableUtils
-
Determine whether
ElementType
in the scope of
type
requires non-null values.
- isNonNull(AnnotatedElement, ElementType) - Method in class org.springframework.data.util.NullableUtils
-
- isNoValueType(Class<?>) - Static method in class org.springframework.data.repository.util.ReactiveWrappers
-
Returns true if type
is a reactive wrapper type that contains no value.
- isNullable() - Method in class org.springframework.data.repository.cdi.CdiRepositoryBean
-
- isNullable(MethodParameter) - Static method in class org.springframework.data.util.ReflectionUtils
-
Returns whether the given MethodParameter
is nullable.
- isOfType(Object, Collection<Class<?>>) - Static method in class org.springframework.data.repository.util.ClassUtils
-
Returns whether the given object is of one of the given types.
- isOneIndexedParameters() - Method in class org.springframework.data.web.PageableHandlerMethodArgumentResolver
-
Indicates whether to expose and assume 1-based page number indexes in the request parameters.
- isPaged() - Method in interface org.springframework.data.domain.Pageable
-
Returns whether the current
Pageable
contains pagination information.
- isPageQuery() - Method in class org.springframework.data.repository.query.QueryMethod
-
Returns whether the finder will return a
Page
of results.
- isPagingRepository() - Method in interface org.springframework.data.repository.core.RepositoryMetadata
-
Returns whether the repository is a paging one.
- isPagingRepository() - Method in class org.springframework.data.repository.core.support.AbstractRepositoryMetadata
-
- isPresent() - Method in class org.springframework.data.mapping.Alias
-
- isPresentButDifferent(Alias) - Method in class org.springframework.data.mapping.Alias
-
Checks whether this
Alias
has a value but is different from the
other
value.
- isProjecting() - Method in class org.springframework.data.repository.query.ReturnedType
-
Returns whether the type is projecting, i.e. not of the domain type.
- isQueryForEntity() - Method in class org.springframework.data.repository.query.QueryMethod
-
Returns whether the query for this method actually returns entities.
- isQueryMethod(Method) - Method in interface org.springframework.data.repository.core.RepositoryInformation
-
Returns whether the given method is a query method.
- isReactiveRepository() - Method in interface org.springframework.data.repository.core.RepositoryMetadata
-
Returns whether the repository is a reactive one, i.e. if it uses reactive types in one of its methods.
- isReactiveRepository() - Method in class org.springframework.data.repository.core.support.AbstractRepositoryMetadata
-
- isSetDates() - Method in class org.springframework.data.auditing.config.AnnotationAuditingConfiguration
-
- isSetDates() - Method in interface org.springframework.data.auditing.config.AuditingConfiguration
-
Returns whether the creation and modification dates shall be set.
- isSetter() - Method in class org.springframework.data.projection.Accessor
-
Returns whether the accessor is a setter.
- isSignatureEqual(Function) - Method in class org.springframework.data.repository.query.spi.Function
-
Checks wether this Function
has the same signature as another Function
.
- isSimpleType(Class<?>) - Method in class org.springframework.data.convert.CustomConversions
-
Returns whether the given type is considered to be simple.
- isSimpleType(Class<?>) - Method in class org.springframework.data.mapping.model.SimpleTypeHolder
-
Returns whether the given type is considered a simple one.
- isSingleton() - Method in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
-
- isSingleValue(Class<?>) - Static method in class org.springframework.data.repository.util.QueryExecutionConverters
-
- isSingleValueType(Class<?>) - Static method in class org.springframework.data.repository.util.ReactiveWrappers
-
Returns true if type
is a reactive wrapper type for a single value.
- isSliceQuery() - Method in class org.springframework.data.repository.query.QueryMethod
-
Returns whether the query method will return a
Slice
.
- isSorted() - Method in class org.springframework.data.domain.Sort
-
- isSpecialParameter() - Method in class org.springframework.data.repository.query.Parameter
-
Returns whether the parameter is a special parameter.
- isStreamQuery() - Method in class org.springframework.data.repository.query.QueryMethod
-
Returns whether the method returns a Stream.
- isStrictRepositoryCandidate(RepositoryMetadata) - Method in class org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
-
Returns whether the given repository metadata is a candidate for bean definition creation in the strict repository
detection mode.
- isSupported(PersistentEntity<?, ?>) - Method in class org.springframework.data.mapping.model.ClassGeneratingPropertyAccessorFactory
-
Checks whether an accessor class can be generated.
- isSupported(PersistentEntity<?, ?>) - Method in interface org.springframework.data.mapping.model.PersistentPropertyAccessorFactory
-
- isSupportedKotlinClass(Class<?>) - Static method in class org.springframework.data.util.ReflectionUtils
-
Return true if the specified class is a supported Kotlin class.
- isSurroundingTransactionActive() - Method in enum org.springframework.data.repository.core.support.SurroundingTransactionDetectorMethodInterceptor
-
Returns whether a transaction was active before the method call entered the repository proxy.
- isTransient() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
-
- isTransient() - Method in class org.springframework.data.mapping.model.AnnotationBasedPersistentProperty
-
Considers plain transient fields, fields annotated with
Transient
,
Value
or
Autowired
as
transient.
- isTransient() - Method in interface org.springframework.data.mapping.PersistentProperty
-
Returns whether the property is transient.
- isUnpaged() - Method in interface org.springframework.data.domain.Pageable
-
Returns whether the current
Pageable
does not contain pagination information.
- isUnsorted() - Method in class org.springframework.data.domain.Sort
-
- isUpperInclusive() - Method in class org.springframework.data.domain.Range
-
- isVersionProperty() - Method in class org.springframework.data.mapping.model.AnnotationBasedPersistentProperty
-
Gets the value of the property versionProperty.
- isVersionProperty(PersistentProperty<?>) - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
-
- isVersionProperty(PersistentProperty<?>) - Method in interface org.springframework.data.mapping.PersistentEntity
-
- isVersionProperty() - Method in interface org.springframework.data.mapping.PersistentProperty
-
Gets the value of the property versionProperty.
- isWritable() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
-
- isWritable() - Method in class org.springframework.data.mapping.model.AnnotationBasedPersistentProperty
-
- isWritable() - Method in interface org.springframework.data.mapping.PersistentProperty
-
Returns whether the current property is writable, i.e. if the value held for it shall be written to the data store.
- iterator() - Method in class org.springframework.data.domain.Sort
-
- iterator() - Method in class org.springframework.data.geo.GeoResults
-
- iterator() - Method in class org.springframework.data.geo.Polygon
-
- iterator() - Method in class org.springframework.data.history.Revisions
-
- iterator() - Method in class org.springframework.data.mapping.context.PersistentEntities
-
- iterator() - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
-
- iterator() - Method in class org.springframework.data.mapping.PropertyPath
-
- iterator() - Method in class org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments
-
- iterator() - Method in interface org.springframework.data.repository.query.ParameterAccessor
-
Returns an iterator over all bindable parameters.
- iterator() - Method in class org.springframework.data.repository.query.Parameters
-
- iterator() - Method in class org.springframework.data.repository.query.ParametersParameterAccessor
-
- iterator() - Method in class org.springframework.data.repository.query.parser.PartTree
-
- iterator() - Method in class org.springframework.data.repository.query.parser.PartTree.OrPart
-
- iterator() - Method in class org.springframework.data.repository.support.Repositories
-
- Range<T extends Comparable<T>> - Class in org.springframework.data.domain
-
Simple value object to work with ranges and boundaries.
- Range(T, T) - Constructor for class org.springframework.data.domain.Range
-
- Range(T, T, boolean, boolean) - Constructor for class org.springframework.data.domain.Range
-
- Range.Bound<T extends Comparable<T>> - Class in org.springframework.data.domain
-
Value object representing a boundary.
- Range.RangeBuilder<T extends Comparable<T>> - Class in org.springframework.data.domain
-
Builder for
Range
allowing to specify the upper boundary.
- ReactiveCrudRepository<T,ID> - Interface in org.springframework.data.repository.reactive
-
Interface for generic CRUD operations on a repository for a specific type.
- ReactiveQueryByExampleExecutor<T> - Interface in org.springframework.data.repository.query
-
Interface to allow execution of Query by Example
Example
instances using a reactive infrastructure.
- ReactiveRepositoryFactorySupport - Class in org.springframework.data.repository.core.support
-
Base class for repository factories to use reactive support.
- ReactiveRepositoryFactorySupport() - Constructor for class org.springframework.data.repository.core.support.ReactiveRepositoryFactorySupport
-
- ReactiveRepositoryInformation - Class in org.springframework.data.repository.core.support
-
- ReactiveRepositoryInformation(RepositoryMetadata, Class<?>, RepositoryComposition) - Constructor for class org.springframework.data.repository.core.support.ReactiveRepositoryInformation
-
Deprecated.
- ReactiveSortingRepository<T,ID> - Interface in org.springframework.data.repository.reactive
-
Extension of
ReactiveCrudRepository
to provide additional methods to retrieve entities using the sorting
abstraction.
- ReactiveWrapperConverters - Class in org.springframework.data.repository.util
-
Conversion support for reactive wrapper types.
- ReactiveWrapperConverters() - Constructor for class org.springframework.data.repository.util.ReactiveWrapperConverters
-
- ReactiveWrappers - Class in org.springframework.data.repository.util
-
Utility class to expose details about reactive wrapper types.
- ReactiveWrappers() - Constructor for class org.springframework.data.repository.util.ReactiveWrappers
-
- read(Class<R>, S) - Method in interface org.springframework.data.convert.EntityReader
-
Reads the given source into the given type.
- read(Type, Class<?>, HttpInputMessage) - Method in class org.springframework.data.web.ProjectingJackson2HttpMessageConverter
-
- readAliasFrom(S) - Method in interface org.springframework.data.convert.TypeAliasAccessor
-
Reads the type alias to be used from the given source.
- readFrom(Resource, ClassLoader) - Method in class org.springframework.data.repository.init.Jackson2ResourceReader
-
- readFrom(Resource, ClassLoader) - Method in interface org.springframework.data.repository.init.ResourceReader
-
Reads a single or
Collection
of target objects from the given
Resource
.
- readFrom(Resource, ClassLoader) - Method in class org.springframework.data.repository.init.UnmarshallingResourceReader
-
- reading(Class<S>, Class<T>, Function<? super S, ? extends T>) - Static method in interface org.springframework.data.convert.ConverterBuilder
-
- ReadingConverter - Annotation Type in org.springframework.data.convert
-
Annotation to clarify intended usage of a Converter
as reading converter in case the conversion types leave
room for disambiguation.
- readInternal(Class<? extends Object>, HttpInputMessage) - Method in class org.springframework.data.web.XmlBeamHttpMessageConverter
-
- ReadOnlyProperty - Annotation Type in org.springframework.data.annotation
-
Marks a field to be read-only for the mapping framework and therefore will not be persisted.
- readType(S) - Method in class org.springframework.data.convert.DefaultTypeMapper
-
- readType(S, TypeInformation<T>) - Method in class org.springframework.data.convert.DefaultTypeMapper
-
- readType(S) - Method in interface org.springframework.data.convert.TypeMapper
-
- readType(S, TypeInformation<T>) - Method in interface org.springframework.data.convert.TypeMapper
-
Returns the
TypeInformation
from the given source if it is a more concrete type than the given default one.
- reconcatenateCamelCase(String, String) - Static method in class org.springframework.data.util.ParsingUtils
-
Reconcatenates the given camel-case source
String
using the given delimiter.
- Reference - Annotation Type in org.springframework.data.annotation
-
Meta-annotation to be used to annotate annotations that mark references to other objects.
- ReflectionEntityInformation<T,ID> - Class in org.springframework.data.repository.core.support
-
EntityInformation
implementation that inspects fields for an annotation and looks up this field's value to
retrieve the id.
- ReflectionEntityInformation(Class<T>) - Constructor for class org.springframework.data.repository.core.support.ReflectionEntityInformation
-
- ReflectionEntityInformation(Class<T>, Class<? extends Annotation>) - Constructor for class org.springframework.data.repository.core.support.ReflectionEntityInformation
-
- ReflectionEntityInstantiator - Enum in org.springframework.data.convert
-
- ReflectionUtils - Class in org.springframework.data.util
-
Spring Data specific reflection utility methods and classes.
- ReflectionUtils() - Constructor for class org.springframework.data.util.ReflectionUtils
-
- ReflectionUtils.AnnotationFieldFilter - Class in org.springframework.data.util
-
A ReflectionUtils.FieldFilter
for a given annotation.
- ReflectionUtils.DescribedFieldFilter - Interface in org.springframework.data.util
-
A ReflectionUtils.FieldFilter
that has a description.
- regex() - Method in class org.springframework.data.domain.ExampleMatcher.GenericPropertyMatcher
-
- regex() - Static method in class org.springframework.data.domain.ExampleMatcher.GenericPropertyMatchers
-
- registerAuditListenerBeanDefinition(BeanDefinition, BeanDefinitionRegistry) - Method in class org.springframework.data.auditing.config.AuditingBeanDefinitionRegistrarSupport
-
- registerBean(CdiRepositoryBean<?>) - Method in class org.springframework.data.repository.cdi.CdiRepositoryExtensionSupport
-
Registers the given
CdiRepositoryBean
for further general treatment by the infrastructure.
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.data.auditing.config.AuditingBeanDefinitionRegistrarSupport
-
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.data.repository.config.RepositoryBeanDefinitionRegistrarSupport
-
- registerBeansForRoot(BeanDefinitionRegistry, RepositoryConfigurationSource) - Method in interface org.springframework.data.repository.config.RepositoryConfigurationExtension
-
Callback to register additional bean definitions for a repositories root node.
- registerBeansForRoot(BeanDefinitionRegistry, RepositoryConfigurationSource) - Method in class org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
-
- registerBinding(QuerydslBindings.PathAndBinding<P, T>) - Method in class org.springframework.data.querydsl.binding.QuerydslBindings.AliasingPathBinder
-
- registerBinding(QuerydslBindings.PathAndBinding<P, T>) - Method in class org.springframework.data.querydsl.binding.QuerydslBindings.PathBinder
-
- registerConvertersIn(ConverterRegistry) - Method in class org.springframework.data.convert.CustomConversions
-
Populates the given GenericConversionService
with the converters registered.
- registerConvertersIn(ConfigurableConversionService) - Static method in class org.springframework.data.repository.util.QueryExecutionConverters
-
Registers converters for wrapper types found on the classpath.
- registerEvent(T) - Method in class org.springframework.data.domain.AbstractAggregateRoot
-
Registers the given event object for publication on a call to a Spring Data repository's save methods.
- registerIfNotAlreadyRegistered(AbstractBeanDefinition, BeanDefinitionRegistry, String, Object) - Static method in class org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
-
Registers the given AbstractBeanDefinition
with the given registry with the given bean name unless the
registry already contains a bean with that name.
- registerInfrastructureBeanWithId(AbstractBeanDefinition, String, BeanDefinitionRegistry) - Method in class org.springframework.data.auditing.config.AuditingBeanDefinitionRegistrarSupport
-
Registers the given AbstractBeanDefinition
as infrastructure bean under the given id.
- registerRepositoriesIn(BeanDefinitionRegistry, RepositoryConfigurationExtension) - Method in class org.springframework.data.repository.config.RepositoryConfigurationDelegate
-
Registers the found repositories in the given BeanDefinitionRegistry
.
- registerWithSourceAndGeneratedBeanName(BeanDefinitionRegistry, AbstractBeanDefinition, Object) - Static method in class org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
-
Sets the given source on the given AbstractBeanDefinition
and registers it inside the given
BeanDefinitionRegistry
.
- removeProperty(String) - Method in interface org.springframework.data.crossstore.ChangeSet
-
- removeProperty(String) - Method in class org.springframework.data.crossstore.HashMapChangeSet
-
- Repositories - Class in org.springframework.data.repository.support
-
Wrapper class to access repository instances obtained from a ListableBeanFactory
.
- Repositories(ListableBeanFactory) - Constructor for class org.springframework.data.repository.support.Repositories
-
Creates a new
Repositories
instance by looking up the repository instances and meta information from the
given
ListableBeanFactory
.
- RepositoriesPopulatedEvent - Class in org.springframework.data.repository.init
-
- RepositoriesPopulatedEvent(RepositoryPopulator, Repositories) - Constructor for class org.springframework.data.repository.init.RepositoriesPopulatedEvent
-
- Repository<T,ID> - Interface in org.springframework.data.repository
-
Central repository marker interface.
- RepositoryBeanDefinitionParser - Class in org.springframework.data.repository.config
-
Base class to implement repository namespaces.
- RepositoryBeanDefinitionParser(RepositoryConfigurationExtension) - Constructor for class org.springframework.data.repository.config.RepositoryBeanDefinitionParser
-
- RepositoryBeanDefinitionRegistrarSupport - Class in org.springframework.data.repository.config
-
Base class to implement ImportBeanDefinitionRegistrar
s to enable repository
- RepositoryBeanDefinitionRegistrarSupport() - Constructor for class org.springframework.data.repository.config.RepositoryBeanDefinitionRegistrarSupport
-
- RepositoryBeanNameGenerator - Class in org.springframework.data.repository.config
-
Special BeanNameGenerator
to create bean names for Spring Data repositories.
- RepositoryBeanNameGenerator() - Constructor for class org.springframework.data.repository.config.RepositoryBeanNameGenerator
-
- RepositoryComposition - Class in org.springframework.data.repository.core.support
-
Composite implementation to back repository method implementations.
- RepositoryComposition() - Constructor for class org.springframework.data.repository.core.support.RepositoryComposition
-
- RepositoryComposition.RepositoryFragments - Class in org.springframework.data.repository.core.support
-
Value object representing an ordered list of
fragments
.
- RepositoryConfiguration<T extends RepositoryConfigurationSource> - Interface in org.springframework.data.repository.config
-
Configuration information for a single repository instance.
- RepositoryConfigurationDelegate - Class in org.springframework.data.repository.config
-
Delegate for configuration integration to reuse the general way of detecting repositories.
- RepositoryConfigurationDelegate(RepositoryConfigurationSource, ResourceLoader, Environment) - Constructor for class org.springframework.data.repository.config.RepositoryConfigurationDelegate
-
- RepositoryConfigurationExtension - Interface in org.springframework.data.repository.config
-
SPI to implement store specific extension to the repository bean definition registration process.
- RepositoryConfigurationExtensionSupport - Class in org.springframework.data.repository.config
-
- RepositoryConfigurationExtensionSupport() - Constructor for class org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
-
- RepositoryConfigurationSource - Interface in org.springframework.data.repository.config
-
Interface containing the configurable options for the Spring Data repository subsystem.
- RepositoryConfigurationSourceSupport - Class in org.springframework.data.repository.config
-
- RepositoryConfigurationSourceSupport(Environment, ClassLoader, BeanDefinitionRegistry) - Constructor for class org.springframework.data.repository.config.RepositoryConfigurationSourceSupport
-
- RepositoryConfigurationUtils - Interface in org.springframework.data.repository.config
-
Helper class to centralize common functionality that needs to be used in various places of the configuration
implementation.
- RepositoryDefinition - Annotation Type in org.springframework.data.repository
-
Annotation to demarcate interfaces a repository proxy shall be created for.
- RepositoryFactoryBeanSupport<T extends Repository<S,ID>,S,ID> - Class in org.springframework.data.repository.core.support
-
Adapter for Springs FactoryBean
interface to allow easy setup of repository factories via Spring
configuration.
- RepositoryFactoryBeanSupport(Class<? extends T>) - Constructor for class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
-
- RepositoryFactoryInformation<T,ID> - Interface in org.springframework.data.repository.core.support
-
- RepositoryFactorySupport - Class in org.springframework.data.repository.core.support
-
Factory bean to create instances of a given repository interface.
- RepositoryFactorySupport() - Constructor for class org.springframework.data.repository.core.support.RepositoryFactorySupport
-
- RepositoryFactorySupport.ImplementationMethodExecutionInterceptor - Class in org.springframework.data.repository.core.support
-
- RepositoryFactorySupport.QueryExecutorMethodInterceptor - Class in org.springframework.data.repository.core.support
-
This MethodInterceptor
intercepts calls to methods of the custom implementation and delegates the to it if
configured.
- RepositoryFragment<T> - Interface in org.springframework.data.repository.core.support
-
Value object representing a repository fragment.
- RepositoryFragment.ImplementedRepositoryFragment<T> - Class in org.springframework.data.repository.core.support
-
- RepositoryFragment.StructuralRepositoryFragment<T> - Class in org.springframework.data.repository.core.support
-
- RepositoryFragmentConfiguration - Class in org.springframework.data.repository.config
-
Fragment configuration consisting of an interface name and the implementation class name.
- RepositoryFragmentConfiguration(String, String) - Constructor for class org.springframework.data.repository.config.RepositoryFragmentConfiguration
-
- RepositoryFragmentConfiguration(String, AbstractBeanDefinition) - Constructor for class org.springframework.data.repository.config.RepositoryFragmentConfiguration
-
- RepositoryFragments() - Constructor for class org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments
-
- RepositoryFragmentsFactoryBean<T> - Class in org.springframework.data.repository.core.support
-
- RepositoryFragmentsFactoryBean(List<String>) - Constructor for class org.springframework.data.repository.core.support.RepositoryFragmentsFactoryBean
-
- RepositoryInformation - Interface in org.springframework.data.repository.core
-
Additional repository specific information
- RepositoryInvocationInformation - Interface in org.springframework.data.repository.support
-
Meta-information about the methods a repository exposes.
- RepositoryInvoker - Interface in org.springframework.data.repository.support
-
API to invoke (CRUD) methods on Spring Data repository instances independently of the base interface they expose.
- RepositoryInvokerFactory - Interface in org.springframework.data.repository.support
-
Interface for a factory to create
RepositoryInvoker
instances for repositories managing a particular domain
type.
- RepositoryMetadata - Interface in org.springframework.data.repository.core
-
Metadata for repository interfaces.
- RepositoryNameSpaceHandler - Class in org.springframework.data.repository.config
-
NamespaceHandler
to register BeanDefinitionParser
s for repository initializers.
- RepositoryNameSpaceHandler() - Constructor for class org.springframework.data.repository.config.RepositoryNameSpaceHandler
-
- RepositoryPopulator - Interface in org.springframework.data.repository.init
-
Interface for components that will populate the Spring Data repositories with objects.
- RepositoryProxyPostProcessor - Interface in org.springframework.data.repository.core.support
-
Callback interface used during repository proxy creation.
- RepositoryQuery - Interface in org.springframework.data.repository.query
-
Interface for a query abstraction.
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in interface org.springframework.data.web.PageableArgumentResolver
-
Resolves a
Pageable
method parameter into an argument value from a given request.
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.data.web.PageableHandlerMethodArgumentResolver
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.data.web.PagedResourcesAssemblerArgumentResolver
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.data.web.querydsl.QuerydslPredicateArgumentResolver
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in interface org.springframework.data.web.SortArgumentResolver
-
Resolves a
Sort
method parameter into an argument value from a given request.
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.data.web.SortHandlerMethodArgumentResolver
-
- resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.data.auditing.config.AuditingHandlerBeanDefinitionParser
-
- resolveQuery(Method, RepositoryMetadata, ProjectionFactory, NamedQueries) - Method in interface org.springframework.data.repository.query.QueryLookupStrategy
-
- resolveTypeFrom(Alias) - Method in class org.springframework.data.convert.ConfigurableTypeInformationMapper
-
- resolveTypeFrom(Alias) - Method in class org.springframework.data.convert.MappingContextTypeInformationMapper
-
- resolveTypeFrom(Alias) - Method in class org.springframework.data.convert.SimpleTypeInformationMapper
-
- resolveTypeFrom(Alias) - Method in interface org.springframework.data.convert.TypeInformationMapper
-
- ResourceReader - Interface in org.springframework.data.repository.init
-
- ResourceReader.Type - Enum in org.springframework.data.repository.init
-
- ResourceReaderRepositoryPopulator - Class in org.springframework.data.repository.init
-
- ResourceReaderRepositoryPopulator(ResourceReader) - Constructor for class org.springframework.data.repository.init.ResourceReaderRepositoryPopulator
-
- ResourceReaderRepositoryPopulator(ResourceReader, ClassLoader) - Constructor for class org.springframework.data.repository.init.ResourceReaderRepositoryPopulator
-
- ResourceReaderRepositoryPopulatorBeanDefinitionParser - Class in org.springframework.data.repository.config
-
BeanDefinitionParser
to parse repository initializers.
- ResourceReaderRepositoryPopulatorBeanDefinitionParser() - Constructor for class org.springframework.data.repository.config.ResourceReaderRepositoryPopulatorBeanDefinitionParser
-
- ResultProcessor - Class in org.springframework.data.repository.query
-
A
ResultProcessor
to expose metadata about query result element projection and eventually post processing raw
query results into projections and data transfer objects.
- resume() - Method in class org.springframework.data.crossstore.ChangeSetBackedTransactionSynchronization
-
- ReturnedType - Class in org.springframework.data.repository.query
-
A representation of the type returned by a
QueryMethod
.
- ReturnedType() - Constructor for class org.springframework.data.repository.query.ReturnedType
-
- returnPropertyIfBetterIdPropertyCandidateOrNull(P) - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
-
Returns the given property if it is a better candidate for the id property than the current id property.
- returnTypeAndParameters(Method) - Static method in class org.springframework.data.util.ReflectionUtils
-
Returns a
Stream
of the return and parameters types of the given
Method
.
- reverse() - Method in class org.springframework.data.history.Revisions
-
- Revision<N extends Number & Comparable<N>,T> - Class in org.springframework.data.history
-
- Revision() - Constructor for class org.springframework.data.history.Revision
-
- RevisionEntityInformation - Interface in org.springframework.data.repository.history.support
-
Information about a revision entity which is the class carrying revision information for an entity.
- RevisionMetadata<N extends Number & Comparable<N>> - Interface in org.springframework.data.history
-
Metadata about a revision.
- RevisionRepository<T,ID,N extends Number & Comparable<N>> - Interface in org.springframework.data.repository.history
-
A repository which can access entities held in a variety of
Revisions
.
- Revisions<N extends Number & Comparable<N>,T> - Class in org.springframework.data.history
-
Simple wrapper class for a
List
of
Revisions
allowing to canonically access the latest revision.
- RevisionSort - Class in org.springframework.data.history
-
A dedicated
Sort
implementation that allows the definition of the ordering of revisions independently of the
property name the revision number is held in.
- rollback(TransactionStatus) - Method in class org.springframework.data.transaction.ChainedTransactionManager
-
- RxJava2CrudRepository<T,ID> - Interface in org.springframework.data.repository.reactive
-
Interface for generic CRUD operations on a repository for a specific type.
- RxJava2SortingRepository<T,ID> - Interface in org.springframework.data.repository.reactive
-
Extension of
RxJava2CrudRepository
to provide additional methods to retrieve entities using the sorting
abstraction.
- save(S) - Method in interface org.springframework.data.repository.CrudRepository
-
Saves a given entity.
- save(S) - Method in interface org.springframework.data.repository.reactive.ReactiveCrudRepository
-
Saves a given entity.
- save(S) - Method in interface org.springframework.data.repository.reactive.RxJava2CrudRepository
-
Saves a given entity.
- saveAll(Iterable<S>) - Method in interface org.springframework.data.repository.CrudRepository
-
Saves all given entities.
- saveAll(Iterable<S>) - Method in interface org.springframework.data.repository.reactive.ReactiveCrudRepository
-
Saves all given entities.
- saveAll(Publisher<S>) - Method in interface org.springframework.data.repository.reactive.ReactiveCrudRepository
-
Saves all given entities.
- saveAll(Iterable<S>) - Method in interface org.springframework.data.repository.reactive.RxJava2CrudRepository
-
Saves all given entities.
- saveAll(Flowable<S>) - Method in interface org.springframework.data.repository.reactive.RxJava2CrudRepository
-
Saves all given entities.
- selectImports(AnnotationMetadata) - Method in class org.springframework.data.web.config.EnableSpringDataWebSupport.QuerydslActivator
-
- selectImports(AnnotationMetadata) - Method in class org.springframework.data.web.config.EnableSpringDataWebSupport.SpringDataWebConfigurationImportSelector
-
- set(String, Object) - Method in interface org.springframework.data.crossstore.ChangeSet
-
- set(String, Object) - Method in class org.springframework.data.crossstore.HashMapChangeSet
-
- SET - Static variable in class org.springframework.data.util.ClassTypeInformation
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.querydsl.binding.QuerydslBindingsFactory
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.repository.init.AbstractRepositoryPopulatorFactoryBean
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.repository.support.DomainClassConverter
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.data.mapping.context.AbstractMappingContext
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.data.repository.init.ResourceReaderRepositoryPopulator
-
- setAuditorAware(AuditorAware<?>) - Method in class org.springframework.data.auditing.AuditingHandler
-
Setter to inject a AuditorAware
component to retrieve the current auditor.
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.web.config.SpringDataWebConfiguration
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.web.ProjectingJackson2HttpMessageConverter
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.web.ProxyingHandlerMethodArgumentResolver
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.projection.SpelAwareProxyProjectionFactory
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.repository.core.support.RepositoryFragmentsFactoryBean
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.repository.core.support.TransactionalRepositoryFactoryBeanSupport
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.web.ProjectingJackson2HttpMessageConverter
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.web.ProxyingHandlerMethodArgumentResolver
-
- setCreatedBy(Object) - Method in interface org.springframework.data.auditing.AuditableBeanWrapper
-
Set the creator of the object.
- setCreatedBy(U) - Method in interface org.springframework.data.domain.Auditable
-
Sets the user who created this entity.
- setCreatedDate(TemporalAccessor) - Method in interface org.springframework.data.auditing.AuditableBeanWrapper
-
Set the date the object was created.
- setCreatedDate(T) - Method in interface org.springframework.data.domain.Auditable
-
Sets the creation date of the entity.
- setCustomImplementation(Object) - Method in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
-
Setter to inject a custom repository implementation.
- setDateTimeForNow(boolean) - Method in class org.springframework.data.auditing.AuditingHandler
-
Setter do determine if Auditable#setCreatedDate(DateTime)
and
Auditable#setLastModifiedDate(DateTime)
shall be filled with the current Java time.
- setDateTimeProvider(DateTimeProvider) - Method in class org.springframework.data.auditing.AuditingHandler
-
- setEnableDefaultTransactions(boolean) - Method in class org.springframework.data.repository.core.support.TransactionalRepositoryFactoryBeanSupport
-
Configures whether to enable the default transactions configured at the repository base implementation class.
- setEnvironment(Environment) - Method in class org.springframework.data.repository.config.RepositoryBeanDefinitionRegistrarSupport
-
- setEnvironment(Environment) - Method in class org.springframework.data.util.AnnotatedTypeScanner
-
- setEvaluationContextProvider(EvaluationContextProvider) - Method in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
-
- setEvaluationContextProvider(EvaluationContextProvider) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
-
- setFallbackPageable(Pageable) - Method in class org.springframework.data.web.PageableHandlerMethodArgumentResolver
-
Configures the
Pageable
to be used as fallback in case no
PageableDefault
or
PageableDefaults
(the latter only supported in legacy mode) can be found at the method parameter to be
resolved.
- setFallbackSort(Sort) - Method in class org.springframework.data.web.SortHandlerMethodArgumentResolver
-
- setField(Field, Object, Object) - Static method in class org.springframework.data.util.ReflectionUtils
-
Sets the given field on the given object to the given value.
- setForceFirstAndLastRels(boolean) - Method in class org.springframework.data.web.PagedResourcesAssembler
-
Configures whether to always add first
and last
links to the PagedResources
created.
- setInitialEntitySet(Set<? extends Class<?>>) - Method in class org.springframework.data.mapping.context.AbstractMappingContext
-
Sets the
Set
of types to populate the context initially.
- setLastModifiedBy(Object) - Method in interface org.springframework.data.auditing.AuditableBeanWrapper
-
Set the last modifier of the object.
- setLastModifiedBy(U) - Method in interface org.springframework.data.domain.Auditable
-
Sets the user who modified the entity lastly.
- setLastModifiedDate(TemporalAccessor) - Method in interface org.springframework.data.auditing.AuditableBeanWrapper
-
Set the last modification date.
- setLastModifiedDate(T) - Method in interface org.springframework.data.domain.Auditable
-
Sets the date of the last modification.
- setLazyInit(boolean) - Method in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
-
Configures whether to initialize the repository proxy lazily.
- setLocations(String) - Method in class org.springframework.data.repository.config.NamedQueriesBeanDefinitionBuilder
-
Sets the (comma-separated) locations to load the properties files from to back the
NamedQueries
instance.
- setMapper(ObjectMapper) - Method in class org.springframework.data.repository.init.Jackson2RepositoryPopulatorFactoryBean
-
Configures the ObjectMapper
to be used.
- setMappingContext(MappingContext<?, ?>) - Method in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
-
- setMaxPageSize(int) - Method in class org.springframework.data.web.PageableHandlerMethodArgumentResolver
-
Configures the maximum page size to be accepted.
- setModifyOnCreation(boolean) - Method in class org.springframework.data.auditing.AuditingHandler
-
Set this to false if you want to treat entity creation as modification and thus set the current date as
modification date, too.
- setNamedQueries(NamedQueries) - Method in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
-
- setNamedQueries(NamedQueries) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
-
- setOneIndexedParameters(boolean) - Method in class org.springframework.data.web.PageableHandlerMethodArgumentResolver
-
Configures whether to expose and assume 1-based page number indexes in the request parameters.
- setPageParameterName(String) - Method in class org.springframework.data.web.PageableHandlerMethodArgumentResolver
-
Configures the parameter name to be used to find the page number in the request.
- setPersistentPropertyAccessorFactory(PersistentPropertyAccessorFactory) - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
-
- setPersistentPropertyAccessorFactory(PersistentPropertyAccessorFactory) - Method in interface org.springframework.data.mapping.model.MutablePersistentEntity
-
- setPrefix(String) - Method in class org.springframework.data.web.PageableHandlerMethodArgumentResolver
-
Configures a general prefix to be prepended to the page number and page size parameters.
- setProperty(PersistentProperty<?>, Object) - Method in class org.springframework.data.mapping.model.ConvertingPropertyAccessor
-
- setProperty(PersistentProperty<?>, Object) - Method in interface org.springframework.data.mapping.PersistentPropertyAccessor
-
- setPropertyDelimiter(String) - Method in class org.springframework.data.web.SortHandlerMethodArgumentResolver
-
Configures the delimiter used to separate property references and the direction to be sorted by.
- setPropertyReference(BeanDefinitionBuilder, Element, String, String) - Static method in class org.springframework.data.config.ParsingUtils
-
Configures a bean property reference with the value of the attribute of the given name if it is configured.
- setPropertyValue(BeanDefinitionBuilder, Element, String, String) - Static method in class org.springframework.data.config.ParsingUtils
-
Configures a property value for the given property name reading the attribute of the given name from the given
Element
if the attribute is configured.
- setPropertyValue(BeanDefinitionBuilder, Element, String) - Static method in class org.springframework.data.config.ParsingUtils
-
Sets the property with the given attribute name on the given BeanDefinitionBuilder
to the value of the
attribute with the given name if the attribute is configured.
- setPropertyValue(String, Object) - Method in class org.springframework.data.util.DirectFieldAccessFallbackBeanWrapper
-
- setQualifierDelimiter(String) - Method in class org.springframework.data.web.PageableHandlerMethodArgumentResolver
-
The delimiter to be used between the qualifier and the actual page number and size properties.
- setQualifierDelimiter(String) - Method in class org.springframework.data.web.SortHandlerMethodArgumentResolver
-
Configures the delimiter used to separate the qualifier from the sort parameter.
- setQueryLookupStrategyKey(QueryLookupStrategy.Key) - Method in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
-
Set the QueryLookupStrategy.Key
to be used.
- setQueryLookupStrategyKey(QueryLookupStrategy.Key) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
-
Sets the strategy of how to lookup a query to execute finders.
- setRepositoryBaseClass(Class<?>) - Method in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
-
Configures the repository base class to be used.
- setRepositoryBaseClass(Class<?>) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
-
Configures the repository base class to use when creating the repository proxy.
- setRepositoryFragments(RepositoryComposition.RepositoryFragments) - Method in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
-
Setter to inject repository fragments.
- setResourceLoader(ResourceLoader) - Method in class org.springframework.data.repository.config.RepositoryBeanDefinitionRegistrarSupport
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.data.util.AnnotatedTypeScanner
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.data.web.config.EnableSpringDataWebSupport.SpringDataWebConfigurationImportSelector
-
- setResourceLocation(String) - Method in class org.springframework.data.repository.init.ResourceReaderRepositoryPopulator
-
Configures the location of the Resource
s to be used to initialize the repositories.
- setResources(Resource[]) - Method in class org.springframework.data.repository.init.AbstractRepositoryPopulatorFactoryBean
-
Configures the Resource
s to be used to load objects from and initialize the repositories eventually.
- setResources(Resource...) - Method in class org.springframework.data.repository.init.ResourceReaderRepositoryPopulator
-
Configures the Resource
s to be used to initialize the repositories.
- setSimpleTypeHolder(SimpleTypeHolder) - Method in class org.springframework.data.mapping.context.AbstractMappingContext
-
- setSizeParameterName(String) - Method in class org.springframework.data.web.PageableHandlerMethodArgumentResolver
-
Configures the parameter name to be used to find the page size in the request.
- setSortParameter(String) - Method in class org.springframework.data.web.SortHandlerMethodArgumentResolver
-
Configure the request parameter to lookup sort information from.
- setStrict(boolean) - Method in class org.springframework.data.mapping.context.AbstractMappingContext
-
- setTransactionManager(String) - Method in class org.springframework.data.repository.core.support.TransactionalRepositoryFactoryBeanSupport
-
Setter to configure which transaction manager to be used.
- setTypeKey(String) - Method in class org.springframework.data.repository.init.Jackson2ResourceReader
-
Configures the JSON document's key to lookup the type to instantiate the object.
- setUnmarshaller(Unmarshaller) - Method in class org.springframework.data.repository.init.UnmarshallerRepositoryPopulatorFactoryBean
-
Configures the Unmarshaller
to be used.
- Shape - Interface in org.springframework.data.geo
-
Common interface for all shapes.
- shouldConsiderNestedRepositories() - Method in class org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
-
- shouldConsiderNestedRepositories() - Method in class org.springframework.data.repository.config.RepositoryConfigurationSourceSupport
-
Returns whether we should consider nested repositories, i.e. repository interface definitions nested in other
classes.
- shouldConsiderNestedRepositories() - Method in class org.springframework.data.repository.config.XmlRepositoryConfigurationSource
-
- shouldCreatePersistentEntityFor(TypeInformation<?>) - Method in class org.springframework.data.mapping.context.AbstractMappingContext
-
- shouldGenerateId() - Method in class org.springframework.data.auditing.config.AuditingHandlerBeanDefinitionParser
-
- shouldGenerateIdAsFallback() - Method in class org.springframework.data.repository.config.ResourceReaderRepositoryPopulatorBeanDefinitionParser
-
- shouldIgnoreCase() - Method in class org.springframework.data.repository.query.parser.Part
-
Returns whether the
PropertyPath
referenced should be matched ignoring case.
- SimpleAssociationHandler - Interface in org.springframework.data.mapping
-
- SimpleEntityPathResolver - Enum in org.springframework.data.querydsl
-
Simple implementation of
EntityPathResolver
to lookup a query class by reflection and using the static field
of the same type.
- SimplePropertyHandler - Interface in org.springframework.data.mapping
-
- SimpleTypeHolder - Class in org.springframework.data.mapping.model
-
Simple container to hold a set of types to be considered simple types.
- SimpleTypeHolder() - Constructor for class org.springframework.data.mapping.model.SimpleTypeHolder
-
- SimpleTypeHolder(Set<? extends Class<?>>, boolean) - Constructor for class org.springframework.data.mapping.model.SimpleTypeHolder
-
- SimpleTypeHolder(Set<? extends Class<?>>, SimpleTypeHolder) - Constructor for class org.springframework.data.mapping.model.SimpleTypeHolder
-
Copy constructor to create a new
SimpleTypeHolder
that carries the given additional custom simple types.
- SimpleTypeInformationMapper - Class in org.springframework.data.convert
-
- SimpleTypeInformationMapper() - Constructor for class org.springframework.data.convert.SimpleTypeInformationMapper
-
- singleValue(Class<?>) - Static method in class org.springframework.data.repository.util.QueryExecutionConverters.WrapperType
-
- SingleValueBinding<T extends com.querydsl.core.types.Path<? extends S>,S> - Interface in org.springframework.data.querydsl.binding
-
- Slice<T> - Interface in org.springframework.data.domain
-
A slice of data that indicates whether there's a next or previous slice available.
- SliceImpl<T> - Class in org.springframework.data.domain
-
Default implementation of
Slice
.
- SliceImpl(List<T>, Pageable, boolean) - Constructor for class org.springframework.data.domain.SliceImpl
-
- SliceImpl(List<T>) - Constructor for class org.springframework.data.domain.SliceImpl
-
Creates a new
SliceImpl
with the given content.
- SnakeCaseFieldNamingStrategy - Class in org.springframework.data.mapping.model
-
FieldNamingStrategy
that translates typical camel case Java property names to lower case JSON element names,
separated by underscores.
- SnakeCaseFieldNamingStrategy() - Constructor for class org.springframework.data.mapping.model.SnakeCaseFieldNamingStrategy
-
- Sort - Class in org.springframework.data.domain
-
Sort option for queries.
- Sort(Sort.Order...) - Constructor for class org.springframework.data.domain.Sort
-
Deprecated.
- Sort(List<Sort.Order>) - Constructor for class org.springframework.data.domain.Sort
-
- Sort(String...) - Constructor for class org.springframework.data.domain.Sort
-
- Sort(Sort.Direction, String...) - Constructor for class org.springframework.data.domain.Sort
-
Creates a new
Sort
instance.
- Sort(Sort.Direction, List<String>) - Constructor for class org.springframework.data.domain.Sort
-
Creates a new
Sort
instance.
- Sort.Direction - Enum in org.springframework.data.domain
-
Enumeration for sort directions.
- Sort.NullHandling - Enum in org.springframework.data.domain
-
Enumeration for null handling hints that can be used in
Sort.Order
expressions.
- Sort.Order - Class in org.springframework.data.domain
-
PropertyPath implements the pairing of an
Sort.Direction
and a property.
- SortAdapter - Class in org.springframework.data.domain.jaxb
-
- SortAdapter() - Constructor for class org.springframework.data.domain.jaxb.SortAdapter
-
- SortArgumentResolver - Interface in org.springframework.data.web
-
Argument resolver to extract a
Sort
object from a
NativeWebRequest
for a particular
MethodParameter
.
- SortDefault - Annotation Type in org.springframework.data.web
-
Annotation to define the default
Sort
options to be used when injecting a
Sort
instance into a
controller handler method.
- SortDefault.SortDefaults - Annotation Type in org.springframework.data.web
-
Wrapper annotation to allow declaring multiple
SortDefault
annotations on a method parameter.
- SortDto() - Constructor for class org.springframework.data.domain.jaxb.SpringDataJaxb.SortDto
-
- SortHandlerMethodArgumentResolver - Class in org.springframework.data.web
-
HandlerMethodArgumentResolver
to automatically create
Sort
instances from request parameters or
SortDefault
annotations.
- SortHandlerMethodArgumentResolver() - Constructor for class org.springframework.data.web.SortHandlerMethodArgumentResolver
-
- SortHandlerMethodArgumentResolverCustomizer - Interface in org.springframework.data.web.config
-
- sortResolver() - Method in class org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration
-
- sortResolver() - Method in class org.springframework.data.web.config.SpringDataWebConfiguration
-
- specialize(ClassTypeInformation<?>) - Method in class org.springframework.data.util.ClassTypeInformation
-
- specialize(ClassTypeInformation<?>) - Method in interface org.springframework.data.util.TypeInformation
-
Specializes the given (raw)
ClassTypeInformation
using the context of the current potentially parameterized
type, basically turning the given raw type into a parameterized one.
- SpelAwareProxyProjectionFactory - Class in org.springframework.data.projection
-
A ProxyProjectionFactory
that adds support to use Value
-annotated methods on a projection interface
to evaluate the contained SpEL expression to define the outcome of the method call.
- SpelAwareProxyProjectionFactory() - Constructor for class org.springframework.data.projection.SpelAwareProxyProjectionFactory
-
- SpELContext - Class in org.springframework.data.mapping.model
-
Simple factory to create SpelExpressionParser
and EvaluationContext
instances.
- SpELContext(PropertyAccessor) - Constructor for class org.springframework.data.mapping.model.SpELContext
-
Creates a new
SpELContext
with the given
PropertyAccessor
.
- SpELContext(SpelExpressionParser, PropertyAccessor) - Constructor for class org.springframework.data.mapping.model.SpELContext
-
Creates a new
SpELContext
using the given
SpelExpressionParser
and
PropertyAccessor
.
- SpELContext(SpELContext, BeanFactory) - Constructor for class org.springframework.data.mapping.model.SpELContext
-
Copy constructor to create a
SpELContext
using the given one's
PropertyAccessor
and
SpelExpressionParser
as well as the given
BeanFactory
.
- SpELExpressionEvaluator - Interface in org.springframework.data.mapping.model
-
SPI for components that can evaluate Spring EL expressions.
- SpELExpressionParameterValueProvider<P extends PersistentProperty<P>> - Class in org.springframework.data.mapping.model
-
- SpELExpressionParameterValueProvider() - Constructor for class org.springframework.data.mapping.model.SpELExpressionParameterValueProvider
-
- splitCamelCase(String) - Static method in class org.springframework.data.util.ParsingUtils
-
Splits up the given camel-case
String
.
- splitCamelCaseToLower(String) - Static method in class org.springframework.data.util.ParsingUtils
-
Splits up the given camel-case
String
and returns the parts in lower case.
- SpringDataAnnotationBeanNameGenerator - Class in org.springframework.data.repository.config
-
Simple extension to Spring's AnnotationBeanNameGenerator
to work without a BeanDefinitionRegistry
.
- SpringDataAnnotationBeanNameGenerator() - Constructor for class org.springframework.data.repository.config.SpringDataAnnotationBeanNameGenerator
-
- SpringDataJacksonConfiguration - Class in org.springframework.data.web.config
-
JavaConfig class to export Jackson specific configuration.
- SpringDataJacksonConfiguration() - Constructor for class org.springframework.data.web.config.SpringDataJacksonConfiguration
-
- SpringDataJacksonModules - Interface in org.springframework.data.web.config
-
Marker interface to describe configuration classes that ship Jackson modules that are supposed to be added to the
Jackson
ObjectMapper
configured for
EnableSpringDataWebSupport
.
- SpringDataJaxb - Class in org.springframework.data.domain.jaxb
-
Helper class containing utility methods to implement JAXB
XmlAdapter
s as well as the DTO types to be
marshalled by JAXB.
- SpringDataJaxb.OrderDto - Class in org.springframework.data.domain.jaxb
-
- SpringDataJaxb.PageDto - Class in org.springframework.data.domain.jaxb
-
- SpringDataJaxb.PageRequestDto - Class in org.springframework.data.domain.jaxb
-
- SpringDataJaxb.SortDto - Class in org.springframework.data.domain.jaxb
-
- SpringDataWebConfiguration - Class in org.springframework.data.web.config
-
- SpringDataWebConfiguration(ApplicationContext, ObjectFactory<ConversionService>) - Constructor for class org.springframework.data.web.config.SpringDataWebConfiguration
-
- SpringDataWebConfigurationImportSelector() - Constructor for class org.springframework.data.web.config.EnableSpringDataWebSupport.SpringDataWebConfigurationImportSelector
-
- startsWith() - Method in class org.springframework.data.domain.ExampleMatcher.GenericPropertyMatcher
-
- startsWith() - Static method in class org.springframework.data.domain.ExampleMatcher.GenericPropertyMatchers
-
- StoreConversions() - Constructor for class org.springframework.data.convert.CustomConversions.StoreConversions
-
- storeDefaultMatching() - Method in class org.springframework.data.domain.ExampleMatcher.GenericPropertyMatcher
-
- storeDefaultMatching() - Static method in class org.springframework.data.domain.ExampleMatcher.GenericPropertyMatchers
-
- stream() - Method in class org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments
-
- stream() - Method in interface org.springframework.data.util.Streamable
-
- Streamable<T> - Interface in org.springframework.data.util
-
Simple interface to ease streamability of
Iterable
s.
- StreamUtils - Interface in org.springframework.data.util
-
Spring Data specific Java
Stream
utility methods and classes.
- stringMatcher(ExampleMatcher.StringMatcher) - Method in class org.springframework.data.domain.ExampleMatcher.GenericPropertyMatcher
-
Sets string matcher to stringMatcher
.
- structural(Class<T>) - Static method in interface org.springframework.data.repository.core.support.RepositoryFragment
-
- StructuralRepositoryFragment() - Constructor for class org.springframework.data.repository.core.support.RepositoryFragment.StructuralRepositoryFragment
-
- supports(Class<?>) - Static method in class org.springframework.data.convert.Jsr310Converters
-
- supports(Class<?>) - Static method in class org.springframework.data.convert.ThreeTenBackPortConverters
-
- supports(Object, Class<?>) - Method in interface org.springframework.data.projection.MethodInterceptorFactory
-
Returns whether the current factory is supposed to be used to create a MethodInterceptor
for proxy of the
given target type.
- supports(Class<?>) - Static method in class org.springframework.data.repository.core.support.MethodInvocationValidator
-
Returns true if the repositoryInterface
is supported by this interceptor.
- supports(String) - Method in enum org.springframework.data.repository.query.parser.Part.Type
-
Returns whether the the type supports the given raw property.
- supports(List<TypeDescriptor>) - Method in class org.springframework.data.repository.query.spi.Function
-
Returns true if the function can be called with the given argumentTypes
.
- supports(Class<?>) - Static method in class org.springframework.data.repository.util.QueryExecutionConverters
-
Returns whether the given type is a supported wrapper type.
- supports(Class<?>) - Static method in class org.springframework.data.repository.util.ReactiveWrapperConverters
-
Returns whether the given type is supported for wrapper type conversion.
- supports(Class<?>) - Static method in class org.springframework.data.repository.util.ReactiveWrappers
-
Returns true if the type
is a supported reactive wrapper type.
- supports(Object, Class<?>) - Method in class org.springframework.data.web.JsonProjectingMethodInterceptorFactory
-
- supports(Class<?>) - Method in class org.springframework.data.web.XmlBeamHttpMessageConverter
-
- supportsExact(List<TypeDescriptor>) - Method in class org.springframework.data.repository.query.spi.Function
-
Checks if the encapsulated method has exactly the argument types as those passed as an argument.
- supportsParameter(MethodParameter) - Method in class org.springframework.data.web.PageableHandlerMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.data.web.PagedResourcesAssemblerArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.data.web.ProxyingHandlerMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.data.web.querydsl.QuerydslPredicateArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.data.web.SortHandlerMethodArgumentResolver
-
- supportsStandalone(PropertyDescriptor) - Static method in class org.springframework.data.mapping.model.Property
-
- supportsUnwrapping(Class<?>) - Static method in class org.springframework.data.repository.util.QueryExecutionConverters
-
Returns whether the given wrapper type supports unwrapping.
- SurroundingTransactionDetectorMethodInterceptor - Enum in org.springframework.data.repository.core.support
-
- suspend() - Method in class org.springframework.data.crossstore.ChangeSetBackedTransactionSynchronization
-
- validate(RepositoryMetadata) - Method in class org.springframework.data.repository.core.support.ReactiveRepositoryFactorySupport
-
- validate(RepositoryMetadata) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
-
- validateImplementation() - Method in class org.springframework.data.repository.core.support.RepositoryComposition
-
Validates that all
fragments
have an implementation.
- valueOf(String) - Static method in enum org.springframework.data.annotation.AccessType.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.auditing.CurrentDateTimeProvider
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.config.TypeFilterParser.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.JodaTimeConverters.DateTimeToDateConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.JodaTimeConverters.DateToDateTimeConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.JodaTimeConverters.DateToLocalDateConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.JodaTimeConverters.DateToLocalDateTimeConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.JodaTimeConverters.LocalDateTimeToDateConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.JodaTimeConverters.LocalDateTimeToJodaDateTime
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.JodaTimeConverters.LocalDateTimeToJodaLocalDateTime
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.JodaTimeConverters.LocalDateTimeToJsr310Converter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.JodaTimeConverters.LocalDateToDateConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.Jsr310Converters.DateToInstantConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.Jsr310Converters.DateToLocalDateConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.Jsr310Converters.DateToLocalDateTimeConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.Jsr310Converters.DateToLocalTimeConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.Jsr310Converters.DurationToStringConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.Jsr310Converters.InstantToDateConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.Jsr310Converters.LocalDateTimeToDateConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.Jsr310Converters.LocalDateToDateConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.Jsr310Converters.LocalTimeToDateConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.Jsr310Converters.PeriodToStringConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.Jsr310Converters.StringToDurationConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.Jsr310Converters.StringToPeriodConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.Jsr310Converters.StringToZoneIdConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.Jsr310Converters.ZoneIdToStringConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.ReflectionEntityInstantiator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.ThreeTenBackPortConverters.DateToInstantConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.ThreeTenBackPortConverters.DateToLocalDateConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.ThreeTenBackPortConverters.DateToLocalDateTimeConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.ThreeTenBackPortConverters.DateToLocalTimeConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.ThreeTenBackPortConverters.InstantToDateConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.ThreeTenBackPortConverters.LocalDateTimeToDateConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.ThreeTenBackPortConverters.LocalDateTimeToJsr310LocalDateTimeConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.ThreeTenBackPortConverters.LocalDateToDateConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.ThreeTenBackPortConverters.LocalTimeToDateConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.ThreeTenBackPortConverters.StringToZoneIdConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.convert.ThreeTenBackPortConverters.ZoneIdToStringConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.domain.ExampleMatcher.MatchMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.domain.ExampleMatcher.NoOpPropertyValueTransformer
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.domain.ExampleMatcher.NullHandler
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.domain.ExampleMatcher.StringMatcher
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.domain.Sort.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.domain.Sort.NullHandling
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.geo.format.DistanceFormatter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.geo.format.PointFormatter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.geo.Metrics
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.mapping.model.PreferredConstructorDiscoverer.Discoverers
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.mapping.model.PropertyNameFieldNamingStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.querydsl.SimpleEntityPathResolver
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.repository.core.support.SurroundingTransactionDetectorMethodInterceptor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.repository.init.ResourceReader.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.repository.query.DefaultEvaluationContextProvider
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.repository.query.parser.Part.IgnoreCaseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.repository.query.parser.Part.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.repository.query.QueryLookupStrategy.Key
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.support.PersistableIsNewStrategy
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.springframework.data.annotation.AccessType.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.auditing.CurrentDateTimeProvider
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.config.TypeFilterParser.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.JodaTimeConverters.DateTimeToDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.JodaTimeConverters.DateToDateTimeConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.JodaTimeConverters.DateToLocalDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.JodaTimeConverters.DateToLocalDateTimeConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.JodaTimeConverters.LocalDateTimeToDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.JodaTimeConverters.LocalDateTimeToJodaDateTime
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.JodaTimeConverters.LocalDateTimeToJodaLocalDateTime
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.JodaTimeConverters.LocalDateTimeToJsr310Converter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.JodaTimeConverters.LocalDateToDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.Jsr310Converters.DateToInstantConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.Jsr310Converters.DateToLocalDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.Jsr310Converters.DateToLocalDateTimeConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.Jsr310Converters.DateToLocalTimeConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.Jsr310Converters.DurationToStringConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.Jsr310Converters.InstantToDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.Jsr310Converters.LocalDateTimeToDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.Jsr310Converters.LocalDateToDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.Jsr310Converters.LocalTimeToDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.Jsr310Converters.PeriodToStringConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.Jsr310Converters.StringToDurationConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.Jsr310Converters.StringToPeriodConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.Jsr310Converters.StringToZoneIdConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.Jsr310Converters.ZoneIdToStringConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.ReflectionEntityInstantiator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.ThreeTenBackPortConverters.DateToInstantConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.ThreeTenBackPortConverters.DateToLocalDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.ThreeTenBackPortConverters.DateToLocalDateTimeConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.ThreeTenBackPortConverters.DateToLocalTimeConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.ThreeTenBackPortConverters.InstantToDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.ThreeTenBackPortConverters.LocalDateTimeToDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.ThreeTenBackPortConverters.LocalDateTimeToJsr310LocalDateTimeConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.ThreeTenBackPortConverters.LocalDateToDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.ThreeTenBackPortConverters.LocalTimeToDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.ThreeTenBackPortConverters.StringToZoneIdConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.convert.ThreeTenBackPortConverters.ZoneIdToStringConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.domain.ExampleMatcher.MatchMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.domain.ExampleMatcher.NoOpPropertyValueTransformer
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.domain.ExampleMatcher.NullHandler
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.domain.ExampleMatcher.StringMatcher
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.domain.Sort.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.domain.Sort.NullHandling
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.geo.format.DistanceFormatter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.geo.format.PointFormatter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.geo.Metrics
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.mapping.model.PreferredConstructorDiscoverer.Discoverers
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.mapping.model.PropertyNameFieldNamingStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.querydsl.SimpleEntityPathResolver
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.repository.core.support.SurroundingTransactionDetectorMethodInterceptor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.repository.init.ResourceReader.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.repository.query.DefaultEvaluationContextProvider
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.repository.query.parser.Part.IgnoreCaseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.repository.query.parser.Part.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.repository.query.QueryLookupStrategy.Key
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.support.PersistableIsNewStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verify() - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
-
- verify() - Method in interface org.springframework.data.mapping.model.MutablePersistentEntity
-
- Version - Annotation Type in org.springframework.data.annotation
-
Demarcates a property to be used as version field to implement optimistic locking on entities.
- Version - Class in org.springframework.data.util
-
Value object to represent a Version consisting of major, minor and bugfix part.
- Version(int...) - Constructor for class org.springframework.data.util.Version
-
Creates a new
Version
from the given integer values.