Package | Description |
---|---|
com.neurosys.ecom.orders.dao.jpa | |
com.neurosys.ecom.orders.service |
Modifier and Type | Class and Description |
---|---|
class |
OrderDaoImpl<O extends Order>
Order related DAO
Order queries can be complex; for most practical purposes the DAO will never fully suffice and hence not interface is provided. Just a basic service provider with access to the EntityManager |
Modifier and Type | Method and Description |
---|---|
OrderDao<O> |
OrderService.getDao()
The Actions on the service layer can trigger events.
Useful if we want to easily create intermediate save points without having to worry about triggering events. |
OrderDao<O> |
DefaultOrderService.getDao() |
OrderDao<O> |
DefaultOrderService.getOrderDao() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultOrderService.setOrderDao(OrderDao<O> orderDao) |
Copyright © 2018. All rights reserved.