Document that only one Order
type should be used in a Salespoint application
#415
Labels
in: documentation
Reference documentation, Javadoc, website
module: orders
Orders
type: enhancement
Improvements and new features
Hi,
I tried creating two Subclasses of
Order
and storing them in separateOrderManagement<T>
with specific types.Calling
OrderManagement<T>::findAll(Pageable.unpaged())
yields aPage
containing all orders, regardless of type or order management.Is this use case not supported?
ProductOrder.java
CustomerOrder.java
OrderDataInitializer.java
The text was updated successfully, but these errors were encountered: