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.queryClassDescriptionQueryHints provides access to query hints defined via
CrudMethodMetadata.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.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.Default implementation of theCrudRepositoryinterface.