Skip to content

Document that only one Order type should be used in a Salespoint application #415

@Deric-W

Description

@Deric-W

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.

Is this use case not supported?

ProductOrder.java
CustomerOrder.java
OrderDataInitializer.java

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions