Class QShadowReferenceAttribute

java.lang.Object
com.querydsl.core.types.dsl.DslExpression<T>
com.querydsl.core.types.dsl.SimpleExpression<T>
com.querydsl.core.types.dsl.BeanPath<T>
com.querydsl.sql.RelationalPathBase<R>
All Implemented Interfaces:
QOwnedBy<MShadow>, SqlOrderableExpression, com.querydsl.core.types.EntityPath<MShadowReferenceAttribute>, com.querydsl.core.types.Expression<MShadowReferenceAttribute>, com.querydsl.core.types.Path<MShadowReferenceAttribute>, com.querydsl.core.types.ProjectionRole<MShadowReferenceAttribute>, com.querydsl.sql.RelationalPath<MShadowReferenceAttribute>, Serializable

public class QShadowReferenceAttribute extends QReference<MShadowReferenceAttribute,MShadow>
See Also:
  • Field Details

    • TABLE_NAME

      public static final String TABLE_NAME
      See Also:
    • PATH_ID

      public static final com.querydsl.sql.ColumnMetadata PATH_ID
    • OWNER_OBJECT_CLASS_ID

      public static final com.querydsl.sql.ColumnMetadata OWNER_OBJECT_CLASS_ID
    • RESOURCE_OID

      public static final com.querydsl.sql.ColumnMetadata RESOURCE_OID
    • pathId

      public final com.querydsl.core.types.dsl.NumberPath<Integer> pathId
    • ownerObjectClassId

      public final com.querydsl.core.types.dsl.NumberPath<Integer> ownerObjectClassId
    • resourceOid

      public final UuidPath resourceOid
  • Constructor Details

    • QShadowReferenceAttribute

      public QShadowReferenceAttribute(String variable)
  • Method Details

    • isOwnedBy

      public com.querydsl.core.types.dsl.BooleanExpression isOwnedBy(MShadow ownerRow)
      Description copied from interface: QOwnedBy
      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.
      Specified by:
      isOwnedBy in interface QOwnedBy<MShadow>
      Overrides:
      isOwnedBy in class QReference<MShadowReferenceAttribute,MShadow>