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

public class QOutlierPartition extends QContainer<MOutlierPartition,MOutlier>
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final com.querydsl.sql.ColumnMetadata
     
    static final com.querydsl.sql.ColumnMetadata
     
    static final com.querydsl.sql.ColumnMetadata
     
    final UuidPath
     
    final com.querydsl.core.types.dsl.NumberPath<Integer>
     
    final com.querydsl.core.types.dsl.EnumPath<MObjectType>
     
    static final com.querydsl.sql.ColumnMetadata
     
    final com.querydsl.core.types.dsl.NumberPath<Double>
     
    static final String
     

    Fields inherited from class com.evolveum.midpoint.repo.sqale.qmodel.common.QContainer

    cid, CID, CLASS, CONTAINER_TYPE, containerType, objectOidIdFk, OWNER_OID, ownerOid, pk

    Fields inherited from class com.evolveum.midpoint.repo.sqlbase.querydsl.FlexibleRelationalPathBase

    DEFAULT_SCHEMA_NAME

    Fields inherited from class com.querydsl.core.types.dsl.DslExpression

    hashCode, mixin
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.querydsl.core.types.dsl.BooleanExpression
    isOwnedBy(@NotNull MOutlier ownerRow)
    Returns predicate for where clause that matches only rows owned by the provided owner.

    Methods inherited from class com.querydsl.sql.RelationalPathBase

    add, all, count, countDistinct, createForeignKey, createForeignKey, createInvForeignKey, createInvForeignKey, createPrimaryKey, eq, eq, getColumns, getForeignKeys, getInverseForeignKeys, getMetadata, getPrimaryKey, getProjection, getSchemaAndTable, getSchemaName, getTableName, ne, ne

    Methods inherited from class com.querydsl.core.types.dsl.BeanPath

    accept, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAny

    Methods inherited from class com.querydsl.core.types.dsl.SimpleExpression

    as, as, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, when

    Methods inherited from class com.querydsl.core.types.dsl.DslExpression

    equals, getType, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.querydsl.core.types.Expression

    accept, getType

    Methods inherited from interface com.querydsl.core.types.Path

    getAnnotatedElement, getMetadata, getRoot
  • Field Details

    • TABLE_NAME

      public static final String TABLE_NAME
      See Also:
    • ALIAS

      public static final String ALIAS
      See Also:
    • CLUSTER_REF_OID

      public static final com.querydsl.sql.ColumnMetadata CLUSTER_REF_OID
    • CLUSTER_REF_TARGET_TYPE

      public static final com.querydsl.sql.ColumnMetadata CLUSTER_REF_TARGET_TYPE
    • CLUSTER_REF_RELATION_ID

      public static final com.querydsl.sql.ColumnMetadata CLUSTER_REF_RELATION_ID
    • OVERALL_CONFIDENCE

      public static final com.querydsl.sql.ColumnMetadata OVERALL_CONFIDENCE
    • clusterRefOid

      public final UuidPath clusterRefOid
    • clusterRefTargetType

      public final com.querydsl.core.types.dsl.EnumPath<MObjectType> clusterRefTargetType
    • clusterRefRelationId

      public final com.querydsl.core.types.dsl.NumberPath<Integer> clusterRefRelationId
    • overallConfidence

      public final com.querydsl.core.types.dsl.NumberPath<Double> overallConfidence
  • Constructor Details

    • QOutlierPartition

      public QOutlierPartition(String variable)
  • Method Details

    • isOwnedBy

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