@Generated(value="com.mysema.query.codegen.EntitySerializer") public class QSuperUser extends com.mysema.query.types.path.EntityPathBase<SuperUser>
| Modifier and Type | Field and Description |
|---|---|
QUser |
_super |
com.mysema.query.types.path.SetPath<Address,QAddress> |
addresses |
com.mysema.query.types.path.SetPath<Contact,QContact> |
contacts |
com.mysema.query.types.path.SetPath<Contact,QContact> |
employmentContacts |
com.mysema.query.types.path.ListPath<Group,QGroup> |
groups |
com.mysema.query.types.path.NumberPath<Long> |
id |
QKey |
key |
com.mysema.query.types.path.StringPath |
name |
com.mysema.query.types.path.SetPath<Status,QStatus> |
statuses |
static QSuperUser |
superUser |
QUser |
user |
| Constructor and Description |
|---|
QSuperUser(Class<? extends SuperUser> type,
com.mysema.query.types.PathMetadata<?> metadata,
com.mysema.query.types.path.PathInits inits) |
QSuperUser(com.mysema.query.types.Path<? extends SuperUser> path) |
QSuperUser(com.mysema.query.types.PathMetadata<?> metadata) |
QSuperUser(com.mysema.query.types.PathMetadata<?> metadata,
com.mysema.query.types.path.PathInits inits) |
QSuperUser(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, eqAny, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, nullif, nullif, when, whenequals, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final QSuperUser superUser
public final QUser _super
public final com.mysema.query.types.path.SetPath<Contact,QContact> employmentContacts
public final com.mysema.query.types.path.NumberPath<Long> id
public final QKey key
public final com.mysema.query.types.path.StringPath name
public final QUser user
public QSuperUser(String variable)
public QSuperUser(com.mysema.query.types.Path<? extends SuperUser> path)
public QSuperUser(com.mysema.query.types.PathMetadata<?> metadata)
public QSuperUser(com.mysema.query.types.PathMetadata<?> metadata,
com.mysema.query.types.path.PathInits inits)
Copyright © 2016. All rights reserved.