Table name not allowed for flat inheritance mapping

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@772679 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Pinaki Poddar 2009-05-07 15:30:52 +00:00
parent fb85dc97e5
commit 46c0110bef

View File

@ -22,7 +22,6 @@ import javax.persistence.Entity;
import javax.persistence.Table;
@Entity
@Table(name="CR_MANAGER")
public class Manager extends Employee {
private String cabin;