Read the rules before posting!
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:2.1.3
Mapping documents:
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Name and version of the database you are using:
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt:
in the "hibernate in acton" 's application caveatemptor,
i create 2 catalog ,one is parent of another , and they
belong to my new class 's property catalogs :
Class myclass {
Set catalogs=new HashSet();
}
i use myclass.catalogs.add(catalogs) to add them , i want to know
which one was first sent to database ??