Jakarta Persistence (JPA) Method
ListJoin<X,E> treat(
ListJoin<X,T> join,
Class<E> type
)
Downcast ListJoin object to the specified type.
- Parameters:
join- ListJoin objecttype- type to be downcast to
- Returns:
- ListJoin object of the specified type.
- Since:
- Jakarta Persistence (JPA) 2.1