Class QIssueRankingOperationLog

java.lang.Object
com.querydsl.core.types.dsl.DslExpression<QIssueRankingOperationLog>
com.querydsl.core.types.dsl.SimpleExpression<QIssueRankingOperationLog>
com.querydsl.core.types.dsl.BeanPath<QIssueRankingOperationLog>
com.querydsl.sql.RelationalPathBase<QIssueRankingOperationLog>
com.atlassian.pocketknife.spi.querydsl.EnhancedRelationalPathBase<QIssueRankingOperationLog>
com.atlassian.greenhopper.schema.querydsl.current.QIssueRankingOperationLog
All Implemented Interfaces:
com.querydsl.core.types.EntityPath<QIssueRankingOperationLog>, com.querydsl.core.types.Expression<QIssueRankingOperationLog>, com.querydsl.core.types.Path<QIssueRankingOperationLog>, com.querydsl.core.types.ProjectionRole<QIssueRankingOperationLog>, com.querydsl.sql.RelationalPath<QIssueRankingOperationLog>, Serializable

public class QIssueRankingOperationLog extends com.atlassian.pocketknife.spi.querydsl.EnhancedRelationalPathBase<QIssueRankingOperationLog>
Generated by https://bitbucket.org/atlassian/querydsl-ao-code-gen
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
    static final String
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
    Database Columns
    final com.querydsl.core.types.dsl.NumberPath<Integer>
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    final com.querydsl.sql.PrimaryKey<QIssueRankingOperationLog>
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    final com.querydsl.core.types.dsl.StringPath
     

    Fields inherited from class com.querydsl.core.types.dsl.DslExpression

    hashCode, mixin
  • Constructor Summary

    Constructors
    Constructor
    Description
    QIssueRankingOperationLog(String tableAlias, String logicalTableName)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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

    • AO_TABLE_NAME

      public static final String AO_TABLE_NAME
      See Also:
    • CUSTOM_FIELD_ID

      public final com.querydsl.core.types.dsl.NumberPath<Long> CUSTOM_FIELD_ID
      Database Columns
    • ID

      public final com.querydsl.core.types.dsl.NumberPath<Integer> ID
    • ISSUE_ID

      public final com.querydsl.core.types.dsl.NumberPath<Long> ISSUE_ID
    • LOG_TYPE

      public final com.querydsl.core.types.dsl.StringPath LOG_TYPE
    • NEW_NEXT_ID

      public final com.querydsl.core.types.dsl.NumberPath<Long> NEW_NEXT_ID
    • NEW_PREVIOUS_ID

      public final com.querydsl.core.types.dsl.NumberPath<Long> NEW_PREVIOUS_ID
    • OLD_NEXT_ID

      public final com.querydsl.core.types.dsl.NumberPath<Long> OLD_NEXT_ID
    • OLD_PREVIOUS_ID

      public final com.querydsl.core.types.dsl.NumberPath<Long> OLD_PREVIOUS_ID
    • SANITY_CHECKED

      public final com.querydsl.core.types.dsl.StringPath SANITY_CHECKED
    • ISSUERANKINGLOG_PK

      public final com.querydsl.sql.PrimaryKey<QIssueRankingOperationLog> ISSUERANKINGLOG_PK
  • Constructor Details

    • QIssueRankingOperationLog

      public QIssueRankingOperationLog(String tableAlias, String logicalTableName)
  • Method Details