|
||||||||||
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>
|
interface |
From<Z,X>
|
interface |
Join<Z,X>
|
interface |
ListJoin<Z,E>
|
interface |
MapJoin<Z,K,V>
|
interface |
PluralJoin<Z,C,E>
|
interface |
Root<X>
|
interface |
SetJoin<Z,E>
|
Methods in javax.persistence.criteria that return Path | ||
---|---|---|
|
Path.get(SingularAttribute<? super X,Y> attribute)
|
|
|
Path.get(String attributeName)
|
|
Path<?> |
Path.getParentPath()
|
|
Path<K> |
MapJoin.key()
|
|
Path<V> |
MapJoin.value()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |