users@glassfish.java.net
Re: _at_OneToMany(mappedBy) - not working...
This message
: [
Message body
] [ More options (
top
,
bottom
) ]
Related messages
: [
Next message
] [
Previous message
] [
In reply to
] [
Next in thread
] [
Replies
]
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]
From
: <
glassfish_at_javadesktop.org
>
Date
: Mon, 06 Aug 2007 03:27:09 PDT
Try:
Website:
@OneToMany(mappedBy="website")
private List<Crawl> crawls;
Crawl:
@ManyToOne
@JoinColumn(name="website_id")
private Website website;
[Message sent by forum member 'danielrhoades' (danielrhoades)]
http://forums.java.net/jive/thread.jspa?messageID=229577
This message
: [
Message body
]
Next message
:
Harsha R A: "Re: Strange security message in log"
Previous message
:
Lambeth, Mathew (GE Money): "RE: Failed to start domain1"
In reply to
:
glassfish_at_javadesktop.org: "_at_OneToMany(mappedBy) - not working..."
Next in thread
:
glassfish_at_javadesktop.org: "Re: _at_OneToMany(mappedBy) - not working..."
Reply
:
glassfish_at_javadesktop.org: "Re: _at_OneToMany(mappedBy) - not working..."
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]