Module spring.data.commons
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 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.