public class QIssueRankingOperationLog extends com.mysema.query.sql.RelationalPathBase<QIssueRankingOperationLog>
| Modifier and Type | Field and Description |
|---|---|
static String |
AO_TABLE_NAME |
com.mysema.query.types.path.NumberPath<Long> |
CUSTOM_FIELD_ID
Database Columns
|
com.mysema.query.types.path.NumberPath<Integer> |
ID |
com.mysema.query.types.path.NumberPath<Long> |
ISSUE_ID |
com.mysema.query.sql.PrimaryKey<QIssueRankingOperationLog> |
ISSUERANKINGLOG_PK |
com.mysema.query.types.path.StringPath |
LOG_TYPE |
com.mysema.query.types.path.NumberPath<Long> |
NEW_NEXT_ID |
com.mysema.query.types.path.NumberPath<Long> |
NEW_PREVIOUS_ID |
com.mysema.query.types.path.NumberPath<Long> |
OLD_NEXT_ID |
com.mysema.query.types.path.NumberPath<Long> |
OLD_PREVIOUS_ID |
com.mysema.query.types.path.StringPath |
SANITY_CHECKED |
| Constructor and Description |
|---|
QIssueRankingOperationLog(String variable,
String schema,
String table) |
| Modifier and Type | Method and Description |
|---|---|
static QIssueRankingOperationLog |
withSchema(com.atlassian.pocketknife.api.querydsl.SchemaProvider schemaProvider) |
add, addMetadata, all, count, countDistinct, createForeignKey, createForeignKey, createInvForeignKey, createInvForeignKey, createPrimaryKey, eq, eq, getColumns, getForeignKeys, getInverseForeignKeys, getMetadata, getPrimaryKey, getProjection, getSchemaAndTable, getSchemaName, getTableName, ne, neaccept, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAnyas, as, eqAll, eqAny, in, in, in, isNotNull, isNull, neAll, neAny, notIn, notIn, notIn, nullif, nullif, when, whenequals, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final String AO_TABLE_NAME
public final com.mysema.query.types.path.NumberPath<Long> CUSTOM_FIELD_ID
public final com.mysema.query.types.path.NumberPath<Integer> ID
public final com.mysema.query.types.path.NumberPath<Long> ISSUE_ID
public final com.mysema.query.types.path.StringPath LOG_TYPE
public final com.mysema.query.types.path.NumberPath<Long> NEW_NEXT_ID
public final com.mysema.query.types.path.NumberPath<Long> NEW_PREVIOUS_ID
public final com.mysema.query.types.path.NumberPath<Long> OLD_NEXT_ID
public final com.mysema.query.types.path.NumberPath<Long> OLD_PREVIOUS_ID
public final com.mysema.query.types.path.StringPath SANITY_CHECKED
public final com.mysema.query.sql.PrimaryKey<QIssueRankingOperationLog> ISSUERANKINGLOG_PK
public static final QIssueRankingOperationLog withSchema(com.atlassian.pocketknife.api.querydsl.SchemaProvider schemaProvider)
Copyright © 2007–2025 Atlassian. All rights reserved.