JavaScript is disabled on your browser.
Skip navigation links
Spring Data JPA Parent
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
org.springframework.data.jpa.repository.JpaContext
Packages that use
JpaContext
Package
Description
org.springframework.data.jpa.repository.support
JPA repository implementations.
Uses of
JpaContext
in
org.springframework.data.jpa.repository.support
Classes in
org.springframework.data.jpa.repository.support
that implement
JpaContext
Modifier and Type
Class
Description
class
DefaultJpaContext
Default implementation of
JpaContext
.