Z - the source typeC - the collection typeE - the element type of the collectionpublic abstract class AbstractPluralJoin<Z,C,E> extends AbstractJoin<Z,E> implements javax.persistence.criteria.PluralJoin<Z,C,E>
PluralJoin.| Constructor and Description |
|---|
AbstractPluralJoin(AbstractFrom<?,Z> parent,
JoinedMapping<? super Z,?,E> mapping,
javax.persistence.criteria.JoinType jointType) |
| Modifier and Type | Method and Description |
|---|---|
protected <CC,Y> AbstractMapping<? super E,CC,Y> |
getMapping(String name)
Returns the child mapping for the name.
|
generateJpqlJoins, generateJpqlSelect, getAttribute, getJoinType, getMapping, getParent, notSupportedensureAlias, 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, getExpressioncannotDereference, 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, waitgetAttribute, getJoinType, getParentgetCorrelationParent, 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, getParentPath, typeas, in, in, in, in, isNotNull, isNullpublic AbstractPluralJoin(AbstractFrom<?,Z> parent, JoinedMapping<? super Z,?,E> mapping, javax.persistence.criteria.JoinType jointType)
parent - the parentmapping - the mappingjointType - the join typeprotected <CC,Y> AbstractMapping<? super E,CC,Y> getMapping(String name)
getMapping in class ParentPath<Z,E>CC - the collection type of the child mappingY - the type of the child mappingname - the name of the child mappingCopyright © 2012-2013 Batoo. All Rights Reserved.