Package org.springframework.data.repository.core
@NullMarked
package org.springframework.data.repository.core
Core abstractions for repository implementation.
-
ClassDescriptionMeta-information about the CRUD methods of a repository.EntityInformation<T,
ID> Extension ofEntityMetadatato add functionality to query information of entity instances.Metadata for entity types.Abstraction of a map ofNamedQueriesthat can be looked up by their names.Exception thrown in the context of repository creation.Additional repository specific informationCommon base class forRepositoryInformationthat delays resolution ofRepositoryMetadataand 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 givenRepositoryMethodContextwith the current execution thread.