Package org.cyclos.entities.banking
Class QVoucherCategoryImage
- 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<VoucherCategoryImage>
-
- org.cyclos.entities.banking.QVoucherCategoryImage
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<VoucherCategoryImage>,com.querydsl.core.types.Expression<VoucherCategoryImage>,com.querydsl.core.types.Path<VoucherCategoryImage>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QVoucherCategoryImage extends com.querydsl.core.types.dsl.EntityPathBase<VoucherCategoryImage>QVoucherCategoryImage is a Querydsl query type for VoucherCategoryImage- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QOwnedImage_supercom.querydsl.core.types.dsl.StringPathcontentTypecom.querydsl.core.types.dsl.BooleanPathconvertedToJpegQIntegerheightcom.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>natureQIntegerorderQIntegerversionprotected QVoucherCategoryvoucherCategorystatic QVoucherCategoryImagevoucherCategoryImageQIntegerwidth
-
Constructor Summary
Constructors Constructor Description QVoucherCategoryImage(com.querydsl.core.types.Path<? extends VoucherCategoryImage> path)QVoucherCategoryImage(com.querydsl.core.types.PathMetadata metadata)QVoucherCategoryImage(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QVoucherCategoryImage(Class<? extends VoucherCategoryImage> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QVoucherCategoryImage(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QVoucherCategoryvoucherCategory()-
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
-
voucherCategoryImage
public static final QVoucherCategoryImage voucherCategoryImage
-
_super
public final QOwnedImage _super
-
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
-
order
public final QInteger order
-
version
public final QInteger version
-
voucherCategory
protected QVoucherCategory voucherCategory
-
width
public final QInteger width
-
-
Constructor Detail
-
QVoucherCategoryImage
public QVoucherCategoryImage(String variable)
-
QVoucherCategoryImage
public QVoucherCategoryImage(com.querydsl.core.types.Path<? extends VoucherCategoryImage> path)
-
QVoucherCategoryImage
public QVoucherCategoryImage(com.querydsl.core.types.PathMetadata metadata)
-
QVoucherCategoryImage
public QVoucherCategoryImage(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QVoucherCategoryImage
public QVoucherCategoryImage(Class<? extends VoucherCategoryImage> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
voucherCategory
public QVoucherCategory voucherCategory()
-
-