Interface AbortableResultJoinNodeVisitor<T>

All Superinterfaces:
ResultJoinNodeVisitor<T>
All Known Implementing Classes:
AbortableOnClauseJoinNodeVisitor, InnerJoinOnlyAbortableResultJoinNodeVisitor

public interface AbortableResultJoinNodeVisitor<T> extends ResultJoinNodeVisitor<T>
Since:
1.0.5
Author:
Christian Beikov
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface com.blazebit.persistence.impl.ResultJoinNodeVisitor

    visit
  • Method Details

    • getStopValue

      T getStopValue()