- generateBeanName(BeanDefinition, BeanDefinitionRegistry) - Method in class org.springframework.data.repository.config.RepositoryBeanNameGenerator
-
- 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
-
- 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
-
- 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.
- getAssociation() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
-
- getAssociation() - Method in interface org.springframework.data.mapping.PersistentProperty
-
- getAsText() - Method in class org.springframework.data.repository.support.DomainClassPropertyEditor
-
- getAttributes() - Method in class org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
-
- getAuditHandlerBeanDefinitionBuilder(AnnotationAuditingConfiguration) - Method in class org.springframework.data.auditing.config.AuditingBeanDefinitionRegistrarSupport
-
- getAuditorAwareRef() - Method in interface org.springframework.data.auditing.config.AnnotationAuditingConfiguration
-
Returns the bean name of the
AuditorAware
instance to be used..
- getAuditorAwareRef() - Method in class org.springframework.data.auditing.config.AnnotationAuditingConfigurationSupport
-
- 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.BeanWrapper
-
Returns the underlying bean instance.
- getBeanClass(Element) - Method in class org.springframework.data.config.AuditingHandlerBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.springframework.data.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
-
- getBeanId() - Method in interface org.springframework.data.repository.config.RepositoryConfiguration
-
- 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
-
- 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
-
- getChangeSet() - Method in interface org.springframework.data.crossstore.ChangeSetBacked
-
- getComponent(BeanDefinitionBuilder) - Method in class org.springframework.data.config.BeanComponentDefinitionBuilder
-
- getComponent(BeanDefinitionBuilder, String) - Method in class org.springframework.data.config.BeanComponentDefinitionBuilder
-
- getComponent(BeanDefinitionBuilder, String, Object) - Method in class org.springframework.data.config.BeanComponentDefinitionBuilder
-
- getComponentIdButFallback(BeanDefinitionBuilder, String) - Method in class org.springframework.data.config.BeanComponentDefinitionBuilder
-
- 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
-
- 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.model.PreferredConstructorDiscoverer
-
- 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.Page
-
Returns the page content as
List
.
- getContent() - Method in class org.springframework.data.domain.PageImpl
-
- 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
-
- getConvertersToRegister() - Static method in class org.springframework.data.convert.JodaTimeConverters
-
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.
- getCrudInvoker(Class<T>) - Method in class org.springframework.data.repository.support.Repositories
-
- 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.
- getDateTimeProviderRef() - Method in interface org.springframework.data.auditing.config.AnnotationAuditingConfiguration
-
- getDateTimeProviderRef() - Method in class org.springframework.data.auditing.config.AnnotationAuditingConfigurationSupport
-
- 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
-
- 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.
- getDependencyInstance(Bean<S>, Class<S>) - Method in class org.springframework.data.repository.cdi.CdiRepositoryBean
-
Returns an instance of an the given Bean
.
- 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.core.support.DefaultRepositoryMetadata
-
- getElement() - Method in class org.springframework.data.repository.config.XmlRepositoryConfigurationSource
-
Returns the XML element backing the configuration.
- getEntity() - Method in class org.springframework.data.history.Revision
-
Returns the underlying entity.
- 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
-
- 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
-
- getExcludeFilters() - Method in class org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
-
- 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.
- getFallbackTypeFor(S) - Method in class org.springframework.data.convert.DefaultTypeMapper
-
Returns the type fallback
TypeInformation
in case none could be extracted from the given source.
- getField() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
-
- getField() - Method in interface org.springframework.data.mapping.PersistentProperty
-
- getFindAllMethod() - Method in interface org.springframework.data.repository.core.CrudMethods
-
Returns the find all method of the repository.
- getFindOneMethod() - Method in interface org.springframework.data.repository.core.CrudMethods
-
Returns the find one method of the repository.
- getGetter() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
-
- 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.
- 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(Object) - Method in class org.springframework.data.repository.core.support.ReflectionEntityInformation
-
- 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.DefaultRepositoryMetadata
-
- 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.ReflectionEntityInformation
-
- getImplementationBeanName() - Method in class org.springframework.data.repository.config.DefaultRepositoryConfiguration
-
- getImplementationBeanName() - Method in interface org.springframework.data.repository.config.RepositoryConfiguration
-
Returns the bean name of the custom implementation.
- getImplementationClassName() - Method in class org.springframework.data.repository.config.DefaultRepositoryConfiguration
-
- getImplementationClassName() - Method in interface org.springframework.data.repository.config.RepositoryConfiguration
-
Returns the class name of the custom implementation.
- getImplementationPostfix() - Method in class org.springframework.data.repository.config.DefaultRepositoryConfiguration
-
- 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
-
- getInstantiatorFor(PersistentEntity<?, ?>) - Method in class org.springframework.data.convert.EntityInstantiators
-
- getInverse() - Method in class org.springframework.data.mapping.Association
-
- 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.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
-
- getLegacyDirectionParameter(MethodParameter) - Method in class org.springframework.data.web.SortHandlerMethodArgumentResolver
-
- getLength() - Method in interface org.springframework.data.mapping.context.PersistentPropertyPath
-
- getLinks(Page<?>) - Method in class org.springframework.data.domain.jaxb.PageAdapter
-
- 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
.
- getMaxPageSize() - Method in class org.springframework.data.web.PageableHandlerMethodArgumentResolver
-
Retrieves the maximum page size to be accepted.
- getMessage() - Method in exception org.springframework.data.mapping.PropertyReferenceException
-
- getMetadata() - Method in class org.springframework.data.history.Revision
-
- 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.
- 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.
- getName() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
-
- getName() - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
-
- 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 or null if none was given.
- getName() - Method in class org.springframework.data.repository.cdi.CdiRepositoryBean
-
- getName() - Method in class org.springframework.data.repository.query.Parameter
-
Returns the name of the parameter (through
Param
annotation) or null if none can be found.
- getName() - Method in class org.springframework.data.repository.query.QueryMethod
-
Returns the method's name.
- 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.
- 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.
- getNumber() - Method in interface org.springframework.data.domain.Page
-
Returns the number of the current page.
- getNumber() - Method in class org.springframework.data.domain.PageImpl
-
- 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.Page
-
Returns the number of elements currently on this page.
- getNumberOfElements() - Method in class org.springframework.data.domain.PageImpl
-
- 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 everthing except the first and last character replaced by
stars.
- getObject() - Method in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
-
- getObjectType() - Method in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
-
- 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 class org.springframework.data.mapping.model.AbstractPersistentProperty
-
- getOwner() - Method in interface org.springframework.data.mapping.PersistentProperty
-
- getOwningType() - Method in class org.springframework.data.mapping.PropertyPath
-
- 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.
- getParameterNameToUse(String, MethodParameter) - Method in class org.springframework.data.web.PageableHandlerMethodArgumentResolver
-
Returns the name of the request parameter to find the
Pageable
information in.
- getParameterRequired() - Method in class org.springframework.data.repository.query.parser.Part
-
- 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(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.
- 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() - 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
-
- getPersistentEntityType() - Method in interface org.springframework.data.mapping.PersistentProperty
-
- getPersistentId(ChangeSetBacked, ChangeSet) - Method in interface org.springframework.data.crossstore.ChangeSetPersister
-
Return id
- getPersistentProperty(String) - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
-
- getPersistentProperty(String) - Method in interface org.springframework.data.mapping.PersistentEntity
-
- getPersistentPropertyPath(PropertyPath) - Method in class org.springframework.data.mapping.context.AbstractMappingContext
-
- getPersistentPropertyPath(String, Class<?>) - 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
-
- 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.
- 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.BeanWrapper
-
- getProperty(PersistentProperty<?>, Class<? extends S>, boolean) - Method in class org.springframework.data.mapping.model.BeanWrapper
-
Returns the value of the given
PersistentProperty
potentially converted to the given type.
- 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.
- getPropertyName() - Method in exception org.springframework.data.mapping.PropertyReferenceException
-
Returns the name of the property not found.
- getPropertyValue(P) - Method in interface org.springframework.data.mapping.model.PropertyValueProvider
-
- 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 or null if none exists.
- getQuery(String) - Method in class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries
-
- getQueryLookupStrategy(QueryLookupStrategy.Key) - 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
-
Returns the
- 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.
- 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.
- 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
-
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.
- 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) - Method in class org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
-
- getRepositoryFactoryBeanName() - Method in class org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
-
- getRepositoryFactoryBeanName() - Method in class org.springframework.data.repository.config.DefaultRepositoryConfiguration
-
- getRepositoryFactoryBeanName() - Method in interface org.springframework.data.repository.config.RepositoryConfiguration
-
Returns the name of the
FactoryBean
class to be used to create repository instances.
- getRepositoryFactoryBeanName() - Method in interface org.springframework.data.repository.config.RepositoryConfigurationSource
-
Returns the name of the class of the
FactoryBean
to actually create repository instances.
- getRepositoryFactoryBeanName() - Method in class org.springframework.data.repository.config.XmlRepositoryConfigurationSource
-
- getRepositoryFactoryClassName() - Method in interface org.springframework.data.repository.config.RepositoryConfigurationExtension
-
Returns the name of the repository factory class to be used.
- getRepositoryFor(Class<?>) - Method in class org.springframework.data.repository.support.Repositories
-
Returns the repository managing the given domain class.
- 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, Class<?>) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
-
- 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
-
- getRepositoryTypes() - Method in class org.springframework.data.repository.cdi.CdiRepositoryExtensionSupport
-
Provides access to all repository types as well as their qualifiers.
- 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.JacksonRepositoryPopulatorFactoryBean
-
Deprecated.
- getResourceReader() - Method in class org.springframework.data.repository.init.UnmarshallerRepositoryPopulatorFactoryBean
-
- 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.
- 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.
- 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
-
- getSaveMethod() - Method in interface org.springframework.data.repository.core.CrudMethods
-
Returns the method to be used for saving entities.
- getScope() - Method in class org.springframework.data.repository.cdi.CdiRepositoryBean
-
- getSegment() - Method in class org.springframework.data.mapping.PropertyPath
-
- getSetter() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
-
- getSetter() - Method in interface org.springframework.data.mapping.PersistentProperty
-
Returns the setter method to set a property value.
- getSize() - Method in interface org.springframework.data.domain.Page
-
Returns the size of the page.
- getSize() - Method in class org.springframework.data.domain.PageImpl
-
- 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.Page
-
Returns the sorting parameters for the page.
- getSort() - Method in interface org.springframework.data.domain.Pageable
-
Returns the sorting parameters.
- getSort() - Method in class org.springframework.data.domain.PageImpl
-
- getSort() - Method in class org.springframework.data.domain.PageRequest
-
- 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 or
null.
- getSortIndex() - Method in class org.springframework.data.repository.query.Parameters
-
Returns the index of the
Sort
Method
parameter if available.
- 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 tempalte variables for the sort parameter.
- 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
-
- getSourceBeanDefinition(BeanDefinitionBuilder, ParserContext, Element) - Static method in class org.springframework.data.config.ParsingUtils
-
- getSourceBeanDefinition(BeanDefinitionBuilder, Object) - Static method in class org.springframework.data.config.ParsingUtils
-
- 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
-
- getSuperTypeInformation(Class<?>) - Method in interface org.springframework.data.util.TypeInformation
-
- getTargetClassMethod(Method) - Method in interface org.springframework.data.repository.core.RepositoryInformation
-
Returns the target class method that is backing the given method.
- getTargetRepository(RepositoryMetadata) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
-
Create a repository instance as backing for the query proxy.
- 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 class org.springframework.data.mapping.model.AbstractPersistentProperty
-
- getType() - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
-
- 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 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
-
- getTypeVariableMap() - Method in class org.springframework.data.util.ParentTypeAwareTypeInformation
-
Considers the parent's type variable map before invoking the super class method.
- 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(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
-
- getVersionProperty() - Method in class org.springframework.data.mapping.model.BasicPersistentEntity
-
- getVersionProperty() - Method in interface org.springframework.data.mapping.PersistentEntity
-
- Id - Annotation Type in org.springframework.data.annotation
-
Demarcates an identifier.
- ID_KEY - Static variable in interface org.springframework.data.crossstore.ChangeSetPersister
-
- ignoreCase() - Method in class org.springframework.data.domain.Sort.Order
-
Returns a new
Sort.Order
with case insensitive sorting enabled.
- IllegalMappingException - Exception in org.springframework.data.mapping.model
-
Thrown when an error occurs reading the mapping between object and datastore
- IllegalMappingException(String, Throwable) - Constructor for exception org.springframework.data.mapping.model.IllegalMappingException
-
- IllegalMappingException(String) - Constructor for exception org.springframework.data.mapping.model.IllegalMappingException
-
- information - Variable in class org.springframework.data.mapping.model.AbstractPersistentProperty
-
- 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.convert.SimpleTypeInformationMapper
-
- INSTANCE - Static variable in class org.springframework.data.domain.jaxb.OrderAdapter
-
- INSTANCE - Static variable in class org.springframework.data.domain.jaxb.SortAdapter
-
- 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.repository.core.support.RepositoryFactorySupport.QueryExecutorMethodInterceptor
-
- invokeFindOne(Serializable) - Method in interface org.springframework.data.repository.core.CrudInvoker
-
- invokeSave(T) - Method in interface org.springframework.data.repository.core.CrudInvoker
-
- is(Version) - Method in class org.springframework.data.util.Version
-
Returns whether the current
Version
is the same as the given one.
- 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<? extends Annotation>) - Method in interface org.springframework.data.mapping.PersistentProperty
-
- 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 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
-
- 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.
- 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
-
- isDistinct() - Method in class org.springframework.data.repository.query.parser.PartTree
-
Returns whether we indicate distinct lookup of entities.
- 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
-
- isExplicitlyAnnotated() - Method in class org.springframework.data.mapping.PreferredConstructor
-
- isFirstPage() - Method in interface org.springframework.data.domain.Page
-
Returns whether the current page is the first one.
- isFirstPage() - Method in class org.springframework.data.domain.PageImpl
-
- 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.
- 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
-
- 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
-
Returns whether the property is a
potential identifier property of the owning
PersistentEntity
.
- isIgnoreCase() - Method in class org.springframework.data.domain.Sort.Order
-
Returns whether or not the sort will be case sensitive.
- isLastPage() - Method in interface org.springframework.data.domain.Page
-
Returns whether the current page is the last one.
- isLastPage() - Method in class org.springframework.data.domain.PageImpl
-
- isLazyInit() - Method in class org.springframework.data.repository.config.DefaultRepositoryConfiguration
-
- isLazyInit() - Method in interface org.springframework.data.repository.config.RepositoryConfiguration
-
Returns whether to inititialize 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.
- 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
Map
.
- isModifyingQuery() - Method in class org.springframework.data.repository.query.QueryMethod
-
Returns whether the query method is a modifying one.
- isModifyOnCreate() - Method in interface org.springframework.data.auditing.config.AnnotationAuditingConfiguration
-
Returns whether the entity shall be marked as modified on creation.
- isModifyOnCreate() - Method in class org.springframework.data.auditing.config.AnnotationAuditingConfigurationSupport
-
- 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
-
- IsNewAwareAuditingHandler(IsNewStrategyFactory) - Constructor for class org.springframework.data.auditing.IsNewAwareAuditingHandler
-
- IsNewAwareAuditingHandlerBeanDefinitionParser - Class in org.springframework.data.config
-
- IsNewAwareAuditingHandlerBeanDefinitionParser(String) - Constructor for class org.springframework.data.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.
- isNullable() - Method in class org.springframework.data.repository.cdi.CdiRepositoryBean
-
- 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.
- 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
-
- isQueryForEntity() - Method in class org.springframework.data.repository.query.QueryMethod
-
Returns whether the query for theis method actually returns entities.
- isQueryMethod(Method) - Method in interface org.springframework.data.repository.core.RepositoryInformation
-
Returns whether the given method is a query method.
- isSetDates() - Method in interface org.springframework.data.auditing.config.AnnotationAuditingConfiguration
-
Returns whether the creation and modification dates shall be set.
- isSetDates() - Method in class org.springframework.data.auditing.config.AnnotationAuditingConfigurationSupport
-
- 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
-
- isSpecialParameter() - Method in class org.springframework.data.repository.query.Parameter
-
Returns whether the parameter is a special parameter.
- isTransient() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
-
- isTransient() - Method in class org.springframework.data.mapping.model.AnnotationBasedPersistentProperty
-
- isTransient() - Method in interface org.springframework.data.mapping.PersistentProperty
-
Returns whether the property is transient.
- isVersionProperty() - Method in class org.springframework.data.mapping.model.AnnotationBasedPersistentProperty
-
- 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
-
Returns whether the current property is a
potential version property of the owning
PersistentEntity
.
- iterator() - Method in interface org.springframework.data.domain.Page
-
- iterator() - Method in class org.springframework.data.domain.PageImpl
-
- iterator() - Method in class org.springframework.data.domain.Sort
-
- iterator() - Method in class org.springframework.data.history.Revisions
-
- iterator() - Method in class org.springframework.data.mapping.PropertyPath
-
- 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
-
- OBJECT - Static variable in class org.springframework.data.util.ClassTypeInformation
-
- onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.data.repository.init.AbstractRepositoryPopulatorFactoryBean
-
- onCreation(T) - Method in interface org.springframework.data.repository.core.support.QueryCreationListener
-
- or(S, S) - Method in class org.springframework.data.repository.query.parser.AbstractQueryCreator
-
Or-concatenates the given base criteria to the given new criteria.
- OrderAdapter - Class in org.springframework.data.domain.jaxb
-
- OrderAdapter() - Constructor for class org.springframework.data.domain.jaxb.OrderAdapter
-
- OrderBySource - Class in org.springframework.data.repository.query.parser
-
Simple helper class to create a
Sort
instance from a method name end.
- OrderBySource(String) - Constructor for class org.springframework.data.repository.query.parser.OrderBySource
-
Creates a new
OrderBySource
for the given String clause not doing any checks whether the referenced
property actually exists.
- OrderBySource(String, Class<?>) - Constructor for class org.springframework.data.repository.query.parser.OrderBySource
-
Creates a new
OrderBySource
for the given clause, checking the property referenced exists on the given
type.
- org.springframework.data.annotation - package org.springframework.data.annotation
-
Core annotations being used by Spring Data.
- org.springframework.data.auditing - package org.springframework.data.auditing
-
General support for entity auditing.
- org.springframework.data.auditing.config - package org.springframework.data.auditing.config
-
- org.springframework.data.authentication - package org.springframework.data.authentication
-
Types to abstract authentication concepts.
- org.springframework.data.config - package org.springframework.data.config
-
Basic support for creating custom Spring namespaces and JavaConfig.
- org.springframework.data.convert - package org.springframework.data.convert
-
General purpose conversion framework to read objects from a data store abstraction and write it back.
- org.springframework.data.crossstore - package org.springframework.data.crossstore
-
Support for cross-store persistence.
- org.springframework.data.domain - package org.springframework.data.domain
-
Central domain abstractions especially to be used in combination with the
Repository
abstraction.
- org.springframework.data.domain.jaxb - package org.springframework.data.domain.jaxb
-
Central domain abstractions especially to be used in combination with the
Repository
abstraction.
- org.springframework.data.history - package org.springframework.data.history
-
Basic interfaces and value objects for historiography API.
- org.springframework.data.mapping - package org.springframework.data.mapping
-
Base package for the mapping subsystem.
- org.springframework.data.mapping.context - package org.springframework.data.mapping.context
-
Mapping context API and implementation base classes.
- org.springframework.data.mapping.model - package org.springframework.data.mapping.model
-
Core implementation of the mapping subsystem's model.
- org.springframework.data.querydsl - package org.springframework.data.querydsl
-
Querydsl integration support classes.
- org.springframework.data.repository - package org.springframework.data.repository
-
Central interfaces for repository abstraction.
- org.springframework.data.repository.cdi - package org.springframework.data.repository.cdi
-
Base classes to implement CDI support for repositories.
- org.springframework.data.repository.config - package org.springframework.data.repository.config
-
Support classes for repository namespace and JavaConfig integration.
- org.springframework.data.repository.core - package org.springframework.data.repository.core
-
Core abstractions for repository implementation.
- org.springframework.data.repository.core.support - package org.springframework.data.repository.core.support
-
Base classes to implement repositories for various data stores.
- org.springframework.data.repository.history - package org.springframework.data.repository.history
-
API for repositories using historiography.
- org.springframework.data.repository.history.support - package org.springframework.data.repository.history.support
-
Value objects to implement core repository interfaces for historiography.
- org.springframework.data.repository.init - package org.springframework.data.repository.init
-
Support for repository initialization using XML and JSON.
- org.springframework.data.repository.query - package org.springframework.data.repository.query
-
Support classes to work with query methods.
- org.springframework.data.repository.query.parser - package org.springframework.data.repository.query.parser
-
Support classes for parsing queries from method names.
- org.springframework.data.repository.support - package org.springframework.data.repository.support
-
Support classes for integration of the repository programming model with 3rd party frameworks.
- org.springframework.data.repository.util - package org.springframework.data.repository.util
-
Utility classes for repository implementations.
- org.springframework.data.support - package org.springframework.data.support
-
Core support classes.
- org.springframework.data.transaction - package org.springframework.data.transaction
-
Contains advanced support for transactions, e.g. a best-effort delegating transaction manager.
- org.springframework.data.util - package org.springframework.data.util
-
Core utility APIs such as a type information framework to resolve generic types.
- org.springframework.data.web - package org.springframework.data.web
-
Integration with Spring MVC.
- org.springframework.data.web.config - package org.springframework.data.web.config
-
- owner - Variable in class org.springframework.data.mapping.model.AbstractPersistentProperty
-
- save(S) - Method in interface org.springframework.data.repository.CrudRepository
-
Saves a given entity.
- save(Iterable<S>) - Method in interface org.springframework.data.repository.CrudRepository
-
Saves all given entities.
- 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.repository.init.AbstractRepositoryPopulatorFactoryBean
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.repository.support.DomainClassConverter
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.repository.support.DomainClassPropertyEditorRegistrar
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.data.mapping.context.AbstractMappingContext
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.data.repository.init.ResourceReaderRepositoryPopulator
-
- setAsText(String) - Method in class org.springframework.data.repository.support.DomainClassPropertyEditor
-
- 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.config.RepositoryBeanNameGenerator
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.repository.core.support.TransactionalRepositoryFactoryBeanSupport
-
- 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(Calendar) - Method in interface org.springframework.data.auditing.AuditableBeanWrapper
-
Set the date the object was created.
- setCreatedDate(DateTime) - 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
-
- setDateTimeProvider(DateTimeProvider) - Method in class org.springframework.data.auditing.AuditingHandler
-
- setEnvironment(Environment) - Method in class org.springframework.data.repository.config.RepositoryBeanDefinitionRegistrarSupport
-
- setFallbackPageable(Pageable) - Method in class org.springframework.data.web.PageableArgumentResolver
-
Deprecated.
Setter to configure a fallback instance of
Pageable
that is being used to back missing parameters.
- setFallbackPageable(Pageable) - Method in class org.springframework.data.web.PageableHandlerMethodArgumentResolver
-
- 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.
- 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(Calendar) - Method in interface org.springframework.data.auditing.AuditableBeanWrapper
-
Set the last modification date.
- setLastModifiedDate(DateTime) - 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.
- setMapper(ObjectMapper) - Method in class org.springframework.data.repository.init.JacksonRepositoryPopulatorFactoryBean
-
Deprecated.
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.
- setPrefix(String) - Method in class org.springframework.data.web.PageableArgumentResolver
-
Deprecated.
Setter to configure the prefix of request parameters to be used to retrieve paging information.
- 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.BeanWrapper
-
- setProperty(PersistentProperty<?>, Object, boolean) - Method in class org.springframework.data.mapping.model.BeanWrapper
-
- 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.
- 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.
- setRepositoryInterface(Class<? extends T>) - Method in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
-
Setter to inject the repository interface to implement.
- setResourceLoader(ResourceLoader) - Method in class org.springframework.data.repository.config.RepositoryBeanDefinitionRegistrarSupport
-
- 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.
- setSeparator(String) - Method in class org.springframework.data.web.PageableArgumentResolver
-
Deprecated.
Setter to configure the separator between prefix and actual property value.
- 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.
- setTypeKey(String) - Method in class org.springframework.data.repository.init.JacksonResourceReader
-
Deprecated.
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
-
- shallBePersisted() - Method in class org.springframework.data.mapping.model.AbstractPersistentProperty
-
- shallBePersisted() - Method in interface org.springframework.data.mapping.PersistentProperty
-
- 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.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
-
- Sort - Class in org.springframework.data.domain
-
Sort option for queries.
- Sort(Sort.Order...) - Constructor for class org.springframework.data.domain.Sort
-
- Sort(List<Sort.Order>) - Constructor for class org.springframework.data.domain.Sort
-
Creates a new
Sort
instance.
- Sort(String...) - Constructor for class org.springframework.data.domain.Sort
-
Creates a new
Sort
instance.
- 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.Order - Class in org.springframework.data.domain
-
PropertyPath implements the pairing of an
Sort.Direction
and a property.
- Sort.Order(Sort.Direction, String) - Constructor for class org.springframework.data.domain.Sort.Order
-
- Sort.Order(String) - Constructor for class org.springframework.data.domain.Sort.Order
-
- SortAdapter - Class in org.springframework.data.domain.jaxb
-
- SortAdapter() - Constructor for class org.springframework.data.domain.jaxb.SortAdapter
-
- 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.
- SortHandlerMethodArgumentResolver - Class in org.springframework.data.web
-
- SortHandlerMethodArgumentResolver() - Constructor for class org.springframework.data.web.SortHandlerMethodArgumentResolver
-
- sortResolver() - Method in class org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration
-
- sortResolver() - Method in class org.springframework.data.web.config.SpringDataWebConfiguration
-
- SpELContext - Class in org.springframework.data.mapping.model
-
- SpELContext(PropertyAccessor) - Constructor for class org.springframework.data.mapping.model.SpELContext
-
- SpELContext(SpelExpressionParser, PropertyAccessor) - Constructor for class org.springframework.data.mapping.model.SpELContext
-
- SpELContext(SpELContext, BeanFactory) - Constructor for class org.springframework.data.mapping.model.SpELContext
-
- 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(SpELExpressionEvaluator, ConversionService, ParameterValueProvider<P>) - Constructor for class org.springframework.data.mapping.model.SpELExpressionParameterValueProvider
-
- 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() - Constructor for class org.springframework.data.domain.jaxb.SpringDataJaxb
-
- SpringDataJaxb.OrderDto - Class in org.springframework.data.domain.jaxb
-
- SpringDataJaxb.OrderDto() - Constructor for class org.springframework.data.domain.jaxb.SpringDataJaxb.OrderDto
-
- SpringDataJaxb.PageDto - Class in org.springframework.data.domain.jaxb
-
- SpringDataJaxb.PageDto() - Constructor for class org.springframework.data.domain.jaxb.SpringDataJaxb.PageDto
-
- SpringDataJaxb.PageRequestDto - Class in org.springframework.data.domain.jaxb
-
- SpringDataJaxb.PageRequestDto() - Constructor for class org.springframework.data.domain.jaxb.SpringDataJaxb.PageRequestDto
-
- SpringDataJaxb.SortDto - Class in org.springframework.data.domain.jaxb
-
- SpringDataJaxb.SortDto() - Constructor for class org.springframework.data.domain.jaxb.SpringDataJaxb.SortDto
-
- SpringDataWebConfiguration - Class in org.springframework.data.web.config
-
- SpringDataWebConfiguration() - Constructor for class org.springframework.data.web.config.SpringDataWebConfiguration
-
- supports(String) - Method in enum org.springframework.data.repository.query.parser.Part.Type
-
Returns whether the the type supports the given raw property.
- 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.SortHandlerMethodArgumentResolver
-
- suspend() - Method in class org.springframework.data.crossstore.ChangeSetBackedTransactionSynchronization
-
- validate(RepositoryMetadata) - Method in class org.springframework.data.repository.core.support.RepositoryFactorySupport
-
- 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.DateMidnightToDateConverter
-
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.DateToDateMidnightConverter
-
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.LocalDateToDateConverter
-
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.domain.Sort.Direction
-
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.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.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.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.DateMidnightToDateConverter
-
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.DateToDateMidnightConverter
-
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.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.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.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.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.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.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.