|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jpacriteria.BasicCriteriaImpl<T>
net.sf.jpacriteria.join.JoinImpl<T>
net.sf.jpacriteria.join.LateJoinImpl<T>
public class LateJoinImpl<T extends LateJoin>
| Field Summary |
|---|
| Fields inherited from class net.sf.jpacriteria.BasicCriteriaImpl |
|---|
aggregation, alias, from, groups, having, joins, order, selection, where |
| Constructor Summary | |
|---|---|
LateJoinImpl(java.lang.String entity,
LateJoinType type)
|
|
LateJoinImpl(java.lang.String entity,
java.lang.String alias,
LateJoinType type)
|
|
| Method Summary | |
|---|---|
LateJoinType |
getType()
|
boolean |
isFetch()
|
| Methods inherited from class net.sf.jpacriteria.BasicCriteriaImpl |
|---|
aggregate, clone, copy, getAggregation, getAlias, getFrom, getGroups, getHaving, getJoins, getOrder, getProperty, getSelection, getWhere, group, having, join, order, select, self, where |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.jpacriteria.BasicCriteria |
|---|
aggregate, getAggregation, getFrom, getGroups, getHaving, getJoins, getOrder, getProperty, getSelection, getWhere, group, having, join, order, select, where |
| Methods inherited from interface net.sf.jpacriteria.alias.Aliased |
|---|
getAlias |
| Methods inherited from interface net.sf.jpacriteria.CriteriaObject |
|---|
copy |
| Constructor Detail |
|---|
public LateJoinImpl(java.lang.String entity,
LateJoinType type)
public LateJoinImpl(java.lang.String entity,
java.lang.String alias,
LateJoinType type)
| Method Detail |
|---|
public boolean isFetch()
isFetch in interface LateJoin<T extends LateJoin>public LateJoinType getType()
getType in interface LateJoin<T extends LateJoin>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||