Spring Data Jpa

Package org.springframework.data.jpa.repository

Interfaces and annotations for JPA specific repositories.

See:
          Description

Interface Summary
JpaRepository<T,ID extends Serializable> JPA specific extension of Repository.
 

Annotation Types Summary
Modifying Indicates a method should be regarded as modifying query.
Query Annotation to declare finder queries directly on repository methods.
QueryHints Wrapper annotation to allow QueryHint annotations to be bound to methods.
 

Package org.springframework.data.jpa.repository Description

Interfaces and annotations for JPA specific repositories.


Spring Data Jpa

Copyright © 2011 SpringSource. All Rights Reserved.