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 Support classes for integration of the repository programming model with 3rd party frameworks. 
 

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
 

Methods in org.springframework.data.repository.support that return CrudRepository
<T,S extends Serializable>
CrudRepository<T,S>
Repositories.getRepositoryFor(Class<?> domainClass)
          Returns the repository managing the given domain class.
 

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 © 2012. All Rights Reserved.