blob: dee28e4f43a6361d5df3c9920a9b4f5f3b940825 [file] [log] [blame]
package org.eclipse.openk.elogbook.persistence.model;
import javax.persistence.Entity;
import javax.persistence.Table;
/**
* The persistent class for the notification database view.
*
*/
@Entity
@Table(name="\"VIEW_ACTIVE_NOTIFICATION\"")
public class ViewNotification extends AbstractNotification {
private static final long serialVersionUID = 1L;
}