Uses of Package
org.springframework.data.jpa.repository.support
Packages that use org.springframework.data.jpa.repository.support
Package
Description
Spring Data JPA specific converter infrastructure.
Query implementation to execute queries against JPA.
JPA repository implementations.
-
Classes in org.springframework.data.jpa.repository.support used by org.springframework.data.envers.repository.supportClassDescriptionExtension of
EntityInformation
to capture additional JPA specific information about entities.Special adapter for SpringsFactoryBean
interface to allow easy setup of repository factories via Spring configuration. -
Classes in org.springframework.data.jpa.repository.support used by org.springframework.data.jpa.repository.queryClassDescriptionExtension of
EntityInformation
to capture additional JPA specific information about entities.QueryHints provides access to query hints defined viaCrudMethodMetadata.getQueryHints()
QueryHintList()} by default excluding JPAEntityGraph
. -
Classes in org.springframework.data.jpa.repository.support used by org.springframework.data.jpa.repository.supportClassDescriptionInterface to abstract
CrudMethodMetadata
that provide theLockModeType
to be used for query execution.Extension ofEntityInformation
to capture additional JPA specific information about entities.Base class forJpaEntityInformation
implementations to share common method implementations.Implementation ofEntityInformation
that uses JPAMetamodel
to find the domain class' id field.SPI interface to be implemented byJpaRepository
implementations.Helper instance to ease access to Querydsl JPA query API.QueryHints provides access to query hints defined viaCrudMethodMetadata.getQueryHints()
QueryHintList()} by default excluding JPAEntityGraph
.Null object implementation ofQueryHints
.Default implementation of theCrudRepository
interface.