public class QServiceProviderToken extends com.querydsl.sql.RelationalPathBase<QServiceProviderToken>
Modifier and Type | Field and Description |
---|---|
static String |
AO_TABLE_NAME |
com.querydsl.core.types.dsl.StringPath |
CONSUMER_KEY
Database Columns
|
com.querydsl.core.types.dsl.NumberPath<Long> |
EXPIRY_TIME |
com.querydsl.sql.PrimaryKey<QServiceProviderToken> |
OAUTH_SVC_PROV_TKNS_PK |
com.querydsl.core.types.dsl.StringPath |
TOKEN |
com.querydsl.core.types.dsl.StringPath |
USER_NAME |
com.querydsl.core.types.dsl.StringPath |
VALUE |
Constructor and Description |
---|
QServiceProviderToken(String variable,
String schema,
String table) |
Modifier and Type | Method and Description |
---|---|
static QServiceProviderToken |
withSchema(SchemaNameSupplier schemaProvider) |
add, addMetadata, all, count, countDistinct, createForeignKey, createForeignKey, createInvForeignKey, createInvForeignKey, createPrimaryKey, eq, eq, getColumns, getForeignKeys, getInverseForeignKeys, getMetadata, getPrimaryKey, getProjection, getSchemaAndTable, getSchemaName, 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, isNotNull, isNull, neAll, neAny, notIn, notIn, notIn, notIn, nullif, nullif, when, when
equals, getType, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final String AO_TABLE_NAME
public final com.querydsl.core.types.dsl.StringPath CONSUMER_KEY
public final com.querydsl.core.types.dsl.NumberPath<Long> EXPIRY_TIME
public final com.querydsl.core.types.dsl.StringPath TOKEN
public final com.querydsl.core.types.dsl.StringPath USER_NAME
public final com.querydsl.core.types.dsl.StringPath VALUE
public final com.querydsl.sql.PrimaryKey<QServiceProviderToken> OAUTH_SVC_PROV_TKNS_PK
public static final QServiceProviderToken withSchema(SchemaNameSupplier schemaProvider)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.