Class QVoteHistory

java.lang.Object
com.querydsl.core.types.dsl.DslExpression<T>
com.querydsl.core.types.dsl.SimpleExpression<T>
com.querydsl.core.types.dsl.BeanPath<T>
com.querydsl.sql.RelationalPathBase<T>
com.atlassian.jira.model.querydsl.JiraRelationalPathBase<VoteHistoryDTO>
com.atlassian.jira.model.querydsl.QVoteHistory
All Implemented Interfaces:
com.querydsl.core.types.EntityPath<VoteHistoryDTO>, com.querydsl.core.types.Expression<VoteHistoryDTO>, com.querydsl.core.types.Path<VoteHistoryDTO>, com.querydsl.core.types.ProjectionRole<VoteHistoryDTO>, com.querydsl.sql.RelationalPath<VoteHistoryDTO>, Serializable

public class QVoteHistory extends JiraRelationalPathBase<VoteHistoryDTO>
QVoteHistory is a Querydsl query object.

Generated by the JIRA Querydsl code generation tool - https://bitbucket.org/atlassian/jira-querydsl-codegen/

See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    final com.querydsl.core.types.dsl.DateTimePath<Timestamp>
     
    static final QVoteHistory
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     

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

    hashCode, mixin
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the ofbiz model's entity name for this query object.
    com.querydsl.core.types.dsl.NumberPath<Long>
     

    Methods inherited from class com.atlassian.jira.model.querydsl.JiraRelationalPathBase

    getSchemaAndTable, getSchemaName, hasNumericId

    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, getTableName, ne, ne

    Methods inherited from class com.querydsl.core.types.dsl.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.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

    • VOTE_HISTORY

      public static final QVoteHistory VOTE_HISTORY
    • id

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

      public final com.querydsl.core.types.dsl.NumberPath<Long> issue
    • votes

      public final com.querydsl.core.types.dsl.NumberPath<Long> votes
    • timestamp

      public final com.querydsl.core.types.dsl.DateTimePath<Timestamp> timestamp
  • Constructor Details

    • QVoteHistory

      public QVoteHistory(String alias)
  • Method Details