mitigate-hosting-asset-fetching-performance-problems #60

Merged
hsh-michaelhoennig merged 5 commits from mitigate-hosting-asset-fetching-performance-problems into master 2024-06-17 16:46:26 +02:00
Showing only changes of commit ead3fa2053 - Show all commits

View File

@ -96,7 +96,7 @@ public class HsHostingAssetEntity implements Stringifyable, RbacObject {
@OneToMany(cascade = CascadeType.REFRESH, orphanRemoval = true, fetch = FetchType.LAZY) @OneToMany(cascade = CascadeType.REFRESH, orphanRemoval = true, fetch = FetchType.LAZY)
@JoinColumn(name="parentassetuuid", referencedColumnName="uuid") @JoinColumn(name="parentassetuuid", referencedColumnName="uuid")
private List<HsHostingAssetEntity> subHostingAssets; // FIXME: can only be one private List<HsHostingAssetEntity> subHostingAssets;
@Column(name = "identifier") @Column(name = "identifier")
private String identifier; // e.g. vm1234, xyz00, example.org, xyz00_abc private String identifier; // e.g. vm1234, xyz00, example.org, xyz00_abc