Add an anchor for testiung HTML code

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@947922 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Pinaki Poddar 2010-05-25 05:32:04 +00:00
parent 6019e8aeab
commit 150374648b

View File

@ -38,6 +38,10 @@ import javax.persistence.OrderColumn;
@Entity
@IdClass(LineItem.LineItemId.class)
public class LineItem implements Serializable {
/**
* <A name="example.compound-derived-identity">
* An example of a compound derived identity.
*/
@Id
@OneToOne
private PurchaseOrder order;