@Generated(value="com.querydsl.codegen.EmbeddableSerializer") public class QTestEmbeddable extends com.querydsl.core.types.dsl.BeanPath<TestEmbeddable>
| Modifier and Type | Field and Description |
|---|---|
QTestAnyType |
anyValue |
com.querydsl.core.types.dsl.NumberPath<Integer> |
embIntValue |
com.querydsl.core.types.dsl.StringPath |
embStringValue |
QTestNestedEmbeddable |
nestedValue |
static QTestEmbeddable |
testEmbeddable |
| Constructor and Description |
|---|
QTestEmbeddable(Class<? extends TestEmbeddable> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QTestEmbeddable(com.querydsl.core.types.Path<? extends TestEmbeddable> path) |
QTestEmbeddable(com.querydsl.core.types.PathMetadata metadata) |
QTestEmbeddable(com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QTestEmbeddable(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, toStringpublic static final QTestEmbeddable testEmbeddable
public final QTestAnyType anyValue
public final com.querydsl.core.types.dsl.NumberPath<Integer> embIntValue
public final com.querydsl.core.types.dsl.StringPath embStringValue
public final QTestNestedEmbeddable nestedValue
public QTestEmbeddable(String variable)
public QTestEmbeddable(com.querydsl.core.types.Path<? extends TestEmbeddable> path)
public QTestEmbeddable(com.querydsl.core.types.PathMetadata metadata)
public QTestEmbeddable(com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits)
public QTestEmbeddable(Class<? extends TestEmbeddable> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
Copyright © 2017. All Rights Reserved.