I am looking for documentation for Hibernate HBM tag (e.g. allowed attributes for each tag)
+1
A:
It's in the DTD - hibernate-mapping-3.0.dtd
You can see it here
This is the mapping documentation (which google is good enough to present on searching for "hibernate mapping")
Bozho
2010-03-23 12:32:54
I am not just looking for the XML schema, I need documentation for each attribute as well.
Khalil Dahab
2010-03-23 12:55:39
@Khalil Dahab then check my update
Bozho
2010-03-23 13:00:54