rsanchez
2014-10-14 fb1b6755a9ecd43601dc4fbef9166d11d8a86f24
securis/src/main/java/net/curisit/securis/db/LicenseType.java
....@@ -59,10 +59,7 @@
5959 @JoinColumn(name = "application_id")
6060 private Application application;
6161
62
- @JsonIgnore
63
- // We don't include the referenced entities to limit the size of each row at
64
- // the listing
65
- @OneToMany(fetch = FetchType.LAZY, mappedBy = "license_type")
62
+ @OneToMany(fetch = FetchType.LAZY, mappedBy = "licenseType")
6663 private Set<LicenseTypeMetadata> metadata;
6764
6865 public Set<LicenseTypeMetadata> getMetadata() {