public class JoinRegistry<F,E> extends Object
| Constructor and Description |
|---|
JoinRegistry(JpaQueryBackend<F,?,?,E> backend,
AbstractJpaQueryImpl<?,?> query) |
| Modifier and Type | Method and Description |
|---|---|
protected static MetaAttributePath |
extractAssociationPath(MetaAttributePath path) |
E |
getEntityAttribute(MetaAttributePath attrPath) |
F |
getOrCreateJoin(MetaAttributePath path) |
void |
putJoin(MetaAttributePath path,
F root) |
public JoinRegistry(JpaQueryBackend<F,?,?,E> backend, AbstractJpaQueryImpl<?,?> query)
public E getEntityAttribute(MetaAttributePath attrPath)
protected static MetaAttributePath extractAssociationPath(MetaAttributePath path)
public F getOrCreateJoin(MetaAttributePath path)
public void putJoin(MetaAttributePath path, F root)
Copyright © 2017. All Rights Reserved.