| Package | Description |
|---|---|
| javax.persistence.criteria | |
| javax.persistence.metamodel |
| Modifier and Type | Method and Description |
|---|---|
CollectionAttribute<? super Z,E> |
CollectionJoin.getModel() |
| Modifier and Type | Method and Description |
|---|---|
<Y> CollectionJoin<X,Y> |
From.join(CollectionAttribute<? super X,Y> collection) |
<Y> CollectionJoin<X,Y> |
From.join(CollectionAttribute<? super X,Y> collection,
JoinType joinType) |
| Modifier and Type | Method and Description |
|---|---|
CollectionAttribute<? super X,?> |
ManagedType.getCollection(java.lang.String name) |
<E> CollectionAttribute<? super X,E> |
ManagedType.getCollection(java.lang.String name,
java.lang.Class<E> elementType) |
CollectionAttribute<X,?> |
ManagedType.getDeclaredCollection(java.lang.String name) |
<E> CollectionAttribute<X,E> |
ManagedType.getDeclaredCollection(java.lang.String name,
java.lang.Class<E> elementType) |