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
FieldsModifier and TypeFieldDescriptionstatic final intAlias forTypes.OTHERworking in tandem withUuidPath.Fields inherited from class com.querydsl.core.types.dsl.DslExpression
hashCode, mixin -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.querydsl.core.types.dsl.ComparablePath
accept, getAnnotatedElement, getMetadata, getRootMethods 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, nullifMethods inherited from class com.querydsl.core.types.dsl.ComparableExpressionBase
asc, descMethods 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, whenMethods inherited from class com.querydsl.core.types.dsl.DslExpression
equals, getType, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.querydsl.core.types.Expression
getType
-
Field Details
-
UUID_TYPE
public static final int UUID_TYPEAlias forTypes.OTHERworking 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)
-