Class QAffectedObjects

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<MTask>, com.querydsl.core.types.EntityPath<MAffectedObjects>, com.querydsl.core.types.Expression<MAffectedObjects>, com.querydsl.core.types.Path<MAffectedObjects>, com.querydsl.core.types.ProjectionRole<MAffectedObjects>, com.querydsl.sql.RelationalPath<MAffectedObjects>, Serializable

public class QAffectedObjects extends QContainer<MAffectedObjects,MTask>
See Also:
  • Field Details

    • TABLE_NAME

      public static final String TABLE_NAME
      See Also:
    • OBJECT_TYPE

      public static final com.querydsl.sql.ColumnMetadata OBJECT_TYPE
    • ACTIVITY_ID

      public static final com.querydsl.sql.ColumnMetadata ACTIVITY_ID
    • ARCHETYPE_REF_TARGET_OID

      public static final com.querydsl.sql.ColumnMetadata ARCHETYPE_REF_TARGET_OID
    • ARCHETYPE_REF_TARGET_TYPE

      public static final com.querydsl.sql.ColumnMetadata ARCHETYPE_REF_TARGET_TYPE
    • ARCHETYPE_REF_RELATION_ID

      public static final com.querydsl.sql.ColumnMetadata ARCHETYPE_REF_RELATION_ID
    • OBJECT_CLASS_ID

      public static final com.querydsl.sql.ColumnMetadata OBJECT_CLASS_ID
    • RESOURCE_REF_TARGET_OID

      public static final com.querydsl.sql.ColumnMetadata RESOURCE_REF_TARGET_OID
    • RESOURCE_REF_TARGET_TYPE

      public static final com.querydsl.sql.ColumnMetadata RESOURCE_REF_TARGET_TYPE
    • RESOURCE_REF_RELATION_ID

      public static final com.querydsl.sql.ColumnMetadata RESOURCE_REF_RELATION_ID
    • INTENT

      public static final com.querydsl.sql.ColumnMetadata INTENT
    • KIND

      public static final com.querydsl.sql.ColumnMetadata KIND
    • activityId

      public final com.querydsl.core.types.dsl.NumberPath<Integer> activityId
    • type

      public final com.querydsl.core.types.dsl.EnumPath<MObjectType> type
    • archetypeRefTargetOid

      public final UuidPath archetypeRefTargetOid
    • archetypeRefTargetType

      public final com.querydsl.core.types.dsl.EnumPath<MObjectType> archetypeRefTargetType
    • archetypeRefRelationId

      public final com.querydsl.core.types.dsl.NumberPath<Integer> archetypeRefRelationId
    • objectClassId

      public final com.querydsl.core.types.dsl.NumberPath<Integer> objectClassId
    • resourceRefTargetOid

      public final UuidPath resourceRefTargetOid
    • resourceRefTargetType

      public final com.querydsl.core.types.dsl.EnumPath<MObjectType> resourceRefTargetType
    • resourceRefRelationId

      public final com.querydsl.core.types.dsl.NumberPath<Integer> resourceRefRelationId
    • intent

      public final com.querydsl.core.types.dsl.StringPath intent
    • kind

      public final com.querydsl.core.types.dsl.EnumPath<ShadowKindType> kind
    • executionMode

      public com.querydsl.core.types.dsl.EnumPath<ExecutionModeType> executionMode
    • predefinedConfigurationToUse

      public com.querydsl.core.types.dsl.EnumPath<PredefinedConfigurationType> predefinedConfigurationToUse
  • Constructor Details

    • QAffectedObjects

      public QAffectedObjects(String variable)
    • QAffectedObjects

      public QAffectedObjects(String variable, String schema, String table)
  • Method Details

    • isOwnedBy

      public com.querydsl.core.types.dsl.BooleanExpression isOwnedBy(MTask 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<MTask>
      Overrides:
      isOwnedBy in class QContainer<MAffectedObjects,MTask>