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
public class UuidPath extends com.querydsl.core.types.dsl.ComparablePath<UUID>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
UUID_TYPE
Alias forTypes.OTHER
working in tandem withUuidPath
.
-
Constructor Summary
Constructors Constructor Description UuidPath(com.querydsl.core.types.PathMetadata metadata)
-
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.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
-
-
-
-
Field Detail
-
UUID_TYPE
public static final int UUID_TYPE
Alias 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:
- Constant Field Values
-
-