Package com.cyran.tp.server.products

  • Interface Summary 
    Interface Description
    ProductsRepository
    Product repository for making query to Product table
  • Class Summary 
    Class Description
    ProductClassRepository
    Class for low level requesting session for Product table in DB using Hibernate
    ProductControllerRDBS
    Managing products and storing information about them
    Products
    Class for mapping products to DB table using Hibernate
    ProductsDTO
    Class for Product representation
    ProductsUtils
    Utils for managing products instances