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
|
JoinImplementor<Z,X> |
on(javax.persistence.criteria.Expression<java.lang.Boolean> restriction)
Coordinate return type between
Join.on(Expression) and Fetch#on(Expression) |
JoinImplementor<Z,X> |
on(javax.persistence.criteria.Predicate... restrictions)
Coordinate return type between
Join.on(Predicate...) and Fetch#on(Predicate...) |
<T extends X> |
treatAs(java.lang.Class<T> treatAsType)
Defines handling for the JPA 2.1 TREAT down-casting feature.
|
getAttribute, getJoinType, getOn, getParentgetAttribute, getJoinType, getParentgetCorrelationParent, prepareAlias, prepareCorrelationDelegate, renderTableExpressiongetAttributeasBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asStringgetValueHandlersgetValueHandlerrender, renderGroupBy, renderProjectiongetPathIdentifierget, get, get, get, getModel, getParentPath, typeas, in, in, in, in, isNotNull, isNullJoinImplementor<Z,X> correlateTo(CriteriaSubqueryImpl subquery)
correlateTo in interface FromImplementor<Z,X>JoinImplementor<Z,X> on(javax.persistence.criteria.Expression<java.lang.Boolean> restriction)
Join.on(Expression) and Fetch#on(Expression)JoinImplementor<Z,X> on(javax.persistence.criteria.Predicate... restrictions)
Join.on(Predicate...) and Fetch#on(Predicate...)<T extends X> JoinImplementor<Z,T> treatAs(java.lang.Class<T> treatAsType)
PathImplementortreatAs in interface PathImplementor<X>T - The parameterized type representation of treatAsType.treatAsType - The type to treat the path as.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.