Spring Data Commons

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
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
EntityInformation
          Extension of EntityMetadata to add functionality to query information of entity instances.
RepositoryInformation
          Aditional repository specific information
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.