Uses of Class
com.querydsl.core.types.QList
Packages that use QList
-
Uses of QList in com.querydsl.core.types
Methods in com.querydsl.core.types that return QListModifier and TypeMethodDescriptionstatic QListProjections.list(Expression<?>... args) Create a new List typed projection for the given expressionsstatic QListProjections.list(Expression<?>[]... args) Create a new List typed projection for the given expressionsstatic QListProjections.list(List<Expression<?>> args) Create a new List typed projection for the given expressions