1. "Table not found" exception with hibernate stackoverflow.comI'm getting the following exception with hibernate:
|
2. JPA - How to persist new table without exception (SE) environment coderanch.comHi All, I got the following database exception when carrying out JPA persisting (JDK SE) record to STUDENT table which does not exist in the first place: Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'student' Error Code: 1051 Below are the tutorial codes that generates the record in STUDENT: @Entity //@Table(name="STUDENT", catalog="EducationDB", schema="") public class Student implements Serializable { @Id private int id; ... |
3. Bizarre NullPointer Exception with certain table rows forum.hibernate.orgI have a very strange error here. I have some composite objects. I have an Employee class which contains a department class. The department has id and name. When I try to do this query : Code: from BenefitPayment b where b.employee.department.id = 4 O get this error : Code: java.lang.NullPointerException at com.populus.dao.StatGeneratorDao.getBenefitCountForDepartment(StatGeneratorDao.java:468) at com.populus.frontend.action.DirectorAction.showAbsenceDashboard(DirectorAction.java:210) ... |
4. Exception while creating temporary tables forum.hibernate.org |
5. exception to use the temporary table forum.hibernate.orgHello i newbie in Hibernate and my english is not very good. Ok, the next problem i sent it to the wrong forum,"TOOLS", now i send it to this forum. I have an application CRUD, created from AndroMDA, with several classes that inherit of others, for example: camera ---> item host ---> item and other tables are associate as well to ... |
6. Hibernate throws exception becuase of Dash in table name forum.hibernate.orgNeed help with Hibernate? Read this first: http://www.hibernate.org/ForumMailingli ... AskForHelp Hibernate version: 3.1 Mapping documents: Code: |