mysql « Batch « JPA Q&A





1. HowTo: Getting batch inserts to work on MySQL    forum.hibernate.org

It took me 3 days to get the batch inserts working with a proper performance and I want to share my experience here so others don't have to go through all of this. Finding the right documentation online has been really hard, especially if you don't know what to search for. Here is what I have done in addition to what ...

3. JDBC batch update worked with MySQL 4.0.x, fails with 5.0.x    forum.hibernate.org

Newbie Joined: Fri Jan 20, 2006 4:08 pm Posts: 2 Location: Titusville, FL Need help with Hibernate? Read this first: http://www.hibernate.org/ForumMailingli ... AskForHelp Hibernate version:3.1.1 Mapping documents: Code between sessionFactory.openSession() and session.close(): Full stack trace of any exception that occurs: Code: WARN : SQL Error: 1064, SQLState: 42000 ERROR: You have an error in your SQL syntax; check the manual that ...

4. Cannot Perform JDBC BATCH UPDATE WITH MYSQL5    forum.hibernate.org