Spring Data Commons

Uses of Class
org.springframework.data.repository.NoRepositoryBean

Packages that use NoRepositoryBean
org.springframework.data.repository Central interfaces for repository abstraction. 
 

Uses of NoRepositoryBean in org.springframework.data.repository
 

Classes in org.springframework.data.repository with annotations of type NoRepositoryBean
 interface CrudRepository<T,ID extends Serializable>
          Interface for generic CRUD operations on a repository for a specific type.
 interface PagingAndSortingRepository<T,ID extends Serializable>
          Extension of CrudRepository to provide additional methods to retrieve entities using the pagination and sorting abstraction.
 


Spring Data Commons

Copyright © 2011. All Rights Reserved.