Class InterestedRepository
java.lang.Object
com.maplander.backend.repository.RepositoryBase<Interested,Long>
com.maplander.backend.repository.InterestedRepository
-
Field Summary
Fields inherited from class com.maplander.backend.repository.RepositoryBase
sessionFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfindByPropertyId(Long propertyId, Integer limit, Integer offset, org.hibernate.Session session) findPropertyIdsByClientId(Long clientId, org.hibernate.Session session) voidMethods inherited from class com.maplander.backend.repository.RepositoryBase
currentSession, delete, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteAllById, deleteById, deleteById, deleteById, existsById, findAll, findAll, findById, findById, save, save, saveAll
-
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
-
insertPG
-
deletePG
-