See: Description
Interface | Description |
---|---|
JpaContext |
Interface for components to provide useful information about the current JPA setup within the current
ApplicationContext . |
JpaRepository<T,ID extends Serializable> |
JPA specific extension of
Repository . |
JpaSpecificationExecutor<T> |
Interface to allow execution of
Specification s based on the JPA criteria API. |
Enum | Description |
---|---|
EntityGraph.EntityGraphType |
Enum for JPA 2.1
EntityGraph types. |
Annotation Type | Description |
---|---|
EntityGraph |
Annotation to configure the JPA 2.1
EntityGraph s that should be used on repository methods. |
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. |
Temporal |
Annotation to declare an appropriate
TemporalType on query method parameters. |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.