Z - the source typeX - the target typepublic abstract class AbstractJoin<Z,X> extends AbstractFrom<Z,X> implements javax.persistence.criteria.Join<Z,X>
| Constructor and Description |
|---|
AbstractJoin(AbstractFrom<?,Z> parent,
JoinedMapping<? super Z,?,X> mapping,
javax.persistence.criteria.JoinType jointType) |
| Modifier and Type | Method and Description |
|---|---|
String |
generateJpqlJoins(AbstractCriteriaQueryImpl<?> criteriaQuery)
Returns the JPQL joins fragment.
|
String |
generateJpqlSelect(AbstractCriteriaQueryImpl<?> query,
boolean selected)
Returns the JPQL select fragment.
|
javax.persistence.metamodel.Attribute<? super Z,?> |
getAttribute() |
javax.persistence.criteria.JoinType |
getJoinType() |
protected JoinedMapping<? super Z,?,X> |
getMapping()
Returns the mapping.
|
AbstractFrom<?,Z> |
getParent() |
protected UnsupportedOperationException |
notSupported()
Returns a new
UnsupportedOperationException. |
ensureAlias, fetch, fetch, fetch, fetch, fetch, fetch, generateDiscrimination, generateJpqlRestriction, generateSqlJoins, generateSqlSelect, getCorrelationParent, getEntity, getFetches, getFetchRoot, getJoins, getSqlRestrictionFragments, getSqlRestrictionFragments, getTableAlias, handle, isCorrelated, isEntityList, join, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinMap, joinMap, joinSet, joinSet, select, typeget, get, get, get, getColumnAlias, getExpression, getMappingcannotDereference, getParentPath, getRootPathas, getConverter, in, in, in, in, isNotNull, isNull, notIn, notIn, notIn, notIn, setConverteralias, getAlias, getCompoundSelectionItems, isCompoundSelectiongetJavaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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, isNullpublic AbstractJoin(AbstractFrom<?,Z> parent, JoinedMapping<? super Z,?,X> mapping, javax.persistence.criteria.JoinType jointType)
parent - the parentmapping - the mappingjointType - the join typepublic String generateJpqlJoins(AbstractCriteriaQueryImpl<?> criteriaQuery)
generateJpqlJoins in class AbstractFrom<Z,X>criteriaQuery - the criteria querypublic String generateJpqlSelect(AbstractCriteriaQueryImpl<?> query, boolean selected)
generateJpqlSelect in class AbstractFrom<Z,X>query - the criteria queryselected - if the selection is selectedpublic javax.persistence.metamodel.Attribute<? super Z,?> getAttribute()
public javax.persistence.criteria.JoinType getJoinType()
protected JoinedMapping<? super Z,?,X> getMapping()
public AbstractFrom<?,Z> getParent()
protected UnsupportedOperationException notSupported()
UnsupportedOperationException.Copyright © 2012-2013 Batoo. All Rights Reserved.