protected class AbstractFromImpl.BasicJoinScope extends java.lang.Object implements AbstractFromImpl.JoinScope<X>
| Modifier | Constructor and Description |
|---|---|
protected |
BasicJoinScope() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFetch(javax.persistence.criteria.Fetch<X,?> fetch) |
void |
addJoin(javax.persistence.criteria.Join<X,?> join) |
public void addJoin(javax.persistence.criteria.Join<X,?> join)
addJoin in interface AbstractFromImpl.JoinScope<X>public void addFetch(javax.persistence.criteria.Fetch<X,?> fetch)
addFetch in interface AbstractFromImpl.JoinScope<X>Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.