Interface QOwnedBy<OR>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.querydsl.core.types.dsl.BooleanExpression isOwnedBy​(OR ownerRow)
      Returns predicate for where clause that matches only rows owned by the provided owner.
    • Method Detail

      • isOwnedBy

        com.querydsl.core.types.dsl.BooleanExpression isOwnedBy​(OR ownerRow)
        Returns predicate for where clause that matches only rows owned by the provided owner. Owner row is immediate owner, so if the containers are nested, it is the owning container, not the top-level owning object.