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