@Generated(value="com.querydsl.codegen.EntitySerializer") public class QContact extends com.querydsl.core.types.dsl.EntityPathBase<Contact>
| Modifier and Type | Field and Description |
|---|---|
QAbstractEntity |
_super |
static QContact |
contact |
QUser |
employmentUser |
com.querydsl.core.types.dsl.NumberPath<Long> |
id |
com.querydsl.core.types.dsl.StringPath |
name |
QUser |
user |
| Constructor and Description |
|---|
QContact(Class<? extends Contact> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QContact(com.querydsl.core.types.Path<? extends Contact> path) |
QContact(com.querydsl.core.types.PathMetadata metadata) |
QContact(com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QContact(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 QContact contact
public final QAbstractEntity _super
public final QUser employmentUser
public final com.querydsl.core.types.dsl.NumberPath<Long> id
public final com.querydsl.core.types.dsl.StringPath name
public final QUser user
public QContact(String variable)
public QContact(com.querydsl.core.types.Path<? extends Contact> path)
public QContact(com.querydsl.core.types.PathMetadata metadata)
public QContact(com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits)
Copyright © 2021. All rights reserved.