1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 17:56:20 +00:00

Closes #22: incorrect composite ID for DocumentTag

This commit is contained in:
jendib
2015-08-24 22:18:47 +02:00
parent 6add34bb33
commit f8d889bb1f

View File

@@ -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;