@Generated(value="com.querydsl.codegen.EntitySerializer") public class QTest extends com.querydsl.core.types.dsl.EntityPathBase<Test>
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.NumberPath<Long> |
id |
com.querydsl.core.types.dsl.StringPath |
name |
static QTest |
test |
| Constructor and Description |
|---|
QTest(Class<? extends Test> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QTest(com.querydsl.core.types.Path<? extends Test> path) |
QTest(com.querydsl.core.types.PathMetadata metadata) |
QTest(com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QTest(String variable) |
accept, as, 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 QTest test
public final com.querydsl.core.types.dsl.NumberPath<Long> id
public final com.querydsl.core.types.dsl.StringPath name
public QTest(String variable)
public QTest(com.querydsl.core.types.Path<? extends Test> path)
public QTest(com.querydsl.core.types.PathMetadata metadata)
public QTest(com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits)
Copyright © 2019 The Holon Platform. All rights reserved.