Uses of Interface
info.joseluismartin.dao.DaoFactory

Packages that use DaoFactory
info.joseluismartin.dao.hibernate   
info.joseluismartin.dao.jpa   
 

Uses of DaoFactory in info.joseluismartin.dao.hibernate
 

Classes in info.joseluismartin.dao.hibernate that implement DaoFactory
 class HibernateDaoFactory
          DaoFactory for Hibernate Daos.
 

Uses of DaoFactory in info.joseluismartin.dao.jpa
 

Classes in info.joseluismartin.dao.jpa that implement DaoFactory
 class JpaDaoFactory
          Dao Factory implementation that create JpaDaos on the fly.
 



Copyright © 2012 JDAL. All Rights Reserved.