tag « Join « JPA Q&A





1. I don't understand the tag!?    forum.hibernate.org

Hallo, I'have two tables PERSONS and TITLES PERSONS has a FK column "TITLE_ID" to give each person a title (like Mr., Mrs. ...). TITLE_ID is the id in TITLES and not the PERSONS.ID. Now I want to map a Person with an property like getTitle() giving me back a String and not an Title object. So a have used the ...

2. The tag join works in Hibernate 3.0.5?    forum.hibernate.org

3. Please, the tag join works in Hibernate 3.0?    forum.hibernate.org

The join mapping works fine for me. Have you got the trace of the parse exception, or is that being hidden by your app? Something to look out for: in the DTD, join is specified as coming after the maps, properties, etc., not mixed in with them. I find that a little odd, but there you go. Make sure that your ...