@Generated(value="com.mysema.query.codegen.EntitySerializer") public class QArticle extends com.mysema.query.types.path.EntityPathBase<Article>
| Modifier and Type | Field and Description |
|---|---|
static QArticle |
article |
QUser |
author |
com.mysema.query.types.path.StringPath |
content |
com.mysema.query.types.path.DateTimePath<Date> |
createdAt |
com.mysema.query.types.path.StringPath |
id |
com.mysema.query.types.path.StringPath |
title |
| Constructor and Description |
|---|
QArticle(Class<? extends Article> type,
com.mysema.query.types.PathMetadata<?> metadata,
com.mysema.query.types.path.PathInits inits) |
QArticle(com.mysema.query.types.Path<? extends Article> path) |
QArticle(com.mysema.query.types.PathMetadata<?> metadata) |
QArticle(com.mysema.query.types.PathMetadata<?> metadata,
com.mysema.query.types.path.PathInits inits) |
QArticle(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 QArticle article
public final QUser author
public final com.mysema.query.types.path.StringPath content
public final com.mysema.query.types.path.DateTimePath<Date> createdAt
public final com.mysema.query.types.path.StringPath id
public final com.mysema.query.types.path.StringPath title
public QArticle(String variable)
public QArticle(com.mysema.query.types.Path<? extends Article> path)
public QArticle(com.mysema.query.types.PathMetadata<?> metadata)
public QArticle(com.mysema.query.types.PathMetadata<?> metadata,
com.mysema.query.types.path.PathInits inits)
Copyright © 2015. All rights reserved.