mirror of https://github.com/apache/openjpa.git
OPENJPA-1762: fix test case problem
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1032791 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0836fba158
commit
324ca8e894
|
@ -26,12 +26,12 @@ import java.util.List;
|
|||
|
||||
import javax.persistence.Entity;
|
||||
import javax.persistence.Id;
|
||||
import javax.persistence.JoinColumn;
|
||||
import javax.persistence.ManyToMany;
|
||||
import javax.persistence.ManyToOne;
|
||||
import javax.persistence.Table;
|
||||
|
||||
|
||||
@Entity
|
||||
@Table(name="LOCK_PSN")
|
||||
public class Person implements Externalizable {
|
||||
|
||||
private int id;
|
||||
|
|
Loading…
Reference in New Issue