public interface CollectionJoinImplementor<Z,X> extends JoinImplementor<Z,X>, javax.persistence.criteria.CollectionJoin<Z,X>
JoinImplementor for Collection typed attribute joins| Modifier and Type | Method and Description |
|---|---|
CollectionJoinImplementor<Z,X> |
correlateTo(CriteriaSubqueryImpl subquery)
Refined return type
|
CollectionJoinImplementor<Z,X> |
on(javax.persistence.criteria.Expression<java.lang.Boolean> restriction)
Coordinate return type between
Join.on(Expression) and Fetch#on(Expression) |
CollectionJoinImplementor<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, getParentgetCorrelationParent, prepareAlias, prepareCorrelationDelegate, renderTableExpressiongetAttributeasBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asStringgetValueHandlersgetValueHandlerrender, renderGroupBy, renderProjectiongetPathIdentifiergetAttribute, getJoinType, getOn, getParentCollectionJoinImplementor<Z,X> correlateTo(CriteriaSubqueryImpl subquery)
JoinImplementorcorrelateTo in interface FromImplementor<Z,X>correlateTo in interface JoinImplementor<Z,X>CollectionJoinImplementor<Z,X> on(javax.persistence.criteria.Expression<java.lang.Boolean> restriction)
JoinImplementorJoin.on(Expression) and Fetch#on(Expression)CollectionJoinImplementor<Z,X> on(javax.persistence.criteria.Predicate... restrictions)
JoinImplementorJoin.on(Predicate...) and Fetch#on(Predicate...)<T extends X> CollectionJoinImplementor<Z,T> treatAs(java.lang.Class<T> treatAsType)
PathImplementortreatAs in interface JoinImplementor<Z,X>treatAs 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.