From: Christoph S. <ch...@sc...> - 2002-02-26 23:06:52
|
Hi! Does Hibernate support a 1:n relation to the same type like this: class X { X parent; X getParent() { return parent; } ...... } or will i end up in an infinite loop if this == parent? regards chris |