java.lang.Object
com.mysema.query.types.expr.DslExpression<T>
com.mysema.query.types.expr.SimpleExpression<T>
com.mysema.query.types.path.BeanPath<T>
com.mysema.query.sql.RelationalPathBase<QSprint>
com.atlassian.greenhopper.schema.querydsl.current.QSprint
All Implemented Interfaces:
com.mysema.query.sql.RelationalPath<QSprint>, com.mysema.query.types.EntityPath<QSprint>, com.mysema.query.types.Expression<QSprint>, com.mysema.query.types.Path<QSprint>, com.mysema.query.types.ProjectionRole<QSprint>, Serializable

public class QSprint extends com.mysema.query.sql.RelationalPathBase<QSprint>
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final com.mysema.query.types.path.NumberPath<Long>
     
    static final String
     
    final com.mysema.query.types.path.BooleanPath
     
    final com.mysema.query.types.path.BooleanPath
     
    final com.mysema.query.types.path.NumberPath<Long>
    Database Columns
    final com.mysema.query.types.path.NumberPath<Long>
     
    final com.mysema.query.types.path.StringPath
     
    final com.mysema.query.types.path.NumberPath<Long>
     
    final com.mysema.query.types.path.NumberPath<Long>
     
    final com.mysema.query.types.path.StringPath
     
    final com.mysema.query.types.path.NumberPath<Long>
     
    final com.mysema.query.types.path.NumberPath<Long>
     
    final com.mysema.query.sql.PrimaryKey<QSprint>
     
    final com.mysema.query.types.path.NumberPath<Long>
     
    final com.mysema.query.types.path.BooleanPath
     
    final com.mysema.query.types.path.BooleanPath
     

    Fields inherited from class com.mysema.query.types.expr.DslExpression

    hashCode, mixin
  • Constructor Summary

    Constructors
    Constructor
    Description
    QSprint(String variable, String schema, String table)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static final QSprint
    withSchema(com.atlassian.pocketknife.api.querydsl.SchemaProvider schemaProvider)
     

    Methods inherited from class com.mysema.query.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.mysema.query.types.path.BeanPath

    accept, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAny

    Methods inherited from class com.mysema.query.types.expr.SimpleExpression

    as, as, eqAll, eqAny, in, in, in, isNotNull, isNull, neAll, neAny, notIn, notIn, notIn, nullif, nullif, when, when

    Methods inherited from class com.mysema.query.types.expr.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.mysema.query.types.Expression

    accept, getType

    Methods inherited from interface com.mysema.query.types.Path

    getAnnotatedElement, getMetadata, getRoot
  • Field Details

    • AO_TABLE_NAME

      public static final String AO_TABLE_NAME
      See Also:
    • COMPLETE_DATE

      public final com.mysema.query.types.path.NumberPath<Long> COMPLETE_DATE
      Database Columns
    • END_DATE

      public final com.mysema.query.types.path.NumberPath<Long> END_DATE
    • ID

      public final com.mysema.query.types.path.NumberPath<Long> ID
    • NAME

      public final com.mysema.query.types.path.StringPath NAME
    • GOAL

      public final com.mysema.query.types.path.StringPath GOAL
    • RAPID_VIEW_ID

      public final com.mysema.query.types.path.NumberPath<Long> RAPID_VIEW_ID
    • SEQUENCE

      public final com.mysema.query.types.path.NumberPath<Long> SEQUENCE
    • START_DATE

      public final com.mysema.query.types.path.NumberPath<Long> START_DATE
    • ACTIVATED_DATE

      public final com.mysema.query.types.path.NumberPath<Long> ACTIVATED_DATE
    • CLOSED

      public final com.mysema.query.types.path.BooleanPath CLOSED
    • STARTED

      public final com.mysema.query.types.path.BooleanPath STARTED
    • SYNCED

      public final com.mysema.query.types.path.BooleanPath SYNCED
    • AUTO_START_STOP

      public final com.mysema.query.types.path.BooleanPath AUTO_START_STOP
    • INCOMPLETE_ISSUES_DESTINATION

      public final com.mysema.query.types.path.NumberPath<Long> INCOMPLETE_ISSUES_DESTINATION
    • SPRINT_PK

      public final com.mysema.query.sql.PrimaryKey<QSprint> SPRINT_PK
  • Constructor Details

  • Method Details

    • withSchema

      public static final QSprint withSchema(com.atlassian.pocketknife.api.querydsl.SchemaProvider schemaProvider)