Issue #2191 Eager loading of slot values
Change-Id: Ib83c82c55a2576245a89355065c7dc0f6eac0068 Former-commit-id:802f3e1557
[formerlyc47062862c
] [formerlyc89449ba6d
[formerly f2fd040de924724f382e16054a7e2bea27bb99d9]] Former-commit-id:c89449ba6d
Former-commit-id:9396b9b2d4
This commit is contained in:
parent
e51ac6df59
commit
3a4ceb9fc6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue