public class JoinRegistry<F,E>
extends java.lang.Object
| Constructor and Description |
|---|
JoinRegistry(JpaQueryBackend<F,?,?,E> backend,
AbstractJpaQueryImpl<?,?> query) |
| Modifier and Type | Method and Description |
|---|---|
protected static io.crnk.meta.model.MetaAttributePath |
extractAssociationPath(io.crnk.meta.model.MetaAttributePath path) |
E |
getEntityAttribute(io.crnk.meta.model.MetaAttributePath attrPath) |
F |
getOrCreateJoin(io.crnk.meta.model.MetaAttributePath path) |
void |
putJoin(io.crnk.meta.model.MetaAttributePath path,
F root) |
public JoinRegistry(JpaQueryBackend<F,?,?,E> backend, AbstractJpaQueryImpl<?,?> query)
protected static io.crnk.meta.model.MetaAttributePath extractAssociationPath(io.crnk.meta.model.MetaAttributePath path)
public E getEntityAttribute(io.crnk.meta.model.MetaAttributePath attrPath)
public F getOrCreateJoin(io.crnk.meta.model.MetaAttributePath path)
public void putJoin(io.crnk.meta.model.MetaAttributePath path,
F root)