|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
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 오브젝트. |
Uses of GlueGenericDao in com.poscoict.glueframework.dao.mybatis |
---|
Classes in com.poscoict.glueframework.dao.mybatis that implement GlueGenericDao | |
---|---|
class |
GlueMybatisDao
MybatisDAO. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |