How do I map to a parent or child in the same table with NHibernate?
- by adolfojp
Lets suppose that I have a Category table with a column that holds the id of a parent or child category from the same table. This design would allow me to have unlimited levels of Categories, or unlimited levels in a thread, for example.
How can I map this relationship with NHibernate? Are there any disadvantages or warnings that I should take into consideration when doing this?