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

public class QOutlierData extends QAssignmentHolder<MOutlierObject>
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
    • targetObjectRefTargetOid

      public final UuidPath targetObjectRefTargetOid
    • TARGET_OBJECT_REF_TARGET_TYPE

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

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

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

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

      public static final com.querydsl.sql.ColumnMetadata TARGET_CLUSTER_REF_TARGET_OID
    • targetClusterRefTargetOid

      public final UuidPath targetClusterRefTargetOid
    • TARGET_CLUSTER_REF_TARGET_TYPE

      public static final com.querydsl.sql.ColumnMetadata TARGET_CLUSTER_REF_TARGET_TYPE
    • targetClusterRefTargetType

      public final com.querydsl.core.types.dsl.EnumPath<MObjectType> targetClusterRefTargetType
    • TARGET_CLUSTER_REF_RELATION_ID

      public static final com.querydsl.sql.ColumnMetadata TARGET_CLUSTER_REF_RELATION_ID
    • targetClusterRefRelationId

      public final com.querydsl.core.types.dsl.NumberPath<Integer> targetClusterRefRelationId
  • Constructor Details

    • QOutlierData

      public QOutlierData(String variable)
    • QOutlierData

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