mirror of https://github.com/apache/openjpa.git
OPENJPA-1597 make another entity table name unique
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@928209 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c0ad7b61a7
commit
9a75bfe59d
|
@ -21,8 +21,10 @@ package org.apache.openjpa.persistence.proxy.entities;
|
||||||
import javax.persistence.Column;
|
import javax.persistence.Column;
|
||||||
import javax.persistence.Embeddable;
|
import javax.persistence.Embeddable;
|
||||||
import javax.persistence.Entity;
|
import javax.persistence.Entity;
|
||||||
|
import javax.persistence.Table;
|
||||||
|
|
||||||
@Entity
|
@Entity
|
||||||
|
@Table(name="ADDRESS_ANNUITY")
|
||||||
@Embeddable
|
@Embeddable
|
||||||
public class Address implements IAddress {
|
public class Address implements IAddress {
|
||||||
private static final long serialVersionUID = -2017682230659955349L;
|
private static final long serialVersionUID = -2017682230659955349L;
|
||||||
|
|
Loading…
Reference in New Issue