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, neaccept, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAnyas, as, eqAll, eqAll, eqAny, eqAny, in, in, in, in, isNotNull, isNull, neAll, neAny, notIn, notIn, notIn, notIn, nullif, nullif, when, whenequals, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic 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-2017 Atlassian. All Rights Reserved.