Spring Data Core

Package org.springframework.data.repository.core

Core abstractions for repository implementation.

See:
          Description

Interface Summary
CrudInvoker<T> Interface for components that can invoke simple CRUD operations on repositories.
CrudMethods Meta-information about the CRUD methods of a repository.
EntityInformation<T,ID extends Serializable> Extension of EntityMetadata to add functionality to query information of entity instances.
EntityMetadata<T> 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.
 

Package org.springframework.data.repository.core Description

Core abstractions for repository implementation.


Spring Data Core

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