Uses of Class
com.maplander.backend.repository.model_table.opibackenddata.Ad
Packages that use Ad
Package
Description
-
Uses of Ad in com.maplander.backend.repository
Subclasses with type arguments of type Ad in com.maplander.backend.repositoryMethods in com.maplander.backend.repository that return types with arguments of type AdModifier and TypeMethodDescriptionAdRepository.findAllActives(Integer limit, Integer offset, org.hibernate.Session session) AdRepository.findByAdId(String adId, org.hibernate.Session session) AdRepository.findNextForCron(org.hibernate.Session session) AdRepository.findWithFilters(String adId, Long officeId, Long userId, Long propertyId, String adSetId, StatusAdEnum statusAd, Integer limit, Integer offset, org.hibernate.Session session) -
Uses of Ad in com.maplander.backend.utils.migration.extractor
Methods in com.maplander.backend.utils.migration.extractor that return types with arguments of type Ad