mirror of
https://github.com/apache/openjpa.git
synced 2025-02-21 01:15:30 +00:00
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:
parent
6019e8aeab
commit
150374648b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user