mirror of
https://github.com/apache/openjpa.git
synced 2025-02-21 01:15:30 +00:00
OPENJPA-1116: fix test case error on some DBs by providing a unique table name.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@818518 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
067a6f0ffb
commit
d8eadfe600
@ -21,10 +21,10 @@ package org.apache.openjpa.persistence.jdbc.strategy;
|
||||
import java.util.*;
|
||||
import javax.persistence.*;
|
||||
|
||||
import org.apache.openjpa.persistence.jdbc.Strategy;
|
||||
import org.apache.openjpa.persistence.jdbc.Strategy;
|
||||
|
||||
@Entity
|
||||
@Table(name="PERSON_STR")
|
||||
public class Person {
|
||||
|
||||
private long idPerson;
|
||||
|
Loading…
x
Reference in New Issue
Block a user