Skip to content

Commit

Permalink
feat: removed eager from ElementCollection keyValueMap
Browse files Browse the repository at this point in the history
  • Loading branch information
melistik committed Jul 6, 2020
1 parent 2480d28 commit 229aacc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public class AssetJpaEntity implements AssetEntity {
@Lob
private String lqip;

@ElementCollection(fetch = FetchType.EAGER)
@ElementCollection
@CollectionTable(
name = "co_asset_keyvalue_pair",
joinColumns = @JoinColumn(name = "asset_id"),
Expand Down

0 comments on commit 229aacc

Please sign in to comment.