Package ru.bgcrm.dao

Class PeriodicDAO

java.lang.Object
ru.bgcrm.dao.CommonDAO
ru.bgcrm.dao.PeriodicDAO
Direct Known Subclasses:
ActionLogDAO, InvoiceDAO

public class PeriodicDAO extends CommonDAO
DAO with month tables support.
  • Field Details

    • EXISTING_TABLES

      protected static final Set<String> EXISTING_TABLES
      Cache of existing table names.
  • Constructor Details

    • PeriodicDAO

      protected PeriodicDAO(Connection con)
  • Method Details