Spring Data Commons

Uses of Package
org.springframework.data.repository

Packages that use org.springframework.data.repository
org.springframework.data.repository Central interfaces for repository abstraction. 
org.springframework.data.repository.core.support Base classes to implement repositories for various data stores. 
org.springframework.data.repository.history API for repositories using historiography. 
org.springframework.data.repository.support Support classes for integration of the repository programming model with 3rd party frameworks. 
 

Classes in org.springframework.data.repository used by org.springframework.data.repository
CrudRepository
          Interface for generic CRUD operations on a repository for a specific type.
NoRepositoryBean
          Annotation to exclude repository interfaces from being picked up and thus in consequence getting an instance being created.
Repository
          Central repository marker interface.
 

Classes in org.springframework.data.repository used by org.springframework.data.repository.core.support
Repository
          Central repository marker interface.
 

Classes in org.springframework.data.repository used by org.springframework.data.repository.history
NoRepositoryBean
          Annotation to exclude repository interfaces from being picked up and thus in consequence getting an instance being created.
 

Classes in org.springframework.data.repository used by org.springframework.data.repository.support
CrudRepository
          Interface for generic CRUD operations on a repository for a specific type.
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.