Class CollQueryMixin<T>

java.lang.Object
com.querydsl.core.support.QueryMixin<T>
com.querydsl.collections.CollQueryMixin<T>
Type Parameters:
T -

public class CollQueryMixin<T> extends com.querydsl.core.support.QueryMixin<T>
CollQueryMixin extends QueryMixin to provide normalization logic specific to this module
Author:
tiwe
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.querydsl.core.support.QueryMixin

    com.querydsl.core.support.QueryMixin.Role
  • Field Summary

    Fields inherited from class com.querydsl.core.support.QueryMixin

    collectionAnyVisitor
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    CollQueryMixin(com.querydsl.core.QueryMetadata metadata)
     
    CollQueryMixin(T self, com.querydsl.core.QueryMetadata metadata)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.querydsl.core.types.Predicate
    convert(com.querydsl.core.types.Predicate predicate, com.querydsl.core.support.QueryMixin.Role role)
     

    Methods inherited from class com.querydsl.core.support.QueryMixin

    addFlag, addJoin, addJoinFlag, convert, createAlias, distinct, equals, from, from, fullJoin, fullJoin, fullJoin, fullJoin, fullJoin, getMetadata, getSelf, groupBy, groupBy, hashCode, having, having, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, isDistinct, isUnique, join, join, join, join, join, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, limit, offset, on, on, orderBy, orderBy, removeFlag, restrict, rightJoin, rightJoin, rightJoin, rightJoin, rightJoin, set, setDistinct, setProjection, setProjection, setSelf, setUnique, toString, where, where

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CollQueryMixin

      public CollQueryMixin()
    • CollQueryMixin

      public CollQueryMixin(com.querydsl.core.QueryMetadata metadata)
    • CollQueryMixin

      public CollQueryMixin(T self, com.querydsl.core.QueryMetadata metadata)
  • Method Details

    • convert

      protected com.querydsl.core.types.Predicate convert(com.querydsl.core.types.Predicate predicate, com.querydsl.core.support.QueryMixin.Role role)
      Overrides:
      convert in class com.querydsl.core.support.QueryMixin<T>