Package | Description |
---|---|
javax.persistence.criteria |
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionJoin<Z,E>
A join to an entity.
|
interface |
From<Z,X>
A root type from a FROM clause.
|
interface |
Join<Z,X>
A join to an entity.
|
interface |
ListJoin<Z,E>
A join to an entity.
|
interface |
MapJoin<Z,K,V>
A join to an entity.
|
interface |
PluralJoin<Z,C,E>
A common join interface to all collection types.
|
interface |
Root<X>
A root type from a FROM clause.
|
interface |
SetJoin<Z,E>
A join to an entity.
|
Modifier and Type | Method and Description |
---|---|
<Y> Path<Y> |
Path.get(SingularAttribute<? super X,Y> attribute) |
<Y> Path<Y> |
Path.get(java.lang.String attributeName) |
Path<?> |
Path.getParentPath() |
Path<K> |
MapJoin.key() |
Path<V> |
MapJoin.value() |