Package | Description |
---|---|
org.springframework.data.jpa.repository |
Interfaces and annotations for JPA specific repositories.
|
org.springframework.data.jpa.repository.query |
Query implementation to execute queries against JPA.
|
org.springframework.data.jpa.repository.support |
JPA repository implementations.
|
Class and Description |
---|
EntityGraph.EntityGraphType
Enum for JPA 2.1
EntityGraph types. |
Class and Description |
---|
EntityGraph
Annotation to configure the JPA 2.1
EntityGraph s that should be used on repository methods. |
EntityGraph.EntityGraphType
Enum for JPA 2.1
EntityGraph types. |
Class and Description |
---|
EntityGraph
Annotation to configure the JPA 2.1
EntityGraph s that should be used on repository methods. |
JpaContext
Interface for components to provide useful information about the current JPA setup within the current
ApplicationContext . |
JpaRepository
JPA specific extension of
Repository . |
JpaSpecificationExecutor
Interface to allow execution of
Specification s based on the JPA criteria API. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.