Spring Data Core

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. 
 

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.
 


Spring Data Core

Copyright © 2011-2013-2013 Pivotal. All Rights Reserved.