Hello all!
I have just a very short question regarding concurrency aspects when temporary
tables are utilized to process multi-table bulk
operations. I am trying to refactor part of Envers code which currently
executes SELECT FOR UPDATE and UPDATE, to process with a
single UPDATE statement. Th
Hi all,
I'm in process to migrate an application from an old Hibernate Search version
to the latest one. We have been used own implementation of Worker.
In the old Hibernate Search version it was possible to define own implementation
of Worker using the property "hibernate.search.worker.scope". B