Package | Description |
---|---|
org.hibernate.jpa.criteria | |
org.hibernate.jpa.criteria.path |
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionJoinImplementor<Z,X>
Specialization of
JoinImplementor for Collection typed attribute joins |
interface |
ListJoinImplementor<Z,X>
Specialization of
JoinImplementor for List typed attribute joins |
interface |
MapJoinImplementor<Z,K,V>
Specialization of
JoinImplementor for Map typed attribute joins |
interface |
SetJoinImplementor<Z,X>
Specialization of
JoinImplementor for Set typed attribute joins |
Modifier and Type | Method and Description |
---|---|
JoinImplementor<Z,X> |
JoinImplementor.correlateTo(CriteriaSubqueryImpl subquery)
Refined return type
|
JoinImplementor<Z,X> |
JoinImplementor.on(Expression<Boolean> restriction)
Coordinate return type between
Join.on(Expression) and Fetch#on(Expression) |
JoinImplementor<Z,X> |
JoinImplementor.on(Predicate... restrictions)
Coordinate return type between
Join.on(Predicate...) and Fetch#on(Predicate...) |
<T extends X> |
JoinImplementor.treatAs(Class<T> treatAsType) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJoinImpl<Z,X>
Convenience base class for various
Join implementations. |
class |
CollectionAttributeJoin<O,E>
Models a join based on a plural association attribute.
|
static class |
CollectionAttributeJoin.TreatedCollectionAttributeJoin<O,T> |
class |
ListAttributeJoin<O,E>
Models a join based on a list-style plural association attribute.
|
static class |
ListAttributeJoin.TreatedListAttributeJoin<O,T> |
class |
MapAttributeJoin<O,K,V>
Models a join based on a map-style plural association attribute.
|
static class |
MapAttributeJoin.TreatedMapAttributeJoin<O,K,T> |
class |
PluralAttributeJoinSupport<O,C,E>
Support for defining joins to plural attributes (JPA requires typing based on
the specific collection type so we cannot really implement all support in a
single class)
|
class |
SetAttributeJoin<O,E>
Models a join based on a set-style plural association attribute.
|
static class |
SetAttributeJoin.TreatedSetAttributeJoin<O,T> |
class |
SingularAttributeJoin<O,X>
Models a join based on a singular attribute
|
static class |
SingularAttributeJoin.TreatedSingularAttributeJoin<O,T> |
Modifier and Type | Method and Description |
---|---|
JoinImplementor<Z,X> |
AbstractJoinImpl.correlateTo(CriteriaSubqueryImpl subquery) |
JoinImplementor<O,E> |
PluralAttributeJoinSupport.on(Expression<Boolean> restriction) |
JoinImplementor<Z,X> |
AbstractJoinImpl.on(Expression<Boolean> restriction) |
JoinImplementor<O,E> |
PluralAttributeJoinSupport.on(Predicate... restrictions) |
JoinImplementor<Z,X> |
AbstractJoinImpl.on(Predicate... restrictions) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.