@Generated(value="com.querydsl.codegen.DefaultEntitySerializer") public class QUser extends com.querydsl.core.types.dsl.EntityPathBase<User>
| Modifier and Type | Field and Description |
|---|---|
QAbstractUser |
_super |
com.querydsl.core.types.dsl.StringPath |
createdBy |
com.querydsl.core.types.dsl.NumberPath<Long> |
createdDate |
com.querydsl.core.types.dsl.StringPath |
firstname |
com.querydsl.core.types.dsl.StringPath |
id |
com.querydsl.core.types.dsl.StringPath |
lastModifiedBy |
com.querydsl.core.types.dsl.NumberPath<Long> |
lastModifiedDate |
com.querydsl.core.types.dsl.StringPath |
lastname |
com.querydsl.core.types.dsl.StringPath |
subtype |
com.querydsl.core.types.dsl.StringPath |
transientInfo |
static QUser |
user |
com.querydsl.core.types.dsl.NumberPath<Long> |
version |
| Constructor and Description |
|---|
QUser(com.querydsl.core.types.Path<? extends User> path) |
QUser(com.querydsl.core.types.PathMetadata metadata) |
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 user
public final QAbstractUser _super
public final com.querydsl.core.types.dsl.StringPath createdBy
public final com.querydsl.core.types.dsl.NumberPath<Long> createdDate
public final com.querydsl.core.types.dsl.StringPath firstname
public final com.querydsl.core.types.dsl.StringPath id
public final com.querydsl.core.types.dsl.StringPath lastModifiedBy
public final com.querydsl.core.types.dsl.NumberPath<Long> lastModifiedDate
public final com.querydsl.core.types.dsl.StringPath lastname
public final com.querydsl.core.types.dsl.StringPath subtype
public final com.querydsl.core.types.dsl.StringPath transientInfo
public final com.querydsl.core.types.dsl.NumberPath<Long> version
public QUser(String variable)
public QUser(com.querydsl.core.types.Path<? extends User> path)
public QUser(com.querydsl.core.types.PathMetadata metadata)
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.