Spring Data Core

Uses of Interface
org.springframework.data.repository.core.CrudMethods

Packages that use CrudMethods
org.springframework.data.repository.core Core abstractions for repository implementation. 
org.springframework.data.repository.core.support 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 CrudMethods
 CrudMethods RepositoryMetadata.getCrudMethods()
          Returns CrudMethods meta information for the repository.
 

Uses of CrudMethods in org.springframework.data.repository.core.support
 

Methods in org.springframework.data.repository.core.support that return CrudMethods
 CrudMethods AbstractRepositoryMetadata.getCrudMethods()
           
 


Spring Data Core

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.