Uses of Package
org.springframework.data.jpa.repository.support
Packages that use org.springframework.data.jpa.repository.support
Package
Description
Query implementation to execute queries against JPA.
JPA repository implementations.
-
Classes in org.springframework.data.jpa.repository.support used by org.springframework.data.jpa.repository.queryClassDescriptionExtension of
EntityInformationto 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
CrudMethodMetadatathat provide theLockModeTypeto be used for query execution.Extension ofEntityInformationto capture additional JPA specific information about entities.Base class forJpaEntityInformationimplementations to share common method implementations.Implementation ofEntityInformationthat uses JPAMetamodelto find the domain class' id field.Interface to be implemented by classes that want to be aware of their configuration in a JPA repository context.JPA-specificRepositoryFragmentsContributorcontributing fragments based on the repository.SPI interface to be implemented byJpaRepositoryimplementations.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.