Class DefaultCrudMethods

java.lang.Object
org.springframework.data.repository.core.support.DefaultCrudMethods
All Implemented Interfaces:
CrudMethods

public class DefaultCrudMethods extends Object implements CrudMethods
Default implementation to discover CRUD methods based on the given RepositoryMetadata. Will detect methods exposed in CrudRepository but also hand crafted CRUD methods that are signature compatible with the ones on CrudRepository.
Since:
1.6
Author:
Oliver Gierke, Thomas Darimont