org.perfectjpattern.core.api.creational.abstractfactory
Interface IAbstractFactory

All Known Subinterfaces:
IBaseDaoFactory, IGenericDaoFactory
All Known Implementing Classes:
AbstractDaoFactory, HibernateDaoFactory, JpaDaoFactory, LocalDaoFactory

public interface IAbstractFactory

Abstract Factory Design Pattern: Provide an interface for creating families of related or dependent objects without specifying their concrete classes. (Gamma et al, Design Patterns)

Responsibility AbstractFactory:

Version:
$Revision: 1.0 $Date: Feb 6, 2009 12:15:14 AM $
Author:
Giovanni Azua
 



Copyright © 2007-2009. All Rights Reserved.