java.lang.Object
com.dmasone.identity.orders.infrastructure.persistence.OrderJpaEntity

@Entity(name="CustomerOrderEntity") public class OrderJpaEntity extends Object
Database mapping for orders. The table name avoids the SQL keyword "order" and keeps the persistence concern outside the domain package.