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 7d0b1e65
authored
Mar 20, 2010
by
Tuukka Kivilahti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
entered_event / enteredEvent
1 parent
763f08f4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
code/LanBortalDatabase/src/fi/insomnia/bortal/model/GroupMembership.java
code/LanBortalDatabase/src/fi/insomnia/bortal/model/GroupMembership.java
View file @
7d0b1e6
...
@@ -64,6 +64,12 @@ public class GroupMembership implements ModelInterface {
...
@@ -64,6 +64,12 @@ public class GroupMembership implements ModelInterface {
@ManyToOne
@ManyToOne
private
User
user
;
private
User
user
;
@Column
(
name
=
"entered_event"
)
@Temporal
(
TemporalType
.
TIMESTAMP
)
private
Calendar
enteredEvent
;
@Version
@Version
@Column
(
nullable
=
false
)
@Column
(
nullable
=
false
)
private
int
jpaVersionField
;
private
int
jpaVersionField
;
...
...
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