Hibernate error summary

Disclaimer: This article is a blogger original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
This link: https://blog.csdn.net/qq_40803626/article/details/90609639

org.hibernate.UnknownEntityTypeException: Unable to locate persister: StudentEntity.class

  • wrong reason:
session.get("StudentEntity.class",0);
  • Solution

Here Insert Picture Description

Guess you like

Origin blog.csdn.net/qq_40803626/article/details/90609639