Package org.cyclos.entities.banking
Class QVoucherCustomFieldValue
- 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<VoucherCustomFieldValue>
-
- org.cyclos.entities.banking.QVoucherCustomFieldValue
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<VoucherCustomFieldValue>,com.querydsl.core.types.Expression<VoucherCustomFieldValue>,com.querydsl.core.types.Path<VoucherCustomFieldValue>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QVoucherCustomFieldValue extends com.querydsl.core.types.dsl.EntityPathBase<VoucherCustomFieldValue>QVoucherCustomFieldValue is a Querydsl query type for VoucherCustomFieldValue- See Also:
- Serialized Form
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description QVoucherCustomFieldValue(com.querydsl.core.types.Path<? extends VoucherCustomFieldValue> path)QVoucherCustomFieldValue(com.querydsl.core.types.PathMetadata metadata)QVoucherCustomFieldValue(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QVoucherCustomFieldValue(Class<? extends VoucherCustomFieldValue> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QVoucherCustomFieldValue(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QVoucherCustomFieldPossibleValueenumeratedValue()QVoucherCustomFieldfield()QVoucherowner()-
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
-
voucherCustomFieldValue
public static final QVoucherCustomFieldValue voucherCustomFieldValue
-
_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 QVoucherCustomFieldPossibleValue enumeratedValue
-
enumeratedValues
public final com.querydsl.core.types.dsl.SetPath<VoucherCustomFieldPossibleValue,QVoucherCustomFieldPossibleValue> enumeratedValues
-
field
protected QVoucherCustomField 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 QVoucher 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
-
QVoucherCustomFieldValue
public QVoucherCustomFieldValue(String variable)
-
QVoucherCustomFieldValue
public QVoucherCustomFieldValue(com.querydsl.core.types.Path<? extends VoucherCustomFieldValue> path)
-
QVoucherCustomFieldValue
public QVoucherCustomFieldValue(com.querydsl.core.types.PathMetadata metadata)
-
QVoucherCustomFieldValue
public QVoucherCustomFieldValue(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QVoucherCustomFieldValue
public QVoucherCustomFieldValue(Class<? extends VoucherCustomFieldValue> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
enumeratedValue
public QVoucherCustomFieldPossibleValue enumeratedValue()
-
field
public QVoucherCustomField field()
-
owner
public QVoucher owner()
-
-