Uses of Interface
org.springframework.data.jpa.repository.query.JpaEntityMetadata
Package
Description
Query implementation to execute queries against JPA.
JPA repository implementations.
-
Uses of JpaEntityMetadata in org.springframework.data.jpa.repository.query
-
Uses of JpaEntityMetadata in org.springframework.data.jpa.repository.support
Modifier and TypeInterfaceDescriptioninterface
JpaEntityInformation<T,
ID> Extension ofEntityInformation
to capture additional JPA specific information about entities.Modifier and TypeClassDescriptionclass
Base class forJpaEntityInformation
implementations to share common method implementations.class
Implementation ofEntityInformation
that uses JPAMetamodel
to find the domain class' id field.class
JpaPersistableEntityInformation<T extends Persistable<ID>,
ID> Extension ofJpaMetamodelEntityInformation
that consideres methods ofPersistable
to lookup the id.