public class FavouriteAssociationsInfo extends Object implements ForeignKeyInfo
Constructor and Description |
---|
FavouriteAssociationsInfo() |
Modifier and Type | Method and Description |
---|---|
com.querydsl.core.types.Path<String> |
getColumn() |
String |
getDescription() |
Optional<UserKeyFKChangedEvent> |
getForeignKeyChangedEvent() |
com.querydsl.core.types.dsl.NumberPath<Long> |
getSelect() |
JiraRelationalPathBase |
getTable() |
com.querydsl.core.types.Predicate |
getWhere(String original) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
columnsToString, getColumns, getName
public com.querydsl.core.types.dsl.NumberPath<Long> getSelect()
getSelect
in interface ForeignKeyInfo
public com.querydsl.core.types.Path<String> getColumn()
getColumn
in interface ForeignKeyInfo
public JiraRelationalPathBase getTable()
getTable
in interface ForeignKeyInfo
public com.querydsl.core.types.Predicate getWhere(String original)
getWhere
in interface ForeignKeyInfo
public String getDescription()
getDescription
in interface ForeignKeyInfo
public Optional<UserKeyFKChangedEvent> getForeignKeyChangedEvent()
getForeignKeyChangedEvent
in interface ForeignKeyInfo
Copyright © 2002-2022 Atlassian. All Rights Reserved.