@Generated(value="com.mysema.query.codegen.EntitySerializer") public class QUser extends com.mysema.query.types.path.EntityPathBase<User>
| Modifier and Type | Field and Description |
|---|---|
QAddress |
address |
com.mysema.query.types.path.ListPath<User,QUser> |
colleagues |
QUser_EmailAddress |
email |
com.mysema.query.types.path.StringPath |
firstname |
com.mysema.query.types.path.EnumPath<User.Gender> |
gender |
com.mysema.query.types.path.NumberPath<BigInteger> |
id |
com.mysema.query.types.path.DateTimePath<java.time.LocalDateTime> |
java8DateTime |
com.mysema.query.types.path.DateTimePath<org.joda.time.LocalDateTime> |
jodaDateTime |
com.mysema.query.types.path.StringPath |
lastname |
com.mysema.query.types.path.ListPath<String,com.mysema.query.types.path.StringPath> |
nicknames |
QUser_TypeWithPattern |
pattern |
com.mysema.query.types.path.SetPath<Address,QAddress> |
shippingAddresses |
static QUser |
user |
| Constructor and Description |
|---|
QUser(Class<? extends User> type,
com.mysema.query.types.PathMetadata<?> metadata,
com.mysema.query.types.path.PathInits inits) |
QUser(com.mysema.query.types.Path<? extends User> path) |
QUser(com.mysema.query.types.PathMetadata<?> metadata) |
QUser(com.mysema.query.types.PathMetadata<?> metadata,
com.mysema.query.types.path.PathInits inits) |
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, 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 QUser user
public final QAddress address
public final com.mysema.query.types.path.ListPath<User,QUser> colleagues
public final QUser_EmailAddress email
public final com.mysema.query.types.path.StringPath firstname
public final com.mysema.query.types.path.EnumPath<User.Gender> gender
public final com.mysema.query.types.path.NumberPath<BigInteger> id
public final com.mysema.query.types.path.DateTimePath<java.time.LocalDateTime> java8DateTime
public final com.mysema.query.types.path.DateTimePath<org.joda.time.LocalDateTime> jodaDateTime
public final com.mysema.query.types.path.StringPath lastname
public final com.mysema.query.types.path.ListPath<String,com.mysema.query.types.path.StringPath> nicknames
public final QUser_TypeWithPattern pattern
public final com.mysema.query.types.path.SetPath<Address,QAddress> shippingAddresses
public QUser(String variable)
public QUser(com.mysema.query.types.Path<? extends User> path)
public QUser(com.mysema.query.types.PathMetadata<?> metadata)
public QUser(com.mysema.query.types.PathMetadata<?> metadata,
com.mysema.query.types.path.PathInits inits)
public QUser(Class<? extends User> type, com.mysema.query.types.PathMetadata<?> metadata, com.mysema.query.types.path.PathInits inits)
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.