Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
App Blocks
Commits
e6289f1d
Commit
e6289f1d
authored
Apr 06, 2017
by
Andrey Lugovskiy
Browse files
-fixed()
parent
7b737936
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/src/main/java/org/genesys/blocks/model/UuidEntity.java
View file @
e6289f1d
...
...
@@ -28,7 +28,7 @@ public abstract class UuidEntity extends AuditedVersionedModel implements IdUUID
private
static
final
long
serialVersionUID
=
2639238742778129554L
;
@JsonView
({
JsonViews
.
Update
.
class
,
JsonViews
.
Public
.
class
})
@Column
(
unique
=
true
,
null
able
=
false
,
updat
able
=
false
)
@Column
(
unique
=
true
,
updat
able
=
false
,
null
able
=
false
,
columnDefinition
=
"binary(16)"
)
protected
UUID
uuid
;
@PrePersist
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment