JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
ch.tocco.nice2.persist.core.api.hibernate.query.builder
CriteriaDeleteWrapper
Contents
Description
Method Summary
Method Details
executeDelete()
Hide sidebar
Show sidebar
Interface CriteriaDeleteWrapper<
T
>
public interface
CriteriaDeleteWrapper<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
List
<
T
>
executeDelete
()
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.