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

public class QClusterData extends QAssignmentHolder<MClusterObject>
Querydsl query type for "m_role_analysis_cluster" table.
See Also:
  • Field Details

    • TABLE_NAME

      public static final String TABLE_NAME
      See Also:
    • PARENT_REF_TARGET_OID

      public static final com.querydsl.sql.ColumnMetadata PARENT_REF_TARGET_OID
    • parentRefTargetOid

      public final UuidPath parentRefTargetOid
    • PARENT_REF_TARGET_TYPE

      public static final com.querydsl.sql.ColumnMetadata PARENT_REF_TARGET_TYPE
    • parentRefTargetType

      public final com.querydsl.core.types.dsl.EnumPath<MObjectType> parentRefTargetType
    • PARENT_REF_TARGET_RELATION

      public static final com.querydsl.sql.ColumnMetadata PARENT_REF_TARGET_RELATION
    • parentRefRelationId

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

    • QClusterData

      public QClusterData(String variable)
    • QClusterData

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