T
- Entity type for the DTO object that holds data for this table.public abstract class JiraRelationalPathBase<T>
extends com.mysema.query.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 |
---|---|
com.mysema.query.sql.SchemaAndTable |
getSchemaAndTable() |
String |
getSchemaName() |
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, eqAny, in, in, in, isNotNull, isNull, neAll, neAny, notIn, notIn, notIn, nullif, nullif, when, when
equals, getType, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public String getSchemaName()
Copyright © 2002-2015 Atlassian. All Rights Reserved.