Spring Data Commmons

Package org.springframework.data.repository

Central interfaces for repository abstraction.

See:
          Description

Interface Summary
PagingAndSortingRepository<T,ID extends Serializable> Extension of Repository to provide additional methods to retrieve entities using the pagination and sorting abstraction.
Repository<T,ID extends Serializable> Interface for generic CRUD operations on a repository for a specific type.
 

Annotation Types Summary
NoRepositoryBean Annotation to exclude repository interfaces from being picked up and thus in consequence getting an instance being created.
 

Package org.springframework.data.repository Description

Central interfaces for repository abstraction.


Spring Data Commmons

Copyright © 2011. All Rights Reserved.