public interface JoinImplementor<Z,X> extends javax.persistence.criteria.Join<Z,X>, javax.persistence.criteria.Fetch<Z,X>, FromImplementor<Z,X>
Join
and Fetch
hierarchies since that is how we implement them.
This allows us to treat them polymorphically.Modifier and Type | Method and Description |
---|---|
JoinImplementor<Z,X> |
correlateTo(CriteriaSubqueryImpl subquery)
Refined return type
|
getAttribute, getJoinType, getParent
getAttribute, getJoinType, getParent
getCorrelationParent, prepareAlias, prepareCorrelationDelegate, renderTableExpression
getAttribute
asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString
getValueHandlers
getValueHandler
render, renderProjection
getPathIdentifier
get, get, get, get, getModel, getParentPath, type
as, in, in, in, in, isNotNull, isNull
JoinImplementor<Z,X> correlateTo(CriteriaSubqueryImpl subquery)
correlateTo
in interface FromImplementor<Z,X>
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved