Uses of Interface
org.perfectjpattern.core.api.structural.adapter.IAdapter

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

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

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

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

Classes in org.perfectjpattern.jee.integration.dao that implement IAdapter
 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.