Issue #2191 Eager loading of slot values

Change-Id: Ib83c82c55a2576245a89355065c7dc0f6eac0068

Former-commit-id: 802f3e1557 [formerly c47062862c] [formerly c89449ba6d [formerly f2fd040de924724f382e16054a7e2bea27bb99d9]]
Former-commit-id: c89449ba6d
Former-commit-id: 9396b9b2d4
This commit is contained in:
Benjamin Phillippe 2013-07-15 10:41:52 -05:00
parent e51ac6df59
commit 3a4ceb9fc6

View file

@ -100,7 +100,7 @@ public class SlotType extends ExtensibleObjectType implements
@XmlTransient
private Integer key;
@ManyToOne(cascade = CascadeType.ALL, fetch = FetchType.LAZY)
@ManyToOne(cascade = CascadeType.ALL, fetch = FetchType.EAGER)
@XmlElement(name = "SlotValue")
@DynamicSerializeElement
protected ValueType slotValue;