securis/src/main/java/net/curisit/securis/db/LicenseType.java
.. .. @@ -59,10 +59,7 @@ 59 59 @JoinColumn(name = "application_id") 60 60 private Application application; 61 61 62 - @JsonIgnore63 - // We don't include the referenced entities to limit the size of each row at64 - // the listing65 - @OneToMany(fetch = FetchType.LAZY, mappedBy = "license_type")62 + @OneToMany(fetch = FetchType.LAZY, mappedBy = "licenseType")66 63 private Set<LicenseTypeMetadata> metadata; 67 64 68 65 public Set<LicenseTypeMetadata> getMetadata() {