org.hibernate.MappingException: Following superclasses referenced in extends not found: null
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via coderanch.com by Unknown author, 1 year ago
via Coderanch by Shubham Semwal, 1 year ago
via Hibernate JIRA by Stephen Chin, 1 year ago
via Hibernate JIRA by Stephen Chin, 2 years ago
via Hibernate JIRA by Stefan Wachter, 2 years ago
via Hibernate JIRA by Stefan Wachter, 1 year ago
org.hibernate.MappingException: Following superclasses referenced in extends not found: null
at org.hibernate.cfg.Configuration.processExtendsQueue(Configuration.java:1200)
at org.hibernate.cfg.Configuration.secondPassCompile(Configuration.java:1119)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1283)
at com.hibernateinheritancemapping.tableperhierarchy.StoreData.main(StoreData.java:11)