Package org.cyclos.entities.marketplace
Class QAdCategory
- 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<AdCategory>
-
- org.cyclos.entities.marketplace.QAdCategory
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<AdCategory>,com.querydsl.core.types.Expression<AdCategory>,com.querydsl.core.types.Path<AdCategory>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QAdCategory extends com.querydsl.core.types.dsl.EntityPathBase<AdCategory>QAdCategory is a Querydsl query type for AdCategory- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QConfigurationOrderableEntity_supercom.querydsl.core.types.dsl.BooleanPathactivestatic QAdCategoryadCategorycom.querydsl.core.types.dsl.ListPath<AdCategory,QAdCategory>childrenQIntegercountOfferQIntegercountSearchcom.querydsl.core.types.dsl.StringPathdescriptioncom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.SetPath<AdCategoryImage,QAdCategoryImage>imagescom.querydsl.core.types.dsl.StringPathinternalNamecom.querydsl.core.types.dsl.StringPathnameprotected QNetworknetworkQIntegerorderprotected QAdCategoryparentcom.querydsl.core.types.dsl.StringPathsvgIconcom.querydsl.core.types.dsl.StringPathsvgIconColorQIntegerversion
-
Constructor Summary
Constructors Constructor Description QAdCategory(com.querydsl.core.types.Path<? extends AdCategory> path)QAdCategory(com.querydsl.core.types.PathMetadata metadata)QAdCategory(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QAdCategory(Class<? extends AdCategory> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QAdCategory(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNetworknetwork()com.querydsl.core.types.dsl.StringExpressionorderHierarchy()QAdCategoryparent()-
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
-
adCategory
public static final QAdCategory adCategory
-
_super
public final QConfigurationOrderableEntity _super
-
active
public final com.querydsl.core.types.dsl.BooleanPath active
-
children
public final com.querydsl.core.types.dsl.ListPath<AdCategory,QAdCategory> children
-
countOffer
public final QInteger countOffer
-
countSearch
public final QInteger countSearch
-
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<AdCategoryImage,QAdCategoryImage> 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
-
parent
protected QAdCategory parent
-
svgIcon
public final com.querydsl.core.types.dsl.StringPath svgIcon
-
svgIconColor
public final com.querydsl.core.types.dsl.StringPath svgIconColor
-
version
public final QInteger version
-
-
Constructor Detail
-
QAdCategory
public QAdCategory(String variable)
-
QAdCategory
public QAdCategory(com.querydsl.core.types.Path<? extends AdCategory> path)
-
QAdCategory
public QAdCategory(com.querydsl.core.types.PathMetadata metadata)
-
QAdCategory
public QAdCategory(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QAdCategory
public QAdCategory(Class<? extends AdCategory> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
orderHierarchy
public com.querydsl.core.types.dsl.StringExpression orderHierarchy()
-
network
public QNetwork network()
-
parent
public QAdCategory parent()
-
-