-
- All Known Subinterfaces:
DtoQuery<T>,Query<T>,SpiFetchGroupQuery<T>,SqlQuery
public interface CancelableQueryDefines a cancelable query.Typically holds a representation of the PreparedStatement to perform the actual cancel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcancel()Cancel the query.
-