Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Linnea Samila
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 2f50e842
authored
Apr 06, 2012
by
Tuomas Riihimäki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pikkubugi jpa:ssa
1 parent
1cf9b5cc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
code/LanBortalDatabase/src/fi/insomnia/bortal/model/SitePage.java
code/LanBortalDatabase/src/fi/insomnia/bortal/model/SitePage.java
View file @
2f50e84
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment