You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I tried creating two Subclasses of Order and storing them in separate OrderManagement<T> with specific types.
Calling OrderManagement<T>::findAll(Pageable.unpaged()) yields a Page containing all orders, regardless of type or order management.