Uses of Package
org.springframework.data.repository.core
Package
Description
Base classes to implement CDI support for repositories.
Support classes for repository namespace and JavaConfig integration.
Core abstractions for repository implementation.
Base classes to implement repositories for various data stores.
Support classes to work with query methods.
Support classes for integration of the repository programming model with 3rd party frameworks.
-
-
ClassDescriptionAdditional repository specific informationMetadata for repository interfaces.
-
ClassDescriptionMeta-information about the CRUD methods of a repository.Metadata for entity types.Additional repository specific informationMetadata for repository interfaces.
-
ClassDescriptionMeta-information about the CRUD methods of a repository.Extension of
EntityMetadata
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 informationMetadata for repository interfaces. -
ClassDescriptionMetadata for entity types.Abstraction of a map of
NamedQueries
that can be looked up by their names.Exception thrown in the context of repository creation.Metadata for repository interfaces. -
ClassDescriptionExtension of
EntityMetadata
to add functionality to query information of entity instances.Additional repository specific information