Interface CriteriaDeleteWrapper<T>


public interface CriteriaDeleteWrapper<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    Schedules a batch delete which will be execute upon commit of the transaction.
  • Method Details

    • executeDelete

      List<T> executeDelete()
      Schedules a batch delete which will be execute upon commit of the transaction. Returns the *uninitialized* entities that will be affected.