@Generated(value="com.atlassian.jira.tool.querydsl.CodeGenerator") public class QIssue extends JiraRelationalPathBase<IssueDTO>
Generated by the JIRA Querydsl code generation tool - https://bitbucket.org/atlassian/jira-querydsl-codegen/
Modifier and Type | Field and Description |
---|---|
com.querydsl.core.types.dsl.StringPath |
archived |
com.querydsl.core.types.dsl.StringPath |
archivedby |
com.querydsl.core.types.dsl.DateTimePath<Timestamp> |
archiveddate |
com.querydsl.core.types.dsl.StringPath |
assignee |
com.querydsl.core.types.dsl.NumberPath<Long> |
component |
com.querydsl.core.types.dsl.DateTimePath<Timestamp> |
created |
com.querydsl.core.types.dsl.StringPath |
creator |
com.querydsl.core.types.dsl.StringPath |
description |
com.querydsl.core.types.dsl.DateTimePath<Timestamp> |
duedate |
com.querydsl.core.types.dsl.StringPath |
environment |
com.querydsl.core.types.dsl.NumberPath<Long> |
fixfor |
com.querydsl.core.types.dsl.NumberPath<Long> |
id |
static QIssue |
ISSUE |
com.querydsl.core.types.dsl.StringPath |
key |
static String |
NAME |
com.querydsl.core.types.dsl.NumberPath<Long> |
number |
com.querydsl.core.types.dsl.StringPath |
priority |
com.querydsl.core.types.dsl.NumberPath<Long> |
project |
com.querydsl.core.types.dsl.StringPath |
reporter |
com.querydsl.core.types.dsl.StringPath |
resolution |
com.querydsl.core.types.dsl.DateTimePath<Timestamp> |
resolutiondate |
com.querydsl.core.types.dsl.NumberPath<Long> |
security |
com.querydsl.core.types.dsl.StringPath |
status |
com.querydsl.core.types.dsl.StringPath |
summary |
com.querydsl.core.types.dsl.NumberPath<Long> |
timeestimate |
com.querydsl.core.types.dsl.NumberPath<Long> |
timeoriginalestimate |
com.querydsl.core.types.dsl.NumberPath<Long> |
timespent |
com.querydsl.core.types.dsl.StringPath |
type |
com.querydsl.core.types.dsl.DateTimePath<Timestamp> |
updated |
com.querydsl.core.types.dsl.NumberPath<Long> |
votes |
com.querydsl.core.types.dsl.NumberPath<Long> |
watches |
com.querydsl.core.types.dsl.NumberPath<Long> |
workflowId |
Modifier and Type | Method and Description |
---|---|
String |
getEntityName()
Returns the ofbiz model's entity name for this query object.
|
com.querydsl.core.types.dsl.NumberPath<Long> |
getNumericIdPath() |
getSchemaAndTable, getSchemaName, hasNumericId
add, addMetadata, all, count, countDistinct, createForeignKey, createForeignKey, createInvForeignKey, createInvForeignKey, createPrimaryKey, eq, eq, getColumns, getForeignKeys, getInverseForeignKeys, getMetadata, getPrimaryKey, getProjection, getTableName, ne, ne
accept, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAny
as, as, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, when
equals, getType, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final QIssue ISSUE
public static final String NAME
public final com.querydsl.core.types.dsl.NumberPath<Long> id
public final com.querydsl.core.types.dsl.StringPath key
public final com.querydsl.core.types.dsl.NumberPath<Long> number
public final com.querydsl.core.types.dsl.NumberPath<Long> project
public final com.querydsl.core.types.dsl.StringPath reporter
public final com.querydsl.core.types.dsl.StringPath assignee
public final com.querydsl.core.types.dsl.StringPath creator
public final com.querydsl.core.types.dsl.StringPath type
public final com.querydsl.core.types.dsl.StringPath summary
public final com.querydsl.core.types.dsl.StringPath description
public final com.querydsl.core.types.dsl.StringPath environment
public final com.querydsl.core.types.dsl.StringPath priority
public final com.querydsl.core.types.dsl.StringPath resolution
public final com.querydsl.core.types.dsl.StringPath status
public final com.querydsl.core.types.dsl.DateTimePath<Timestamp> created
public final com.querydsl.core.types.dsl.DateTimePath<Timestamp> updated
public final com.querydsl.core.types.dsl.DateTimePath<Timestamp> duedate
public final com.querydsl.core.types.dsl.DateTimePath<Timestamp> resolutiondate
public final com.querydsl.core.types.dsl.NumberPath<Long> votes
public final com.querydsl.core.types.dsl.NumberPath<Long> watches
public final com.querydsl.core.types.dsl.NumberPath<Long> timeoriginalestimate
public final com.querydsl.core.types.dsl.NumberPath<Long> timeestimate
public final com.querydsl.core.types.dsl.NumberPath<Long> timespent
public final com.querydsl.core.types.dsl.NumberPath<Long> workflowId
public final com.querydsl.core.types.dsl.NumberPath<Long> security
public final com.querydsl.core.types.dsl.NumberPath<Long> fixfor
public final com.querydsl.core.types.dsl.NumberPath<Long> component
public final com.querydsl.core.types.dsl.StringPath archived
public final com.querydsl.core.types.dsl.StringPath archivedby
public final com.querydsl.core.types.dsl.DateTimePath<Timestamp> archiveddate
public QIssue(String alias)
public String getEntityName()
getEntityName
in class JiraRelationalPathBase<IssueDTO>
public com.querydsl.core.types.dsl.NumberPath<Long> getNumericIdPath()
getNumericIdPath
in class JiraRelationalPathBase<IssueDTO>
Copyright © 2002-2022 Atlassian. All Rights Reserved.