package org.exoplatform.commons.notification.impl.jpa.web.dao;
import org.exoplatform.commons.notification.impl.jpa.web.entity.WebNotifEntity;
import org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl;
public class WebNotifDAO extends GenericDAOJPAImpl<WebNotifEntity, Long> {
}