Uses of Interface
org.springframework.data.jpa.repository.query.JpaEntityMetadata
Packages that use JpaEntityMetadata
Package
Description
Query implementation to execute queries against JPA.
JPA repository implementations.
-
Uses of JpaEntityMetadata in org.springframework.data.jpa.repository.query
Classes in org.springframework.data.jpa.repository.query that implement JpaEntityMetadataMethods in org.springframework.data.jpa.repository.query that return JpaEntityMetadata -
Uses of JpaEntityMetadata in org.springframework.data.jpa.repository.support
Subinterfaces of JpaEntityMetadata in org.springframework.data.jpa.repository.supportModifier and TypeInterfaceDescriptioninterfaceJpaEntityInformation<T,ID> Extension ofEntityInformationto capture additional JPA specific information about entities.Classes in org.springframework.data.jpa.repository.support that implement JpaEntityMetadataModifier and TypeClassDescriptionclassBase class forJpaEntityInformationimplementations to share common method implementations.classImplementation ofEntityInformationthat uses JPAMetamodelto find the domain class' id field.classJpaPersistableEntityInformation<T extends Persistable<ID>,ID> Extension ofJpaMetamodelEntityInformationthat consideres methods ofPersistableto lookup the id.