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