Package com.cyran.tp.server.orders
-
Interface Summary Interface Description BoughtProductsRepository Bought products repository for making query to boughtproducts tableCardsRepository Credit cards repository for making query to cards tableOrdersRepository Order repository for making query to orders table -
Class Summary Class Description BoughtProducts Class for bought productsCreditCard Class for mapping credit card to DB table using HibernateOrderControllerRDBS Managing order creation and other manipulation with orderOrders Class for mapping orders to DB table using Hibernate