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