public final class JoinerUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<com.querydsl.core.types.Path<?>> |
collectPredicatePaths(com.querydsl.core.types.Expression<?> expression) |
static <T extends com.querydsl.core.types.EntityPath<?>> |
getDefaultPath(Class<T> entityPath)
Find default path of an entity (e.g.
|
static <T extends com.querydsl.core.types.EntityPath<?>> |
getDefaultPath(com.querydsl.core.types.dsl.CollectionPathBase<?,?,?> path)
Find default path of an entity (e.g.
|
public static List<com.querydsl.core.types.Path<?>> collectPredicatePaths(com.querydsl.core.types.Expression<?> expression)
public static <T extends com.querydsl.core.types.EntityPath<?>> T getDefaultPath(Class<T> entityPath)
public static <T extends com.querydsl.core.types.EntityPath<?>> T getDefaultPath(com.querydsl.core.types.dsl.CollectionPathBase<?,?,?> path)
Copyright © 2021. All rights reserved.