JPA Method
in javax.persistence.criteria.CriteriaBuilder

Expression<Collection<V>> values(
  M map
)


Create an expression that returns the values of a map.
Parameters:
map - map
Return:
collection expression
Since:
JPA 2.0