Fix derby test failure
This commit is contained in:
parent
60c4fbe099
commit
7934625688
|
@ -116,7 +116,7 @@ public class SubQueryImplicitJoinReferenceTest {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Entity
|
@Entity(name="RevisionInfoEntity")
|
||||||
public static class RevisionInfoEntity {
|
public static class RevisionInfoEntity {
|
||||||
@Id
|
@Id
|
||||||
private Integer id;
|
private Integer id;
|
||||||
|
|
Loading…
Reference in New Issue