Class UuidPath
java.lang.Object
com.querydsl.core.types.dsl.DslExpression<T>
com.querydsl.core.types.dsl.SimpleExpression<T>
com.querydsl.core.types.dsl.ComparableExpressionBase<T>
com.querydsl.core.types.dsl.ComparableExpression<T>
com.querydsl.core.types.dsl.ComparablePath<UUID>
com.evolveum.midpoint.repo.sqlbase.querydsl.UuidPath
- All Implemented Interfaces:
com.querydsl.core.types.Expression<UUID>
,com.querydsl.core.types.Path<UUID>
,Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Alias forTypes.OTHER
working in tandem withUuidPath
.Fields inherited from class com.querydsl.core.types.dsl.DslExpression
hashCode, mixin
-
Constructor Summary
-
Method Summary
Methods inherited from class com.querydsl.core.types.dsl.ComparablePath
accept, getAnnotatedElement, getMetadata, getRoot
Methods inherited from class com.querydsl.core.types.dsl.ComparableExpression
as, as, between, between, coalesce, coalesce, coalesce, coalesce, goe, goe, goeAll, goeAll, goeAny, goeAny, gt, gt, gtAll, gtAll, gtAny, gtAny, loe, loe, loeAll, loeAll, loeAny, loeAny, lt, lt, ltAll, ltAll, ltAny, ltAny, max, min, notBetween, notBetween, nullif, nullif
Methods inherited from class com.querydsl.core.types.dsl.ComparableExpressionBase
asc, desc
Methods inherited from class com.querydsl.core.types.dsl.SimpleExpression
count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, when, when
Methods inherited from class com.querydsl.core.types.dsl.DslExpression
equals, getType, hashCode, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.querydsl.core.types.Expression
getType
-
Field Details
-
UUID_TYPE
public static final int UUID_TYPEAlias forTypes.OTHER
working in tandem withUuidPath
. This is important especially for setting NULLs explicitly, OTHER works, JAVA_OBJECT not. Reasons for this are deep in PostgreSQL JDBC driver.- See Also:
-
-
Constructor Details
-
UuidPath
public UuidPath(com.querydsl.core.types.PathMetadata metadata)
-