|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Path | |
---|---|
javax.persistence.criteria |
Uses of Path in javax.persistence.criteria |
---|
Subinterfaces of Path in javax.persistence.criteria | |
---|---|
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. |
Methods in javax.persistence.criteria that return Path | ||
---|---|---|
|
Path.get(SingularAttribute<? super X,Y> attribute)
|
|
|
Path.get(java.lang.String attributeName)
|
|
Path<?> |
Path.getParentPath()
|
|
Path<K> |
MapJoin.key()
|
|
Path<V> |
MapJoin.value()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |