HHH-5572 rollback, since this change causes org.hibernate.test.annotations.indexcoll.IndexedCollectionTest#testJPA2DefaultMapColumns to fail.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20663 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
6e1eaa837c
commit
902b3ac2dc
|
@ -73,7 +73,6 @@ public class Atmosphere {
|
|||
@ManyToMany(cascade = CascadeType.ALL)
|
||||
@MapKey
|
||||
@JoinTable(name="Atm_Gas_DefLeg")
|
||||
@MapKeyColumn(nullable=false)
|
||||
public Map<String, Gas> gasesDefLeg = new HashMap<String, Gas>();
|
||||
|
||||
@ManyToMany(cascade = CascadeType.ALL)
|
||||
|
|
Loading…
Reference in New Issue