Uses of Class
org.springframework.data.jpa.repository.support.JpaEntityInformationSupport
Packages that use JpaEntityInformationSupport
-
Uses of JpaEntityInformationSupport in org.springframework.data.jpa.repository.support
Modifier and TypeClassDescriptionclassImplementation ofEntityInformationthat uses JPAMetamodelto find the domain class' id field.classJpaPersistableEntityInformation<T extends Persistable<ID>, ID>Extension ofJpaMetamodelEntityInformationthat considers methods ofPersistableto lookup the id.