Investigate how bulk updates can be supported

Description

None

Activity

Show:

Brett Meyer March 7, 2014 at 5:30 PM

Bulk closing rejected tickets in "resolved" state.

AdamA April 27, 2009 at 3:55 PM

Hello,

I'm sure it's possible slightly smiling face After all it's just a Java program slightly smiling face

Adam

Rubem Azenha April 27, 2009 at 3:16 PM

Is it possible to create such listeners in Hibernate? (since envers now is in Hiberante core)

AdamA April 23, 2009 at 7:36 AM

Hello,

no, Hibernate doesn't have such listeners. Right now the only way to support bulk queries is to do a corresponding insert-query to the audit tables right after the query.

Adam

Rubem Azenha April 23, 2009 at 4:39 AM

Does Hibernate have a listener for bulk updates? O don't know...
Hibernate should have a listener for bulk updates, not the "standard" entity listener, but a listener that receivers the hql query executed, so we could create a EnversBulkUpdateListener that parses the bulk update HQL.

Won't Fix

Details

Assignee

Reporter

Priority

Created October 30, 2008 at 11:41 AM
Updated March 7, 2014 at 5:30 PM
Resolved October 9, 2013 at 11:19 AM