WebNotifDAO.java

  1. package org.exoplatform.commons.notification.impl.jpa.web.dao;

  2. import org.exoplatform.commons.notification.impl.jpa.web.entity.WebNotifEntity;
  3. import org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl;

  4. public class WebNotifDAO extends GenericDAOJPAImpl<WebNotifEntity, Long> {
  5. }