Uses of Class
org.perfectjpattern.core.structural.AbstractSurrogate

Packages that use AbstractSurrogate
org.perfectjpattern.core.structural.adapter   
org.perfectjpattern.core.structural.decorator Decorator Core Pattern implementation. 
org.perfectjpattern.core.structural.proxy   
org.perfectjpattern.jee.integration.dao Spring-based implementation of the Generic Data Access Object (DAO) Pattern. 
 

Uses of AbstractSurrogate in org.perfectjpattern.core.structural.adapter
 

Subclasses of AbstractSurrogate in org.perfectjpattern.core.structural.adapter
 class Adapter<T,A>
          Concrete implementation of IAdapter
 class List2QueueAdapter<E>
          Adapter that provides a Queue based on a List implementation.
 

Uses of AbstractSurrogate in org.perfectjpattern.core.structural.decorator
 

Subclasses of AbstractSurrogate in org.perfectjpattern.core.structural.decorator
 class AbstractDecorator<C,D extends C>
          Abstract reusable implementation of IDecorator.
 class BorderDecorator
          Decorator of IVisualComponent types
 class ScrollDecorator
          Decorates Components of type IVisualComponent and adds extra functionality.
 

Uses of AbstractSurrogate in org.perfectjpattern.core.structural.proxy
 

Subclasses of AbstractSurrogate in org.perfectjpattern.core.structural.proxy
 class AbstractProxy<C>
          Componentized implementation of IProxy interface.
 class ImageProxy
          Proxy that control access to Image instances
 class SynchronizedProxy<C>
          Concrete componentized implementation of IDecorator<C> that provides synchronized protection to any class type.
 

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

Subclasses of AbstractSurrogate in org.perfectjpattern.jee.integration.dao
 class EntityManagerAdapter
          Adapts JPA's EntityManager to the JPA implementation-free PerfectJPattern's ISession definition
 class EntityTransactionAdapter
          Adapts JPA's EntityTransaction to the JPA implementation-free PerfectJPattern's ITransaction
 class HibernateQueryAdapter
          Adapts Hibernate's Query to the JPA implementation-free PerfectJPattern's IQuery definition
 class HibernateSessionAdapter
          Adapts Hibernate's Session to the JPA implementation-free PerfectJPattern's ISession definition
 class HibernateTransactionAdapter
          Adapts Hibernate's Transaction to the JPA implementation-free PerfectJPattern's ITransaction definition
 class JpaQueryAdapter
          Adapts Hibernate's Query to the JPA implementation-free PerfectJPattern's IQuery definition
 



Copyright © 2007-2009. All Rights Reserved.