Spring Data Commons

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

Packages that use NoRepositoryBean
org.springframework.data.repository Central interfaces for repository abstraction. 
org.springframework.data.repository.history API for repositories using historiography. 
 

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.
 

Uses of NoRepositoryBean in org.springframework.data.repository.history
 

Classes in org.springframework.data.repository.history with annotations of type NoRepositoryBean
 interface RevisionRepository<T,ID extends Serializable,N extends Number & Comparable<N>>
          A repository which can access entities held in a variety of Revisions.
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.