Class GeographyPath

    • Field Summary

      • Fields inherited from class com.querydsl.core.types.dsl.DslExpression

        hashCode, mixin
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <R,​C>
      R
      accept​(com.querydsl.core.types.Visitor<R,​C> v, C context)  
      AnnotatedElement getAnnotatedElement()  
      com.querydsl.core.types.PathMetadata getMetadata()  
      com.querydsl.core.types.Path<?> getRoot()  
      • 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

        getType
    • Constructor Detail

      • GeographyPath

        public GeographyPath​(com.querydsl.core.types.Path<?> parent,
                             String property)
      • GeographyPath

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

        public GeographyPath​(String var)
    • Method Detail

      • accept

        public final <R,​C> R accept​(com.querydsl.core.types.Visitor<R,​C> v,
                                          C context)
        Specified by:
        accept in interface com.querydsl.core.types.Expression<Geography>
      • getAnnotatedElement

        public AnnotatedElement getAnnotatedElement()
        Specified by:
        getAnnotatedElement in interface com.querydsl.core.types.Path<Geography>
      • getMetadata

        public com.querydsl.core.types.PathMetadata getMetadata()
        Specified by:
        getMetadata in interface com.querydsl.core.types.Path<Geography>
      • getRoot

        public com.querydsl.core.types.Path<?> getRoot()
        Specified by:
        getRoot in interface com.querydsl.core.types.Path<Geography>