Class QFocusIdentity<OR extends MFocus>

    • Field Detail

      • CLASS

        public static final Class<QFocusIdentity<MFocus>> CLASS
        If `QFocusIdentity.class` is not enough because of generics, try `QFocusIdentity.CLASS`.
      • FULL_OBJECT

        public static final com.querydsl.sql.ColumnMetadata FULL_OBJECT
      • SOURCE_RESOURCE_REF_TARGET_OID

        public static final com.querydsl.sql.ColumnMetadata SOURCE_RESOURCE_REF_TARGET_OID
      • fullObject

        public final com.querydsl.core.types.dsl.ArrayPath<byte[],​Byte> fullObject
      • sourceResourceRefTargetOid

        public final UuidPath sourceResourceRefTargetOid
    • Constructor Detail

      • QFocusIdentity

        public QFocusIdentity​(String variable)
      • QFocusIdentity

        public QFocusIdentity​(String variable,
                              String schema,
                              String table)
    • Method Detail

      • isOwnedBy

        public com.querydsl.core.types.dsl.BooleanExpression isOwnedBy​(OR 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<OR extends MFocus>
        Overrides:
        isOwnedBy in class QContainer<MFocusIdentity,​OR extends MFocus>