@Generated(value="com.mysema.query.codegen.EntitySerializer") public class QTestEntity extends com.mysema.query.types.path.EntityPathBase<TestEntity>
| Modifier and Type | Field and Description |
|---|---|
QAbstractTreeEntity |
_super |
com.mysema.query.types.path.NumberPath<Long> |
age |
com.mysema.query.types.path.DateTimePath<Date> |
birthDate |
com.mysema.query.types.path.DateTimePath<Date> |
birthWeek |
com.mysema.query.types.path.ListPath<AbstractTreeEntity<?,?>,QAbstractTreeEntity> |
children |
com.mysema.query.types.path.NumberPath<BigDecimal> |
discount |
com.mysema.query.types.path.NumberPath<Integer> |
id |
com.mysema.query.types.path.SetPath<Integer,com.mysema.query.types.path.NumberPath<Integer>> |
intTags |
com.mysema.query.types.path.SetPath<Long,com.mysema.query.types.path.NumberPath<Long>> |
longTags |
com.mysema.query.types.path.StringPath |
name |
QTestEntity |
parent |
com.mysema.query.types.path.NumberPath<BigDecimal> |
rate |
com.mysema.query.types.path.BooleanPath |
someBoolean |
com.mysema.query.types.path.BooleanPath |
someBoolean2 |
com.mysema.query.types.path.ArrayPath<byte[],Byte> |
someBytes |
com.mysema.query.types.path.EnumPath<TestEntity.TestEnum> |
someEnum |
com.mysema.query.types.path.NumberPath<Integer> |
someInt |
com.mysema.query.types.path.StringPath |
someString |
com.mysema.query.types.path.StringPath |
someTextArea |
com.mysema.query.types.path.TimePath<Date> |
someTime |
com.mysema.query.types.path.SetPath<String,com.mysema.query.types.path.StringPath> |
tags |
QTestDomain |
testDomain |
com.mysema.query.types.path.SetPath<TestEntity2,QTestEntity2> |
testEntities |
static QTestEntity |
testEntity |
com.mysema.query.types.path.StringPath |
url |
com.mysema.query.types.path.NumberPath<Integer> |
version |
| Constructor and Description |
|---|
QTestEntity(Class<? extends TestEntity> type,
com.mysema.query.types.PathMetadata<?> metadata,
com.mysema.query.types.path.PathInits inits) |
QTestEntity(com.mysema.query.types.Path<? extends TestEntity> path) |
QTestEntity(com.mysema.query.types.PathMetadata<?> metadata) |
QTestEntity(com.mysema.query.types.PathMetadata<?> metadata,
com.mysema.query.types.path.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, 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 QTestEntity testEntity
public final QAbstractTreeEntity _super
public final com.mysema.query.types.path.NumberPath<Long> age
public final com.mysema.query.types.path.DateTimePath<Date> birthDate
public final com.mysema.query.types.path.DateTimePath<Date> birthWeek
public final com.mysema.query.types.path.ListPath<AbstractTreeEntity<?,?>,QAbstractTreeEntity> children
public final com.mysema.query.types.path.NumberPath<BigDecimal> discount
public final com.mysema.query.types.path.NumberPath<Integer> id
public final com.mysema.query.types.path.SetPath<Integer,com.mysema.query.types.path.NumberPath<Integer>> intTags
public final com.mysema.query.types.path.SetPath<Long,com.mysema.query.types.path.NumberPath<Long>> longTags
public final com.mysema.query.types.path.StringPath name
public final QTestEntity parent
public final com.mysema.query.types.path.NumberPath<BigDecimal> rate
public final com.mysema.query.types.path.BooleanPath someBoolean
public final com.mysema.query.types.path.BooleanPath someBoolean2
public final com.mysema.query.types.path.ArrayPath<byte[],Byte> someBytes
public final com.mysema.query.types.path.EnumPath<TestEntity.TestEnum> someEnum
public final com.mysema.query.types.path.NumberPath<Integer> someInt
public final com.mysema.query.types.path.StringPath someString
public final com.mysema.query.types.path.StringPath someTextArea
public final com.mysema.query.types.path.TimePath<Date> someTime
public final com.mysema.query.types.path.SetPath<String,com.mysema.query.types.path.StringPath> tags
public final QTestDomain testDomain
public final com.mysema.query.types.path.SetPath<TestEntity2,QTestEntity2> testEntities
public final com.mysema.query.types.path.StringPath url
public final com.mysema.query.types.path.NumberPath<Integer> version
public QTestEntity(String variable)
public QTestEntity(com.mysema.query.types.Path<? extends TestEntity> path)
public QTestEntity(com.mysema.query.types.PathMetadata<?> metadata)
public QTestEntity(com.mysema.query.types.PathMetadata<?> metadata,
com.mysema.query.types.path.PathInits inits)
public QTestEntity(Class<? extends TestEntity> type, com.mysema.query.types.PathMetadata<?> metadata, com.mysema.query.types.path.PathInits inits)
Copyright © 2017 Open Circle Solutions. All rights reserved.