@Generated(value="com.querydsl.codegen.EntitySerializer") public class QUser extends com.querydsl.core.types.dsl.EntityPathBase<User>
| Modifier and Type | Field and Description |
|---|---|
QParty |
_super |
com.querydsl.core.types.dsl.BooleanPath |
active |
QString |
email |
QString |
firstName |
QUsersGroup |
group |
com.querydsl.core.types.dsl.NumberPath<Long> |
id |
QString |
lastName |
QString |
login |
com.querydsl.core.types.dsl.SetPath<Team,QTeam> |
teams |
static QUser |
user |
| Constructor and Description |
|---|
QUser(Class<? extends User> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QUser(com.querydsl.core.types.Path<? extends User> path) |
QUser(com.querydsl.core.types.PathMetadata metadata) |
QUser(com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QUser(String variable) |
accept, add, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAnyas, as, count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, nullif, nullif, when, whenequals, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final QUser user
public final QParty _super
public final com.querydsl.core.types.dsl.BooleanPath active
public final QString email
public final QString firstName
public final QUsersGroup group
public final com.querydsl.core.types.dsl.NumberPath<Long> id
public final QString lastName
public final QString login
public QUser(String variable)
public QUser(com.querydsl.core.types.Path<? extends User> path)
public QUser(com.querydsl.core.types.PathMetadata metadata)
public QUser(com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits)
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.