mysql « Version « JPA Q&A





1. SQLException with MySQL Version 12.22    forum.hibernate.org

Newbie Joined: Sat Jan 10, 2004 5:45 pm Posts: 12 Location: Hong Kong Hello, We got the following exception when using Hibernate with MySQL 12.22. From the message it looks like that there's some problem on the generated SQL statement. Is there any workaround with this problem? Thanks. Hibernate: select retry0_.c_messageId as c_messag1_, retry0_.c_retries as c_retr ies, retry0_.c_Interval as c_Interval, retry0_.c_attemptsMade ...

2. Need DDL for examples for MySQL v4 and Hibernate Version 2.1    forum.hibernate.org

I am brand new to Hibernate as of today. I need to find the DDL for the example code so I can create the tables properly in MySQL. What I want to do is run the eample then convert it to a struts application using a DAO pattern then eventually Session Facade with DAO. This is for a proof of concept ...