Class QOperationExecution<OR extends MObject>

    • Field Detail

      • CLASS

        public static final Class<QOperationExecution<MObject>> CLASS
        If `QOperationExecution.class` is not enough because of generics, try `QOperationExecution.CLASS`.
      • STATUS

        public static final com.querydsl.sql.ColumnMetadata STATUS
      • RECORD_TYPE

        public static final com.querydsl.sql.ColumnMetadata RECORD_TYPE
      • INITIATOR_REF_TARGET_OID

        public static final com.querydsl.sql.ColumnMetadata INITIATOR_REF_TARGET_OID
      • INITIATOR_REF_TARGET_TYPE

        public static final com.querydsl.sql.ColumnMetadata INITIATOR_REF_TARGET_TYPE
      • INITIATOR_REF_RELATION_ID

        public static final com.querydsl.sql.ColumnMetadata INITIATOR_REF_RELATION_ID
      • TASK_REF_TARGET_OID

        public static final com.querydsl.sql.ColumnMetadata TASK_REF_TARGET_OID
      • TASK_REF_TARGET_TYPE

        public static final com.querydsl.sql.ColumnMetadata TASK_REF_TARGET_TYPE
      • TASK_REF_RELATION_ID

        public static final com.querydsl.sql.ColumnMetadata TASK_REF_RELATION_ID
      • TIMESTAMP

        public static final com.querydsl.sql.ColumnMetadata TIMESTAMP
      • initiatorRefTargetOid

        public final UuidPath initiatorRefTargetOid
      • initiatorRefTargetType

        public final com.querydsl.core.types.dsl.EnumPath<MObjectType> initiatorRefTargetType
      • initiatorRefRelationId

        public final com.querydsl.core.types.dsl.NumberPath<Integer> initiatorRefRelationId
      • taskRefTargetOid

        public final UuidPath taskRefTargetOid
      • taskRefTargetType

        public final com.querydsl.core.types.dsl.EnumPath<MObjectType> taskRefTargetType
      • taskRefRelationId

        public final com.querydsl.core.types.dsl.NumberPath<Integer> taskRefRelationId
      • timestamp

        public final com.querydsl.core.types.dsl.DateTimePath<Instant> timestamp
    • Constructor Detail

      • QOperationExecution

        public QOperationExecution​(String variable)
      • QOperationExecution

        public QOperationExecution​(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 MObject>
        Overrides:
        isOwnedBy in class QContainer<MOperationExecution,​OR extends MObject>