Class BulkOperationCleanupAction

  • All Implemented Interfaces:
    Serializable, Executable

    public class BulkOperationCleanupAction
    extends Object
    implements Executable, Serializable
    An ActionQueue Executable for ensuring shared cache cleanup in relation to performed bulk HQL queries.
    See Also:
    Serialized Form
    Implementation Note:
    Currently this executes for INSERT queries as well as UPDATE and DELETE queries. For INSERT it is really not needed as we'd have no invalid entity/collection data to clean up (we'd still need to invalidate the appropriate update-timestamps regions) as a result of this query.