Package org.cyclos.entities.system
Class QCustomFieldValueFile
- 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<CustomFieldValueFile>
-
- org.cyclos.entities.system.QCustomFieldValueFile
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<CustomFieldValueFile>,com.querydsl.core.types.Expression<CustomFieldValueFile>,com.querydsl.core.types.Path<CustomFieldValueFile>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QCustomFieldValueFile extends com.querydsl.core.types.dsl.EntityPathBase<CustomFieldValueFile>QCustomFieldValueFile is a Querydsl query type for CustomFieldValueFile- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QRawFile_superprotected QAdCustomFieldValueadValueprotected QContactInfoFieldValuecontactInfoValueprotected QContactCustomFieldValuecontactValuecom.querydsl.core.types.dsl.StringPathcontentTypestatic QCustomFieldValueFilecustomFieldValueFilecom.querydsl.core.types.dsl.NumberPath<Long>idQDatelastModifiedQIntegerlengthcom.querydsl.core.types.dsl.StringPathmetadatacom.querydsl.core.types.dsl.StringPathnamecom.querydsl.core.types.dsl.EnumPath<RawFileNature>natureprotected QNetworknetworkQIntegerorderprotected QRecordCustomFieldValuerecordValueprotected QTransactionCustomFieldValuetransactionValueprotected QUserCustomFieldValueuserValueQIntegerversionprotected QVoucherPackCustomFieldValuevoucherPackValueprotected QVoucherCustomFieldValuevoucherValue
-
Constructor Summary
Constructors Constructor Description QCustomFieldValueFile(com.querydsl.core.types.Path<? extends CustomFieldValueFile> path)QCustomFieldValueFile(com.querydsl.core.types.PathMetadata metadata)QCustomFieldValueFile(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QCustomFieldValueFile(Class<? extends CustomFieldValueFile> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QCustomFieldValueFile(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QAdCustomFieldValueadValue()QContactInfoFieldValuecontactInfoValue()QContactCustomFieldValuecontactValue()QNetworknetwork()QRecordCustomFieldValuerecordValue()QTransactionCustomFieldValuetransactionValue()QUserCustomFieldValueuserValue()QVoucherPackCustomFieldValuevoucherPackValue()QVoucherCustomFieldValuevoucherValue()-
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
-
customFieldValueFile
public static final QCustomFieldValueFile customFieldValueFile
-
_super
public final QRawFile _super
-
adValue
protected QAdCustomFieldValue adValue
-
contactInfoValue
protected QContactInfoFieldValue contactInfoValue
-
contactValue
protected QContactCustomFieldValue contactValue
-
contentType
public final com.querydsl.core.types.dsl.StringPath contentType
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
lastModified
public final QDate lastModified
-
length
public final QInteger length
-
metadata
public final com.querydsl.core.types.dsl.StringPath metadata
-
name
public final com.querydsl.core.types.dsl.StringPath name
-
nature
public final com.querydsl.core.types.dsl.EnumPath<RawFileNature> nature
-
network
protected QNetwork network
-
order
public final QInteger order
-
recordValue
protected QRecordCustomFieldValue recordValue
-
transactionValue
protected QTransactionCustomFieldValue transactionValue
-
userValue
protected QUserCustomFieldValue userValue
-
version
public final QInteger version
-
voucherPackValue
protected QVoucherPackCustomFieldValue voucherPackValue
-
voucherValue
protected QVoucherCustomFieldValue voucherValue
-
-
Constructor Detail
-
QCustomFieldValueFile
public QCustomFieldValueFile(String variable)
-
QCustomFieldValueFile
public QCustomFieldValueFile(com.querydsl.core.types.Path<? extends CustomFieldValueFile> path)
-
QCustomFieldValueFile
public QCustomFieldValueFile(com.querydsl.core.types.PathMetadata metadata)
-
QCustomFieldValueFile
public QCustomFieldValueFile(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QCustomFieldValueFile
public QCustomFieldValueFile(Class<? extends CustomFieldValueFile> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
adValue
public QAdCustomFieldValue adValue()
-
contactInfoValue
public QContactInfoFieldValue contactInfoValue()
-
contactValue
public QContactCustomFieldValue contactValue()
-
network
public QNetwork network()
-
recordValue
public QRecordCustomFieldValue recordValue()
-
transactionValue
public QTransactionCustomFieldValue transactionValue()
-
userValue
public QUserCustomFieldValue userValue()
-
voucherPackValue
public QVoucherPackCustomFieldValue voucherPackValue()
-
voucherValue
public QVoucherCustomFieldValue voucherValue()
-
-