Order service improvements
Performance improvements:
- OrderEntity now using the fetch type LAZY
- removing superfluous calls to fetch the order when updating it
Added:
- APIs to get the repo custom methods
Misc:
- removing asserts
- price in OrderItemLine renamed to pricePerUnit