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 SummaryFieldsModifier and TypeFieldDescriptionstatic final intAlias forTypes.OTHERworking in tandem withUuidPath.Fields inherited from class com.querydsl.core.types.dsl.DslExpressionhashCode, mixin
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.querydsl.core.types.dsl.ComparablePathaccept, getAnnotatedElement, getMetadata, getRootMethods inherited from class com.querydsl.core.types.dsl.ComparableExpressionas, 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.ComparableExpressionBaseasc, descMethods inherited from class com.querydsl.core.types.dsl.SimpleExpressioncount, 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.DslExpressionequals, getType, hashCode, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.querydsl.core.types.ExpressiongetType
- 
Field Details- 
UUID_TYPEpublic 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- 
UuidPathpublic UuidPath(com.querydsl.core.types.PathMetadata metadata) 
 
-