public interface QuerydslTranslationContext<T>
| Modifier and Type | Method and Description |
|---|---|
void |
addPredicate(com.querydsl.core.types.Predicate predicate) |
void |
addSelection(com.querydsl.core.types.Expression<?> expression,
java.lang.String name) |
<U> QuerydslTranslationContext<U> |
castFor(java.lang.Class<U> type) |
<E> com.querydsl.core.types.Expression<E> |
getAttribute(io.crnk.meta.model.MetaAttributePath attrPath) |
<E> com.querydsl.core.types.EntityPath<E> |
getJoin(io.crnk.meta.model.MetaAttributePath path) |
<P> com.querydsl.core.types.EntityPath<P> |
getParentRoot() |
com.querydsl.jpa.impl.JPAQuery<T> |
getQuery() |
com.querydsl.jpa.impl.JPAQueryFactory |
getQueryFactory() |
com.querydsl.core.types.Path<T> |
getRoot() |
com.querydsl.jpa.impl.JPAQueryFactory getQueryFactory()
com.querydsl.jpa.impl.JPAQuery<T> getQuery()
com.querydsl.core.types.Path<T> getRoot()
<P> com.querydsl.core.types.EntityPath<P> getParentRoot()
<E> com.querydsl.core.types.Expression<E> getAttribute(io.crnk.meta.model.MetaAttributePath attrPath)
<E> com.querydsl.core.types.EntityPath<E> getJoin(io.crnk.meta.model.MetaAttributePath path)
void addPredicate(com.querydsl.core.types.Predicate predicate)
void addSelection(com.querydsl.core.types.Expression<?> expression,
java.lang.String name)
<U> QuerydslTranslationContext<U> castFor(java.lang.Class<U> type)