Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
rhbz978666 - remove natural id annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed Jul 12, 2013
1 parent cf74cd1 commit fa6a9e2
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -102,7 +102,6 @@ public String getComment()
}

@NotNull
@NaturalId
@ManyToOne(fetch = FetchType.LAZY)
@JoinColumn(name = "target_id")
@IndexedEmbedded
Expand All @@ -112,7 +111,6 @@ public HTextFlowTarget getTextFlowTarget()
}

@NotNull
@NaturalId
public Integer getTargetVersion()
{
return targetVersion;
Expand Down

0 comments on commit fa6a9e2

Please sign in to comment.