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