public class JoinBase<Z,X> extends FromImpl<Z,X> implements javax.persistence.criteria.Join<Z,X>
attributeName, parentPath, valueTypealias, javaType| Constructor and Description |
|---|
JoinBase(javax.persistence.criteria.Path<?> parentPath,
String attrName,
Class<X> valueType) |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.metamodel.Attribute<? super Z,?> |
getAttribute() |
javax.persistence.criteria.JoinType |
getJoinType() |
javax.persistence.criteria.Predicate |
getOn() |
javax.persistence.criteria.From<?,Z> |
getParent() |
javax.persistence.criteria.Join<Z,X> |
on(javax.persistence.criteria.Expression<Boolean> restriction) |
javax.persistence.criteria.Join<Z,X> |
on(javax.persistence.criteria.Predicate... restrictions) |
fetch, fetch, fetch, fetch, fetch, fetch, getCorrelationParent, getFetches, getJoins, isCorrelated, join, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinMap, joinMap, joinSet, joinSetaccept, accept, as, get, get, get, get, getModel, getParentPath, getReachingAttributeName, toString, typegetAlias, getCompoundSelectionItems, getJavaType, in, in, in, in, isCompoundSelection, isNotNull, isNullaliasclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCorrelationParent, getJoins, isCorrelated, join, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinMap, joinMap, joinSet, joinSetget, get, get, get, getModel, getParentPath, typeas, in, in, in, in, isNotNull, isNullalias, getCompoundSelectionItems, isCompoundSelectionfetch, fetch, fetch, fetch, fetch, fetch, getFetchesaccept, getReachingAttributeNameaccept, aspublic javax.persistence.criteria.Join<Z,X> on(javax.persistence.criteria.Expression<Boolean> restriction)
public javax.persistence.criteria.Join<Z,X> on(javax.persistence.criteria.Predicate... restrictions)
public javax.persistence.criteria.Predicate getOn()
public javax.persistence.metamodel.Attribute<? super Z,?> getAttribute()
public javax.persistence.criteria.From<?,Z> getParent()
Copyright © 2017. All rights reserved.