Hi,
I'm new to hibernate.
I'm using <list> to map a collection of objects.
I noticed that the values entered in the index column in the database are all zeros.
Why does this happen?
What should the type of the index column in the database be?
Should it be of an index or just integer?
Thanks in advance.
Read the rules before posting!
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
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: