Class 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 for Types.OTHER working in tandem with UuidPath.
      • Fields inherited from class com.querydsl.core.types.dsl.DslExpression

        hashCode, mixin
    • 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, goe, goe, goeAll, goeAll, goeAny, goeAny, gt, gt, gtAll, gtAll, gtAny, gtAny, loe, loe, loeAll, loeAll, loeAny, loeAny, lt, lt, ltAll, ltAll, ltAny, ltAny, notBetween, notBetween
      • Methods inherited from class com.querydsl.core.types.dsl.ComparableExpressionBase

        asc, coalesce, coalesce, 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, nullif, nullif, when, when
      • Methods inherited from class com.querydsl.core.types.dsl.DslExpression

        equals, getType, hashCode, toString
      • Methods inherited from interface com.querydsl.core.types.Expression

        getType
    • Field Detail

      • UUID_TYPE

        public static final int UUID_TYPE
        Alias for Types.OTHER working in tandem with UuidPath. 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
    • Constructor Detail

      • UuidPath

        public UuidPath​(com.querydsl.core.types.PathMetadata metadata)