thread « Map « JPA Q&A





2. Hibernate mapping for threaded news table?    forum.hibernate.org

I was working on circular references in Hibernate. Since my last post sort of was very specific, I thougt of a mor practical situation with the same need for a one-to-many relation between objects of the same type. If you consider a regular threadded newsgroup-table. In this table every entry has an id and a parentId (Ok ... and some further ...