Package org.cyclos.entities.marketplace
Class QAdCustomFieldValue
- java.lang.Object
-
- com.querydsl.core.types.dsl.DslExpression<T>
-
- com.querydsl.core.types.dsl.SimpleExpression<T>
-
- com.querydsl.core.types.dsl.BeanPath<T>
-
- com.querydsl.core.types.dsl.EntityPathBase<AdCustomFieldValue>
-
- org.cyclos.entities.marketplace.QAdCustomFieldValue
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<AdCustomFieldValue>,com.querydsl.core.types.Expression<AdCustomFieldValue>,com.querydsl.core.types.Path<AdCustomFieldValue>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QAdCustomFieldValue extends com.querydsl.core.types.dsl.EntityPathBase<AdCustomFieldValue>QAdCustomFieldValue is a Querydsl query type for AdCustomFieldValue- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QCustomFieldValue_superstatic QAdCustomFieldValueadCustomFieldValuecom.querydsl.core.types.dsl.BooleanPathbooleanValueQDatedateValueQBigDecimaldecimalValuecom.querydsl.core.types.dsl.SetPath<DynamicFieldValue,QDynamicFieldValue>dynamicValuesprotected QAdCustomFieldPossibleValueenumeratedValuecom.querydsl.core.types.dsl.SetPath<AdCustomFieldPossibleValue,QAdCustomFieldPossibleValue>enumeratedValuesprotected QAdCustomFieldfieldcom.querydsl.core.types.dsl.ListPath<CustomFieldValueFile,QCustomFieldValueFile>fileValuescom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.ListPath<CustomFieldValueImage,QCustomFieldValueImage>imageValuesQIntegerintegerValuecom.querydsl.core.types.dsl.NumberPath<Long>linkedEntityIdprotected QBasicAdownercom.querydsl.core.types.dsl.StringPathrichTextValuecom.querydsl.core.types.dsl.StringPathstringValuecom.querydsl.core.types.dsl.StringPathtextValueQIntegerversion
-
Constructor Summary
Constructors Constructor Description QAdCustomFieldValue(com.querydsl.core.types.Path<? extends AdCustomFieldValue> path)QAdCustomFieldValue(com.querydsl.core.types.PathMetadata metadata)QAdCustomFieldValue(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QAdCustomFieldValue(Class<? extends AdCustomFieldValue> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QAdCustomFieldValue(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QAdCustomFieldPossibleValueenumeratedValue()QAdCustomFieldfield()QBasicAdowner()-
Methods inherited from class com.querydsl.core.types.dsl.BeanPath
accept, add, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAny
-
Methods inherited from class com.querydsl.core.types.dsl.SimpleExpression
as, 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, when
-
Methods inherited from class com.querydsl.core.types.dsl.DslExpression
equals, getType, hashCode, toString
-
-
-
-
Field Detail
-
adCustomFieldValue
public static final QAdCustomFieldValue adCustomFieldValue
-
_super
public final QCustomFieldValue _super
-
booleanValue
public final com.querydsl.core.types.dsl.BooleanPath booleanValue
-
dateValue
public final QDate dateValue
-
decimalValue
public final QBigDecimal decimalValue
-
dynamicValues
public final com.querydsl.core.types.dsl.SetPath<DynamicFieldValue,QDynamicFieldValue> dynamicValues
-
enumeratedValue
protected QAdCustomFieldPossibleValue enumeratedValue
-
enumeratedValues
public final com.querydsl.core.types.dsl.SetPath<AdCustomFieldPossibleValue,QAdCustomFieldPossibleValue> enumeratedValues
-
field
protected QAdCustomField field
-
fileValues
public final com.querydsl.core.types.dsl.ListPath<CustomFieldValueFile,QCustomFieldValueFile> fileValues
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
imageValues
public final com.querydsl.core.types.dsl.ListPath<CustomFieldValueImage,QCustomFieldValueImage> imageValues
-
integerValue
public final QInteger integerValue
-
linkedEntityId
public final com.querydsl.core.types.dsl.NumberPath<Long> linkedEntityId
-
owner
protected QBasicAd owner
-
richTextValue
public final com.querydsl.core.types.dsl.StringPath richTextValue
-
stringValue
public final com.querydsl.core.types.dsl.StringPath stringValue
-
textValue
public final com.querydsl.core.types.dsl.StringPath textValue
-
version
public final QInteger version
-
-
Constructor Detail
-
QAdCustomFieldValue
public QAdCustomFieldValue(String variable)
-
QAdCustomFieldValue
public QAdCustomFieldValue(com.querydsl.core.types.Path<? extends AdCustomFieldValue> path)
-
QAdCustomFieldValue
public QAdCustomFieldValue(com.querydsl.core.types.PathMetadata metadata)
-
QAdCustomFieldValue
public QAdCustomFieldValue(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QAdCustomFieldValue
public QAdCustomFieldValue(Class<? extends AdCustomFieldValue> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
enumeratedValue
public QAdCustomFieldPossibleValue enumeratedValue()
-
field
public QAdCustomField field()
-
owner
public QBasicAd owner()
-
-