Interface LinkedPredicate


  • public interface LinkedPredicate
    A variation of Predicate that targets the linked entity referenced via a Link annotated repository domain field. This variation provides additional information about the link.
    Author:
    Jeff Fischer
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.broadleafcommerce.data.tracking.core.filtering.fetch.FilterHelper.LinkField getLinkField()
      Information about the linked field.
      javax.persistence.criteria.Predicate unwrap()
      Retrieve the internal Predicate representation
    • Method Detail

      • getLinkField

        com.broadleafcommerce.data.tracking.core.filtering.fetch.FilterHelper.LinkField getLinkField()
        Information about the linked field.
        Returns:
        Information about the linked field.
      • unwrap

        javax.persistence.criteria.Predicate unwrap()
        Retrieve the internal Predicate representation
        Returns:
        Retrieve the internal Predicate representation