Class PropertyRequestRepository
java.lang.Object
com.maplander.backend.repository.RepositoryBase<PropertyRequest,Long>
com.maplander.backend.repository.PropertyRequestRepository
-
Field Summary
Fields inherited from class com.maplander.backend.repository.RepositoryBase
sessionFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindByPropertyIdAndType(Long propertyId, NotificationTypeEnum type, org.hibernate.Session session) Methods 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
-
PropertyRequestRepository
public PropertyRequestRepository(org.hibernate.SessionFactory sessionFactory)
-
-
Method Details
-
findByPropertyIdAndType
public List<PropertyRequest> findByPropertyIdAndType(Long propertyId, NotificationTypeEnum type, org.hibernate.Session session)
-