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

public class QReportData extends QAssignmentHolder<MReportData>
Querydsl query type for "m_report_data" table.
See Also:
  • Field Details

    • TABLE_NAME

      public static final String TABLE_NAME
      See Also:
    • REPORT_REF_TARGET_OID

      public static final com.querydsl.sql.ColumnMetadata REPORT_REF_TARGET_OID
    • REPORT_REF_TARGET_TYPE

      public static final com.querydsl.sql.ColumnMetadata REPORT_REF_TARGET_TYPE
    • REPORT_REF_RELATION_ID

      public static final com.querydsl.sql.ColumnMetadata REPORT_REF_RELATION_ID
    • reportRefTargetOid

      public final UuidPath reportRefTargetOid
    • reportRefTargetType

      public final com.querydsl.core.types.dsl.EnumPath<MObjectType> reportRefTargetType
    • reportRefRelationId

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

    • QReportData

      public QReportData(String variable)
    • QReportData

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