#533 - DDL - Invalid foreign key constraint name for @ManyToMany when using explicit schema in @Table - Temp testing removed

This commit is contained in:
Robin Bygrave
2016-01-19 10:01:04 +13:00
parent 77bcb4aef9
commit d33afd85de
7 changed files with 9 additions and 11 deletions
@@ -6,7 +6,7 @@ import java.util.List;
import javax.persistence.*;
@Entity
@Table(name="muser", schema = "mys")
@Table(name="muser")
public class MUser {
@Id