Interface View<NativeQueryType>

Type Parameters:
NativeQueryType - the native query representation used by the view
All Superinterfaces:
AtomicPattern
All Known Implementing Classes:
ViewImpl

public interface View<NativeQueryType> extends AtomicPattern
Represents an atomic pattern backed by a native data-source view.
  • Method Details

    • getViewParameters

      ViewParameters<NativeQueryType> getViewParameters()
      Returns the parameters used to query the underlying native view.
      Returns:
      the view parameters