Uses of Interface
org.springframework.data.repository.core.CrudMethods
Packages that use CrudMethods
Package
Description
Core abstractions for repository implementation.
Base classes to implement repositories for various data stores.
-
Uses of CrudMethods in org.springframework.data.repository.core
Methods in org.springframework.data.repository.core that return CrudMethodsModifier and TypeMethodDescriptionRepositoryInformationSupport.getCrudMethods()RepositoryMetadata.getCrudMethods()ReturnsCrudMethodsmeta information for the repository. -
Uses of CrudMethods in org.springframework.data.repository.core.support
Classes in org.springframework.data.repository.core.support that implement CrudMethodsModifier and TypeClassDescriptionclassDefault implementation to discover CRUD methods based on the givenRepositoryMetadata.Methods in org.springframework.data.repository.core.support that return CrudMethods