Package org.cyclos.entities.marketplace
Class QNotifiedAdInterest
- 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<NotifiedAdInterest>
-
- org.cyclos.entities.marketplace.QNotifiedAdInterest
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<NotifiedAdInterest>,com.querydsl.core.types.Expression<NotifiedAdInterest>,com.querydsl.core.types.Path<NotifiedAdInterest>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QNotifiedAdInterest extends com.querydsl.core.types.dsl.EntityPathBase<NotifiedAdInterest>QNotifiedAdInterest is a Querydsl query type for NotifiedAdInterest- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QSimpleEntity_superprotected QBasicAdadcom.querydsl.core.types.dsl.NumberPath<Long>idstatic QNotifiedAdInterestnotifiedAdInterest
-
Constructor Summary
Constructors Constructor Description QNotifiedAdInterest(com.querydsl.core.types.Path<? extends NotifiedAdInterest> path)QNotifiedAdInterest(com.querydsl.core.types.PathMetadata metadata)QNotifiedAdInterest(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QNotifiedAdInterest(Class<? extends NotifiedAdInterest> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QNotifiedAdInterest(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QBasicAdad()-
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
-
notifiedAdInterest
public static final QNotifiedAdInterest notifiedAdInterest
-
_super
public final QSimpleEntity _super
-
ad
protected QBasicAd ad
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
-
Constructor Detail
-
QNotifiedAdInterest
public QNotifiedAdInterest(String variable)
-
QNotifiedAdInterest
public QNotifiedAdInterest(com.querydsl.core.types.Path<? extends NotifiedAdInterest> path)
-
QNotifiedAdInterest
public QNotifiedAdInterest(com.querydsl.core.types.PathMetadata metadata)
-
QNotifiedAdInterest
public QNotifiedAdInterest(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QNotifiedAdInterest
public QNotifiedAdInterest(Class<? extends NotifiedAdInterest> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
ad
public QBasicAd ad()
-
-