Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to execute Oracle "CONNECT BY" using JPA or Hibernate annotation?

843830Apr 26 2010 — edited Apr 28 2010
hihi

I want to uses ORACLE "CONNECT BY" to obtain each level of tree structure, like:

A
|-B
--|-D
|-C
--|-E

The result should be: A = 1 and B,C = 2 and D,E = 3

Do I have any hibernate or JPA annotation to do this?

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 26 2010
Added on Apr 26 2010
4 comments
6,300 views