public class DefaultAliasResolver extends Object implements AliasResolver
AliasResolver| Constructor and Description |
|---|
DefaultAliasResolver(javax.persistence.EntityManager entityManager) |
| Modifier and Type | Method and Description |
|---|---|
protected com.querydsl.core.types.Path<?> |
doFindPathOnParent(com.querydsl.core.types.Path<?> parent,
Class<?> targetType,
JoinDescription joinDescription) |
void |
resolveJoinAlias(JoinDescription join,
com.querydsl.core.types.EntityPath<?> root) |
public DefaultAliasResolver(javax.persistence.EntityManager entityManager)
public void resolveJoinAlias(JoinDescription join, com.querydsl.core.types.EntityPath<?> root)
resolveJoinAlias in interface AliasResolverprotected com.querydsl.core.types.Path<?> doFindPathOnParent(com.querydsl.core.types.Path<?> parent,
Class<?> targetType,
JoinDescription joinDescription)
parent - parent join or "from" elementtargetType - type of joined attributejoinDescription - join descriptionCopyright © 2018. All rights reserved.