See: Description
| Interface | Description |
|---|---|
| JpaRepository<T,ID extends Serializable> |
JPA specific extension of
Repository. |
| JpaSpecificationExecutor<T> |
Interface to allow execution of
Specifications based on the JPA criteria API. |
| Annotation Type | Description |
|---|---|
| Lock |
Annotation used to specify the
LockModeType to be used when executing the query. |
| 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. |
Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.