Bulk closing rejected tickets in "resolved" state.
AdamA April 27, 2009 at 3:55 PM
Hello,
I'm sure it's possible After all it's just a Java program
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.
Bulk closing rejected tickets in "resolved" state.