Uses of Class
com.maplander.backend.repository.model_table.opibackenddata.PFile
Packages that use PFile
Package
Description
-
Uses of PFile in com.maplander.backend.model.manage.property
Constructors in com.maplander.backend.model.manage.property with parameters of type PFile -
Uses of PFile in com.maplander.backend.repository
Subclasses with type arguments of type PFile in com.maplander.backend.repositoryMethods in com.maplander.backend.repository that return types with arguments of type PFileModifier and TypeMethodDescriptionPFileRepository.findByPropertyId(Long propertyId, org.hibernate.Session session) PFileRepository.findByPropertyIdAndType(Long propertyId, PFileTypeEnum type, org.hibernate.Session session) PFileRepository.findByPropertyIdsAndType(List<Long> propertyIds, PFileTypeEnum type, org.hibernate.Session session) -
Uses of PFile in com.maplander.backend.utils.migration.extractor
Methods in com.maplander.backend.utils.migration.extractor that return types with arguments of type PFile