java.lang.Object
com.querydsl.core.types.dsl.DslExpression<T>
com.querydsl.core.types.dsl.SimpleExpression<T>
com.querydsl.core.types.dsl.BeanPath<T>
All Implemented Interfaces:
com.querydsl.core.types.EntityPath<MOutlier>, com.querydsl.core.types.Expression<MOutlier>, com.querydsl.core.types.Path<MOutlier>, com.querydsl.core.types.ProjectionRole<MOutlier>, com.querydsl.sql.RelationalPath<MOutlier>, Serializable

public class QOutlier extends QAssignmentHolder<MOutlier>
Querydsl query type for "m_role_analysis_outlier" table.
See Also:
  • Field Details

    • TABLE_NAME

      public static final String TABLE_NAME
      See Also:
    • TARGET_OBJECT_REF_TARGET_OID

      public static final com.querydsl.sql.ColumnMetadata TARGET_OBJECT_REF_TARGET_OID
    • TARGET_OBJECT_REF_TARGET_TYPE

      public static final com.querydsl.sql.ColumnMetadata TARGET_OBJECT_REF_TARGET_TYPE
    • TARGET_OBJECT_REF_RELATION_ID

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

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

      public final UuidPath targetObjectRefTargetOid
    • targetObjectRefTargetType

      public final com.querydsl.core.types.dsl.EnumPath<MObjectType> targetObjectRefTargetType
    • targetObjectRefRelationId

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

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

    • QOutlier

      public QOutlier(String variable)
    • QOutlier

      public QOutlier(String variable, String schema, String table)