Class InterestedRepository

java.lang.Object
com.maplander.backend.repository.RepositoryBase<Interested,Long>
com.maplander.backend.repository.InterestedRepository

public class InterestedRepository extends RepositoryBase<Interested,Long>
  • Constructor Details

    • InterestedRepository

      public InterestedRepository(org.hibernate.SessionFactory sessionFactory)
  • Method Details

    • findByPropertyId

      public List<Interested> findByPropertyId(Long propertyId, Integer limit, Integer offset, org.hibernate.Session session)
    • findPropertyIdsByClientId

      public List<Long> findPropertyIdsByClientId(Long clientId, org.hibernate.Session session)
    • insertPG

      public void insertPG(Long id, Long propertyId, Long clientId, Long officeId, org.hibernate.Session session)
    • deletePG

      public void deletePG(Long id, org.hibernate.Session session)