Commit 2f50e842 by Tuomas Riihimäki

Pikkubugi jpa:ssa

1 parent 1cf9b5cc
...@@ -33,7 +33,6 @@ public class SitePage extends GenericEntity { ...@@ -33,7 +33,6 @@ public class SitePage extends GenericEntity {
private SitePage parent; private SitePage parent;
@ManyToMany() @ManyToMany()
@PrivateOwned
private List<Role> allowedRoles; private List<Role> allowedRoles;
@OneToMany(mappedBy = "parent", cascade = CascadeType.ALL) @OneToMany(mappedBy = "parent", cascade = CascadeType.ALL)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!