This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
java-bookstore
mirror of
https://github.com/Fincer/java-bookstore
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
4
Wiki
Activity
Browse Source
Ignore books in JSON output; define SQL fetch & cascade types for book
list Signed-off-by: Pekka Helenius <fincer89@hotmail.com>
v0.0.2-alpha
Pekka Helenius
4 years ago
parent
87ccddc9eb
commit
a36b273a96
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bookstore/src/main/java/com/fjordtek/bookstore/model/Category.java
+ 1
- 1
bookstore/src/main/java/com/fjordtek/bookstore/model/Category.java
View File
@ -30,7 +30,7 @@ public class Category {
sequenceName
=
"categoryIdSequence"
)
@JsonIgnore
private
Long
id
;
private
Long
id
;
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
Attributes
with
hard
-
coded
constraints
Write
Preview
Loading…
Cancel
Save