mirror of
https://github.com/apache/openjpa.git
synced 2025-02-22 18:32:06 +00:00
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:
parent
fb85dc97e5
commit
46c0110bef
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user