public interface From<Z,X> extends Path<X>, FetchParent<Z,X>
Modifier and Type | Method and Description |
---|---|
From<Z,X> |
getCorrelationParent() |
Set<Join<X,?>> |
getJoins() |
boolean |
isCorrelated() |
<Y> CollectionJoin<X,Y> |
join(CollectionAttribute<? super X,Y> collection) |
<Y> CollectionJoin<X,Y> |
join(CollectionAttribute<? super X,Y> collection,
JoinType jt) |
<Y> ListJoin<X,Y> |
join(ListAttribute<? super X,Y> list) |
<Y> ListJoin<X,Y> |
join(ListAttribute<? super X,Y> list,
JoinType jt) |
<K,V> MapJoin<X,K,V> |
join(MapAttribute<? super X,K,V> map) |
<K,V> MapJoin<X,K,V> |
join(MapAttribute<? super X,K,V> map,
JoinType jt) |
<Y> SetJoin<X,Y> |
join(SetAttribute<? super X,Y> set) |
<Y> SetJoin<X,Y> |
join(SetAttribute<? super X,Y> set,
JoinType jt) |
<Y> Join<X,Y> |
join(SingularAttribute<? super X,Y> attribute) |
<Y> Join<X,Y> |
join(SingularAttribute<? super X,Y> attribute,
JoinType jt) |
<X,Y> Join<X,Y> |
join(String attributeName) |
<X,Y> Join<X,Y> |
join(String attributeName,
JoinType jt) |
<X,Y> CollectionJoin<X,Y> |
joinCollection(String attributeName) |
<X,Y> CollectionJoin<X,Y> |
joinCollection(String attributeName,
JoinType jt) |
<X,Y> ListJoin<X,Y> |
joinList(String attributeName) |
<X,Y> ListJoin<X,Y> |
joinList(String attributeName,
JoinType jt) |
<X,K,V> MapJoin<X,K,V> |
joinMap(String attributeName) |
<X,K,V> MapJoin<X,K,V> |
joinMap(String attributeName,
JoinType jt) |
<X,Y> SetJoin<X,Y> |
joinSet(String attributeName) |
<X,Y> SetJoin<X,Y> |
joinSet(String attributeName,
JoinType jt) |
get, get, get, get, getModel, getParentPath, type
as, in, in, in, in, isNotNull, isNull
alias, getCompoundSelectionItems, isCompoundSelection
getAlias, getJavaType
fetch, fetch, fetch, fetch, fetch, fetch, getFetches
boolean isCorrelated()
<Y> Join<X,Y> join(SingularAttribute<? super X,Y> attribute)
<Y> Join<X,Y> join(SingularAttribute<? super X,Y> attribute, JoinType jt)
<Y> CollectionJoin<X,Y> join(CollectionAttribute<? super X,Y> collection)
<Y> SetJoin<X,Y> join(SetAttribute<? super X,Y> set)
<Y> ListJoin<X,Y> join(ListAttribute<? super X,Y> list)
<K,V> MapJoin<X,K,V> join(MapAttribute<? super X,K,V> map)
<Y> CollectionJoin<X,Y> join(CollectionAttribute<? super X,Y> collection, JoinType jt)
<Y> SetJoin<X,Y> join(SetAttribute<? super X,Y> set, JoinType jt)
<Y> ListJoin<X,Y> join(ListAttribute<? super X,Y> list, JoinType jt)
<K,V> MapJoin<X,K,V> join(MapAttribute<? super X,K,V> map, JoinType jt)
<X,Y> CollectionJoin<X,Y> joinCollection(String attributeName)
<X,Y> CollectionJoin<X,Y> joinCollection(String attributeName, JoinType jt)
Copyright © 2018. All rights reserved.