Yerva,
this hibernate manual is in spanish:
http://www.javahispano.org/articles.art ... tion?id=82
I don't know if its any good, I don't understand spanish that well..
I think he is asking if each record in the table can be a separate class.
Yerva,
Most common use of hibernate is a class per table. You might be able to use subclasses.
Look at this page:
http://www.hibernate.org/hib_docs/refer ... n-subclass
There is also an example, where table work can be either Song or Book, which are subclass of Work
http://www.hibernate.org/hib_docs/refer ... authorwork
I imagine you can use it how you want to, with some reading and celever thinking.
Hope that helps,
Pritpal Dhaliwal