| Package | Description | 
|---|---|
| javax.persistence.criteria | Java Persistence Criteria API | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CollectionJoin<Z,E>The  CollectionJoininterface is the type of the result of
 joining to a collection over an association or element 
 collection that has been specified as ajava.util.Collection. | 
| interface  | Fetch<Z,X>Represents a join-fetched association or attribute. | 
| interface  | From<Z,X>Represents a bound type, usually an entity that appears in
 the from clause, but may also be an embeddable belonging to
 an entity in the from clause. | 
| interface  | Join<Z,X>A join to an entity, embeddable, or basic type. | 
| interface  | ListJoin<Z,E>The  ListJoininterface is the type of the result of
 joining to a collection over an association or element 
 collection that has been specified as ajava.util.List. | 
| interface  | MapJoin<Z,K,V>The  MapJoininterface is the type of the result of
 joining to a collection over an association or element 
 collection that has been specified as ajava.util.Map. | 
| interface  | PluralJoin<Z,C,E>The  PluralJoininterface defines functionality
 that is common to joins to all collection types. | 
| interface  | Root<X>A root type in the from clause. | 
| interface  | SetJoin<Z,E>The  SetJoininterface is the type of the result of
 joining to a collection over an association or element 
 collection that has been specified as ajava.util.Set. | 
| Modifier and Type | Method and Description | 
|---|---|
| FetchParent<?,Z> | Fetch. getParent()Return the parent of the fetched item. | 
Copyright © 2017. All Rights Reserved.