@Generated(value="com.querydsl.codegen.EntitySerializer") public class QEmail extends com.querydsl.core.types.dsl.EntityPathBase<Email>
| Modifier and Type | Field and Description |
|---|---|
QBaseEntity |
_super |
com.querydsl.core.types.dsl.StringPath |
address |
QUser |
createdBy |
com.querydsl.core.types.dsl.DateTimePath<Instant> |
createdDate |
static QEmail |
email |
com.querydsl.core.types.dsl.ComparablePath<UUID> |
id |
QUser |
lastModifiedBy |
com.querydsl.core.types.dsl.DateTimePath<Instant> |
lastModifiedDate |
QUser |
user |
com.querydsl.core.types.dsl.NumberPath<Long> |
version |
| Constructor and Description |
|---|
QEmail(Class<? extends Email> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QEmail(com.querydsl.core.types.Path<? extends Email> path) |
QEmail(com.querydsl.core.types.PathMetadata metadata) |
QEmail(com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QEmail(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 QEmail email
public final QBaseEntity _super
public final com.querydsl.core.types.dsl.StringPath address
public final QUser createdBy
public final com.querydsl.core.types.dsl.DateTimePath<Instant> createdDate
public final com.querydsl.core.types.dsl.ComparablePath<UUID> id
public final QUser lastModifiedBy
public final com.querydsl.core.types.dsl.DateTimePath<Instant> lastModifiedDate
public final QUser user
public final com.querydsl.core.types.dsl.NumberPath<Long> version
public QEmail(String variable)
public QEmail(com.querydsl.core.types.Path<? extends Email> path)
public QEmail(com.querydsl.core.types.PathMetadata metadata)
public QEmail(com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits)
Copyright © 2019. All rights reserved.