Package org.cyclos.entities.marketplace
Class QAdInterest
- 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<AdInterest>
-
- org.cyclos.entities.marketplace.QAdInterest
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<AdInterest>,com.querydsl.core.types.Expression<AdInterest>,com.querydsl.core.types.Path<AdInterest>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QAdInterest extends com.querydsl.core.types.dsl.EntityPathBase<AdInterest>QAdInterest is a Querydsl query type for AdInterest- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QNamedEntity_superstatic QAdInterestadInterestcom.querydsl.core.types.dsl.EnumPath<AdType>adTypeprotected QAdCategorycategorycom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.StringPathkeyword0com.querydsl.core.types.dsl.StringPathkeyword1com.querydsl.core.types.dsl.StringPathkeyword2com.querydsl.core.types.dsl.StringPathkeyword3com.querydsl.core.types.dsl.StringPathkeyword4com.querydsl.core.types.dsl.StringPathnameprotected QUserownerprotected QCurrencyAmountRangepriceRangeprotected QUseruserQIntegerversion
-
Constructor Summary
Constructors Constructor Description QAdInterest(com.querydsl.core.types.Path<? extends AdInterest> path)QAdInterest(com.querydsl.core.types.PathMetadata metadata)QAdInterest(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QAdInterest(Class<? extends AdInterest> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QAdInterest(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QAdCategorycategory()QUserowner()QCurrencyAmountRangepriceRange()QUseruser()-
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
-
adInterest
public static final QAdInterest adInterest
-
_super
public final QNamedEntity _super
-
adType
public final com.querydsl.core.types.dsl.EnumPath<AdType> adType
-
category
protected QAdCategory category
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
keyword0
public final com.querydsl.core.types.dsl.StringPath keyword0
-
keyword1
public final com.querydsl.core.types.dsl.StringPath keyword1
-
keyword2
public final com.querydsl.core.types.dsl.StringPath keyword2
-
keyword3
public final com.querydsl.core.types.dsl.StringPath keyword3
-
keyword4
public final com.querydsl.core.types.dsl.StringPath keyword4
-
name
public final com.querydsl.core.types.dsl.StringPath name
-
owner
protected QUser owner
-
priceRange
protected QCurrencyAmountRange priceRange
-
user
protected QUser user
-
version
public final QInteger version
-
-
Constructor Detail
-
QAdInterest
public QAdInterest(String variable)
-
QAdInterest
public QAdInterest(com.querydsl.core.types.Path<? extends AdInterest> path)
-
QAdInterest
public QAdInterest(com.querydsl.core.types.PathMetadata metadata)
-
QAdInterest
public QAdInterest(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QAdInterest
public QAdInterest(Class<? extends AdInterest> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
category
public QAdCategory category()
-
owner
public QUser owner()
-
priceRange
public QCurrencyAmountRange priceRange()
-
user
public QUser user()
-
-