T
- Entity type for the DTO object that holds data for this table.public abstract class JiraRelationalPathBase<T>
extends com.querydsl.sql.RelationalPathBase<T>
We do this so we can dynamically add in the configured schema name.
Constructor and Description |
---|
JiraRelationalPathBase(Class<? extends T> type,
String alias,
String tableName) |
Modifier and Type | Method and Description |
---|---|
abstract String |
getEntityName() |
com.querydsl.core.types.dsl.NumberPath<Long> |
getNumericIdPath() |
com.querydsl.sql.SchemaAndTable |
getSchemaAndTable() |
String |
getSchemaName() |
boolean |
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 String getSchemaName()
public com.querydsl.sql.SchemaAndTable getSchemaAndTable()
public abstract String getEntityName()
public boolean hasNumericId()
public com.querydsl.core.types.dsl.NumberPath<Long> getNumericIdPath()
Copyright © 2002-2023 Atlassian. All Rights Reserved.