Class QAdAddress

  • All Implemented Interfaces:
    com.querydsl.core.types.EntityPath<AdAddress>, com.querydsl.core.types.Expression<AdAddress>, com.querydsl.core.types.Path<AdAddress>, Serializable

    @Generated("com.querydsl.codegen.EntitySerializer")
    public class QAdAddress
    extends com.querydsl.core.types.dsl.EntityPathBase<AdAddress>
    QAdAddress is a Querydsl query type for AdAddress
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      QGeoLocatedAddress _super  
      protected QBasicAd ad  
      static QAdAddress adAddress  
      com.querydsl.core.types.dsl.StringPath addressLine1  
      com.querydsl.core.types.dsl.StringPath addressLine2  
      com.querydsl.core.types.dsl.StringPath buildingNumber  
      com.querydsl.core.types.dsl.StringPath city  
      com.querydsl.core.types.dsl.StringPath complement  
      com.querydsl.core.types.dsl.StringPath country  
      com.querydsl.core.types.dsl.BooleanPath geocodeFailed  
      com.querydsl.core.types.dsl.NumberPath<Long> id  
      protected QLatLong location  
      com.querydsl.core.types.dsl.StringPath name  
      com.querydsl.core.types.dsl.StringPath neighborhood  
      com.querydsl.core.types.dsl.StringPath poBox  
      com.querydsl.core.types.dsl.StringPath region  
      com.querydsl.core.types.dsl.StringPath street  
      QInteger version  
      com.querydsl.core.types.dsl.StringPath zip  
      • Fields inherited from class com.querydsl.core.types.dsl.DslExpression

        hashCode, mixin
    • Constructor Summary

      Constructors 
      Constructor Description
      QAdAddress​(com.querydsl.core.types.Path<? extends AdAddress> path)  
      QAdAddress​(com.querydsl.core.types.PathMetadata metadata)  
      QAdAddress​(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)  
      QAdAddress​(Class<? extends AdAddress> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)  
      QAdAddress​(String variable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      QBasicAd ad()  
      QLatLong location()  
      • 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

      • adAddress

        public static final QAdAddress adAddress
      • addressLine1

        public final com.querydsl.core.types.dsl.StringPath addressLine1
      • addressLine2

        public final com.querydsl.core.types.dsl.StringPath addressLine2
      • buildingNumber

        public final com.querydsl.core.types.dsl.StringPath buildingNumber
      • city

        public final com.querydsl.core.types.dsl.StringPath city
      • complement

        public final com.querydsl.core.types.dsl.StringPath complement
      • country

        public final com.querydsl.core.types.dsl.StringPath country
      • geocodeFailed

        public final com.querydsl.core.types.dsl.BooleanPath geocodeFailed
      • id

        public final com.querydsl.core.types.dsl.NumberPath<Long> id
      • name

        public final com.querydsl.core.types.dsl.StringPath name
      • neighborhood

        public final com.querydsl.core.types.dsl.StringPath neighborhood
      • poBox

        public final com.querydsl.core.types.dsl.StringPath poBox
      • region

        public final com.querydsl.core.types.dsl.StringPath region
      • street

        public final com.querydsl.core.types.dsl.StringPath street
      • version

        public final QInteger version
      • zip

        public final com.querydsl.core.types.dsl.StringPath zip
    • Constructor Detail

      • QAdAddress

        public QAdAddress​(String variable)
      • QAdAddress

        public QAdAddress​(com.querydsl.core.types.Path<? extends AdAddress> path)
      • QAdAddress

        public QAdAddress​(com.querydsl.core.types.PathMetadata metadata)
      • QAdAddress

        public QAdAddress​(com.querydsl.core.types.PathMetadata metadata,
                          com.querydsl.core.types.dsl.PathInits inits)
      • QAdAddress

        public QAdAddress​(Class<? extends AdAddress> type,
                          com.querydsl.core.types.PathMetadata metadata,
                          com.querydsl.core.types.dsl.PathInits inits)