Spring Data Commons

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

Packages that use org.springframework.data.repository.core
org.springframework.data.repository.core   
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   
 

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.
 


Spring Data Commons

Copyright © 2011. All Rights Reserved.