Uses of Class
org.springframework.data.jpa.util.JpaMetamodel
Packages that use JpaMetamodel
Package
Description
Query implementation to execute queries against JPA.
Spring Data JPA utilities.
-
Uses of JpaMetamodel in org.springframework.data.jpa.repository.query
Methods in org.springframework.data.jpa.repository.query that return JpaMetamodelModifier and TypeMethodDescriptionprotected JpaMetamodel
AbstractJpaQuery.getMetamodel()
Returns theJpaMetamodel
. -
Uses of JpaMetamodel in org.springframework.data.jpa.util
Methods in org.springframework.data.jpa.util that return JpaMetamodelModifier and TypeMethodDescriptionstatic JpaMetamodel
JpaMetamodel.of
(jakarta.persistence.metamodel.Metamodel metamodel)