@Generated(value="com.querydsl.codegen.EntitySerializer") public class QNormalUser extends com.querydsl.core.types.dsl.EntityPathBase<NormalUser>
| Modifier and Type | Field and Description |
|---|---|
QUser |
_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 |
static QNormalUser |
normalUser |
com.querydsl.core.types.dsl.SetPath<Password,QPassword> |
passwords |
com.querydsl.core.types.dsl.SetPath<Status,QStatus> |
statuses |
QUser |
user |
| Constructor and Description |
|---|
QNormalUser(Class<? extends NormalUser> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QNormalUser(com.querydsl.core.types.Path<? extends NormalUser> path) |
QNormalUser(com.querydsl.core.types.PathMetadata metadata) |
QNormalUser(com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QNormalUser(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 QNormalUser normalUser
public final QUser _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 QNormalUser(String variable)
public QNormalUser(com.querydsl.core.types.Path<? extends NormalUser> path)
public QNormalUser(com.querydsl.core.types.PathMetadata metadata)
public QNormalUser(com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits)
public QNormalUser(Class<? extends NormalUser> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
Copyright © 2021. All rights reserved.