does hibernate support self association?
i have a problem like in simple words
Animal has ch开发者_StackOverflow中文版ilds of type Horse which in turn has more childs of type Horse only.
is it possible in hibernate as i am trying but unable to succed.
Please help.
Yes, for example tree structures are possible in Hibernate.
It would be better if you post some code.
精彩评论