Package org.springframework.data.repository.core
@NonNullApi
package org.springframework.data.repository.core
Core abstractions for repository implementation.
-
ClassDescriptionMeta-information about the CRUD methods of a repository.EntityInformation<T,
ID> Extension ofEntityMetadata
to add functionality to query information of entity instances.Metadata for entity types.Abstraction of a map ofNamedQueries
that can be looked up by their names.Exception thrown in the context of repository creation.Additional repository specific informationCommon base class forRepositoryInformation
that delays resolution ofRepositoryMetadata
and the repository base to the latest possible time.Metadata for repository interfaces.Interface containing methods and value objects to obtain information about the current repository method invocation.Associates a givenRepositoryMethodContext
with the current execution thread.