Package | Description |
---|---|
javax.persistence.criteria |
Java Persistence Criteria API
|
javax.persistence.metamodel |
Java Persistence Metamodel API
|
Modifier and Type | Method | Description |
---|---|---|
MapAttribute<? super Z,K,V> |
MapJoin.getModel() |
Return the metamodel representation for the map attribute.
|
Modifier and Type | Method | Description |
---|---|---|
<K,V,M extends java.util.Map<K,V>> |
Path.get(MapAttribute<X,K,V> map) |
Create a path corresponding to the referenced
map-valued attribute.
|
<K,V> MapJoin<X,K,V> |
From.join(MapAttribute<? super X,K,V> map) |
Create an inner join to the specified Map-valued attribute.
|
<K,V> MapJoin<X,K,V> |
From.join(MapAttribute<? super X,K,V> map,
JoinType jt) |
Create a join to the specified Map-valued attribute using
the given join type.
|
Modifier and Type | Method | Description |
---|---|---|
MapAttribute<X,?,?> |
ManagedType.getDeclaredMap(java.lang.String name) |
Return the Map-valued attribute declared by the managed
type that corresponds to the specified name.
|
<K,V> MapAttribute<X,K,V> |
ManagedType.getDeclaredMap(java.lang.String name,
java.lang.Class<K> keyType,
java.lang.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(java.lang.String name) |
Return the Map-valued attribute of the managed type that
corresponds to the specified name.
|
<K,V> MapAttribute<? super X,K,V> |
ManagedType.getMap(java.lang.String name,
java.lang.Class<K> keyType,
java.lang.Class<V> valueType) |
Return the Map-valued attribute of the managed type that
corresponds to the specified name and Java key and value
types.
|
Copyright © 2018. All rights reserved.