OPENJPA-1112 JPA2 Query result of embeddable object can not be further updated

add table name in Address entity

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@807479 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Catalina Wei 2009-08-25 05:02:44 +00:00
parent 388b18650f
commit 049c91707b
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ import javax.persistence.*;
*
*/
@Entity
@Table(name="EADDR")
public class Address extends BaseEntity {
protected String streetAddress, city, state;