Class NotificationRepository

java.lang.Object
com.maplander.backend.repository.RepositoryBase<Notification,Long>
com.maplander.backend.repository.NotificationRepository

public class NotificationRepository extends RepositoryBase<Notification,Long>
  • Constructor Details

    • NotificationRepository

      public NotificationRepository(org.hibernate.SessionFactory sessionFactory)