Class DefaultCartEntryDao

All Implemented Interfaces:
OrderEntryDao<CartModel,CartEntryModel>, Dao

@Deprecated(since="1905", forRemoval=true) public class DefaultCartEntryDao extends AbstractOrderEntryDao<CartModel,CartEntryModel>
Deprecated, for removal: This API element is subject to removal in a future version.
since 1905
Default implementation of the OrderEntryDao for sub-type CartEntryModel
  • Constructor Details

    • DefaultCartEntryDao

      public DefaultCartEntryDao()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details