Interface | Description |
---|---|
OrderDao<O extends Order> |
Class | Description |
---|---|
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 |
OrderDaoImpl.ReportQuery | |
PromotionDaoImpl<T extends Promotion> |
Basic Promotion related DAO's
Promotion 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 |
Copyright © 2018. All rights reserved.