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 a52a96b0
authored
Oct 19, 2012
by
Tuukka Kivilahti, TKffTK
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
foobar
1 parent
6249c3aa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
code/LanBortalDatabase/src/fi/insomnia/bortal/model/AccountEvent.java
code/LanBortalDatabase/src/fi/insomnia/bortal/model/AccountEvent.java
View file @
a52a96b
...
@@ -29,7 +29,7 @@ import org.eclipse.persistence.annotations.OptimisticLockingType;
...
@@ -29,7 +29,7 @@ import org.eclipse.persistence.annotations.OptimisticLockingType;
@Table
(
name
=
"account_events"
)
@Table
(
name
=
"account_events"
)
@OptimisticLocking
(
type
=
OptimisticLockingType
.
CHANGED_COLUMNS
)
@OptimisticLocking
(
type
=
OptimisticLockingType
.
CHANGED_COLUMNS
)
public
class
AccountEvent
extends
GenericEntity
{
public
class
AccountEvent
extends
GenericEntity
{
private
static
final
long
serialVersionUID
=
2588419823225148100L
;
private
static
final
long
serialVersionUID
=
2588419823225148100L
;
@Column
(
name
=
"cash"
,
nullable
=
false
)
@Column
(
name
=
"cash"
,
nullable
=
false
)
...
...
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