Package org.cyclos.entities.users
Class QRecordCustomFieldValue
- 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<RecordCustomFieldValue>
-
- org.cyclos.entities.users.QRecordCustomFieldValue
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<RecordCustomFieldValue>,com.querydsl.core.types.Expression<RecordCustomFieldValue>,com.querydsl.core.types.Path<RecordCustomFieldValue>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QRecordCustomFieldValue extends com.querydsl.core.types.dsl.EntityPathBase<RecordCustomFieldValue>QRecordCustomFieldValue is a Querydsl query type for RecordCustomFieldValue- See Also:
- Serialized Form
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description QRecordCustomFieldValue(com.querydsl.core.types.Path<? extends RecordCustomFieldValue> path)QRecordCustomFieldValue(com.querydsl.core.types.PathMetadata metadata)QRecordCustomFieldValue(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QRecordCustomFieldValue(Class<? extends RecordCustomFieldValue> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QRecordCustomFieldValue(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QRecordCustomFieldPossibleValueenumeratedValue()QRecordCustomFieldfield()QRecordowner()-
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
-
recordCustomFieldValue
public static final QRecordCustomFieldValue recordCustomFieldValue
-
_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 QRecordCustomFieldPossibleValue enumeratedValue
-
enumeratedValues
public final com.querydsl.core.types.dsl.SetPath<RecordCustomFieldPossibleValue,QRecordCustomFieldPossibleValue> enumeratedValues
-
field
protected QRecordCustomField 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 QRecord 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
-
QRecordCustomFieldValue
public QRecordCustomFieldValue(String variable)
-
QRecordCustomFieldValue
public QRecordCustomFieldValue(com.querydsl.core.types.Path<? extends RecordCustomFieldValue> path)
-
QRecordCustomFieldValue
public QRecordCustomFieldValue(com.querydsl.core.types.PathMetadata metadata)
-
QRecordCustomFieldValue
public QRecordCustomFieldValue(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QRecordCustomFieldValue
public QRecordCustomFieldValue(Class<? extends RecordCustomFieldValue> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
enumeratedValue
public QRecordCustomFieldPossibleValue enumeratedValue()
-
field
public QRecordCustomField field()
-
owner
public QRecord owner()
-
-