@Embeddable public final class OrderIdentifier extends SalespointIdentifier
OrderIdentifier
serves as an identifier type for Order
objects. The main reason for its existence is
type safety for identifier across the Salespoint Framework. OrderIdentifier
instances serve as primary key attribute in Order
, but can also be used as a key for
non-persistent, Map
-based implementations.Copyright © 2019. All rights reserved.