Class GeographyPath
- java.lang.Object
-
- com.querydsl.core.types.dsl.DslExpression<T>
-
- com.querydsl.core.types.dsl.SimpleExpression<Geography>
-
- org.cyclos.impl.sql.postgresql.querydsl.GeographyExpression
-
- org.cyclos.impl.sql.postgresql.querydsl.GeographyPath
-
- All Implemented Interfaces:
com.querydsl.core.types.Expression<Geography>,com.querydsl.core.types.Path<Geography>,Serializable
public class GeographyPath extends GeographyExpression implements com.querydsl.core.types.Path<Geography>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeographyPath(com.querydsl.core.types.Path<?> parent, String property)GeographyPath(com.querydsl.core.types.PathMetadata metadata)GeographyPath(String var)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R,C>
Raccept(com.querydsl.core.types.Visitor<R,C> v, C context)AnnotatedElementgetAnnotatedElement()com.querydsl.core.types.PathMetadatagetMetadata()com.querydsl.core.types.Path<?>getRoot()-
Methods inherited from class org.cyclos.impl.sql.postgresql.querydsl.GeographyExpression
distance
-
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
-
-
-
-
Method Detail
-
accept
public final <R,C> R accept(com.querydsl.core.types.Visitor<R,C> v, C context)- Specified by:
acceptin interfacecom.querydsl.core.types.Expression<Geography>
-
getAnnotatedElement
public AnnotatedElement getAnnotatedElement()
- Specified by:
getAnnotatedElementin interfacecom.querydsl.core.types.Path<Geography>
-
getMetadata
public com.querydsl.core.types.PathMetadata getMetadata()
- Specified by:
getMetadatain interfacecom.querydsl.core.types.Path<Geography>
-
getRoot
public com.querydsl.core.types.Path<?> getRoot()
- Specified by:
getRootin interfacecom.querydsl.core.types.Path<Geography>
-
-