Class QIssue

java.lang.Object
com.querydsl.core.types.dsl.DslExpression<QIssue>
com.querydsl.core.types.dsl.SimpleExpression<QIssue>
com.querydsl.core.types.dsl.BeanPath<QIssue>
com.querydsl.sql.RelationalPathBase<QIssue>
com.atlassian.pocketknife.spi.querydsl.EnhancedRelationalPathBase<QIssue>
com.atlassian.jira.analytics.qmodel.QIssue
All Implemented Interfaces:
com.querydsl.core.types.EntityPath<QIssue>, com.querydsl.core.types.Expression<QIssue>, com.querydsl.core.types.Path<QIssue>, com.querydsl.core.types.ProjectionRole<QIssue>, com.querydsl.sql.RelationalPath<QIssue>, Serializable

public class QIssue extends com.atlassian.pocketknife.spi.querydsl.EnhancedRelationalPathBase<QIssue>
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.atlassian.pocketknife.spi.querydsl.EnhancedRelationalPathBase

    com.atlassian.pocketknife.spi.querydsl.EnhancedRelationalPathBase.ColumnWithMetadataBuilder<P extends com.querydsl.core.types.Path<?>>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    static final QIssue
     
    static final String
     

    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
     

    Methods inherited from class com.atlassian.pocketknife.spi.querydsl.EnhancedRelationalPathBase

    createBigDecimal, createBigDecimalCol, createBoolean, createBooleanCol, createDate, createDateCol, createDateTime, createDateTimeCol, createDouble, createDoubleCol, createEnum, createEnumCol, createFloat, createFloatCol, createInteger, createIntegerCol, createLong, createLongCol, createNumber, createNumberCol, createString, createStringCol, createTime, createTimeCol, getAllNonPrimaryKeyColumns

    Methods inherited from class com.querydsl.sql.RelationalPathBase

    add, addMetadata, 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, createCollection, createComparable, createList, createMap, createSet, createSimple, 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

    • ISSUE_TABLE_NAME

      public static final String ISSUE_TABLE_NAME
      See Also:
    • issue

      public static final QIssue issue
    • id

      public final com.querydsl.core.types.dsl.NumberPath<Long> id
    • archived

      public final com.querydsl.core.types.dsl.StringPath archived
  • Constructor Details

    • QIssue

      public QIssue()
  • Method Details

    • isNotArchived

      public com.querydsl.core.types.dsl.BooleanExpression isNotArchived()