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:
Donald Woods 2010-03-27 14:50:41 +00:00
parent c0ad7b61a7
commit 9a75bfe59d
1 changed files with 2 additions and 0 deletions

View File

@ -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;