Hi All Is there a way to define default prefetching on a Persistent object?
Eg: If I have: Category -> Products -> Orders I want to call category.getProducts() and automatically prefetch all the Orders for the products which are returned? Thank you Gary
