public class IssueHistoryInfo extends Object implements ForeignKeyInfo
Modifier and Type | Field and Description |
---|---|
protected com.querydsl.core.types.dsl.StringPath |
columnDbKeys |
protected com.querydsl.core.types.dsl.StringPath |
columnHumanReadable |
protected String |
field |
Constructor and Description |
---|
IssueHistoryInfo(String field,
com.querydsl.core.types.dsl.StringPath columnDbKeys,
com.querydsl.core.types.dsl.StringPath columnHumanReadable) |
Modifier and Type | Method and Description |
---|---|
com.querydsl.core.types.Path<String> |
getColumn() |
com.querydsl.core.types.dsl.StringPath |
getColumnHumanReadable() |
String |
getDescription() |
com.querydsl.core.types.dsl.NumberPath<Long> |
getSelect() |
JiraRelationalPathBase |
getTable() |
com.querydsl.core.types.Predicate |
getWhere(String original) |
com.querydsl.core.types.Predicate |
getWhere(String original,
DatabaseVendor databaseVendor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
columnsToString, getColumns, getForeignKeyChangedEvent, getName
protected String field
protected com.querydsl.core.types.dsl.StringPath columnDbKeys
protected com.querydsl.core.types.dsl.StringPath columnHumanReadable
public com.querydsl.core.types.Path<String> getColumn()
getColumn
in interface ForeignKeyInfo
@Nonnull public com.querydsl.core.types.dsl.StringPath getColumnHumanReadable()
public com.querydsl.core.types.dsl.NumberPath<Long> getSelect()
getSelect
in interface ForeignKeyInfo
public JiraRelationalPathBase getTable()
getTable
in interface ForeignKeyInfo
public com.querydsl.core.types.Predicate getWhere(String original)
getWhere
in interface ForeignKeyInfo
public com.querydsl.core.types.Predicate getWhere(String original, @Nullable DatabaseVendor databaseVendor)
public String getDescription()
getDescription
in interface ForeignKeyInfo
Copyright © 2002-2024 Atlassian. All Rights Reserved.