mirror of https://github.com/apache/openjpa.git
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:
parent
388b18650f
commit
049c91707b
|
@ -27,6 +27,7 @@ import javax.persistence.*;
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@Entity
|
@Entity
|
||||||
|
@Table(name="EADDR")
|
||||||
public class Address extends BaseEntity {
|
public class Address extends BaseEntity {
|
||||||
protected String streetAddress, city, state;
|
protected String streetAddress, city, state;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue