Package org.cyclos.entities.banking
Class QVoucherCategory
- 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<VoucherCategory>
-
- org.cyclos.entities.banking.QVoucherCategory
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<VoucherCategory>,com.querydsl.core.types.Expression<VoucherCategory>,com.querydsl.core.types.Path<VoucherCategory>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QVoucherCategory extends com.querydsl.core.types.dsl.EntityPathBase<VoucherCategory>QVoucherCategory is a Querydsl query type for VoucherCategory- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QConfigurationOrderableEntity_supercom.querydsl.core.types.dsl.StringPathdescriptioncom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.SetPath<VoucherCategoryImage,QVoucherCategoryImage>imagescom.querydsl.core.types.dsl.StringPathinternalNamecom.querydsl.core.types.dsl.StringPathnameprotected QNetworknetworkQIntegerorderQIntegerversionstatic QVoucherCategoryvoucherCategory
-
Constructor Summary
Constructors Constructor Description QVoucherCategory(com.querydsl.core.types.Path<? extends VoucherCategory> path)QVoucherCategory(com.querydsl.core.types.PathMetadata metadata)QVoucherCategory(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QVoucherCategory(Class<? extends VoucherCategory> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QVoucherCategory(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNetworknetwork()-
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
-
voucherCategory
public static final QVoucherCategory voucherCategory
-
_super
public final QConfigurationOrderableEntity _super
-
description
public final com.querydsl.core.types.dsl.StringPath description
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
images
public final com.querydsl.core.types.dsl.SetPath<VoucherCategoryImage,QVoucherCategoryImage> images
-
internalName
public final com.querydsl.core.types.dsl.StringPath internalName
-
name
public final com.querydsl.core.types.dsl.StringPath name
-
network
protected QNetwork network
-
order
public final QInteger order
-
version
public final QInteger version
-
-
Constructor Detail
-
QVoucherCategory
public QVoucherCategory(String variable)
-
QVoucherCategory
public QVoucherCategory(com.querydsl.core.types.Path<? extends VoucherCategory> path)
-
QVoucherCategory
public QVoucherCategory(com.querydsl.core.types.PathMetadata metadata)
-
QVoucherCategory
public QVoucherCategory(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QVoucherCategory
public QVoucherCategory(Class<? extends VoucherCategory> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
network
public QNetwork network()
-
-