Class 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
    • 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
      QAdCategory category()  
      QUser owner()  
      QCurrencyAmountRange priceRange()  
      QUser user()  
      • Methods inherited from class com.querydsl.core.types.dsl.EntityPathBase

        getMetadata
      • 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
      • Methods inherited from interface com.querydsl.core.types.Expression

        accept, getType
      • Methods inherited from interface com.querydsl.core.types.Path

        getAnnotatedElement, getMetadata, getRoot
    • Field Detail

      • adInterest

        public static final QAdInterest adInterest
      • adType

        public final com.querydsl.core.types.dsl.EnumPath<AdType> adType
      • 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
      • 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)