Package com.softslate.commerce.daos.core

Provides basic interfaces and classes used by all the other packages in the data access layer.

See:
          Description

Interface Summary
DAOFactory  
DAOInterface A parent interface for all of the other interfaces in the data access layer.
DAOUtils  
SettingsDAO Interface for a DAO for setting and retrieving settings from the database.
 

Class Summary
BaseAdminGatewayDAOHibernate  
BaseDAO Abstract superclass for all objects in the data access layer.
BaseDAOFactory  
DAOUtilsImpl Holds various utility methods for use by DAOs.
HibernateDAOFactory Factory class used to create and initialize instances of Hibernate data access objects.
HibernateNamingStrategy  
SettingsDAOHibernate Generic DAO for setting and retrieving settings from the database.
UpgradesDAOBasic  
 

Exception Summary
DataAccessException Exception class for exceptions thrown by DAOs.
 

Package com.softslate.commerce.daos.core Description

Provides basic interfaces and classes used by all the other packages in the data access layer.

The DAOInterface interface is extended by all other interfaces in the data access layer, in much the same way BaseDAO is subclassed by all the implementations in the data acces layer. These two entities provide a common set of methods data access objects in the system use to communicate with the rest of the application.



Copyright © SoftSlate, LLC 2003–2005