|
||||||||||
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()
Return the metamodel representation for the map attribute. |
Methods in javax.persistence.criteria with parameters of type MapAttribute | ||
---|---|---|
|
Path.get(MapAttribute<X,K,V> map)
Create a path corresponding to the referenced map-valued attribute. |
|
|
From.join(MapAttribute<? super X,K,V> map)
Create an inner join to the specified Map-valued attribute. |
|
|
From.join(MapAttribute<? super X,K,V> map,
JoinType jt)
Create a join to the specified Map-valued attribute using the given join type. |
Uses of MapAttribute in javax.persistence.metamodel |
---|
Methods in javax.persistence.metamodel that return MapAttribute | ||
---|---|---|
MapAttribute<X,?,?> |
ManagedType.getDeclaredMap(String name)
Return the Map-valued attribute declared by the managed type that corresponds to the specified name. |
|
|
ManagedType.getDeclaredMap(String name,
Class<K> keyType,
Class<V> valueType)
Return the Map-valued attribute declared by the managed type that corresponds to the specified name and Java key and value types. |
|
MapAttribute<? super X,?,?> |
ManagedType.getMap(String name)
Return the Map-valued attribute of the managed type that corresponds to the specified name. |
|
|
ManagedType.getMap(String name,
Class<K> keyType,
Class<V> valueType)
Return the Map-valued attribute of the managed type that corresponds to the specified name and Java key and value types. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |