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<QRapidView>
com.atlassian.greenhopper.schema.querydsl.current.QRapidView
All Implemented Interfaces:
com.mysema.query.sql.RelationalPath<QRapidView>, com.mysema.query.types.EntityPath<QRapidView>, com.mysema.query.types.Expression<QRapidView>, com.mysema.query.types.Path<QRapidView>, com.mysema.query.types.ProjectionRole<QRapidView>, Serializable

public class QRapidView extends com.mysema.query.sql.RelationalPathBase<QRapidView>
Generated by https://bitbucket.org/atlassian/querydsl-ao-code-gen
See Also:
  • Field Summary

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

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

    hashCode, mixin
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    static final QRapidView
    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:
    • CARD_COLOR_STRATEGY

      public final com.mysema.query.types.path.StringPath CARD_COLOR_STRATEGY
      Database Columns
    • ID

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

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

      public final com.mysema.query.types.path.StringPath OWNER_USER_NAME
    • SAVED_FILTER_ID

      public final com.mysema.query.types.path.NumberPath<Long> SAVED_FILTER_ID
    • SHOW_DAYS_IN_COLUMN

      public final com.mysema.query.types.path.BooleanPath SHOW_DAYS_IN_COLUMN
    • SWIMLANE_STRATEGY

      public final com.mysema.query.types.path.StringPath SWIMLANE_STRATEGY
    • RAPIDVIEW_PK

      public final com.mysema.query.sql.PrimaryKey<QRapidView> RAPIDVIEW_PK
  • Constructor Details

  • Method Details

    • withSchema

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