mirror of
https://github.com/sismics/docs.git
synced 2024-11-22 14:07:55 +01:00
Closes #22: incorrect composite ID for DocumentTag
This commit is contained in:
parent
6add34bb33
commit
f8d889bb1f
@ -31,14 +31,12 @@ public class DocumentTag implements Serializable {
|
||||
/**
|
||||
* Document ID.
|
||||
*/
|
||||
@Id
|
||||
@Column(name = "DOT_IDDOCUMENT_C", length = 36)
|
||||
private String documentId;
|
||||
|
||||
/**
|
||||
* Tag ID.
|
||||
*/
|
||||
@Id
|
||||
@Column(name = "DOT_IDTAG_C", length = 36)
|
||||
private String tagId;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user