Uses of Interface
javax.persistence.metamodel.MapAttribute
-
Packages that use MapAttribute Package Description javax.persistence.criteria javax.persistence.metamodel -
-
Uses of MapAttribute in javax.persistence.criteria
Methods in javax.persistence.criteria that return MapAttribute Modifier and Type Method Description MapAttribute<? super Z,K,V>
MapJoin. getModel()
Methods in javax.persistence.criteria with parameters of type MapAttribute Modifier and Type Method Description <K,V,M extends java.util.Map<K,V>>
Expression<M>Path. get(MapAttribute<X,K,V> map)
<K,V>
MapJoin<X,K,V>From. join(MapAttribute<? super X,K,V> map)
<K,V>
MapJoin<X,K,V>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 Modifier and Type Method Description MapAttribute<X,?,?>
ManagedType. getDeclaredMap(java.lang.String name)
<K,V>
MapAttribute<X,K,V>ManagedType. getDeclaredMap(java.lang.String name, java.lang.Class<K> keyType, java.lang.Class<V> valueType)
MapAttribute<? super X,?,?>
ManagedType. getMap(java.lang.String name)
<K,V>
MapAttribute<? super X,K,V>ManagedType. getMap(java.lang.String name, java.lang.Class<K> keyType, java.lang.Class<V> valueType)
-