@Generated(value="com.querydsl.codegen.EntitySerializer") public class QTestEntity extends com.querydsl.core.types.dsl.EntityPathBase<TestEntity>
| Modifier and Type | Field and Description |
|---|---|
QTestMappedSuperclass |
_super |
com.querydsl.core.types.dsl.ArrayPath<byte[],Byte> |
bytesValue |
QRelatedEntity |
eagerRelatedValue |
QTestEmbeddable |
embValue |
com.querydsl.core.types.dsl.NumberPath<Long> |
id |
com.querydsl.core.types.dsl.NumberPath<Long> |
longValue |
com.querydsl.core.types.dsl.ListPath<RelatedEntity,QRelatedEntity> |
manyRelatedValues |
com.querydsl.core.types.dsl.MapPath<String,String,com.querydsl.core.types.dsl.StringPath> |
mapValue |
QRelatedEntity |
oneRelatedValue |
com.querydsl.core.types.dsl.StringPath |
stringValue |
QRelatedEntity |
superRelatedValue |
static QTestEntity |
testEntity |
| Constructor and Description |
|---|
QTestEntity(Class<? extends TestEntity> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QTestEntity(com.querydsl.core.types.Path<? extends TestEntity> path) |
QTestEntity(com.querydsl.core.types.PathMetadata metadata) |
QTestEntity(com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QTestEntity(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 QTestEntity testEntity
public final QTestMappedSuperclass _super
public final com.querydsl.core.types.dsl.ArrayPath<byte[],Byte> bytesValue
public final QRelatedEntity eagerRelatedValue
public final QTestEmbeddable embValue
public final com.querydsl.core.types.dsl.NumberPath<Long> id
public final com.querydsl.core.types.dsl.NumberPath<Long> longValue
public final com.querydsl.core.types.dsl.ListPath<RelatedEntity,QRelatedEntity> manyRelatedValues
public final com.querydsl.core.types.dsl.MapPath<String,String,com.querydsl.core.types.dsl.StringPath> mapValue
public final QRelatedEntity oneRelatedValue
public final com.querydsl.core.types.dsl.StringPath stringValue
public final QRelatedEntity superRelatedValue
public QTestEntity(String variable)
public QTestEntity(com.querydsl.core.types.Path<? extends TestEntity> path)
public QTestEntity(com.querydsl.core.types.PathMetadata metadata)
public QTestEntity(com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits)
public QTestEntity(Class<? extends TestEntity> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
Copyright © 2017. All Rights Reserved.