@Generated(value="com.atlassian.jira.tool.querydsl.CodeGenerator") public class QOAuthConsumerToken extends JiraRelationalPathBase<OAuthConsumerTokenDTO>
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 |
consumerKey |
com.querydsl.core.types.dsl.DateTimePath<Timestamp> |
created |
com.querydsl.core.types.dsl.NumberPath<Long> |
id |
static QOAuthConsumerToken |
O_AUTH_CONSUMER_TOKEN |
com.querydsl.core.types.dsl.StringPath |
token |
com.querydsl.core.types.dsl.StringPath |
tokenKey |
com.querydsl.core.types.dsl.StringPath |
tokenSecret |
com.querydsl.core.types.dsl.StringPath |
tokenType |
Constructor and Description |
---|
QOAuthConsumerToken(String alias) |
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 QOAuthConsumerToken O_AUTH_CONSUMER_TOKEN
public final com.querydsl.core.types.dsl.NumberPath<Long> id
public final com.querydsl.core.types.dsl.DateTimePath<Timestamp> created
public final com.querydsl.core.types.dsl.StringPath tokenKey
public final com.querydsl.core.types.dsl.StringPath token
public final com.querydsl.core.types.dsl.StringPath tokenSecret
public final com.querydsl.core.types.dsl.StringPath tokenType
public final com.querydsl.core.types.dsl.StringPath consumerKey
public QOAuthConsumerToken(String alias)
public String getEntityName()
getEntityName
in class JiraRelationalPathBase<OAuthConsumerTokenDTO>
public com.querydsl.core.types.dsl.NumberPath<Long> getNumericIdPath()
getNumericIdPath
in class JiraRelationalPathBase<OAuthConsumerTokenDTO>
Copyright © 2002-2021 Atlassian. All Rights Reserved.