public class QInstancePropertyEntity extends com.mysema.query.types.path.EntityPathBase<InstancePropertyEntity>
| Modifier and Type | Field and Description |
|---|---|
com.mysema.query.types.path.SimplePath<byte[]> |
byteArrayValue |
com.mysema.query.types.path.NumberPath<Long> |
created |
com.mysema.query.types.path.NumberPath<Double> |
doubleValue |
com.mysema.query.types.path.StringPath |
id |
com.mysema.query.types.path.StringPath |
instanceId |
static QInstancePropertyEntity |
instancePropertyEntity |
com.mysema.query.types.path.NumberPath<Long> |
longValue |
com.mysema.query.types.path.StringPath |
propertyKey |
com.mysema.query.types.path.StringPath |
stringValue |
com.mysema.query.types.path.StringPath |
valueType |
com.mysema.query.types.path.NumberPath<Long> |
version |
| Constructor and Description |
|---|
QInstancePropertyEntity(com.mysema.query.types.Path<? extends InstancePropertyEntity> path) |
QInstancePropertyEntity(com.mysema.query.types.PathMetadata<?> metadata) |
QInstancePropertyEntity(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 QInstancePropertyEntity instancePropertyEntity
public final com.mysema.query.types.path.StringPath id
public final com.mysema.query.types.path.NumberPath<Long> version
public final com.mysema.query.types.path.NumberPath<Long> created
public final com.mysema.query.types.path.StringPath instanceId
public final com.mysema.query.types.path.StringPath valueType
public final com.mysema.query.types.path.StringPath propertyKey
public final com.mysema.query.types.path.StringPath stringValue
public final com.mysema.query.types.path.NumberPath<Long> longValue
public final com.mysema.query.types.path.NumberPath<Double> doubleValue
public final com.mysema.query.types.path.SimplePath<byte[]> byteArrayValue
public QInstancePropertyEntity(String variable)
public QInstancePropertyEntity(com.mysema.query.types.Path<? extends InstancePropertyEntity> path)
public QInstancePropertyEntity(com.mysema.query.types.PathMetadata<?> metadata)
Copyright © 2014. All rights reserved.