Package org.cyclos.entities.system
Class QCustomFieldValueImage
- 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<CustomFieldValueImage>
-
- org.cyclos.entities.system.QCustomFieldValueImage
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<CustomFieldValueImage>,com.querydsl.core.types.Expression<CustomFieldValueImage>,com.querydsl.core.types.Path<CustomFieldValueImage>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QCustomFieldValueImage extends com.querydsl.core.types.dsl.EntityPathBase<CustomFieldValueImage>QCustomFieldValueImage is a Querydsl query type for CustomFieldValueImage- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QImage_superprotected QAdCustomFieldValueadValueprotected QContactInfoFieldValuecontactInfoValueprotected QContactCustomFieldValuecontactValuecom.querydsl.core.types.dsl.StringPathcontentTypecom.querydsl.core.types.dsl.BooleanPathconvertedToJpegstatic QCustomFieldValueImagecustomFieldValueImageQIntegerheightcom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.StringPathkeyQDatelastModifiedQIntegerlengthcom.querydsl.core.types.dsl.StringPathmetadatacom.querydsl.core.types.dsl.StringPathnamecom.querydsl.core.types.dsl.EnumPath<StoredFileNature>natureprotected QNetworknetworkQIntegerorderprotected QRecordCustomFieldValuerecordValueprotected QTransactionCustomFieldValuetransactionValueprotected QUserCustomFieldValueuserValueQIntegerversionprotected QVoucherPackCustomFieldValuevoucherPackValueprotected QVoucherCustomFieldValuevoucherValueQIntegerwidth
-
Constructor Summary
Constructors Constructor Description QCustomFieldValueImage(com.querydsl.core.types.Path<? extends CustomFieldValueImage> path)QCustomFieldValueImage(com.querydsl.core.types.PathMetadata metadata)QCustomFieldValueImage(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QCustomFieldValueImage(Class<? extends CustomFieldValueImage> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QCustomFieldValueImage(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
-
customFieldValueImage
public static final QCustomFieldValueImage customFieldValueImage
-
_super
public final QImage _super
-
adValue
protected QAdCustomFieldValue adValue
-
contactInfoValue
protected QContactInfoFieldValue contactInfoValue
-
contactValue
protected QContactCustomFieldValue contactValue
-
contentType
public final com.querydsl.core.types.dsl.StringPath contentType
-
convertedToJpeg
public final com.querydsl.core.types.dsl.BooleanPath convertedToJpeg
-
height
public final QInteger height
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
key
public final com.querydsl.core.types.dsl.StringPath key
-
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<StoredFileNature> 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
-
width
public final QInteger width
-
-
Constructor Detail
-
QCustomFieldValueImage
public QCustomFieldValueImage(String variable)
-
QCustomFieldValueImage
public QCustomFieldValueImage(com.querydsl.core.types.Path<? extends CustomFieldValueImage> path)
-
QCustomFieldValueImage
public QCustomFieldValueImage(com.querydsl.core.types.PathMetadata metadata)
-
QCustomFieldValueImage
public QCustomFieldValueImage(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QCustomFieldValueImage
public QCustomFieldValueImage(Class<? extends CustomFieldValueImage> 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()
-
-