Uses of Class
org.perfectjpattern.core.structural.adapter.Adapter

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

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

Subclasses of Adapter in org.perfectjpattern.core.structural.adapter
 class List2QueueAdapter<E>
          Adapter that provides a Queue based on a List implementation.
 

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

Subclasses of Adapter 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.