How do I get the table name for a model in Hibernate?
Apparently there used to be a getTableName() method in ClassMetadata, but it\'s been removed.
getTableName()
maybe use SessionFactory.getClassMetadata ?