Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@

/**
* Created by luthien on 31/05/2018.
* setting useDiscriminator to false will not save the classname field in the DB
*/
@Embedded
@Embedded(useDiscriminator = false)
public class Annotation {

private String anId;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

/**
* Created by luthien on 26/06/2018.
* setting useDiscriminator to false will not save the classname field in the DB
*/
@Embedded
@Embedded(useDiscriminator = false)
public class Target {

private Integer x;
Expand Down