Issue #2191 Eager loading of slot values
Change-Id: Ib83c82c55a2576245a89355065c7dc0f6eac0068 Former-commit-id:c47062862c
[formerly f2fd040de924724f382e16054a7e2bea27bb99d9] Former-commit-id:c89449ba6d
This commit is contained in:
parent
45cef4d8bc
commit
9396b9b2d4
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