Spring Data Commons

Uses of Interface
org.springframework.data.repository.CrudRepository

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

Uses of CrudRepository in org.springframework.data.repository
 

Subinterfaces of CrudRepository in org.springframework.data.repository
 interface PagingAndSortingRepository<T,ID extends Serializable>
          Extension of CrudRepository to provide additional methods to retrieve entities using the pagination and sorting abstraction.
 

Uses of CrudRepository in org.springframework.data.repository.support
 

Constructors in org.springframework.data.repository.support with parameters of type CrudRepository
DomainClassPropertyEditor(CrudRepository<T,ID> repository, EntityInformation<T,ID> information, PropertyEditorRegistry registry)
          Creates a new DomainClassPropertyEditor for the given CrudRepository, EntityInformation and PropertyEditorRegistry.
 


Spring Data Commons

Copyright © 2011. All Rights Reserved.