Package com.cyran.tp.server.orders

  • Interface Summary 
    Interface Description
    BoughtProductsRepository
    Bought products repository for making query to boughtproducts table
    CardsRepository
    Credit cards repository for making query to cards table
    OrdersRepository
    Order repository for making query to orders table
  • Class Summary 
    Class Description
    BoughtProducts
    Class for bought products
    CreditCard
    Class for mapping credit card to DB table using Hibernate
    OrderControllerRDBS
    Managing order creation and other manipulation with order
    Orders
    Class for mapping orders to DB table using Hibernate