Just curious to know if there is any framework that helps to test the hibernate mapping schema.
I've found ORMUnit, used in "POJOs in Action", but it doesn't seem to be in use much. Is there any other framework that people use to make sure that the classes are mapped properly to the database schema, or is this something that people don't really need?