Uses of Interface
com.poscoict.glueframework.dao.GlueGenericDao

Packages that use GlueGenericDao
com.poscoict.glueframework.biz.activity activity package. 
com.poscoict.glueframework.dao.hibernate package-info.java 
com.poscoict.glueframework.dao.jdbc dao package for jdbc. 
com.poscoict.glueframework.dao.mybatis dao package for MyBatis. 
 

Uses of GlueGenericDao in com.poscoict.glueframework.biz.activity
 

Methods in com.poscoict.glueframework.biz.activity that return GlueGenericDao
 GlueGenericDao GlueActivity.getDao(String daoKey)
          applicationContext.xml¿¡ Á¤ÀÇµÈ dao°¡Á®¿À±â.
 

Uses of GlueGenericDao in com.poscoict.glueframework.dao.hibernate
 

Subinterfaces of GlueGenericDao in com.poscoict.glueframework.dao.hibernate
 interface GlueGenericHibernateDao
           
 

Classes in com.poscoict.glueframework.dao.hibernate that implement GlueGenericDao
 class GlueHibernateDao
          Hibernate¿ë Dao ClassÀÌ´Ù.
 

Uses of GlueGenericDao in com.poscoict.glueframework.dao.jdbc
 

Subinterfaces of GlueGenericDao in com.poscoict.glueframework.dao.jdbc
 interface GlueGenericJdbcDao
          µ¥ÀÌŸº£À̽º CRUD(Create, Read, Update, Delete) ¿ÀÆÛ·¹À̼ÇÀ» Ãß»óÈ­ÇÏ¿© Á¦°øÇÏ´Â Data Access Object ÀÎÅÍÆäÀ̽º.
 

Classes in com.poscoict.glueframework.dao.jdbc that implement GlueGenericDao
 class GlueJdbcDao
          µ¥ÀÌŸº£À̽º CRUD(Create, Read, Update, Delete) ¿ÀÆÛ·¹À̼ÇÀ» Ãß»óÈ­ÇÏ¿© Á¦°øÇÏ´Â Data Access Object ¿ÀºêÁ§Æ®.
 class GlueLazyJdbcDao
          GlueLazyJdbcDao.
 

Uses of GlueGenericDao in com.poscoict.glueframework.dao.mybatis
 

Classes in com.poscoict.glueframework.dao.mybatis that implement GlueGenericDao
 class GlueMybatisDao
          MybatisDAO.
 



Copyright © 2013–2018 POSCO ICT. All rights reserved.