Spring Data Core

Uses of Package
org.springframework.data.repository.core

Packages that use org.springframework.data.repository.core
org.springframework.data.repository.core Core abstractions for repository implementation. 
org.springframework.data.repository.core.support Base classes to implement repositories for various data stores. 
org.springframework.data.repository.query Support classes to work with query methods. 
org.springframework.data.repository.support Support classes for integration of the repository programming model with 3rd party frameworks. 
 

Classes in org.springframework.data.repository.core used by org.springframework.data.repository.core
CrudMethods
          Meta-information about the CRUD methods of a repository.
EntityMetadata
          Metadata for entity types.
RepositoryMetadata
          Metadata for repository interfaces.
 

Classes in org.springframework.data.repository.core used by org.springframework.data.repository.core.support
EntityInformation
          Extension of EntityMetadata to add functionality to query information of entity instances.
EntityMetadata
          Metadata for entity types.
NamedQueries
          Abstraction of a map of NamedQueries that can be looked up by their names.
RepositoryInformation
          Aditional repository specific information
RepositoryMetadata
          Metadata for repository interfaces.
 

Classes in org.springframework.data.repository.core used by org.springframework.data.repository.query
EntityMetadata
          Metadata for entity types.
NamedQueries
          Abstraction of a map of NamedQueries that can be looked up by their names.
RepositoryMetadata
          Metadata for repository interfaces.
 

Classes in org.springframework.data.repository.core used by org.springframework.data.repository.support
CrudInvoker
          Interface for components that can invoke simple CRUD operations on repositories.
EntityInformation
          Extension of EntityMetadata to add functionality to query information of entity instances.
RepositoryInformation
          Aditional repository specific information
 


Spring Data Core

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