Uses of Interface
org.salespointframework.core.data.SelfManagingDBEDestination

Packages that use SelfManagingDBEDestination
org.salespointframework.core.data Provides interfaces for data management. 
 

Uses of SelfManagingDBEDestination in org.salespointframework.core.data
 

Classes in org.salespointframework.core.data that implement SelfManagingDBEDestination
 class AbstractCurrency
          Abstract Java implementation of the Currency interface.
 class CatalogImpl<T extends CatalogItemImpl>
          Pure Java implementation of the Catalog interface.
 class CountingStockImpl<T extends StockItemImpl,CT extends CatalogItemImpl>
          Pure Java implementation of the CountingStock interface.
 class CurrencyImpl
          Deprecated. user EUROCurrencyImpl
 class EUROCurrencyImpl
          EURO-Implementation of AbstractCurrency
 class MoneyBagImpl
          Pure Java implementation of the MoneyBag interface.
 class StockImpl<T,ST extends StockItemImpl,CT extends CatalogItemImpl>
          Pure Java implementation of the Stock interface.
 class StoringStockImpl<T extends StockItemImpl,CT extends CatalogItemImpl>
          Pure Java implementation of the StoringStock interface.