@Generated(value="com.querydsl.codegen.EntitySerializer") public class QUser extends com.querydsl.core.types.dsl.EntityPathBase<User>
| Modifier and Type | Field and Description |
|---|---|
QAbstractEntity |
_super |
com.querydsl.core.types.dsl.SetPath<Address,QAddress> |
addresses |
com.querydsl.core.types.dsl.SetPath<Contact,QContact> |
contacts |
com.querydsl.core.types.dsl.SetPath<Contact,QContact> |
employmentContacts |
com.querydsl.core.types.dsl.ListPath<Group,QGroup> |
groups |
com.querydsl.core.types.dsl.NumberPath<Long> |
id |
com.querydsl.core.types.dsl.StringPath |
name |
com.querydsl.core.types.dsl.SetPath<Status,QStatus> |
statuses |
QUser |
user |
static QUser |
user1 |
| 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, notIn, nullif, nullif, when, whenequals, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final QUser user1
public final QAbstractEntity _super
public final com.querydsl.core.types.dsl.SetPath<Contact,QContact> employmentContacts
public final com.querydsl.core.types.dsl.NumberPath<Long> id
public final com.querydsl.core.types.dsl.StringPath name
public final QUser user
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 © 2018. All rights reserved.