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 consideres methods ofPersistableto lookup the id.