Package | Description |
---|---|
org.hibernate.ejb.criteria | |
org.hibernate.ejb.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
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJoinImpl<Z,X>
TODO : javadoc
|
class |
CollectionAttributeJoin<O,E>
TODO : javadoc
|
class |
ListAttributeJoin<O,E>
TODO : javadoc
|
class |
MapAttributeJoin<O,K,V>
TODO : javadoc
|
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>
TODO : javadoc
|
class |
SingularAttributeJoin<Z,X>
TODO : javadoc
|
Modifier and Type | Method and Description |
---|---|
JoinImplementor<Z,X> |
AbstractJoinImpl.correlateTo(CriteriaSubqueryImpl subquery) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.