Interface ViewMetadataProvider


public interface ViewMetadataProvider
Interface to abstract ViewMetadataProvider that provides Views to be used for query execution.
Author:
David Harrigan.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the View to be used.
  • Method Details

    • getView

      View getView()
      Returns the View to be used.
      Returns:
      the View, or null if the method hasn't been annotated with @View.