Package org.cyclos.entities.system
Class QCustomFieldValue
- 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<CustomFieldValue<? extends CustomField<?,? extends CustomFieldPossibleValueCategory<?,?,? extends CustomFieldPossibleValue<?,?,?>>,? extends CustomFieldPossibleValue<?,?,?>>,? extends CustomFieldPossibleValueCategory<?,?,? extends CustomFieldPossibleValue<?,?,?>>,? extends CustomFieldPossibleValue<?,?,?>,? extends SimpleEntity>>
-
- org.cyclos.entities.system.QCustomFieldValue
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<CustomFieldValue<? extends CustomField<?,? extends CustomFieldPossibleValueCategory<?,?,? extends CustomFieldPossibleValue<?,?,?>>,? extends CustomFieldPossibleValue<?,?,?>>,? extends CustomFieldPossibleValueCategory<?,?,? extends CustomFieldPossibleValue<?,?,?>>,? extends CustomFieldPossibleValue<?,?,?>,? extends SimpleEntity>>,com.querydsl.core.types.Expression<CustomFieldValue<? extends CustomField<?,? extends CustomFieldPossibleValueCategory<?,?,? extends CustomFieldPossibleValue<?,?,?>>,? extends CustomFieldPossibleValue<?,?,?>>,? extends CustomFieldPossibleValueCategory<?,?,? extends CustomFieldPossibleValue<?,?,?>>,? extends CustomFieldPossibleValue<?,?,?>,? extends SimpleEntity>>,com.querydsl.core.types.Path<CustomFieldValue<? extends CustomField<?,? extends CustomFieldPossibleValueCategory<?,?,? extends CustomFieldPossibleValue<?,?,?>>,? extends CustomFieldPossibleValue<?,?,?>>,? extends CustomFieldPossibleValueCategory<?,?,? extends CustomFieldPossibleValue<?,?,?>>,? extends CustomFieldPossibleValue<?,?,?>,? extends SimpleEntity>>,Serializable
@Generated("com.querydsl.codegen.SupertypeSerializer") public class QCustomFieldValue extends com.querydsl.core.types.dsl.EntityPathBase<CustomFieldValue<? extends CustomField<?,? extends CustomFieldPossibleValueCategory<?,?,? extends CustomFieldPossibleValue<?,?,?>>,? extends CustomFieldPossibleValue<?,?,?>>,? extends CustomFieldPossibleValueCategory<?,?,? extends CustomFieldPossibleValue<?,?,?>>,? extends CustomFieldPossibleValue<?,?,?>,? extends SimpleEntity>>QCustomFieldValue is a Querydsl query type for CustomFieldValue- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QBaseEntity_supercom.querydsl.core.types.dsl.BooleanPathbooleanValuestatic QCustomFieldValuecustomFieldValueQDatedateValueQBigDecimaldecimalValuecom.querydsl.core.types.dsl.NumberPath<Long>idQIntegerintegerValuecom.querydsl.core.types.dsl.NumberPath<Long>linkedEntityIdcom.querydsl.core.types.dsl.StringPathrichTextValuecom.querydsl.core.types.dsl.StringPathstringValuecom.querydsl.core.types.dsl.StringPathtextValueQIntegerversion
-
Constructor Summary
Constructors Constructor Description QCustomFieldValue(com.querydsl.core.types.Path<? extends CustomFieldValue> path)QCustomFieldValue(com.querydsl.core.types.PathMetadata metadata)QCustomFieldValue(String variable)
-
Method Summary
-
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
-
customFieldValue
public static final QCustomFieldValue customFieldValue
-
_super
public final QBaseEntity _super
-
booleanValue
public final com.querydsl.core.types.dsl.BooleanPath booleanValue
-
dateValue
public final QDate dateValue
-
decimalValue
public final QBigDecimal decimalValue
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
integerValue
public final QInteger integerValue
-
linkedEntityId
public final com.querydsl.core.types.dsl.NumberPath<Long> linkedEntityId
-
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
-
QCustomFieldValue
public QCustomFieldValue(String variable)
-
QCustomFieldValue
public QCustomFieldValue(com.querydsl.core.types.Path<? extends CustomFieldValue> path)
-
QCustomFieldValue
public QCustomFieldValue(com.querydsl.core.types.PathMetadata metadata)
-
-