|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapAttribute | |
---|---|
javax.persistence.criteria | |
javax.persistence.metamodel |
Uses of MapAttribute in javax.persistence.criteria |
---|
Methods in javax.persistence.criteria that return MapAttribute | |
---|---|
MapAttribute<? super Z,K,V> |
MapJoin.getModel()
|
Methods in javax.persistence.criteria with parameters of type MapAttribute | ||
---|---|---|
|
Path.get(MapAttribute<X,K,V> map)
|
|
|
From.join(MapAttribute<? super X,K,V> map)
|
|
|
From.join(MapAttribute<? super X,K,V> map,
JoinType jt)
|
Uses of MapAttribute in javax.persistence.metamodel |
---|
Methods in javax.persistence.metamodel that return MapAttribute | ||
---|---|---|
MapAttribute<X,?,?> |
ManagedType.getDeclaredMap(String name)
|
|
|
ManagedType.getDeclaredMap(String name,
Class<K> keyType,
Class<V> valueType)
|
|
MapAttribute<? super X,?,?> |
ManagedType.getMap(String name)
|
|
|
ManagedType.getMap(String name,
Class<K> keyType,
Class<V> valueType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |