@Generated(value="com.querydsl.codegen.EntitySerializer") public class QRelatedEntity extends com.querydsl.core.types.dsl.EntityPathBase<RelatedEntity>
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.NumberPath<Long> |
id |
QOtherRelatedEntity |
otherEntity |
static QRelatedEntity |
relatedEntity |
com.querydsl.core.types.dsl.StringPath |
stringValue |
QTestEntity |
testEntity |
| Constructor and Description |
|---|
QRelatedEntity(Class<? extends RelatedEntity> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QRelatedEntity(com.querydsl.core.types.Path<? extends RelatedEntity> path) |
QRelatedEntity(com.querydsl.core.types.PathMetadata metadata) |
QRelatedEntity(com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QRelatedEntity(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 QRelatedEntity relatedEntity
public final com.querydsl.core.types.dsl.NumberPath<Long> id
public final QOtherRelatedEntity otherEntity
public final com.querydsl.core.types.dsl.StringPath stringValue
public final QTestEntity testEntity
public QRelatedEntity(String variable)
public QRelatedEntity(com.querydsl.core.types.Path<? extends RelatedEntity> path)
public QRelatedEntity(com.querydsl.core.types.PathMetadata metadata)
public QRelatedEntity(com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits)
public QRelatedEntity(Class<? extends RelatedEntity> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
Copyright © 2017. All Rights Reserved.