JPA Method
in javax.persistence.criteria.CriteriaBuilder

MapJoin<X,K,V> treat(
  MapJoin<X,K,T> join, 
  Class<V> type
)


Downcast MapJoin object to the specified type.
Parameters:
join - MapJoin object
type - type to be downcast to
Return:
MapJoin object of the specified type
Since:
JPA 2.1