Interface ObjectFilter.FilterResult

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object getInstance()
      Returns the matched object.
      java.lang.Object[] getProjection()
      Returns the projection, if a projection was requested or null otherwise.
      java.lang.Comparable[] getSortProjection()
      Returns the projection of fields used for sorting, if sorting was requested or null otherwise.
    • Method Detail

      • getInstance

        java.lang.Object getInstance()
        Returns the matched object. This is non-null unless projections are present.
      • getProjection

        java.lang.Object[] getProjection()
        Returns the projection, if a projection was requested or null otherwise.
      • getSortProjection

        java.lang.Comparable[] getSortProjection()
        Returns the projection of fields used for sorting, if sorting was requested or null otherwise.