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
commit
a36b273a96
1 changed files with 1 additions and 1 deletions
  1. +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


Loading…
Cancel
Save