Recently i upgraded to hibernate 4 and found that there are some constraints loading each time server is started. I wanted to know how this table constraints are added through hibernate. Which hibernate class loads the table properties such as table name, columns, indexes, constraints etc.
Is this loading different from previous hibernate versions.