hql « Batch « JPA Q&A





1. Hibernate ManyToMany Delete    stackoverflow.com

I have some trouble on deleting a content when is present a many to many relation with another object. To perform delete I have an array of named query and to delete, ...

2. Facing issue with Batch-updates using HQL    forum.hibernate.org

Author Message Rayudu Post subject: Facing issue with Batch-updates using HQL Posted: Sun May 14, 2006 2:05 pm Newbie Joined: Tue Mar 07, 2006 7:54 am Posts: 2 Location: Kochi, India Hibernate version: 3.1.3 Name and version of the database you are using: MySQL 5.0.18 SQL that I am trying to model in HQL update hr_emp_attendance_temp ATN set ATN.duty_roster_id ...

3. Batch insert HQL query with literals    forum.hibernate.org

Hi, I've some troubles trying to write an HQL query to duplicate a price list. I've two entities, PriceList and PriceListRow, and I'm trying to implement a clone procedure to create a new PriceList from another, duplicating all the rows. Cloning the PriceList is trivial, the problem is with PriceListRow. The SQL to do this is something like this: INSERT INTO ...

4. HQL Batch Update    forum.hibernate.org