Uses of Interface
org.perfectjpattern.core.api.creational.singleton.ISingleton

Packages that use ISingleton
org.perfectjpattern.core.api.behavioral.chainofresponsibility Chain of Responsibility Pattern API. 
org.perfectjpattern.core.api.behavioral.command Command Pattern API. 
org.perfectjpattern.core.api.behavioral.observer.data Observer Pattern event data API. 
org.perfectjpattern.jee.business.servicelocator   
org.perfectjpattern.jee.integration.dao Spring-based implementation of the Generic Data Access Object (DAO) Pattern. 
org.perfectjpattern.jee.integration.dao.spring   
 

Uses of ISingleton in org.perfectjpattern.core.api.behavioral.chainofresponsibility
 

Classes in org.perfectjpattern.core.api.behavioral.chainofresponsibility that implement ISingleton
 class NullHandler
          Null Object Pattern implementation of IHandler.
 class NullRequest
          Null Object Pattern implementation of Chain of Responsibility Request Parameter.
 

Uses of ISingleton in org.perfectjpattern.core.api.behavioral.command
 

Classes in org.perfectjpattern.core.api.behavioral.command that implement ISingleton
 class NullParameter
          Null Object Pattern implementation of Command Parameter.
 class NullResult
          Null Object Pattern implementation of Command Result.
 

Uses of ISingleton in org.perfectjpattern.core.api.behavioral.observer.data
 

Classes in org.perfectjpattern.core.api.behavioral.observer.data that implement ISingleton
 class NullEventData
          Null Object Pattern implementation of IEventData.
 

Uses of ISingleton in org.perfectjpattern.jee.business.servicelocator
 

Classes in org.perfectjpattern.jee.business.servicelocator that implement ISingleton
 class ServiceLocator
          Generic componentized implementation of IServiceLocator.
 

Uses of ISingleton in org.perfectjpattern.jee.integration.dao
 

Classes in org.perfectjpattern.jee.integration.dao that implement ISingleton
 class AbstractDaoFactory
          Abstract reusable base partial implementation for IBaseDaoFactory concrete implementations
 class HibernateDaoFactory
          Concrete implementation for IGenericDaoFactory
 class JpaDaoFactory
          Concrete implementation for IBaseDaoFactory
 

Uses of ISingleton in org.perfectjpattern.jee.integration.dao.spring
 

Classes in org.perfectjpattern.jee.integration.dao.spring that implement ISingleton
 class LocalDaoFactory
          Extends HibernateDaoFactory exposing project-local specific implementations injected via IoC.
 



Copyright © 2007-2009. All Rights Reserved.