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. * Document ID.
*/ */
@Id
@Column(name = "DOT_IDDOCUMENT_C", length = 36) @Column(name = "DOT_IDDOCUMENT_C", length = 36)
private String documentId; private String documentId;
/** /**
* Tag ID. * Tag ID.
*/ */
@Id
@Column(name = "DOT_IDTAG_C", length = 36) @Column(name = "DOT_IDTAG_C", length = 36)
private String tagId; private String tagId;