public class QBoardAdmin extends com.mysema.query.sql.RelationalPathBase<QBoardAdmin>
Modifier and Type | Field and Description |
---|---|
static String |
AO_TABLE_NAME |
com.mysema.query.sql.PrimaryKey<QBoardAdmin> |
BOARDADMINS_PK |
com.mysema.query.types.path.NumberPath<Integer> |
ID
Database Columns
|
com.mysema.query.types.path.StringPath |
KEY |
com.mysema.query.types.path.NumberPath<Integer> |
RAPID_VIEW_ID |
com.mysema.query.types.path.StringPath |
TYPE |
Constructor and Description |
---|
QBoardAdmin(String variable,
String schema,
String table) |
Modifier and Type | Method and Description |
---|---|
static QBoardAdmin |
withSchema(com.atlassian.pocketknife.api.querydsl.SchemaProvider schemaProvider) |
add, addMetadata, all, count, countDistinct, createForeignKey, createForeignKey, createInvForeignKey, createInvForeignKey, createPrimaryKey, eq, eq, getColumns, getForeignKeys, getInverseForeignKeys, getMetadata, getPrimaryKey, getProjection, getSchemaAndTable, getSchemaName, 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 static final String AO_TABLE_NAME
public final com.mysema.query.types.path.NumberPath<Integer> ID
public final com.mysema.query.types.path.StringPath KEY
public final com.mysema.query.types.path.NumberPath<Integer> RAPID_VIEW_ID
public final com.mysema.query.types.path.StringPath TYPE
public final com.mysema.query.sql.PrimaryKey<QBoardAdmin> BOARDADMINS_PK
public static final QBoardAdmin withSchema(com.atlassian.pocketknife.api.querydsl.SchemaProvider schemaProvider)
Copyright © 2007–2015 Atlassian. All rights reserved.